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