10.09.2025, 19:59
Won't get around to implement anything today. (will work on it tomorrow)
With this I would:
a. keep HAVC as it is in the latest test version (with BlackWhiteTune&BlackWhiteMode)
b. add an additional filter 'ColorPostProcessing (HAVC)' I'll put in the FilterOrder directly behind HAVC.
About the current documentation:
1.
the description and the code "BlackWhiteTune: str = 'Medium" vs "'None' (default)" do not match.
2. ReColor
vs.
Cu Selur
With this I would:
a. keep HAVC as it is in the latest test version (with BlackWhiteTune&BlackWhiteMode)
b. add an additional filter 'ColorPostProcessing (HAVC)' I'll put in the FilterOrder directly behind HAVC.
About the current documentation:
1.
def ColorPostProcessing(clip: vs.VideoNode, BlackWhiteTune: str = 'Medium', BlackWhiteMode: int = 2,
ReColor: bool = True, ScThreshold: float = 0.10, ScNormalize: bool = True,
DeepExVivid: bool = True, ScMinFreq: int = 0) -> vs.VideoNode:
"""HAVC Color Post Processing function
:param clip: clip to process, only RGB24 format is supported.
:param BlackWhiteTune: This parameter allows to improve contrast and luminosity of frames colored with HAVC.
Allowed values are:
'None' (default)
'Light',
'Medium',
'Strong'2. ReColor
ReColor: If True the clip will re-colored with ColorMNetQuote:if the boolean parameter ReColor is enabled (..), the input clip will be stabilized using ColorMNet, ...Will the clip get recolored or will colors get stabilized?
Quote:to be used only if the input was colored with HAVCWhy? Shouldn't it also work with other content?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
---
Will be (mostly) offline (and afk.) till the end of next week. (17th or 18th of December)
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
---
Will be (mostly) offline (and afk.) till the end of next week. (17th or 18th of December)

