Skip to content

Instantly share code, notes, and snippets.

@sunkibaek
Created January 27, 2018 10:13
Show Gist options
  • Save sunkibaek/5de729ead60e2408aea1d4ce6a38c25b to your computer and use it in GitHub Desktop.
Save sunkibaek/5de729ead60e2408aea1d4ce6a38c25b to your computer and use it in GitHub Desktop.
ffmpeg -i ./filename.mp4 -vf scale=-1:720 -crf 20 -c:a copy filename_720p.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment