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 - l33tmeatwad - 22.09.2020 (22.09.2020, 18:11)shijan Wrote:I'm confused by what you're asking? What can't you do?(20.09.2020, 18:16)l33tmeatwad Wrote: One thing I would recommend trying, I've added a shortcut from the /usr/local/lib/vapoursynth path to the framework one, I'd recommend installing to that path as it should install for both users that installed via brew or compiled themselves and vs installer. I would double check, but the link should force it to forward the files to the framework the vs installer sets up (only for vs r52 or newer)Still can't get it where to install but that shortcut looks like this: RE: Esxi running macos For selur - shijan - 22.09.2020 Change installer to install filters to /usr/local/lib/vapoursynth ? And that shortcut will probably transfer them to /Library/Frameworks/VapourSynth.framework/lib/vapoursynth ? RE: Esxi running macos For selur - l33tmeatwad - 22.09.2020 (22.09.2020, 19:19)shijan Wrote: Change installer to install filters to /usr/local/lib/vapoursynth ?It should theoretically, but needs to be tested. RE: Esxi running macos For selur - Selur - 22.09.2020 As a side note: I plan that once Vapoursynth supports disabling the autoloading, Hybrid will: a. by default disable auto-loading in the scripts it generates b. be shipped with the filters and scripts used by it. c. explicitly load the filters and scripts it uses (same way it does in Windows) Not sure when 'disablong autoloading' will make it to the main Vapoursynth branch, atm. myrsloik only played with this in the doodle1-branch, so it probably isn't something that will come too quickly. Cu Selur RE: Esxi running macos For selur - shijan - 23.09.2020 (22.09.2020, 20:48)l33tmeatwad Wrote:Seems your idea works.(22.09.2020, 19:19)shijan Wrote: Change installer to install filters to /usr/local/lib/vapoursynth ?It should theoretically, but needs to be tested. Here is test installer usr-local-lib-vapoursynth test.pkg It installs dotkill64.dylib to /usr/local/lib/vapoursynth https://drive.google.com/drive/folders/1nHz8jhVx3kMqbcTJ06QchKjVU52YvuZx?usp=sharing The only problem with this concept is Waifu2x-w2xc filter. It installs additional components into 4 different locations and will not work like this. As i know there is an option in macOS installers to select different installation "choices" for same items. This may help to add different paths to same components depending of selection, or add choice to install All plugins or Hybrid only plugins. But i can't figure yet how to adjust this customized installer in Packages yet. RE: Esxi running macos For selur - Selur - 23.09.2020 Quote:The only problem with this concept is Waifu2x-w2xc filter.Same should be true for all filters with their own models or support files that need to lie next to the library. (Waifu2x-w2xc, Waifu2x-nvk/cnn, SRMD, NNEDI3/NNEDI3CL/ZNEDI3) Cu Selur RE: Esxi running macos For selur - shijan - 23.09.2020 models folders and nnedi3_weights.bin are located in same folder as plugins, so it is not a problem. But Waifu2x-w2xc is special: Quote:Install Instructions: RE: Esxi running macos For selur - Selur - 23.09.2020 Are you sure this is necessary? At least on Linux and Windows it's enough to have the folders next to the library. Cu Selur RE: Esxi running macos For selur - shijan - 23.09.2020 I don't know how all those components work and what does waifu2x-converter-cpp. I just followed a manual that comes with Waifu2x-w2xc. RE: Esxi running macos For selur - Selur - 23.09.2020 -> try moving the folders next to the library and see if it works (I suspect it will.) |