Batch -IFD0:BlackLevel (Mac OSX)

Started by mkoziel, October 01, 2014, 08:33:02 AM

Previous topic - Next topic

mkoziel

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!

Phil Harvey

Yes.

exiftool -blacklevel=2048 -ext dng -r DIR

where DIR is the root directory name

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