Created
August 3, 2012 00:16
-
-
Save isanosian/3242469 to your computer and use it in GitHub Desktop.
convert video for ipad
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 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