Releases: TomArrow/MaxCLLFindAVS
Releases · TomArrow/MaxCLLFindAVS
v0.35.1
v0.35
Changed MaxFALL algorithm to the official SMPTE recommendation of averaging max(R,G,B) for the FALL (frame average light level) instead of the old which averaged avg(R,G,B).
The old algorithm can be accessed optionally via maxFallAlgorithm=1, if you need that for anything else than actual HDR metadata.
With that, the readings should now be fully conforming to the standard unless I made some more mistakes (possible).
v0.3
The file now gets written periodically every 100 frames instead of once at the end, because sometimes for some reason the file doesn't get written at the end, so now I just update all the stats every 100 frames. The txt file will be a bit big, but at least it's more reliable hopefully.