Skip to content

Instantly share code, notes, and snippets.

@nomisoft
Created November 1, 2019 19:27
Show Gist options
  • Save nomisoft/e08951a8ab3c65a697be5bcd87b6ebae to your computer and use it in GitHub Desktop.
Save nomisoft/e08951a8ab3c65a697be5bcd87b6ebae to your computer and use it in GitHub Desktop.
FFMPEG Compress Video
// Vary crf value, higher value = smaller file size / less quality
ffmpeg -i input.mp4 -preset veryslow -crf 20 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment