Created
June 19, 2019 14:37
-
-
Save schluppeck/3f9624edd3db9d9c6f6e75193a8a8951 to your computer and use it in GitHub Desktop.
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
# brew install ffmpeg if required | |
# then assuming you want to save out a canon Quicktime-trimmed MOV file to MP4 (for eg. twitter) | |
ffmpeg -i resized.mov -vcodec h264 -acodec mp2 resized-twitter.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment