Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lorenzoantei/e7983d3f0ae3db9515d151e170dfffce to your computer and use it in GitHub Desktop.
Save lorenzoantei/e7983d3f0ae3db9515d151e170dfffce to your computer and use it in GitHub Desktop.
remove all metadata
ffmpeg -i input.mp4 -map 0 -map_metadata -1 -c copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment