Skip to content

Instantly share code, notes, and snippets.

@evadecker
Created February 17, 2024 02:34
Show Gist options
  • Save evadecker/0b5cccec7b0e2df1d8426afa54f71650 to your computer and use it in GitHub Desktop.
Save evadecker/0b5cccec7b0e2df1d8426afa54f71650 to your computer and use it in GitHub Desktop.
Convert .mov to .mp4
ffmpeg -i "input.mov" "output.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment