drewnoakes / metadata-extractor

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

Support AVIF metadata #667

Open blipper opened 3 months ago

blipper commented 3 months ago

https://github.com/drewnoakes/metadata-extractor/tree/main/Source/com/drew/metadata does not appear to support this. See https://en.wikipedia.org/wiki/AVIF

https://caniuse.com/avif is now supported by browsers and is very useful.

StefanOltmann commented 2 months ago

AVIF is supported by the „heif“ package, but it has not been released right now.

https://github.com/drewnoakes/metadata-extractor/issues/664#issuecomment-2005695632