Skip to content

Instantly share code, notes, and snippets.

@knugie
Last active October 6, 2022 14:22
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save knugie/582ca8751e2666be6828240508b55f56 to your computer and use it in GitHub Desktop.
Save knugie/582ca8751e2666be6828240508b55f56 to your computer and use it in GitHub Desktop.
convert .mov to .mp4 using ffmpeg
ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment