Selur's Little Message Board

Full Version: Deoldify Vapoursynth filter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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,...
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
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
Updated Hybrid_havc_test, let me know if that works.

Cu Selur
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
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
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
So ColorTemp will always be applied? Or should it be disabled when xy ?
If "none" will not be applied. Otherwise it will be applied. The program will take care of correct handling.

Dan