DNG Issue

Started by wirrah, October 25, 2023, 12:39:23 AM

Previous topic - Next topic

wirrah

Since I updated to the latest version of LR Classic 13.0.1, Camera Raw 16.0 on Mac OS 13.6

exiftool 12.68 although 12.67 gave the same message. This is a DNG file converted, by LR, from a Fuji RAF file. Same issue occured with files converted from ORF (and real lens names!)

First time ever there has been an issue :)

exiftool -overwrite_original_in_place -preserve -lens="fujix" DSCF3986.dng
Error: [minor] DNG Version 1.7.0.0 not yet tested - DSCF3986.dng
    0 image files updated
    1 files weren't updated due to errors

johnrellis

Lightroom 13 (released this month) generates DNGs in DNG version 1.7 (June 2023), whose spec can be downloaded from here:
https://helpx.adobe.com/camera-raw/digital-negative.html

I think that Exiftool message is saying that Exiftool hasn't been tested against DNG version 1.7.

wirrah

Quote from: johnrellis on October 25, 2023, 01:58:45 AMLightroom 13 (released this month) generates DNGs in DNG version 1.7 (June 2023), whose spec can be downloaded from here:
https://helpx.adobe.com/camera-raw/digital-negative.html

I think that Exiftool message is saying that Exiftool hasn't been tested against DNG version 1.7.


Agreed. I'm getting around it by running it before I convert them to DNG since it won't update the DNG file. All good!

Phil Harvey

If you add the -m option then ExifTool will write these files, but it is safer to wait for ExifTool 12.69 in case Adobe screwed up the forward compatibility like they have in the past.

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

wirrah

Quote from: Phil Harvey on October 25, 2023, 06:32:28 AMIf you add the -m option then ExifTool will write these files, but it is safer to wait for ExifTool 12.69 in case Adobe screwed up the forward compatibility like they have in the past.

Much appreciated. Will wait for 12.69 but will probably have a play with the -m option on some test files.

Greg

Phil Harvey

I've read through the DNG 1.7 specification, and Adobe hasn't made any blunders this time so it is safe to use 12.68 with the -m option.

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

wirrah

Quote from: Phil Harvey on October 25, 2023, 08:26:16 AMI've read through the DNG 1.7 specification, and Adobe hasn't made any blunders this time so it is safe to use 12.68 with the -m option.

Works perfectly. Thanks again for your help.

Greg