Created
September 23, 2010 15:18
-
-
Save shenqi/593783 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
ffmpeg -i $argv[1] -vcodec libx264 -s 640x360 -b 600k -vpre faster -vpre ipod640 -r 24000/1001 -acodec libfaac -ac 2 -ar 48000 -ab 192k -threads 2 -f ipod $argv[2].m4v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment