Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Created January 10, 2020 03:22
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 AbeEstrada/804dcb819da6c237d123e4d212892bae to your computer and use it in GitHub Desktop.
Save AbeEstrada/804dcb819da6c237d123e4d212892bae to your computer and use it in GitHub Desktop.
Convert .mov to .mp4 with ffmpeg
ffmpeg -i in.mov -vcodec h264 -acodec mp2 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment