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!
Yes.
exiftool -blacklevel=2048 -ext dng -r DIR
where DIR is the root directory name
- Phil