Created
January 14, 2020 10:56
-
-
Save filipwodnicki/20ffcd16de39463e00fb13c69a17075d 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