Skip to content

Instantly share code, notes, and snippets.

@chriad
Last active April 19, 2018 08:28
Show Gist options
  • Save chriad/dbe2f4dbba51b0b57f3bc1bf2f2ee39b to your computer and use it in GitHub Desktop.
Save chriad/dbe2f4dbba51b0b57f3bc1bf2f2ee39b to your computer and use it in GitHub Desktop.
compress video
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