[FFmpeg-devel] DivX problem

xnetua at gmail.com xnetua
Wed Dec 3 13:29:17 CET 2008


Hello guys,

I'm trying to compile ffmpeg with DivX codecs at my Centos i386 box
but there is no any luck with this. I need DivX 3 Low-Motion codec
support.

Currently I have ffmpeg compiled with the following options:

--enable-libmp3lame --enable-libvorbis --enable-libfaad --enable-libfaac
--enable-libgsm --enable-libxvid --enable-libx264 --enable-liba52 --enable-liba52bin
--enable-pthreads --enable-gpl --enable-libamr-nb --enable-libamr-wb --enable-nonfree

and when I try to convert from DIV3 AVI to FLV I get the video with
the blank green screen and with no sound. The following is used to
convert:

ffmpeg -i original.avi -y -ar 22050 -ab 56k -aspect 4:3 -b 300k -r 24 -f flv -s 338x338
-padtop 0 -padbottom 0 -padleft 56 -padright 56 -padcolor 000000 -acodec libmp3lame
-ac 2 output.flv


libdivx is installed at my box but seems there is no divx support at
ffmpeg (I don't see any divx formats when I execute ffmpeg -formats)

Please help.

Regards,
Gleb Voronich





More information about the ffmpeg-devel mailing list