Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Created March 31, 2017 11:49
Show Gist options
  • Save manfromanotherland/d9ce50116e5fc5e89df516526ba5403a to your computer and use it in GitHub Desktop.
Save manfromanotherland/d9ce50116e5fc5e89df516526ba5403a to your computer and use it in GitHub Desktop.
Optimise videos with ffmpeg
ffmpeg -i huge-file.mp4 -vcodec libx264 -preset veryfast smaller-file.mp4
@manfromanotherland
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment