ExifTool Forum

ExifTool => Newbies => Topic started by: mkoziel on October 01, 2014, 08:33:02 AM

Title: Batch -IFD0:BlackLevel (Mac OSX)
Post by: mkoziel on October 01, 2014, 08:33:02 AM
Hey guys,

I came across the issue where almost all my footage (5D mark iii ML RAW) has a strong pink tint to it. After a lot of research I've found the line below fixes the issue.

exiftool -IFD0:BlackLevel=2048 *.dng

I have 7 folders with 1000+ DNG folders in each. Is there a way to apply this line to each parent folder instead of the thousands of individual DNG folders?

My folder structure is as follows.

Volumes/WD1402/H2Oi/FTG/A_CAM/DNG/0922_Mon
Volumes/WD1402/H2Oi/FTG/A_CAM/DNG/0923_Tues
etc...

Any help would be greatly appreciated. Also sorry if I lack basic terminology. Thanks!
Title: Re: Batch -IFD0:BlackLevel (Mac OSX)
Post by: Phil Harvey on October 01, 2014, 05:01:24 PM
Yes.

exiftool -blacklevel=2048 -ext dng -r DIR

where DIR is the root directory name

- Phil