Skip to content

Instantly share code, notes, and snippets.

@freshteapot-rm
Created September 17, 2024 20:00
Show Gist options
  • Save freshteapot-rm/1d76ab743d8510b9a32aab6b8c75ef52 to your computer and use it in GitHub Desktop.
Save freshteapot-rm/1d76ab743d8510b9a32aab6b8c75ef52 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