News:

2023-03-15 Major improvements to the new Geolocation feature

Main Menu

Repair Maker Notes

Started by rainerg, July 12, 2010, 12:36:43 PM

Previous topic - Next topic

rainerg

Hello!

My Photo Impact 13 crashes a couple of maker-notes.

Original
Lens Type = EF-S18-200mm f/3.5-5.6 IS
Focal Lenght = 18.0 - 200.0 mm

After work with photo impact:
Lens Type = 5-5.6 IS
Focal Length = 1.0 - 1.0 mm

BUT

shown the photo impact version with EXIF Tool (GUI):
LensType                        : Canon EF-S 18-200mm f/3.5-5.6 IS
LongFocal                       : 200 mm
ShortFocal                      : 18 mm

Exif tool read the exifs correct, but the exifs still not correct!

When i export exif with Exif Tool gui as MII an error occured:
Warning [minor] Adjusted MakerNotes base by - 17 - [name of file]

How can i repair the MakerNotes?

Phil Harvey

This problem is discussed in FAQ number 15.

Basically, you should be able to fix this with the -F option when writing any EXIF tag.  If you don't want to write anything else, you could just write something like the ExifVersion tag:

exiftool -F -exifversion=0221 FILE

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).