![]() |
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
|
RE: Deoldify Vapoursynth filter - Dan64 - 04.05.2024 I attached the wheel that will be released tomorrow. Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 04.05.2024 seems to work ![]() RE: Deoldify Vapoursynth filter - Dan64 - 06.05.2024 (10.04.2024, 05:45)Selur Wrote: A quick glance at https://github.com/dan64/vs-deoldify?tab=readme-ov-file#chroma-adjustment I wrote the following guide to explain how to use the Color Mapping: ColorMapping guide with vsDeOldify The Chroma Adjustment is using a similar approach, the only difference is that instead to change a given range of colors, the colors are de-saturated (the hue shift parameter is substitute by the saturation parameter). Dan RE: Deoldify Vapoursynth filter - Selur - 06.05.2024 Hopefully it helps users. ![]() Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 08.05.2024 Hello Selur, I released a new small bug-fix version: https://github.com/dan64/vs-deoldify/releases/tag/v3.5.1 Moreover I changed some presets configuration values. Dan RE: Deoldify Vapoursynth filter - Selur - 08.05.2024 Quote:Moreover I changed some presets configuration valuesWill look at it later. Any details on what you changed? RE: Deoldify Vapoursynth filter - Dan64 - 08.05.2024 Changed the colormap presets values and added the preset "Yellow->Rose" RE: Deoldify Vapoursynth filter - Selur - 08.05.2024 Since I changed a bunch of stuff unrelated to DeOldify, I send you a link to a new dev version via pm. (hopefully I got all the changes) Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 09.05.2024 The dev version is Ok, but it is necessary to change the GUI for the object "Color map" in the custom section. Currently when is selected the Preset "custom" all the filter parameters can be changed with any value with the exception of "Color map" where there is a scroll-down list. This widget should be changed with a text box like the other parameters (for example Darkness). Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 09.05.2024 Updated the test download. Let me know whether this is how you want it. Cu Selur |