![]() |
[GUIDE] VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [GUIDE] VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS (/thread-1279.html) |
RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 16.09.2020 Quote:By the way, seems you still include legacy havsfunc.py inside Hybrid.Version in vsscripts should be the same as the on from https://github.com/Selur/VapoursynthScriptsInHybrid. Haven't heard of a newer version. Quote:Also last versions have two copies of MKVToolNix.app inside.Yes, I was testing a few things and forgot that I had it there when I zipped the .app. Cu Selur RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 16.09.2020 Nope, havsfunc.py is not from https://github.com/Selur/VapoursynthScriptsInHybrid it is my edited version. I put notice inside: (neo_fft3d.FFT3D replaced back to fft3dfilter.FFT3DFilter to make script compatible with legacy fft3dfilter and macOS Mojave) Also all scripts are marked with blue dots tags, so it means they where taken from some of my older packages but not directly from github Maybe it is some sort of cache inside compiler and it reads scripts folder from there? ![]() RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 16.09.2020 more a mix up during the reinstallation of the VM,.. -> I'll update the scripts in my Hybrid.app Cu Selur RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 16.09.2020 Just thinking, maybe include some sort of script for required filters in each Hybrid version? Something similar as you provide here https://forum.doom9.org/showpost.php?p=1923234&postcount=244 If new filter added in Hybrid in future, script also updated with download link to that filter. Easy to track updates. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 16.09.2020 Vapoursynth folks are working on a way to disable autoloading. If that works plugins could, like the scripts, directly be shipped with Hybrid. -> at least I am not writing and maintaining a script to download plugins Cu Selur RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 16.09.2020 Quote:Also when copying the dylib files from your package to /Library/Frameworks/VapourSynth.framework/lib/vapoursynth and call 'sudo spctl --master-disable' I checked versions and they are exact the same byte size as in l33tmeatwad's folder. Do you have same problems with filters directly downloaded from http://vsdb.top/vapoursynth/mac/ ? RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - l33tmeatwad - 16.09.2020 My recommendation is that instead of just creating a flat DMG including all the loose "parts" that an installer should be created with Packages. One approval through an installer will allow everything placed by it to run without needing individual approval for each. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 16.09.2020 Yes, single PKG installer that installs Hybrid, Vapoursynth and plug-ins (or at least Hybrid+plugins) should have less problems with permissions and other special options. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - l33tmeatwad - 17.09.2020 (16.09.2020, 21:35)shijan Wrote: Yes, single PKG installer that installs Hybrid, Vapoursynth and plug-ins (or at least Hybrid+plugins) should have less problems with permissions and other special options.That was be a very good way for you to contribute as there is no need to understand coding to create one. RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 17.09.2020 I agree. Also if you manage to create a pkg installer for Hybrid try to document it so others can do it too. ![]() Cu Selur |