Skip to content

Instantly share code, notes, and snippets.

@omar2205
Created April 10, 2022 05:56
Show Gist options
  • Save omar2205/cce6180f97c493018655eeb0643a5338 to your computer and use it in GitHub Desktop.
Save omar2205/cce6180f97c493018655eeb0643a5338 to your computer and use it in GitHub Desktop.
ffmpeg convert to 240p, 360p, 480p
ffmpeg -i 1080p.mp4 -s 800x480 -c:v libx264 480p.mp4 -s 640x360 -c:v libx264 360p.mp4 -s 320x240 -c:v libx264 240p.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment