Warning: [minor] Unrecognized MakerNotes

Started by luxigo, July 31, 2014, 05:39:55 AM

Previous topic - Next topic

luxigo

I cannot extract unrecognized MarkerNotes with exiftool command line executable  :'(
-u and -U doesnt help  :o

Must use "exiv2 -pt" instead:

Exif.Photo.MakerNote                         Long       16  184942 131072 131072 160300 154272768 154272768 154272768 154272768 169869312 382730240 1611731280 526232 591768 1310946 44565382 42271425

:-\

Phil Harvey

You mean like this?:

> exiftool a.jpg -warning
Warning                         : [minor] Unrecognized MakerNotes
> exiftool a.jpg -makernotes
Maker Note Unknown              : (Binary data 20 bytes, use -b option to extract)
> exiftool a.jpg -makernotes -b > out.dat
Warning: [minor] Unrecognized MakerNotes - a.jpg
Warning: Error rebuilding maker notes (may be corrupt) - a.jpg
> hexdump out.dat
    0000: 00 01 00 4f 00 02 00 76 00 03 01 72 00 04 01 00 [...O...v...r....]
    0010: 00 05 01 59                                     [...Y]


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