![]() |
|
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
127
128
129
130
131
132
133
134
|
RE: Deoldify Vapoursynth filter - Selur - 11.02.2025 @Dan64: Not totally sure what what you want disabled and thus removed from the HAVC_main call. Can you make a list of what should be disabled/removed when? (that picture doesn't help at all) RE: Deoldify Vapoursynth filter - banditsc - 11.02.2025 Well there wasn't much to work with. It was first converted from old film years ago to VHS, and now from VHS to digital. I wish I still had the old film. RE: Deoldify Vapoursynth filter - Selur - 11.02.2025 Sorry, to say this, but the bitrate is way too low or my taste given the source. Ideally, the during digitalization a lossless file should have been created. Maybe first cleaning up the source, creating an intermediate file and trying to colorize that is a better approach. (doing everything in one job will take ages) Also, I would probably not use Deolidfy on the whole clip, autowhite and some denoising seem not that bad: ![]() also try with adding: import muvsfuncCu Selur RE: Deoldify Vapoursynth filter - Dan64 - 11.02.2025 (11.02.2025, 20:50)Selur Wrote: @Dan64: Not totally sure what what you want disabled and thus removed from the HAVC_main call. The concept is that the exemplar-base models can be enable/disabled by using the check box Exemplar-based models. It is not possible to do it with picture based models. When are selected the methods: 3 = external RF same as video 4 = external RF different from video 5 = external ClipRef same as video 6 = external ClipRef different from video the pictures-based models can be disabled becaused are not used for coloring the movie, because the source of the colors is external. So when are selected the methods: 3, 4, 5, 6 the following parameters are not used by HAVC_main: Preset -> Speed ColorModel -> Coloring CombMethod -> Combine VideoTune -> Stabilize ColorFix -> Color tweaks and the related widget on the GUI can be disabled. They can be (re)enabled when: Exemplar Models box is unchecked or Method in: 0, 1, 2. Let me know if you need additional information. Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 11.02.2025 Will look into that tomorrow. Reordering the GUI might be a good idea then too. RE: Deoldify Vapoursynth filter - Dan64 - 11.02.2025 (11.02.2025, 19:39)banditsc Wrote: Thanks.. A sample of it is here, https://drive.google.com/file/d/1VJa1QsgH6ppjr6862q6KRbRofV7RcRIC Try these LUTs Dan RE: Deoldify Vapoursynth filter - Selur - 11.02.2025 @Dan64: new GUI will probably look like: ![]() (that's only a quick mockup, depending on whether 'Exemplar Method' is enabled and what is selected gui elements would be en-/disabled... argh, should be sleeping,..) Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 11.02.2025 Please keep the previous GUI, for me was more clear. Moreover I already taken all the screenshots for the documentation... Dan P.S. I'm planning to release HAVC 5.0 in GitHub tomorrow. EDIT: if is not possible to implement the requirement without change the GUI, please don't implement it, is not strictly necessary. RE: Deoldify Vapoursynth filter - Selur - 12.02.2025 I can leave the GUI as is, but I think changing it to better show the connections seems like a good idea. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 12.02.2025 yes, please don't change the GUI. There is the User Guide which provides all the information needed to use the filter with the GUI settings Thanks, Dan |