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

Over on Apache Tika (https://issues.apache.org/jira/browse/TIKA-3412), we'd like to migrate our mp4 parsing to metadata-extractor. With the no longer apparently supported sannies parser (https://github.com/sannies/mp4parser), we're able to extract useful data from...

to get the image width and height need very much codes, why don't create a interface like ``` interface DimensionDirectory{ int getWidth(); int getHeight(); } ``` where it is possible...

The User Comment of the metadata tag in the picture is read well, but the mp4 video file is not.

Hello, I was wondering if there is any plan to support FLIR cameras ? http://www.flir.com/uploadedFiles/sUAS/Products/Vue-Pro/FLIR-Interface-Requirements-TIFF.pdf On my side, I was trying to access Date/Time Original with metadata-extractor, no value. However...

help wanted
format-maker-notes
image-queue

Feedback please! In the .NET library we removed the long-form copyright header and replaced it with a shorter one. I'd like to propose doing the same thing in the Java...

type-question

Some contains date/times with a timezones, some without. Users need to be able to query whether a tag contains a timezone or not. Here is a concrete example: I've got...

The attached sample image contains an exif copyright message that's UTF-8 encoded, but metadata-extractor misinterprets this as ISO-8859-1. It's correctly interpreted on Mac (where the system property file.encoding is UTF-8),...

Per https://exiftool.org/forum/index.php?topic=7911.msg40318#msg40318: > The problem lies in the specification of the QuickTime date fields. These are 32 bit integers measuring the time in seconds since 1904, however many brain dead...

bug
help wanted
format-mov

Please update all the date-time code (e.g. `Date`, `DateFormat` and so on) to use newer `java.util` classes. Example of guilty code: https://github.com/drewnoakes/metadata-extractor/blob/41e0950402e719d381c57038e220b2090b0aa5e3/Source/com/drew/metadata/Directory.java#L908 Justification: https://stackoverflow.com/q/65984112/14731

### Expected Behavior Metadata-Extractor will also check for/extract externally specified metadata (EXIF, XMP, and MPEG-7) ### Current Behavior Metadata-Extractor only extracts metadata specified by HEIF itself ### Detailed Description There...

help wanted