Created
March 16, 2021 11:38
-
-
Save brodzik/4f002b27db0f9d8bdb66e908f4f7c1a3 to your computer and use it in GitHub Desktop.
Compress MP4 files using 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 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