Created
September 28, 2023 16:31
-
-
Save ademar111190/c571f8809b57455696f5a57271854628 to your computer and use it in GitHub Desktop.
Reduce a video file size 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 input.xyz -vcodec libx265 -crf 30 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment