Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Forked from blacklee/ffmpeg-to-480p.sh
Created April 21, 2020 09:44
Show Gist options
  • Save chaitu87/a14da849ab95ca9b93a9127057f6b4fe to your computer and use it in GitHub Desktop.
Save chaitu87/a14da849ab95ca9b93a9127057f6b4fe to your computer and use it in GitHub Desktop.
ffmpeg convert video to 480p
ffmpeg -i input.mp4 -s hd480 -c:v libx264 -crf 23 -c:a aac -strict -2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment