Skip to content

Instantly share code, notes, and snippets.

@elecnix
Created November 29, 2008 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elecnix/30185 to your computer and use it in GitHub Desktop.
Save elecnix/30185 to your computer and use it in GitHub Desktop.
Convert FLV to AVI with mencoder
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