ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: HarryEC123 on April 24, 2019, 08:21:11 AM

Title: Unable to extract XMP/IPTC from D850 NEF file
Post by: HarryEC123 on April 24, 2019, 08:21:11 AM
ExfiTool version 11.22 seems able to extract all the file and camera information from the Nikon D850 NEF file, but does not seem able to extract any of the XMP/IPTC information.
Title: Re: Unable to extract XMP/IPTC from D850 NEF file
Post by: Phil Harvey on April 24, 2019, 08:56:32 AM
Please read this post by Alan Clifford (https://exiftool.org/forum/index.php/topic,10067.msg52390.html#msg52390).
Title: Re: Unable to extract XMP/IPTC from D850 NEF file
Post by: HarryEC123 on April 24, 2019, 12:26:31 PM
The nksc file contains the following fields in addition to the file and GPS information
MIMEType          XMPToolkit           About             Version           Appversion          Appname           XMLPackets        XMLPacketsType
Iptc             IptcType          NineEdits             Label       Rating      Trim

None of which return any information in a usable format.
Title: Re: Unable to extract XMP/IPTC from D850 NEF file
Post by: Phil Harvey on April 24, 2019, 12:35:14 PM
Ah, OK.  Good.  You're looking at the NKSC file...

With the attached nksc.config file and the most recent version of ExifTool (11.38), you can use the following command to decode all of this:

exiftool -config nksc.config FILE

- Phil
Title: Re: Unable to extract XMP/IPTC from D850 NEF file
Post by: HarryEC123 on April 24, 2019, 02:43:35 PM
Many thanks