Skip to content

Instantly share code, notes, and snippets.

@sbatururimi
Forked from ettingshausen/convert.sh
Created August 16, 2022 15:28
Show Gist options
  • Save sbatururimi/a8c3d4ae68e461c476210ed5a4289ee9 to your computer and use it in GitHub Desktop.
Save sbatururimi/a8c3d4ae68e461c476210ed5a4289ee9 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