Skip to content

Instantly share code, notes, and snippets.

@ettingshausen
Created November 27, 2019 12:21
Show Gist options
  • Save ettingshausen/9e0f1b833c5f2e9dcd740e53844801fa to your computer and use it in GitHub Desktop.
Save ettingshausen/9e0f1b833c5f2e9dcd740e53844801fa to your computer and use it in GitHub Desktop.
How to convert mov to mp4 on macOS
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