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.

Revisions

  1. s-a created this gist Apr 25, 2020.
    1 change: 1 addition & 0 deletions ffmpeg video to mobile
    Original 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