Created
April 20, 2015 21:49
-
-
Save nqthqn/4ce4e603ae90e0d200a3 to your computer and use it in GitHub Desktop.
Convert wmv to mp4
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 FamilycourseBk1intro.wmv -c:v libx264 -crf 23 -profile:v high -r 30 -c:a libfaac -q:a 100 -ar 48000 FamilycourseBk1intro.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment