Posts: 10.598
Threads: 57
Joined: May 2017
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 750
Threads: 72
Joined: Feb 2020
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
Posts: 10.598
Threads: 57
Joined: May 2017
18.03.2024, 09:32
(This post was last modified: 18.03.2024, 09:36 by Selur.)
"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.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 750
Threads: 72
Joined: Feb 2020
Please don't change any thing, the version that you delivered to me It's Ok.
Posts: 10.598
Threads: 57
Joined: May 2017
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 750
Threads: 72
Joined: Feb 2020
I installed the official version 2024.03.18.1 and it's Ok.
Thanks,
Dan
Posts: 10.598
Threads: 57
Joined: May 2017
ok, then I will revert the changes to my dev version.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 750
Threads: 72
Joined: Feb 2020
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
Posts: 10.598
Threads: 57
Joined: May 2017
Argh,... for next release, there are probably other similar issues too.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 750
Threads: 72
Joined: Feb 2020
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