Created
December 1, 2020 11:08
-
-
Save Xarkam/908559a9b3067c5ac4c5c33af174c065 to your computer and use it in GitHub Desktop.
Downgrade 1080p to 720p and reduce video size. (103mb mkv to 1.4mb mp4)
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 INPUTFILENAME -c:v libx264 -r 25 -preset slow -crf 24 -c:a copy -vf scale=1280:720 OUTPUTFILENAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment