Created
November 29, 2008 05:37
-
-
Save elecnix/30185 to your computer and use it in GitHub Desktop.
Convert FLV to AVI with mencoder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mencoder in.flv -quiet -oac pcm -ovc xvid -ofps 15 -vf scale=160:-2 -xvidencopts bitrate=256:vhq=4:me_quality=4:max_bframes=0 -o tmp.avi && transcode -i tmp.avi -P1 -b 0,1 -o out.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment