Created
December 12, 2019 00:12
-
-
Save davo/3f4922a81f3b65b361772d0d8493320d to your computer and use it in GitHub Desktop.
FFMPEG for Twitter Videos
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.mov -pix_fmt yuv420p -vcodec libx264 -vf scale=1920:-1 -acodec aac -vb 1024k -minrate 1024k -maxrate 1024k -bufsize 1024k -ar 44100 -ac 2 -strict experimental -r 30 outpu.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment