Skip to content

Instantly share code, notes, and snippets.

@isanosian
Created August 3, 2012 00:16
Show Gist options
  • Save isanosian/3242469 to your computer and use it in GitHub Desktop.
Save isanosian/3242469 to your computer and use it in GitHub Desktop.
convert video for ipad
ffmpeg -i test.flv -vcodec mpeg4 -b 512k -acodec aac -strict experimental -ac 2 -ab 256k -ar 44100 test.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment