Last active
June 12, 2021 13:35
-
-
Save Rady/bc15c77c8d7f2bd56328049012101914 to your computer and use it in GitHub Desktop.
This file contains 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 input-video.mp4 -s 640x480 file-output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this.