Skip to content

Instantly share code, notes, and snippets.

@chluehr
Created September 1, 2010 17:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chluehr/561042 to your computer and use it in GitHub Desktop.
Save chluehr/561042 to your computer and use it in GitHub Desktop.
encode flv/h264/mp3
mencoder -mc 0 -noskip -o /tmp/test.flv test.mov -ovc x264 -x264encopts bitrate=300 -vf scale=248:204 -oac mp3lame -lavcopts acodec=mp3:abitrate=56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment