Posts: 946
Threads: 78
Joined: Feb 2020
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
Posts: 11.931
Threads: 63
Joined: May 2017
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,...
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,...
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 946
Threads: 78
Joined: Feb 2020
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
Posts: 11.931
Threads: 63
Joined: May 2017
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 11.931
Threads: 63
Joined: May 2017
Updated Hybrid_havc_test, let me know if that works.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 946
Threads: 78
Joined: Feb 2020
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
Posts: 11.931
Threads: 63
Joined: May 2017
Quote:In the last dev. "Stabilize (temp)" is always grey-out.
Hmm, it's enabled there when "Coloring" index > 9.
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 946
Threads: 78
Joined: Feb 2020
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
Posts: 11.931
Threads: 63
Joined: May 2017
So ColorTemp will always be applied? Or should it be disabled when xy ?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 946
Threads: 78
Joined: Feb 2020
If "none" will not be applied. Otherwise it will be applied. The program will take care of correct handling.
Dan