http://projectiondream.com/wp-content/uploads/2019/01/madMeasureDynamicClippingV3.1.0.zip
madmeasuredynamicclipping Tool V3.1.0
And... update!
V3.1.0
Anna was against releasing it today since we were still missing a few new textbox but I wanted to let you enjoy early on the new chapter detection algo.
NEW: improved "Flo chapter"
1) Small thing but still important: @
Dexter Kane said that the chapter detection was working less well going from bright to darker scene than going from dark to brighter one. We found why. We were doing the relative change always divided by the previous frame. So when the previous frame was the bright one, the delta was divided by a higher number which resulted in a %FALL change which was calculated lower (and could then be below the %FALL threshold). Now we always divide by the smaller FALL number for consistency sake.
2) We have introduced a second limitation to filter out the original scenes into chapters. Not only must they change more than the %FALL defined by user (100% FALL change by default) but each new chapter must be at least 10s long (hardcoded at the moment). This avoids to have a jump in target nits if you have an explosion or a bright light only a few frames or so in the middle of a movie sequence.
3) Once we have those new chapters respecting the 2 rules defined in 2) , we then combine consecutive chapter IF the change in chapterAvgFALL from one chapter to the next in less than [50%] change . Also hardcoded at the moment.
4) With those "smart" chapter, we have revised the default number of frames of our center rolling to 1440 frames (1min for a 24 movie). We also tested quite a bit with a CONSTANT target nits over each chapter and it worked very nicely.
@
Manni01 To get a constant target nits over each chapter, put a value in rolling avg of 100 000.
Both works well.
@
Neo-XP : using the new chapter definition combined with a rolling avg of 1440 frames or higher also solves the issue you have reported in Lucy at runtime 00:37:44.
Ok. That's it.
Enjoy
Flo (please be nice so that Anna does not tell me: "see, I told you not to release now"
)
NEW Default values in GUI: