Selur's Little Message Board
[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)

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


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 17.07.2021

Also check x264 and x265 components. Seems they need sudo chmod 755


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 17.07.2021

Also i guess you need to add TIVTC plugin to installer https://www.mediafire.com/folder/wvdlnjapm1vvw#sj0ovfudli8v7

Also i have a question. In changes list i see: *changed* Vapoursynth: changed sangnom.SangNom to sangnom.SangNomMod calls in scripts.
Is it somehow related to actual plugins, or is it require some changes or updates for plugins?
As you may remember it was a conflict with SangNom and SangNomMod filters, so they can not be installed together on macOS and so in my case only SangNom is used.


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 17.07.2021

Damn, thought I copied TIVTC into the plugins folder,.. will look into it tomorrow.

Quote:As you may remember it was a conflict with SangNom and SangNomMod filters, so they can not be installed together on macOS and so in my case only SangNom is used.
Now only SangnomMod should be used and not SangNom.

Cu Selur


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 17.07.2021

Ok, but why not the opposite? SangnomMod is 8 bit only Sad

I removed SangNom and use SangNomMod as you suggested, and this bring me back to problem with MMA and AAF filters in Line->AntiAliasing (seems like part of the problem described earlier here https://forum.selur.net/thread-1495-post-8744.html#pid8744)

Failed to evaluate the script:
Python exception: There is no function named SangNom

Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2242, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2243, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile01_09_49_806.vpy", line 32, in <module>
clip = muvsfunc.maa(clip)
File "/Applications/Hybrid.app/Contents/MacOS/vsscripts/muvsfunc.py", line 991, in maa
aa_clip = core.sangnom.SangNom(aa_clip).std.Transpose()
File "src/cython/vapoursynth.pyx", line 1932, in vapoursynth.Plugin.__getattr__
AttributeError: There is no function named SangNom

Failed to evaluate the script:
Python exception: There is no function named SangNom

Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2242, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2243, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile01_10_20_866.vpy", line 31, in <module>
clip = havsfunc.aaf(inputClip=clip)
File "/Applications/Hybrid.app/Contents/MacOS/vsscripts/havsfunc.py", line 5333, in aaf
aa = aa.sangnom.SangNom(aa=aay)
File "src/cython/vapoursynth.pyx", line 1932, in vapoursynth.Plugin.__getattr__
AttributeError: There is no function named SangNom



RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 18.07.2021

Okay, totally forgot about the 8bit restriction, also for some reason the scripts were not properly updated. Sad
-> I'll create a new release later.


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 18.07.2021

Just a heads up:
I think I might drop Vapoursynth for MacOS in the future unless I find a way to automate the Vapoursynth filer library downloads somehow.

Cu Selur


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 18.07.2021

Seems something wrong again. 2021.07.18.1 installer version have all same problems as 2021.07.17.1. It looks like components where not updated at all.


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 18.07.2021

I thought I updated the vsscripts folder to https://github.com/Selur/VapoursynthScriptsInHybrid/ and added dpid and tivtc dylib files.
Just checked the vsscripts- and Plugins- folder, files seem correct,..
-> Can you be more specific?


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - shijan - 18.07.2021

duplicated libraries in multiple folders inside Hybrid

[Image: cmv5nkd.jpg]

x264 and x265 components needs sudo chmod 755

old FranceBB LUTs

no TIVTC

Maybe it is somehow related to Packages? Packages use some sort of cache and it require to re-import updated apps manually to apply all changes for real.


RE: VapourSynth + QTGMC Deinterlace + Hybrid UI FAQ for macOS - Selur - 18.07.2021

I can see the dylib problem, but libivtc.dylib and libdpod.dylib are in the Plugins folder here,..

Cu Selur