Skip to content

Instantly share code, notes, and snippets.

@machiq
Created September 6, 2018 22:37
Show Gist options
  • Save machiq/13eef53eb366d5c9de50a63a7c4a4a6d to your computer and use it in GitHub Desktop.
Save machiq/13eef53eb366d5c9de50a63a7c4a4a6d to your computer and use it in GitHub Desktop.
ffmpeg make WMV
#!/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