Created
November 27, 2019 12:21
-
-
Save ettingshausen/9e0f1b833c5f2e9dcd740e53844801fa to your computer and use it in GitHub Desktop.
How to convert mov to mp4 on macOS
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 | |
ffmpeg -i /path/to/input/file /path/to/output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment