Created
September 6, 2018 22:37
-
-
Save machiq/13eef53eb366d5c9de50a63a7c4a4a6d to your computer and use it in GitHub Desktop.
ffmpeg make WMV
This file contains 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
#!/bin/sh | |
# 2018-09-06 - Matthew Crnich - create WMV using FFMPEG | |
# | |
ffmpeg -i "input" -qscale 2 -vcodec msmpeg4 -acodec wmav2 "output.wmv" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment