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 - Dan64 - 27.09.2025

I can't remove any parameter.

But I'm doing a lot of tests to find the best filters combination.

I'd like to introduce a new Coloring filter, built on top of HAVC with few parameters with all the remaining parameters already set optimally.
This filter will not substitute HAVC, will be a new filter with a new set of parameters. 
 
It will be called something like SmartHAVC of something like it (any suggestion ?)
 
To complete the tests it would be useful if you can add this parameter (it is the last combination missing).

Thanks,
Dan


RE: Deoldify Vapoursynth filter - Selur - 27.09.2025

Quote: It will be called something like SmartHAVC of something like it (any suggestion ?)
About a name instead of "SmartHAVC" better go with "sHAVC".
Folks will shorten it anyway and later the 's' might turn to 'stupid' or 'super' or 'supreme' for some,... Rolleyes

Quote: To complete the tests it would be useful if you can add this parameter (it is the last combination missing).
And in a month another parameter is missing.
Where's the difference between
Quote:ColorTemp: Strength of the color temporal stabilization filter
and
Quote:VideoTune: Preset to control the output video color stability
?
It sounds like both should do the same,...


RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025

It is a different concept. VideoTune is about colors stabilization on the same frame, while ColorTemp will enforce color temporal consistency across the frames.

Dan


RE: Deoldify Vapoursynth filter - Selur - 27.09.2025

Ah okay, you might want to rework that description.
Will be back at home in ~2hours, will create a new test version then and report back.

Cu Selur


RE: Deoldify Vapoursynth filter - Selur - 27.09.2025

Updated Hybrid_havc_test, let me know if that works.

Cu Selur


RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025

In the last dev. "Stabilize (temp)" is always grey-out. It seems that is implemented as a combox, I was thinking to something simpler, a numeric spin-box like Interpolation.
You can put int near the check box "B&W blend". But of course you have always the last word on GUI design. 

Dan


RE: Deoldify Vapoursynth filter - Selur - 27.09.2025

Quote:In the last dev. "Stabilize (temp)" is always grey-out.
Hmm, it's enabled there when "Coloring" index > 9.
[Image: grafik.png]
Quote: This post process filter will be applied only to the DDColor family color models: DDColor(Artistic), DDColor(ModelScope), Zhang(Siggraph17), Zhang(ECCV16).

Cu Selur


RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025

Please remove this condition. In the case is selected "Video+Artistic", the filter will be applied only to DDColor before the merge with DeOldify.

Dan


RE: Deoldify Vapoursynth filter - Selur - 27.09.2025

So ColorTemp will always be applied? Or should it be disabled when xy ?


RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025

If "none" will not be applied. Otherwise it will be applied. The program will take care of correct handling.

Dan