metadata-extractor icon indicating copy to clipboard operation
metadata-extractor copied to clipboard

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files

Results 130 metadata-extractor issues
Sort by recently updated
recently updated
newest added

Per [this](https://github.com/johnbaro/metadata-extractor-images/commit/ae9279e5b8b27fbf3bf76a5565c005206cd7c40f#diff-f23fa7f4b6f49c9b4a668127fa7519e0ce3d9d161b4993248dbce507929a6f39) sample image, the values below show as zero, whereas the correct values are reported by exiftool ## metadata-extractor ``` [Canon Makernote] Focus Distance Upper - 0 [Canon Makernote]...

So far all language descriptors are hard-coded to be in English. It would be nice if there was i18n of the library so that the community can easily add new...

It would make sense to add the raw value to the class Tag on top of the already existing human-readable `description`, the same way that we have the `tagType` field...

Would it be possible to add OSGI metadata to the MANIFEST? just like zip4j did? https://github.com/srikanth-lingala/zip4j/issues/89 https://luceeserver.atlassian.net/browse/LDEV-4280

help wanted
type-admin

Hi, I use this code to get video duration and Width, and Size metadata.getFirstDirectoryOfType(Mp4Directory::class.java)?.getFloat(Mp4Directory.TAG_DURATION_SECONDS) metadata.getFirstDirectoryOfType(Mp4VideoDirectory::class.java)?.getInt(Mp4VideoDirectory.TAG_WIDTH) metadata.getFirstDirectoryOfType(Mp4VideoDirectory::class.java)?.getInt(Mp4VideoDirectory.TAG_HEIGHT) but when i need to extract quicktime directory metadata only have duration time dont,...

I am using metadata-extractor to automatically rename my Canon camera's jpegs with date information. Now, I want to do the same thing for raw files (CR3), but I found that...

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.

Some of the basic file metadata from the Windows Properties window are missing in the MP4 parser. This pull request add some of these information like : Title, Subtitle, Rating,...

Does the library support reading GPS location for .mov memo types? I tried using [this](https://github.com/user-attachments/files/15537669/IMG_0073.mov.zip) sample to read gps location