Skip to content

Instantly share code, notes, and snippets.

@olsgreen
Created April 8, 2021 15:29
Show Gist options
  • Save olsgreen/0f06979255aef4d851bda1e3e70231ef to your computer and use it in GitHub Desktop.
Save olsgreen/0f06979255aef4d851bda1e3e70231ef to your computer and use it in GitHub Desktop.
Compress an MP4 video with FFMPEG
ffmpeg -i video-in.mp4 -vcodec libx264 -crf 34 video-out-compressed.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment