Skip to content

Instantly share code, notes, and snippets.

@kosso
Created June 2, 2016 15:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kosso/02d602f7a6335c5bb1053efe1fa4b849 to your computer and use it in GitHub Desktop.
Save kosso/02d602f7a6335c5bb1053efe1fa4b849 to your computer and use it in GitHub Desktop.
FFMPEG resize to 720p command
ffmpeg -i INPUT.mp4 -vf scale=-1:720 -c:v libx264 -crf 18 -preset veryslow -c:a copy OUTPUT.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment