Selur's Little Message Board
Deoldify Vapoursynth filter - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: Deoldify Vapoursynth filter (/thread-3595.html)



RE: Deoldify Vapoursynth filter - Selur - 24.09.2025

I did a quick adjustment and uploaded a new Hybrid_havc_test.

Cu Selur


RE: Deoldify Vapoursynth filter - Dan64 - 25.09.2025

The new dev version is even better than expected, when Denoise is none, Color tweaks is also set to none. 
This is the correct behavior, since if Denoise is set to none all the Color tweaks will be disabled.   

Thanks   Smile  
Dan


RE: Deoldify Vapoursynth filter - Dan64 - 26.09.2025

I just realized that in the last build "Color tweaks" and "Color map" has been inverted.

Currently  "Color map"contains the values of ColorFix (Color tweaks) and  "Color tweaks" contains the values of ColorMap ("Color map").

[Image: attachment.php?aid=3287]

On the GUI is better put  "Color tweaks" on the right of "Denoise" and "Color map" below  "Color tweaks".

Please, fix it.

Dan


RE: Deoldify Vapoursynth filter - Selur - 26.09.2025

Is the documenation:
:param ColorFix:            This parameter allows to reduce color noise on specific chroma ranges.
                                Allowed values are:
                                    'None',
                                    'Magenta',
                                    'Magenta/Violet',   (default)
                                    'Violet',
                                    'Violet/Red',
                                    'Blue/Magenta',
                                    'Yellow',
                                    'Yellow/Orange',
                                    'Yellow/Green'
    :param ColorMap:            This parameter allows to change a given color range to another color.
                                Allowed values are:
                                    'None', (default)
                                    'Blue->Brown',
                                    'Blue->Red',
                                    'Blue->Green',
                                    'Green->Brown',
                                    'Green->Red',
                                    'Green->Blue',
                                    'Red->Brown',
                                    'Red->Blue'
                                    'Yellow->Rose'
correct?

Cu Selur

Ps.: Updated Hybrid_havc_test, let me know it that fixes the problem. (Switched the locations and the possible values of the combo boxes)


RE: Deoldify Vapoursynth filter - Dan64 - 26.09.2025

The documentation in the code is correct.
In the last Dev there are still problems:

1) The label "Color tweaks" is always gray-out.

[Image: attachment.php?aid=3288]

2) In the code are still assigned the wrong values to ColorFix and ColorMap

[Image: attachment.php?aid=3289]

Dan


RE: Deoldify Vapoursynth filter - Selur - 26.09.2025

Updated Hybrid_havc_test, let me know it that fixes the problem.


RE: Deoldify Vapoursynth filter - Dan64 - 26.09.2025

The last dev version seems Ok (not fully tested yet).

Thanks,
Dan


RE: Deoldify Vapoursynth filter - Selur - 27.09.2025

Good, let me know when you found some time to Test.

Cu Selur


RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025

Hello Selur,

  I'm going to release the new HAVC version 5.5.2.
  It is a small update, but I introduced another parameter, called ColorTemp in HAVC_main.
  It is an integer with range (0-5), the definition of the parameter is the following

:param ColorTemp:           Strength of the color temporal stabilization filter. This post process filter will
                            be applied only to the DDColor family color models: DDColor(Artistic), DDColor(ModelScope),
                            Zhang(Siggraph17), Zhang(ECCV16). Allowed values are:
                                        0 = None (default)
                                        1 = VeryHigh
                                        2 = High
                                        3 = Medium
                                        4 = Low
                                        5 = VeryLow


  I hope that you can add it in Hybrid.

Thanks,
Dan


RE: Deoldify Vapoursynth filter - Selur - 27.09.2025

Quote: It is a small update, but I introduced another parameter, called ColorTemp in HAVC_main.
..
I hope that you can add it in Hybrid.
And which parameter gets removed for that?