Skip to content

Instantly share code, notes, and snippets.

@brodzik
Created March 16, 2021 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brodzik/4f002b27db0f9d8bdb66e908f4f7c1a3 to your computer and use it in GitHub Desktop.
Save brodzik/4f002b27db0f9d8bdb66e908f4f7c1a3 to your computer and use it in GitHub Desktop.
Compress MP4 files using FFmpeg
./ffmpeg -i input.mp4 -vcodec libx264 -crf 20 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment