Esxi running macos For selur - 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: Esxi running macos For selur (/thread-1495.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: Esxi running macos For selur - Selur - 24.08.2020 the version info needs a clean recompile to update which I like to forget,... I'll make a new build after work and enable the gpu support where it was disabled due to nnedi3cl missing,.. RE: Esxi running macos For selur - Adamcarter - 24.08.2020 (24.08.2020, 04:59)Selur Wrote: the version info needs a clean recompile to update which I like to forget,...Thanks selur, As a point of order, I think we are going to try and fix the forum threads. Meatwad had said that bug reports are being lost in the middle of new plugins. We can leave this open for esxi related matters. Like if we ever make the jump to version 7 for gpu support. RE: Esxi running macos For selur - shijan - 24.08.2020 How about start new development/bugfix thread when more-less stable and bugfixed final public beta will be released? RE: Esxi running macos For selur - Adamcarter - 24.08.2020 (24.08.2020, 05:26)shijan Wrote: How about start new development/bugfix thread when more-less stable and bugfixed final public beta will be released?I’m cool with it if selur is cool with it. RE: Esxi running macos For selur - shijan - 24.08.2020 Here is one more small report about UI usability: I notice that i always press "Misc" tab by accident because confuse it with "Other" filters tab. Don't you have a feeling that "Misc" tab should be located near "Custom" tab, but not in the middle between filters tabs? Tab "Other" logically also may be placed somewhere after tabs with defined group names, but not in the middle. Something like this: | Color | Deblocker | DeNoise | DeGrain | Sharpen | DeHalo/-Ring | Artefacts | Line | Other | Custom | Misc | RE: Esxi running macos For selur - shijan - 24.08.2020 Small not too critical confusion problem with VapourSynth presets menu: - select custom preset in menu - apply preset - Preset now applied, but menu switched to another preset name. --- Artefacts -> EdgeFixer - not sure if it really work or not, but when i change settings i can't see any changes in preview image. --- SangNomMod - works well. Seems like very nice AA filter. --- LGhost - works. --- Got few crashes with large amount of heavy filters and VS preview turned on when i switch filter on/off too fast. I notice that Hybrid write vpy script file in Temp folder after each settings change, so probably it just don't have time to re-write vpy script file when i switch settings too fast and this cause conflict. RE: Esxi running macos For selur - Selur - 24.08.2020 Not sure I got everything you posted about,... Quote:If i use "Generate name", select ProRes, MOV container and switch to MKV - it don't auto generate .MKV name and keep use .MOV name.Found it, that was dues to som some old code which foced the output to mov when ProRes was used, since back when I wrote the code mkv didn't support ProRes. About the crash with the image sequence: The Vapoursynth script does seem to be okay: # Imports Vapoursynth Preview should give an error message,... Quote:KNLMeansCL Denoiser combined with "Placebo" or "Very Slow" preset gives me this artifact:No clue. Quote:Denoise -> CnReduser2 gives me 3 pop up messages when i start VS Preview:should be fixed now Quote:Small not too critical confusion problem with VapourSynth presets menu:That happens becaus Hybrid, reloads the folder content where the presets are saved. -> Hybrid now should keep the selected name. Quote:Got few crashes with large amount of heavy filters and VS preview turned on when i switch filter on/off too fast. I notice that Hybrid write vpy script file in Temp folder after each settings change, so probably it just don't have time to re-write vpy script file when i switch settings too fast and this cause conflict.yup. Regarding the tab order: Got no preference there personally, that's just the order in which I implemented the tabs. -> changed the order => Uploaded a new version. (made a fresh full build so the version number should be okay) Cu Selur RE: Esxi running macos For selur - Adamcarter - 24.08.2020 How do i find the mergechroma function https://github.com/WolframRhodium/muvsfunc RE: Esxi running macos For selur - Selur - 24.08.2020 Hybrid atm. doesn't support MergeChroma out of the box, so you would need to use the Custom options and manually add some code for it. RE: Esxi running macos For selur - Adamcarter - 24.08.2020 Do i just write MergeChroma(Last, Blur(0.0, 1.0).Sharpen(0.7) into custom? |