Created
April 25, 2020 17:09
-
-
Save s-a/b080d8894572e2d98d9f4cf9be0b57b5 to your computer and use it in GitHub Desktop.
Revisions
-
s-a created this gist
Apr 25, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ 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