Skip to content

Instantly share code, notes, and snippets.

@freshteapot
Forked from freshteapot-rm/note.md
Created September 17, 2024 20:01
Show Gist options
  • Select an option

  • Save freshteapot/007d58123d871c09903f807373eef482 to your computer and use it in GitHub Desktop.

Select an option

Save freshteapot/007d58123d871c09903f807373eef482 to your computer and use it in GitHub Desktop.
Convert mov to mp4 without audio

Convert mov to mp4 without audio

export convert="XXX.mov"
ffmpeg -i $convert -vcodec h264 -an ${convert%.mov}.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment