Magic Lantern Forum

Using Magic Lantern => Raw Video => Raw Video Postprocessing => Topic started by: mkoziel on October 01, 2014, 06:00:49 AM

Title: Exiftool Batch Fix BlackLevel (Pink Image)
Post by: mkoziel on October 01, 2014, 06:00:49 AM
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!
Title: Re: Exiftool Batch Fix BlackLevel (Pink Image)
Post by: mkoziel on October 01, 2014, 01:49:14 PM
Anyone? Please?
Title: Re: Exiftool Batch Fix BlackLevel (Pink Image)
Post by: dmilligan on October 01, 2014, 02:15:05 PM

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