How to limit the output to MakerNotes only

Started by drcq, January 16, 2019, 07:15:02 AM

Previous topic - Next topic

drcq

Hi, I just wont to limit the output to the MakerNote content in best case to a single tag (like Sony:tag2010) only! I experimented with lot of options but don't find the proper combination.
Can some help?

Thanks in advance!

Phil Harvey

There is currently no documented way to do this.  However, using an undocumented ExifTool feature:

exiftool -G5 FILE | grep Tag2010

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