Created
November 1, 2019 19:27
-
-
Save nomisoft/e08951a8ab3c65a697be5bcd87b6ebae to your computer and use it in GitHub Desktop.
FFMPEG 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
// Vary crf value, higher value = smaller file size / less quality | |
ffmpeg -i input.mp4 -preset veryslow -crf 20 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment