for i in *.mp4; do ffmpeg -i $i -q 0 wmv/$i.wmv; done
Created
May 4, 2014 21:59
-
-
Save geoffroymontel/c7bc0e742666f0bc7bb7 to your computer and use it in GitHub Desktop.
Conversion batch mp4 -> WMV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment