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 - 18.03.2024

I added some additional comments to 'Resize Chroma', changed the default to 'false' and changed the code that chroma_resize is always set in the invocation.

Cu Selur


RE: Deoldify Vapoursynth filter - Dan64 - 18.03.2024

I already explained the effect in the README. 
Please left the "Chroma Resize" true as default and set "(De)-Vibrancy"=0 by default.
The effect of "(De)-Vibrancy" will be visible only when "Chroma Resize"=true.  
See the updated section " Chroma Smoothing" in Filter Usage

Thanks,
Dan


RE: Deoldify Vapoursynth filter - Selur - 18.03.2024

"dark_darkness: list = [False, 0.2, 0.4, 0.8, 0.10]," should be "dark_darkness: list = [False, 0, 0.4, 0.8, 0.10]," then and "(De)-Vibrancy" should be disabled unless chroma_resize=True.
To late for this release, will change for next release.


RE: Deoldify Vapoursynth filter - Dan64 - 18.03.2024

Please don't change any thing, the version that you delivered to me It's Ok.


RE: Deoldify Vapoursynth filter - Selur - 18.03.2024

Like I wrote,
Quote:I added some additional comments to 'Resize Chroma', changed the default to 'false' and changed the code that chroma_resize is always set in the invocation.
these changes are in the public release.

In my current dev version I:
  • changed "Chroma Resize" true as default
  • set "(De)-Vibrancy"=0 by default.
  • disable "(De)-Vibrancy" unless "Chroma Resize" is true

Cu Selur


RE: Deoldify Vapoursynth filter - Dan64 - 18.03.2024

I installed the official version 2024.03.18.1 and it's Ok.

Thanks,
Dan


RE: Deoldify Vapoursynth filter - Selur - 18.03.2024

ok, then I will revert the changes to my dev version.


RE: Deoldify Vapoursynth filter - Dan64 - 18.03.2024

There is a bug in the deployed version. IF the "Color Stabilizer" is unchecked, in the script is not generated the string

color_stabilizer=[False,False,False,11,"center",True]

In this case will be applied the default values which are

color_stabilizer=[True,False,False,11,"center",True]

but since in this case is not loaded the plugin

Hybrid/64bit/vsfilters/MiscFilter/MiscFilters/MiscFilters.dll

The encode will crash.

Dan


RE: Deoldify Vapoursynth filter - Selur - 18.03.2024

Argh,... for next release, there are probably other similar issues too.


RE: Deoldify Vapoursynth filter - Dan64 - 18.03.2024

I made some test with the new version.

Notice how the colors of the clothes in the basic version keep changing from red to black, in this encode not using the "Chroma smoothing"

VideoTest6_Simple_small

While the version encoded with "Chroma smoothing" enabled is much more stable

VideoTest6_Dark+AF11C_small.mp4

I found that good values for "Chroma smoothing" are


dark_darkness=[True,0.4,0.8,0.8,0.8]

Dan