17.07.2021, 21:01
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
17.07.2021, 22:29
Also i guess you need to add TIVTC plugin to installer https://www.mediafire.com/folder/wvdlnja...ovfudli8v7
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.
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.
17.07.2021, 23:14
Damn, thought I copied TIVTC into the plugins folder,.. will look into it tomorrow.
Cu Selur
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
17.07.2021, 23:24
Ok, but why not the opposite? SangnomMod is 8 bit only
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...ml#pid8744)
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...ml#pid8744)
Code:
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
Code:
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
18.07.2021, 06:37
Okay, totally forgot about the 8bit restriction, also for some reason the scripts were not properly updated.
-> I'll create a new release later.
-> I'll create a new release later.
18.07.2021, 07:07
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
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
18.07.2021, 12:04
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.
18.07.2021, 12:09
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?
Just checked the vsscripts- and Plugins- folder, files seem correct,..
-> Can you be more specific?
18.07.2021, 12:16
duplicated libraries in multiple folders inside Hybrid
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.
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.
18.07.2021, 12:22
I can see the dylib problem, but libivtc.dylib and libdpod.dylib are in the Plugins folder here,..
Cu Selur
Cu Selur