Created
August 6, 2019 19:03
-
-
Save charltoons/19edf04964241f92eadb4edcc60338cf to your computer and use it in GitHub Desktop.
Web Video Optimization
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
# play with "3000k" until you are comfortable with video quality and filesize | |
ffmpeg -i input.mp4 -threads 8 -b:v 3000k -strict experimental -vf scale=2500:-1 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment