Skip to content

Instantly share code, notes, and snippets.

@nqthqn
Created April 20, 2015 21:49
Show Gist options
  • Select an option

  • Save nqthqn/4ce4e603ae90e0d200a3 to your computer and use it in GitHub Desktop.

Select an option

Save nqthqn/4ce4e603ae90e0d200a3 to your computer and use it in GitHub Desktop.
Convert wmv to mp4
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