Saturday, April 25, 2015

Convert .MP4 to .AVI - Linux

$ sudo apt-get install mencoder

$ mencoder source_movie.mp4 -channels 6 -ovc xvid -xvidencopts fixed_quant=4 -vf harddup -oac pcm -o dest_movie.avi

No comments:

Post a Comment

comment: