Skip to content

Instantly share code, notes, and snippets.

@richjenks
Last active June 30, 2018 08:20
Show Gist options
  • Save richjenks/8cbf4c610aff794aad73ed9e04df7339 to your computer and use it in GitHub Desktop.
Save richjenks/8cbf4c610aff794aad73ed9e04df7339 to your computer and use it in GitHub Desktop.
Takes a video, removes the audio and compresses the sh!t out of it
ffmpeg -i input.mkv -an -preset veryslow -c:v h264 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment