Skip to content

Instantly share code, notes, and snippets.

@haldun
Created October 24, 2013 17:16
Show Gist options
  • Save haldun/7141301 to your computer and use it in GitHub Desktop.
Save haldun/7141301 to your computer and use it in GitHub Desktop.
ffmpeg mp4 -> wmv
ffmpeg -i SANY0016.MP4 -c:v wmv2 -b:v 20M -c:a wmav2 -b:a 192k output.wmv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment