Skip to content

Instantly share code, notes, and snippets.

@tobihans
Forked from blacklee/ffmpeg-to-480p.sh
Created August 29, 2024 15:50
Show Gist options
  • Save tobihans/b3a092441b268315631615d14854669b to your computer and use it in GitHub Desktop.
Save tobihans/b3a092441b268315631615d14854669b 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