Skip to content

Instantly share code, notes, and snippets.

@rm--
Last active June 13, 2020 15:30
Show Gist options
  • Select an option

  • Save rm--/b1fff4b2e277a1d422764fd7f0a2e038 to your computer and use it in GitHub Desktop.

Select an option

Save rm--/b1fff4b2e277a1d422764fd7f0a2e038 to your computer and use it in GitHub Desktop.
convert mov to mp4 keep audio/video information

ffmpeg -i input.mov -c:v copy -c:a copy output.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment