![]() |
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 - Selur - 13.02.2025 uploaded a new dev, no clue whether it works as it should with HAVC ![]() RE: Deoldify Vapoursynth filter - Dan64 - 13.02.2025 Sorry but I missed your previous dev version. To me both are working. I like that depending on the selected parameters values, the number of parameters passed to HAVC_main changes. Thanks, ![]() Dan RE: Deoldify Vapoursynth filter - Dan64 - 14.02.2025 Released new version v5.0.1 This is a maintenance release. As usual it can be installed with the command .\python -m pip install https://github.com/dan64/vs-deoldify/releases/download/v5.0.1/vsdeoldify-5.0.1-py3-none-any.whl Dan RE: Deoldify Vapoursynth filter - Selur - 14.02.2025 Quote:Since DeepRemaster requires access to the future colored frames, its use is restricted to the following methods:=> Looking into rearranging the gui to reflect the changes. RE: Deoldify Vapoursynth filter - Selur - 14.02.2025 Updated Hybrid_deoldify the overall logic changes. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 14.02.2025 Argh... you changed the GUI. Do you have any idea how many screenshot I have to take ? 30! Since in the Coloring panel there is only HAVC and DDcolor. There is no need to compress the space. Please revert to the previous GUI. Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 14.02.2025 Any idea how many variables and parameters I have to adjust and change whenever you come up with some strange changes? Don't really think anything below 100 screenshots is worth mentioning. I prefer the new look ![]() ![]() over the old: ![]() ![]() since it does not have tons of options disabled, when DeepEx is used. => I'm open to suggestions, but the newer look seems better to me. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 14.02.2025 I think that there is a misunderstanding regarding the widgets to enable/disable. In the picture below I put my comments There are widgets that disappear but they should remain. Once you implement the version with all the widgets visible, you need to move down in vertical the widgets related to "Exemplar-based colorization" and you will obtain a situation near the one previous implemented. Dan RE: Deoldify Vapoursynth filter - Selur - 14.02.2025 I'll look into it tomorrow. ![]() Since I'm not happy with the old gui, that will change. (if not now, then in the near future) RE: Deoldify Vapoursynth filter - Selur - 14.02.2025 Reverted the changes for now and uploaded a new dev. But as a heads-up: I'm not happy with how the GUI integration of HAVC looks like at the moment. So be warned that one of the next changes you make will probably trigger a complete rearrangement of the elements. I might split some combo boxes into multiple boxes or similar, not sure yet. The way it is atm., I do not like ![]() Going to bed now. n8 Cu Selur |