Sat Oct 27, 2012 10:30 pm by malcm
Hey!
Yes it works bad mistake by me.
But now adding new files did not work. Here is the coresponding output of the log.
- Code:
2012-10-27 21:09:28,681 DEBUG [LibraryAdditionsCheckerThread] Found file 'Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi', checking if it's already in the Library
2012-10-27 21:09:28,682 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi
2012-10-27 21:09:28,682 DEBUG [MediaItemDAOImpl] Looking up a media item for file path: /home/martin/Videos/OTR/Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi, ignore case: false
2012-10-27 21:09:28,683 DEBUG [MediaItemDAOImpl] Media item Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi doesn't exist in DB yet
2012-10-27 21:09:28,683 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2012-10-27 21:09:28,684 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /home/martin/Videos/OTR/Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi
2012-10-27 21:09:28,684 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /home/martin/Videos/OTR/Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi
2012-10-27 21:09:28,685 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 252) and extractor EMBEDDED
2012-10-27 21:09:28,686 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 252) and extractor COVER_IMAGE_IN_FOLDER
2012-10-27 21:09:28,688 DEBUG [MediaItemDAOImpl] Getting file of media item 253
2012-10-27 21:09:28,689 DEBUG [ProcessExecutor] Starting ffmpeg -i /home/martin/Videos/OTR/Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi
2012-10-27 21:09:28,691 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 253) and extractor EMBEDDED
2012-10-27 21:09:28,692 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 253) and extractor COVER_IMAGE_IN_FOLDER
2012-10-27 21:09:28,695 DEBUG [MediaItemDAOImpl] Getting file of media item 254
2012-10-27 21:09:28,696 DEBUG [MetadataDescriptorDAOImpl] Reading MetadataDescriptor for MediaItem (id = 254) and extractor EMBEDDED
2012-10-27 21:09:28,700 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "ffmpeg": java.io.IOException: error=2, No such file or directory
2012-10-27 21:09:28,701 WARN [ProcessExecutor] Cannot retrieve results, stderrReader is null
2012-10-27 21:09:28,701 DEBUG [LibraryManager] Skipping processing metadata for an unsupported file. Message: Unknown video file type.
I use ffmpeg from your website and compiled it on my own. I tried to run "ffmpeg -i /home/martin/Videos/OTR/Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi" and get this output
- Code:
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
built on Oct 16 2012 00:20:52 with gcc 4.6.3
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx --enable-librtmp --enable-libxvid
libavutil 51. 64.100 / 51. 64.100
libavcodec 54. 33.100 / 54. 33.100
libavformat 54. 15.102 / 54. 15.102
libavdevice 54. 1.100 / 54. 1.100
libavfilter 3. 1.100 / 3. 1.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, avi, from '/home/martin/Videos/OTR/Pastewka_12.10.26_23-00_sat1_30_TVOON_DE.mpg.avi':
Metadata:
encoder : Lavf52.31.0
Duration: 00:22:53.24, start: 0.000000, bitrate: 813 kb/s
Stream #0:0: Video: mpeg4 (Simple Profile) (DX50 / 0x30355844), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16, 128 kb/s
At least one output file must be specified
Any ideas?