Closed madelson closed 1 year ago
This library cannot read an MP4 for directly. The API you're showing expects to receive the XMP subset of the data, if it exists, directly. Something else needs to find that subset.
The MetadataExtractor library is designed to do just that, and wraps XmpCore.
@drewnoakes MetadataExtractor
works like a charm. Thanks!
Hello,
I'm trying to use the library to extract metadata from an mp4 file taken with an Android phone. I'm running:
This fails with:
Looking at the code, I saw that this was following the
AcceptLatin1
path so I also tried:This fails with:
Is there a reason why UTF-32 is not supported? Or is the real issue that the file lacks XMP metadata and this is just a misleading error message?