Skip to content

Instantly share code, notes, and snippets.

@luongvo
Forked from rudyhuynh/convert-mov-to-mp4.md
Created December 27, 2021 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luongvo/e80ceb4a5c25c39d1fc21ce9e29151ca to your computer and use it in GitHub Desktop.
Save luongvo/e80ceb4a5c25c39d1fc21ce9e29151ca to your computer and use it in GitHub Desktop.
Convert MOV to MP4
brew install ffmpeg
ffmpeg -i my-video.mov -vcodec h264 -acodec mp2 my-video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment