26.08.2020, 20:43
Test 1. I removed SangNomMod and use SangNom.
MAA and AAF filters WORKS.
SangNomMod Anti Aliasing don't works.
Santiag Anti Aliasing filter don't works:
if i choose "Type: sangnom" - No error, but empty preview window.
If i use "Type: selectHV" - Error "TypeError: santiag() got an unexpected keyword argument 'typevh'"
ChaosKing response at doom9 that: selectHV is not a valid type. Read the doc https://github.com/HomeOfVapourSynthEvol...nc.py#L134
Test 2. I removed SangNom and use SangNomMod.
MAA and AAF give me ERROR
Santiag if i choose "Type: sangnom" give me ERROR
SangNomMod Anti Aliasing WORKS
MAA and AAF filters WORKS.
SangNomMod Anti Aliasing don't works.
Santiag Anti Aliasing filter don't works:
if i choose "Type: sangnom" - No error, but empty preview window.
If i use "Type: selectHV" - Error "TypeError: santiag() got an unexpected keyword argument 'typevh'"
ChaosKing response at doom9 that: selectHV is not a valid type. Read the doc https://github.com/HomeOfVapourSynthEvol...nc.py#L134
type = "nnedi3", "eedi2", "eedi3" or "sangnom"
Test 2. I removed SangNom and use SangNomMod.
MAA and AAF give me ERROR
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/tempPreviewVapoursynthFile09_22_44_706.vpy", line 33, in <module>
clip = havsfunc.aaf(inputClip=clip)
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 5333, in aaf
aa = aa.sangnom.SangNom(aa=aay)
File "src/cython/vapoursynth.pyx", line 1934, in vapoursynth.Plugin.__getattr__
AttributeError: There is no function named SangNom
Santiag if i choose "Type: sangnom" give me ERROR
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/tempPreviewVapoursynthFile09_24_35_473.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
SangNomMod Anti Aliasing WORKS