![]() |
|
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 - Dan64 - 27.09.2025 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 RE: Deoldify Vapoursynth filter - Selur - 27.09.2025 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 filterand Quote:VideoTune: Preset to control the output video color stability? It sounds like both should do the same,... RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025 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 RE: Deoldify Vapoursynth filter - Selur - 27.09.2025 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 RE: Deoldify Vapoursynth filter - Selur - 27.09.2025 Updated Hybrid_havc_test, let me know if that works. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025 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 RE: Deoldify Vapoursynth filter - Selur - 27.09.2025 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 RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025 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 RE: Deoldify Vapoursynth filter - Selur - 27.09.2025 So ColorTemp will always be applied? Or should it be disabled when xy ? RE: Deoldify Vapoursynth filter - Dan64 - 27.09.2025 If "none" will not be applied. Otherwise it will be applied. The program will take care of correct handling. Dan |