LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   conversion from mpeg4 to avi using mplayer (https://www.linuxquestions.org/questions/linux-software-2/conversion-from-mpeg4-to-avi-using-mplayer-123255/)

sanjith11 12-06-2003 10:48 AM

conversion from mpeg4 to avi using mplayer
 
please can you tell me how to convert from mpeg4 to avi using mencoder.

druuna 12-06-2003 11:21 AM

Something like this:

mencoder -ovc lavc -oac mp3lame -forceidx infile.mpg -o outfile.avi

If you want to scale as well:

-vf scale -zoom -xy 512

man mplayer for all options.


All times are GMT -5. The time now is 10:42 PM.