26.08.2020, 09:16
AntiAliasing -> Santiag WORKS if i choose "Type: nnedi3 or eedi2 or eedi3" inside it
but gives me ERROR if i choose "Type: Sangnom" inside it. (same AttributeError: There is no function named SangNom as MAA and AAF filters)
Also ERROR if i choose "Type: selectHV" inside it
but gives me ERROR if i choose "Type: Sangnom" inside it. (same AttributeError: There is no function named SangNom as MAA and AAF filters)
Failed to evaluate the script:
Python exception: There is no function named SangNom
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile10_06_05_407.vpy", line 33, in <module>
clip = havsfunc.santiag(c=clip, type="sangnom", opencl=True, device=1)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 218, in santiag
c = santiag_dir(c, strh, typeh, fwh, fhh)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 150, in santiag_dir
c = santiag_stronger(c, strength, type)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 172, in santiag_stronger
c = santiag_stronger(c, strength - 1, type)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 195, in santiag_stronger
return c.sangnom.SangNom(order=field, aa=aa)
File "src/cython/vapoursynth.pyx", line 1934, in vapoursynth.Plugin.__getattr__
AttributeError: There is no function named SangNom
Also ERROR if i choose "Type: selectHV" inside it
Failed to evaluate the script:
Python exception: santiag() got an unexpected keyword argument 'typevh'
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile10_12_26_439.vpy", line 33, in <module>
clip = havsfunc.santiag(c=clip, typeh="sangnom", typevh="sangnom", opencl=True, device=1)
TypeError: santiag() got an unexpected keyword argument 'typevh'