Hello all,
I wonder what's the best tool to convert MPG files to AVI (encoded with DIVX or XVID) from the command line?
thanks
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by ziptip; 19th Feb 2013 at 16:36.
-
That's true, thanks.
Convert to DIVX:
"C:\Program Files\ffmpeg\bin\ffmpeg.exe" -i in.mpg -vcodec mpeg4 -vtag DIVX -b 2500k -acodec copy out.avi
Convert to XVID:
"C:\Program Files\ffmpeg\bin\ffmpeg.exe" -i in.mpg -vcodec mpeg4 -vtag XVID -b 2500k -acodec copy out.avi
Convert to WMV:
"C:\Program Files\ffmpeg\bin\ffmpeg.exe" -i in.mpg -vcodec wmv2 -b 2500k -acodec wmav2 out.wmv
(change 2500k compression bitrate according to your needs)
Similar Threads
-
How to batch convert mpg to avi
By roberta in forum Newbie / General discussionsReplies: 3Last Post: 18th Apr 2011, 16:17 -
Batch convert ISO to AVI/Divx/MPEG
By extrememc in forum Newbie / General discussionsReplies: 1Last Post: 11th Jan 2010, 18:13 -
Any free tool for batch conversion from VOB/MPG to DV AVI
By arminio in forum DVD RippingReplies: 5Last Post: 15th Oct 2009, 16:14 -
Tool to batch convert xvid to .mp4 for iPhone.
By Floob in forum Video ConversionReplies: 8Last Post: 14th Sep 2009, 12:20 -
VOB to Divx (AVI) - batch convert
By joepic in forum DVD RippingReplies: 3Last Post: 26th Jan 2009, 00:11