![]() |
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 - shijan - 21.08.2020 It is possible that preview refresh problem was due some bug in VapourSynth 51. Yesterday i switch back to v50 and can't reproduce preview problem anymore. But anyway i will keep an eye on that... RE: Esxi running macos For selur - Selur - 21.08.2020 Not sure whether I have fixed the normal preview problem since I'm not sure whether I just have a preview problem due to the software render or whether the problem is still there. -> uploaded a new version to google drive. Is there a mac installer for the R52_R1 available? Cu Selur RE: Esxi running macos For selur - shijan - 21.08.2020 no news about R52 installer yet https://forum.doom9.org/showthread.php?t=175522 Found that some of Sharpen and DeNoise filters gives me error in Hybrid: ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() RE: Esxi running macos For selur - Selur - 21.08.2020 Strange thin is that I can't reproduce the x265 problem here. What do you get when calling: otool -L Hybrid.app/Contents/MacOS/x265 Cu Selur RE: Esxi running macos For selur - shijan - 21.08.2020 If i just copy/paste your code i got this: otool -L Hybrid.app/Contents/MacOS/x265 /Library/Developer/CommandLineTools/usr/bin/objdump: 'Hybrid.app/Contents/MacOS/x265': No such file or directory but if i drop x265 binary directly to terminal line after otool -L, i got this: otool -L /Applications/Hybrid.app/Contents/MacOS/x265 /Applications/Hybrid.app/Contents/MacOS/x265: @rpath/libx265.195.dylib (compatibility version 195.0.0, current version 195.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.100.1) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 902.1.0) RE: Esxi running macos For selur - Selur - 21.08.2020 Are you incapable of copy&paste and using 'code'-blocks? All those screenshots are really annoying, since they are unnecessary large and contains little information. you are missing plugins: CAS: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-CAS dfttest: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest neo_fft3d: https://github.com/HomeOfAviSynthPlusEvolution/neo_FFT3D added mvmulti to: https://github.com/Selur/VapoursynthScriptsInHybrid x264: I know whats causing the problem Cu Selur RE: Esxi running macos For selur - Selur - 21.08.2020 try calling: install_name_tool -delete_rpath /Users/selur/workspace/x265/build/linux/8bit /Applications/Hybrid.app/Contents/MacOS/x265 NOPE, that doesn't work. Cu Selur RE: Esxi running macos For selur - Selur - 21.08.2020 Okay try: install_name_tool -delete_rpath /Users/selur/workspace/x265/build/linux/8bit /Applications/Hybrid.app/Contents/MacOS/x265 Cu Selur Ps.: main question is: does the normal preview work or not? RE: Esxi running macos For selur - shijan - 21.08.2020 Ok, got it. Filters related problem. libdfttest.dylib already installed in system (maybe some mistake with with naming?) neo_fft3d don't works on macOS yet due some mistakes. Hope l33tmeatwad with filter developer will figure somehow how to fix it. It seems a lot of things now rely on it. CAS filter - will ask l33tmeatwad to add it to his compiled filters collection. RE: Esxi running macos For selur - Selur - 21.08.2020 Also try the x265 adjustments and check if the preview work or not. Cu Selur |