transcode errors
Mal <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <1119670770.9019.3.camel@lanyoncolinux> |
G'day, I have been successfully using the stable version of transcode (0.6.14) with Fedora Core 2 and 3. Having just shifted to FC4, I have installed 1.0.0 Beta 3 from FreshRPMs and am having a consistent error when trying to transcode from AVI files that were created with mencoder with lavc. The problem seems to be with loading of the levels filter, and my query to the transcode mailing list suggests there may have been a problem with the RPM build. Has anyone had a similar problem, or have any ideas here? Here is an example: [mal@lanyoncolinux std8]$ transcode -i wed1.avi -J fps=16:25 -y ffmpeg -F mjpeg -o testout2.avi transcode v1.0.0beta3 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source wed1.avi (ok) [transcode] V: import format | MJPG RIFF data, AVI (V=ffmpeg|A=avi) [transcode] V: import frame | 720x576 1.25:1 [transcode] V: bits/pixel | 0.174 [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x1 PCM [32000,16,2] 1024 kbps [transcode] A: export format | 0x55 MPEG layer-3 [32000,16,2] 128 kbps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 5120 (5120.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse 3dnowext 3dnow mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 720x576 [import_avi.so] v0.4.2 (2002-05-24) (video) * | (audio) * [import_ffmpeg.so] v0.1.11 (2004-02-29) (video) ffmpeg: MS MPEG4v1-3/MPEG4/MJPEG[filter_fps.so] v1.1 (2004-05-01) convert video frame rate, gets defaults from -f and --export_fps [filter_fps.so] options=16:25, converting from 16 fps to 25 fps, postprocessing [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4753 | (audio) MPEG/AC3/PCM [import_avi.so] format=0x1, rate=32000 Hz, bits=16, channels=2, bitrate=1024 [export_ffmpeg.so]: INFO: output is mjpeg or ljpeg, extending range from YUV420P to YUVJ420P (full range) [filter.c] Filter "levels=input=16-240:output=0:255" with args (levels=input=16-240:output=0:255) [filter.c] Filter "levels=input=16-240:output=0:255" not loaded. Loading ... [filter.c] Loading (levels=input=16-240:output=0:255) .. [filter.c:355] truncated 1 characters [filter.c] Loading filter "levels=input=16-240:output=0:255" failed [export_ffmpeg.so]: WARNING: cannot load levels filter [export_ffmpeg.so] Using FFMPEG codec 'mjpeg' (FourCC 'MJPG', Motion JPEG). [export_ffmpeg.so]: WARNING: Interlacing parameters unknown, use --encode_fields[export_ffmpeg.so]: INFO: No profile selected [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' [export_ffmpeg.so] found. Default settings will be used instead. [export_ffmpeg.so]: INFO: Starting 1 thread(s) [export_ffmpeg.so]: INFO: Set display aspect ratio to input [mjpeg @ 0x342650]removing common factors from framerate Audio: using new version Audio: using lame-3.96.1 [transcode] warning : [import_ffmpeg.so] Unsupported decoded frame format: 15 clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 0 frames (0 dropped, 0 cloned), clip length 0.00 s cheers Mal