How to change a MakerNotes?

Started by ddyner, November 26, 2012, 03:09:05 PM

Previous topic - Next topic

ddyner

Hi, All.

I want to change the property FirmwareDate in the block Makernotes.
My pictures are made camera Casio.
I tried to execute the following command:

exiftool.exe -makernotes:FirmwareDate=%mydate% PictureName.jpg


In reply he received the following message:
Quote
Error: [minor] MakerNotes offsets may be incorrect (fix or ignore?) - PictureName.jpg


How to do it?

Phil Harvey

You need to use either -m to ignore this problem, or -F to try to fix it.  If exiftool guessed correctly at the actual makernote offsets, then -F is the one to use.  Try both first to see if any of the makernote entries are corrupted one way or the other.

BTW, this is FAQ number 15.

- 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 ($).