Occaisionally I will obtain a publicly available video file as .mkv that contains metadata. I would like to be able to remove all of the metadata contained in the file (encoder, title, comments, video source, etc.).
Using mkvtoolnix I’ve been successfull at removing the MKV title metadata using the command: mkvpropedit.exe" "%%i" -d title
However the files will still contain other metadata. Easiest way to see it is by using VLC Media Player > Tools > Codec Information > Metadata
Is there a way to remove all metadata contained withing the mkv file?