Created
July 12, 2017 16:40
-
-
Save nngogol/75b2b5f53f4e47c71e365ecfceee1ae5 to your computer and use it in GitHub Desktop.
DELETE metadata from video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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