-
-
Save leviathan/b73cde4f907ec80fcb069493cb0ba975 to your computer and use it in GitHub Desktop.
ffmpeg cheat sheet
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
# install ffmpeg | |
brew install ffmpeg | |
# convert .mov file to .mp4 | |
ffmpeg -i demo.mov -vcodec h264 demo.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment