Skip to content

Instantly share code, notes, and snippets.

@nngogol
Created July 12, 2017 16:40
Show Gist options
  • Save nngogol/75b2b5f53f4e47c71e365ecfceee1ae5 to your computer and use it in GitHub Desktop.
Save nngogol/75b2b5f53f4e47c71e365ecfceee1ae5 to your computer and use it in GitHub Desktop.
DELETE metadata from video
> One method is to remove all non-ffmpeg metadata:
> ffmpeg -i YA_input.file -c copy -map_metadata -1 output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment