drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.59k stars 480 forks source link

Add support for MP4 UUID and MOV XMP boxes #455

Closed drewnoakes closed 4 years ago

drewnoakes commented 4 years ago

This PR was mostly authored by @kerenby in #451. I made some changes to remove test data and extend the parsing of MP4 UUID / QuickTime XMP.

kerenby commented 4 years ago

thank you @drewnoakes, good point with decoding of known UUIDs, I think we can close #406 issue.