Skip to content

Instantly share code, notes, and snippets.

@shenqi
Created September 23, 2010 15:18
Show Gist options
  • Save shenqi/593783 to your computer and use it in GitHub Desktop.
Save shenqi/593783 to your computer and use it in GitHub Desktop.
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