Skip to content

Instantly share code, notes, and snippets.

@s-a
Created April 25, 2020 17:09
Show Gist options
  • Save s-a/b080d8894572e2d98d9f4cf9be0b57b5 to your computer and use it in GitHub Desktop.
Save s-a/b080d8894572e2d98d9f4cf9be0b57b5 to your computer and use it in GitHub Desktop.
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