22.08.2020, 00:39
mvmulti works. No more errors with it.
But seems there is stillĀ some mistake with dfttest plug-in reading or with plug-in naming or with some mac protection. No any error message when i select dfttest in QTGMC Deinterlace settings, but error when i use it here :
Filtering -> DeNoise -> DFTTest:
Filtering -> DeNoise -> MCTemporalDenoise:
But seems there is stillĀ some mistake with dfttest plug-in reading or with plug-in naming or with some mac protection. No any error message when i select dfttest in QTGMC Deinterlace settings, but error when i use it here :
Filtering -> DeNoise -> DFTTest:
Failed to evaluate the script:
Python exception: No attribute with the name dfttest exists. Did you mistype a plugin namespace?
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 1956, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 1957, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile00_46_47_216.vpy", line 19, in <module>
clip = core.dfttest.DFTTest(clip=clip)
File "src/cython/vapoursynth.pyx", line 1546, in vapoursynth.Core.__getattr__
AttributeError: No attribute with the name dfttest exists. Did you mistype a plugin namespace?Filtering -> DeNoise -> MCTemporalDenoise:
Failed to evaluate the script:
Python exception: There is no attribute or namespace named dfttest
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 1956, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 1957, in vapoursynth.vpy_evaluateScript
File "/Volumes/temp/Hybrid Temp/tempPreviewVapoursynthFile00_48_42_176.vpy", line 26, in <module>
clip = havsfunc.MCTemporalDenoise(i=clip, settings="very high")
File "/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/havsfunc.py", line 3134, in MCTemporalDenoise
p = i.dfttest.DFTTest(tbsize=1, slocation=[0.0,4.0, 0.2,9.0, 1.0,15.0], planes=planes)
File "src/cython/vapoursynth.pyx", line 1233, in vapoursynth.VideoNode.__getattr__
AttributeError: There is no attribute or namespace named dfttest
