Should be something like this:
to check:
exiftool -BlackLevel -WhiteLevel foo.dng
to set the same value for all files:
exiftool -BlackLevel=8192 -WhiteLevel=50000 *.dng
(you can take the values from the first file, or some sort of average)
PM didn't arrive.
@a1ex -- sorry but I have to admit that after using Terminal last night and typing in the commands for Blacks/Whites values in exiftool is when I realized, after tonight, is the fact that it never did do anything in the first place. So now I'm not sure how I was still able to manage minimal flickering/artifacts in my 2nd Take.
Here's the info what it says on Terminal now as oppose to last night...
Sean-Jacksons-MacBook-Pro:~ SeanMichael$ exiftool -BlackLevel=8192 -WhiteLevel=50000 M03-1933.dng
Error: File not found - M03-1933.dng
0 image files updated
1 files weren't updated due to errors
Sean-Jacksons-MacBook-Pro:~ SeanMichael$ exiftool -BlackLevel=8192 -WhiteLevel=50000 *.dng
Error: File not found - *.dng
0 image files updated
1 files weren't updated due to errors
Sean-Jacksons-MacBook-Pro:~ SeanMichael$
*grunts*