Created
April 25, 2020 17:09
-
-
Save s-a/b080d8894572e2d98d9f4cf9be0b57b5 to your computer and use it in GitHub Desktop.
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 final.mp4 -vcodec libx264 -vprofile high -preset slow -b:v 500k -maxrate 500k -bufsize 1000k -vf scale=-1:576 -threads 0 -b:a 128k final_mobile.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment