Tag: mencoder

Script to Convert FLV to AVI

This will convert a flv file to a avi file. I got this off linux.com. It uses mencoder – so…

Rip DVD using Mencoder

Rip a DVD to an AVI file using mencoder mencoder dvd://1 -dvd-device /mnt/Image/ -ovc xvid -xvidencopts pass=1 -alang en -oac…

Converting a Video File

Converting a Video file mencoder -ovc xvid -oac mp3lame -xvidencopts bitrate=878 -o destination.avi source.avi Original Article

Command for Converting Video Format Using Mencoder

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