Created
August 22, 2018 19:55
-
-
Save geetotes/063f82950c216ecdad6304596dc84c0e to your computer and use it in GitHub Desktop.
Encode export.mp4 with aac audio for upload to twitter
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
#!/bin/bash | |
ffmpeg -i export.mp4 -c:v libx264 -crf 22 -preset:v veryfast -ac 2 -c:a aac -vbr 3 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment