Created
September 1, 2010 17:29
-
-
Save chluehr/561042 to your computer and use it in GitHub Desktop.
encode flv/h264/mp3
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
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