Skip to content

Releases: TomArrow/MaxCLLFindAVS

v0.35.1

29 Sep 16:06

Choose a tag to compare

v0.35.1 Pre-release
Pre-release
  • Updated to Win 10 SDK
  • Added x86 build

v0.35

30 Dec 16:40

Choose a tag to compare

v0.35 Pre-release
Pre-release

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

29 Dec 17:48

Choose a tag to compare

v0.3 Pre-release
Pre-release

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.

v0.2

29 Dec 11:34

Choose a tag to compare

v0.2 Pre-release
Pre-release

Huge speed up I think, I'm caching all the possible nit values based on 16 bit intensities now at the first call of the plugin.

v0.1

29 Dec 10:34

Choose a tag to compare

v0.1 Pre-release
Pre-release

It kinda works, that's about it. :)

The zip only contains a 64 bit dll, because the code is shitty and I got errors trying to compile a 32 bit dll. Sorry about that.