Created
April 8, 2021 15:29
-
-
Save olsgreen/0f06979255aef4d851bda1e3e70231ef to your computer and use it in GitHub Desktop.
Compress an MP4 video with FFMPEG
This file contains 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 video-in.mp4 -vcodec libx264 -crf 34 video-out-compressed.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment