Command for Converting Video Format Using Mencoder

Tagged with: , , , ,

Convent video using mencoder in linux…


mencoder input.mpg -o output.avi -oac mp3lame -lameopts abr:br=56 -srate 22050  -ovc lavc

http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html
http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide

Leave a Reply