Phil Harvey
Phil Harvey
I'm finally getting around to this. The Matroska specification is unfortunately inconsistent: https://www.matroska.org/technical/tagging.html "Multiple items SHOULD never be stored as a list in a single TagString. If there is more...
ExifTool 13.11 has a patch to make these list-type tags.
Thanks. I will add the Compression values, but I can't see the Chromaticities conversion working on all platforms since in general it is not a good idea to require an...
The relevant parts of this patch were included in ExifTool 12.93 (Aug 20, 2024)
I don't think this is an ExifTool issue. Please try installing manually from the tar.gz distribution (download from exiftool.org) and if that doesn't work then please let me know. If...
This seems like a perldoc configuration problem, and not an ExifTool issue. Does "perldoc exiftool" work? Internally, this is what "exiftool --help" is doing. I suspect that all your perl...
I guess I don't understand the problem, and can't reproduce it using "PERLDOC_PAGER=more exiftool --help" running in bash on either MacOS 10.15 or Rocky Linux 8.10. Internally, exiftool uses the...
This is likely a Canon bug. While I haven't checked this specific model, Canon is known to write an incorrect FocalPlaneResolution for some models. - Phil
ExifTool 13.38 is now available with support for reading .dsf files - Phil
Thanks for this patch. However, the problem is much bigger than this. ExifTool doesn't just open files, so patching only -e and openL is a partial solution. ExifTool also scans...