[FFmpeg-user] How to make mkv file with divx video codec?

G 3 programmingkidx at gmail.com
Thu Jun 16 17:38:52 CEST 2011


On Tue, Jun 14, 2011 at 3:55 PM, belcampo <belcampo at zonnet.nl> wrote:
> On 06/14/11 21:47, Jim Shupert wrote:
>>
>> either xvid or divx. Anyone know the command to use to accomplish this?
>>
>> maybe something like
>>
>> ffmpeg -i D:\path\vid\00_dog.mpg -ab 192 -ar 48000 -b 8000000 -s 720x480
>> -vcodec xvid -acodec mp3 D:\path\vid\00_dog.avi
>
> D:\path\vid\00_dog.mkv
> if you want an mkv
>>

I tried this command out, but it didn't work. I think I need to enable
libxvid when I compile ffmpeg. Thanks for the help.


More information about the ffmpeg-user mailing list