News:

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

Main Menu

Help please! Maker notes offsets

Started by Redbill73, March 10, 2022, 12:31:50 PM

Previous topic - Next topic

Redbill73

Hello! I am using the following string to update my photos but I face a problem with some of them.

exiftool -r -charset filename=cp1253 "-overwrite_original" "-DateTimeOriginal<${Filename;m/(\d{4}-\d\d-\d\d)/;$_=$1} 00:00:00" "-Subject<${Basename;m/ (.+) \d/;$_=$1}" "-Description<${Basename;m/ (.+) \d/;$_=$1}" "-imageDescription<${Basename;m/ (.+) \d/;$_=$1}" c:\path

It gives me the following message and does not update.

Possibly incorrect maker notes offsets (fix by 482?)

The 482 could be any number. Can somebody help?

StarGeek

See FAQ #15 and FAQ #20.

Make sure you have proper backups in case something goes wrong, as you're making significant change to the file.  Then run this command from FAQ #20 (do not run it on Tiff or RAW files)
exiftool -exif:all= -tagsfromfile @ -exif:all -unsafe -thumbnailimage -F bad.jpg
* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).