-1
I've tried using ffmpeg, but it seems to keep all the metadata I'm actively looking to remove.
I'm looking to remove ALL metadata, including length, bitrate, etc. Before you say this isn't possible, yes it is, and I have multiple files that have what I'm looking to do. The files without metadata are still fully playable.
Example of what I want to do:

I've also tried exiftool but it doesn't work with WebMs.
I tried the solution here and it didn't work. The output of ffmpeg on one of the WEBMs without metadata is:

1What did you try with ffmpeg? Share the output of
ffmpeg -i nometadata.webm– Gyan – 2019-01-24T04:38:05.363Output of ffmpeg is https://i.imgur.com/mHXXVd1.png on the file without metadata.
I tried the solution on superuser here: https://superuser.com/questions/441361/strip-metadata-from-all-formats-with-ffmpeg
What is the tool you're using to view metadata in the first screenshot? Have you created the file, or where did you get it from? Why would you even want a file that has no indicated length or bitrate? – slhck – 2019-01-24T08:46:15.053
@slhck It's just right-clicking on the file and clicking details on Windows 10. Can't remember where I found it. – John Texas – 2019-01-24T09:21:23.497
What kind of file is the example? What is the program/command you used to achieve this result? – StarGeek – 2019-01-24T19:39:45.987
@StarGeek The example is a WEBM, and I didn't make it. That's why I'm asking if anyone knows how to do this. – John Texas – 2019-01-25T00:55:28.577