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 - 18.08.2020 The problem is that "spctl --master-disable" is disabled only on your computer and things may not work on other computers where Gatekeeper is enabled. So this is not a real problem fix. This is all something related to Apple security policy in apps development. It could be that to remove that warning app may require some approval from apple or something like this... RE: Esxi running macos For selur - Selur - 18.08.2020 Argh,.. I need to stop here until i find the f.. keyboard setting. Mac without an apple key is simply no fun at all. Can't copy&paste. Also is there a way to enable cop&paste between the vm and my normal Windows? Cu Selur RE: Esxi running macos For selur - Selur - 18.08.2020 For apps one can simply open the app through the icon menu, but no clue what to do for libraries,.. RE: Esxi running macos For selur - Selur - 18.08.2020 btw: new x264: https://artifacts.videolan.org/x264/release-macos/ new ffmpeg: https://evermeet.cx/ffmpeg/ RE: Esxi running macos For selur - shijan - 18.08.2020 Try to install compiled plugins from l33tmeatwad Mediafire folder or same copies from my package https://drive.google.com/drive/folders/1tley3-jnXjDQCKagKAS4WLeiSqIaA5D6 I see 'libautocrop.dylib', 'libdecross.dylib', libvfrtocfr' 'libcontinuityfixer.dylib' in my plugins folder and seems they worked with old Hybrid app. (at least i use decross filter) I will try if new x264 with new Hybrid. Updated x264 don't worked with old Hybrid. Seems a lot of changes because file size 10x larger New version of h264 works after i apply in terminal "sudo chmod 755" to binary. It is very known permissions problem fix. So it could work all that time before with old Hybrid. I am idiot sudo chmod 755 /Applications/Hybrid.app/Contents/MacOS/x264 RE: Esxi running macos For selur - Selur - 18.08.2020 x264 works fine here when I make it executable: chmod +x x264 Also Hybrid expects the mkvtoolinx app to be named Mkvtoolnix.app not MKVToolNix.app Cu Selur RE: Esxi running macos For selur - shijan - 18.08.2020 I attempt to rename MKVToolNix-49.0.0.app to Mkvtoolnix.app but after rename it force changes name back to MKVToolNix.app. I will check how it works in new Hybrid. Maybe it makes sense to adjust Hybrid to use original MKVToolNix.app name? UPDATE. Nope. Still can't rename MKVToolNix to Mkvtoolnix RE: Esxi running macos For selur - Selur - 18.08.2020 Also the renaming is a feature of MacOS since they assume a user can't really want case sensitive name changes,... renaming MKVToolNix to MKVToolNixs to Mkvtoolnix works here. I also uploaded my current state to the google drive,.. That's it for today, tired of using the VM, really need a solution for the apple key, may be Adamcarter knows a solution,.. can't code in the VM when I have to copy each special character from somewhere else using the mouse since I can't use the keyboard to copy&past or to use the shortcut of the character,.. :/ Cu Selut RE: Esxi running macos For selur - shijan - 18.08.2020 There are CFBundleName and CFBundleDisplayName lines in MKVToolNix .plist file that specify name MKVToolNix. So i guess this gives force file rename and i guess it is better don't rename it to something else. With normal MKVToolNix name it also easier for user to update it inside Hybrid. Downloaded Hybrid_mac_wip_20200818_1.zip from Google Drive but seems still no VapourSynth support in this version and app version reported as 20200817.1. Is ok or some mistake? Also here are some abstract thoughts. Are MP4Box and FFmbc really need in 2020? Probably MP4Box may have some specific MP4 options for iTunes, but in reality it always behaves strange. (empty first frame problem, Chapters problem only in old Hybrid version) FFmbc seems like another outdated muxer component (last update: August 18, 2016). FFmbc problems: Hybrid on macOS can't read interlaced AVI DV files if used FFmbc for .mov muxing Hybrid (only old version) can't passthrough 24bit audio if use default FFmbc muxer. I guess in past those components may have some specific options missing in FFmpeg, but seems but seems currently FFmpeg can hold all things (even real tags ProRes mov files in updated Hybrid UI) Here are also some quotes from conversation with l33tmeatwad's who also suggest to FFMpeg instead of MP4Box and FFmbc: "FFmbc is basically outdated FFmpeg..." " I haven't recommended MP4Box in years because it would spit out MP4s that Vegas couldn't use, and a lot of AMVs editors use that. FFmpeg pretty much does everything most ppl I know actually need." RE: Esxi running macos For selur - Selur - 18.08.2020 Quote:Downloaded Hybrid_mac_wip_20200818_1.zip from Google Drive but seems still no VapourSynth support in this version andWorks fine, here. Preview and encoding with Vapoursynth. I installed the Vapoursyhth-R51, extracted the plugins into the '/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/'-folder, disabled the Gatekeeper using 'spctl --master-disable' and build the current vsViewer. Main thing that is annoying on Linux and Mac is that there's no good (manageable way) to create a portable Vapoursynth. Got it working on Linux a while back, but dropped it since it was way to complicated to always adjust everything to the latest changes in Vapoursynth and it's plugins. Quote: app version reported as 20200817.1. Is ok or some mistake?That's okay, forgot to make a complete new build. Quote:Also here are some abstract thoughts. Are MP4Box and FFmbc really need in 2020?Yes, if you don't want to use ffmbc simply disable 'FFmpeg for .mov muxing'. Personally I only use MP4Box. -> I might consider dropping FFmbc in the future, but MP4Box stays. Cu Selur |