8 hours ago
Had quick peek at it before work:
BlackWhiteBlend="True" doesn't show up, since it's the default.
chroma_resize=True <= that is an unknown option to Hybrid.
I will look into why 'BlackWhiteMode' isn't there.
Looking at the FilterQueue entry 'vsColorAdjustBWMode;ScaleAbs - LUT' is listed.
Okay, it was a mistake where I used:
instead of
=> Uploaded a new test version which should create:
as expected.
Cu Selur
BlackWhiteBlend="True" doesn't show up, since it's the default.
chroma_resize=True <= that is an unknown option to Hybrid.
I will look into why 'BlackWhiteMode' isn't there.
Looking at the FilterQueue entry 'vsColorAdjustBWMode;ScaleAbs - LUT' is listed.
Okay, it was a mistake where I used:
if (this->getBool("vsColorAdjustBWTune", parameters)) {if (this->getString("vsColorAdjustBWTune", parameters) != "none") {=> Uploaded a new test version which should create:
# stabilize colors using ColorAdjust (HAVC)
clip = havc.HAVC_ColorAdjust(clip=clip, BlackWhiteTune="strong", BlackWhiteMode=4, ReColor=False)
# stabilize colors using ColorAdjust (HAVC)
clip = havc.HAVC_ColorAdjust(clip=clip, BlackWhiteTune="medium", BlackWhiteMode=3, ReColor=False)Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

