![]() |
|
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) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
RE: Deoldify Vapoursynth filter - Selur - 24.09.2025 I did a quick adjustment and uploaded a new Hybrid_havc_test. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 25.09.2025 The new dev version is even better than expected, when Denoise is none, Color tweaks is also set to none. This is the correct behavior, since if Denoise is set to none all the Color tweaks will be disabled. Thanks Dan RE: Deoldify Vapoursynth filter - Dan64 - 26.09.2025 I just realized that in the last build "Color tweaks" and "Color map" has been inverted. Currently "Color map"contains the values of ColorFix (Color tweaks) and "Color tweaks" contains the values of ColorMap ("Color map"). On the GUI is better put "Color tweaks" on the right of "Denoise" and "Color map" below "Color tweaks". Please, fix it. Dan RE: Deoldify Vapoursynth filter - Selur - 26.09.2025 Is the documenation: :param ColorFix: This parameter allows to reduce color noise on specific chroma ranges.Cu Selur Ps.: Updated Hybrid_havc_test, let me know it that fixes the problem. (Switched the locations and the possible values of the combo boxes) RE: Deoldify Vapoursynth filter - Dan64 - 26.09.2025 The documentation in the code is correct. In the last Dev there are still problems: 1) The label "Color tweaks" is always gray-out. 2) In the code are still assigned the wrong values to ColorFix and ColorMap Dan RE: Deoldify Vapoursynth filter - Selur - 26.09.2025 Updated Hybrid_havc_test, let me know it that fixes the problem. RE: Deoldify Vapoursynth filter - Dan64 - 26.09.2025 The last dev version seems Ok (not fully tested yet). Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 27.09.2025 Good, let me know when you found some time to Test. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025 Hello Selur, I'm going to release the new HAVC version 5.5.2. It is a small update, but I introduced another parameter, called ColorTemp in HAVC_main. It is an integer with range (0-5), the definition of the parameter is the following :param ColorTemp: Strength of the color temporal stabilization filter. This post process filter willI hope that you can add it in Hybrid. Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 27.09.2025 Quote: It is a small update, but I introduced another parameter, called ColorTemp in HAVC_main.And which parameter gets removed for that? |