Skip to content

Instantly share code, notes, and snippets.

@amaia
Created December 14, 2009 20:37
Show Gist options
  • Save amaia/256399 to your computer and use it in GitHub Desktop.
Save amaia/256399 to your computer and use it in GitHub Desktop.
# 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