Created
December 14, 2009 20:37
-
-
Save amaia/256399 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Convertir video avi a flv | |
mencoder -forceidx -of lavf -oac mp3lame -lameopts abr:br=128 -srate 44100 -ovc lavc -lavcopts vcodec=flv:vbitrate=250:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -o video.flv video.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment