Skip to content

Instantly share code, notes, and snippets.

@geoffroymontel
Created May 4, 2014 21:59
Show Gist options
  • Save geoffroymontel/c7bc0e742666f0bc7bb7 to your computer and use it in GitHub Desktop.
Save geoffroymontel/c7bc0e742666f0bc7bb7 to your computer and use it in GitHub Desktop.
Conversion batch mp4 -> WMV

for i in *.mp4; do ffmpeg -i $i -q 0 wmv/$i.wmv; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment