![]() |
|
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 - 11.09.2025 uploaded wrong version RE: Deoldify Vapoursynth filter - Selur - 11.09.2025 Updated Hybrid_havc_test Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 11.09.2025 Thanks, I will test it tomorrow. Dan RE: Deoldify Vapoursynth filter - Dan64 - 12.09.2025 Hello Selur, the last dev version is OK. I added a new boolean parameter named BlackWhiteBlend (If enabled the frames adjusted with BlackWhiteTune will be blended with the original frames). This parameter need to be added both in ColorPostProcessing and HAVC and should have the same behaviour of the other BlackWhite* parameters. I promise that this is the last addition Dan P.S. 1) Attached the new RC6 2) In the GUI "CPostProcessing (HAVC)" could be called "ColorAdjust (HAVC)" RE: Deoldify Vapoursynth filter - Selur - 12.09.2025 Quote:I promise that this is the last additionNo problem, I'll simply delete the HAVC support as a whole when I feel like it in the future. Updated Hybrid_havc_test. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 13.09.2025 Hello Selur, I released a new RC7, this version should be the last one. Main changes: 1) fixed some bugs 2) renamed "ColorPostProcessing" in "HAVC_ColorAdjust" (to keep naming consistency) 3) Changed the default for BlackWhiteMode from 2 to 0 ColorAdjust is very good in restoring the colors, as you can see looking to the image below: the CAB in the original picture was colored in orange, in the adjusted image is colored in yellow as should be. With this release I think that most of the HAVC color problems was solved, and could be used to color old B&W in a good way. Now I have to update the documentation to explain better the new features and then I will release the new HAVC version 5.5.0 Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 13.09.2025 Updated Hybrid_havc_test Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 17.09.2025 Hello Selur, I finally released the new HAVC version: 5.5.0 Thanks for you support and helpful advice. Dan RE: Deoldify Vapoursynth filter - Selur - 17.09.2025 Quote:Added new parameter in HAVC_main: FrameInterp, which allows to speed-up the coloring process boy about 15%-50% an 'o' too much
RE: Deoldify Vapoursynth filter - Selur - 17.09.2025 Uploaded new torch add-on and dev. Cu Selur |