-
-
Save sbatururimi/a8c3d4ae68e461c476210ed5a4289ee9 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