payton

Results 70 comments of payton

I'll give it my best to have a look this weekend!

@drewnoakes, I believe they were referring to this bit https://github.com/drewnoakes/metadata-extractor/blob/master/Source/com/drew/imaging/mp4/Mp4Reader.java#L75 We end on an `IOException` because MP4 files don't have any root atom/box, so the end is unknown. We could...

I've been looking more into this recently, specifically for TIFFs. ExifTool's logic for differentiating file types seems somewhat unsettling as there are a lot of strange conditions. For example, there...

For context, this requires implementing the Item Location Box (code "loci"). It is defined in the 3GP spec, which can be found in the first reference of the [3GP and...

@drewnoakes Are you still interested in this being implemented? ExifTool has a good list of XMP tags on their site: http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/XMP.html#tiff I don't remember where, but I recall you mentioning...

Just updating this issue as it will rely on #296 DNG files can be distinguished between TIFF if the ```DNG Version``` tag ```0xC612``` exists, so this would have to be...

ExifTool also extracts the same XMP Packet (missing the '?>') from the file. Unlike ExifTool, Metadata-Extractor uses xmpcore for extracting the XMP metadata. I feel like this file should be...

The MovieHeader tags have a bit more manipulation to them seen here: https://github.com/drewnoakes/metadata-extractor/blob/270db1ed32494d758109b85be961dfc97aae866d/Source/com/drew/metadata/mp4/boxes/MovieHeaderBox.java#L80-L81 #416 For some context

@Nadahar Ah, yes, that too. There is also the media header box that may need to be changed https://github.com/drewnoakes/metadata-extractor/blob/270db1ed32494d758109b85be961dfc97aae866d/Source/com/drew/metadata/mp4/boxes/MediaHeaderBox.java#L38-L46

@Nadahar I was just checking the documentation, too. Yeah, it seems like all dates should be formatted that way.