Created
March 31, 2017 11:49
-
-
Save manfromanotherland/d9ce50116e5fc5e89df516526ba5403a to your computer and use it in GitHub Desktop.
Optimise videos with ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i huge-file.mp4 -vcodec libx264 -preset veryfast smaller-file.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://news.ycombinator.com/item?id=13969520