Skip to content

Instantly share code, notes, and snippets.

@tntim96
Created January 29, 2019 22:06
Show Gist options
  • Save tntim96/be8419f2911faf122d2223af91b93b1a to your computer and use it in GitHub Desktop.
Save tntim96/be8419f2911faf122d2223af91b93b1a to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -vf scale=720:480 -c:v libx264 -crf 18 -refs 5 -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment