Skip to content

Instantly share code, notes, and snippets.

@schluppeck
Created June 19, 2019 14:37
Show Gist options
  • Save schluppeck/3f9624edd3db9d9c6f6e75193a8a8951 to your computer and use it in GitHub Desktop.
Save schluppeck/3f9624edd3db9d9c6f6e75193a8a8951 to your computer and use it in GitHub Desktop.
# 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