Created
April 10, 2022 05:56
-
-
Save omar2205/cce6180f97c493018655eeb0643a5338 to your computer and use it in GitHub Desktop.
ffmpeg convert to 240p, 360p, 480p
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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