Skip to content

Instantly share code, notes, and snippets.

@sidisinsane
Created March 30, 2020 06:24
Show Gist options
  • Save sidisinsane/6482c0f2a726ab9374eb0fe68104bfb1 to your computer and use it in GitHub Desktop.
Save sidisinsane/6482c0f2a726ab9374eb0fe68104bfb1 to your computer and use it in GitHub Desktop.
Convert MOV to MP4 with FFmpeg
ffmpeg -i source.mov -vcodec h264 -acodec mp2 target.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment