[Ffmpeg-devel] Bugreport: Problem with Files from VDR

Marc Kalke info
Tue Jun 27 19:46:28 CEST 2006


Georg H?llrigl schrieb:

> Hello 2 all!
> 
> nova:/video/ # ffmpeg -i 001.vdr -f avi -vcodec xvid -b 800 -g 300 -bf 2 -acodec mp3 -ab 128 --deinterlace 001.avi
> FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
> configuration: --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib --enable-shared --enable-mp3lame -- enable-libogg --enable-vorbis --enable-theora --enable- faad --enable-faac --enable-xvid --enable-x264 -- enable-a52 --enable-pp --enable-gpl --enable-gprof --enable-amr_nb --enable-amr_wb
> libavutil version: 49.0.0
> libavcodec version: 51.9.0
> libavformat version: 50.4.0
> built on Jun 10 2006 01:41:44, gcc: 4.1.0 (SUSE Linux)
> 001.vdr: Unknown format
> 
> nova:/video/ # file 001.vdr
> 001.vdr: MPEG sequence
> 
> 
> Also posted via Sourceforge.net as Bug 1508751!
> 
> Also found some romours that this format works with 0.8.4 but can't find some old source to verify!
Yes, the automatic detection of the vdr file format used to work before. That
stopped to work several months ago (too lazy to find out when exactly). Try this
to help ffmpeg to recognize the format:

fmpeg -f mpeg -i 001.vdr <whateveryouwantodo>

bye

Marc







More information about the ffmpeg-devel mailing list