Exiftool Batch Fix BlackLevel (Pink Image)

Started by mkoziel, October 01, 2014, 06:00:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mkoziel

Hey guys,

I've come across the issue where my DNG's have a very strong pink tint to them in Photoshop and Davinci, but not finder.

Using exiftool, the line exiftool -IFD0:BlackLevel=2048 *.dng fixes the clip I write it to.

Is there a way to batch multiple DNG folders instead of one at a time?

Example
Apply to Volumes/HD/Test
Not Volumes/HD/Test/M23-1234-00001

Thanks a bunch!

mkoziel


dmilligan


find /Volumes/HD/Test -name '*.dng' | xargs exiftool -IFD0:BlackLevel=2048