![]() |
|
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 - 20.10.2025 (10.10.2025, 10:47)didris Wrote: Hi, Dan64 The Houdini clip is an example of movie that should not be selected for automatic colorizazition. The problem with this clip is that is damaged, and there is a lot of noise on the luma component. The colorization process is strongly dependent on the luminance. The reason of such strong dependency is that the model during the training sees only the L channel (lightness) as input. It has no access to the original colors, edges, textures, or semantics beyond what’s encoded in brightness. So it must infer color purely from luminance patterns:
But luminance alone is ambiguous. For example:
A dark patch could be:
A medium-bright patch could be:
Unfortunately are not available filters that are able to remove such kind of noise. In any case, if you still want to color such type of clip, you need to accept some compromise on the colorization process. With the upcoming release of HAVC 5.6.0, you should be able to obtain a clip like this one: Houdini_BN_small_havc_coloradjust.mp4 The upcoming HAVC release 5.6.0, has finally solved most of colorization problems, and now it is possible to obtain fully stable colored movies (if there is no noise on the luma). Here you can find an example of clip colored with the new version here: children-of-the-damned-colorized-1964 Dan RE: Deoldify Vapoursynth filter - didris - 20.10.2025 Hi, Dan64 what you have done is really amazing your work can be safely used for coloring movies in Hollywood if it is not a secret what is the script for the compromise coloring of the Houdini movie? we are looking forward to the new version and congratulations for the excellent work thanks of course to Selur for his Hybrid excellent work RE: Deoldify Vapoursynth filter - djilayeden - 22.10.2025 (19.10.2025, 16:37)Selur Wrote: Can you share a sample of the original, the colored version and the used settings so others know what artifacts you are talking about? Hi Selur and Dan, About the issue I mentioned earlier — the compression or distortion on moving objects — I’ve just reinstalled everything, and it seems to have completely disappeared. So it was probably a mistake on my side! I really want to congratulate you both for your amazing work on colorization. The results have reached an absolutely outstanding level of quality — truly impressive and consistent. Wishing you all the best for your future developments and upcoming improvements. Thank you again for your dedication and passion — it really shows in the results! Best regards, RE: Deoldify Vapoursynth filter - Dan64 - 22.10.2025 Hello Selur, please, could you rename "ScaleAbs – auto brighness&contras" in "ScaleAbs – LUT" Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 22.10.2025 I uploaded a new test version. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 22.10.2025 Thanks for the update ![]() Dan RE: Deoldify Vapoursynth filter - Dan64 - 23.10.2025 Hello Selur, I finally released the new HAVC version: v5.6.0 I never imagined that one day I would write a guide with more than 100 pages describing the use of this filter ( well, there are a lot of pictures! )Thanks again Selur for your essential and effective support. Dan RE: Deoldify Vapoursynth filter - Selur - 23.10.2025 I'll release a new dev and torch add-on version tomorrow. ![]() Cu Selur RE: Deoldify Vapoursynth filter - Selur - 24.10.2025 Uploaded a new dev and torch add-on. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 26.10.2025 Hello Selur, I just released a new HAVC version v5.6.1, to fix a bug that disabled DDColor tweaks under certain conditions. Dan P.S. The missing subtitle language tag problem, was fixed in your last dev version. |