Open RivenSkaye opened 4 years ago
Just re-downloaded it to make sure and I still get the same error:
Failed to evaluate the script:
Python exception: EEDI3: Function does not take argument(s) named mclip
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1946, in vapoursynth.vpy_evaluateScript
File "src\cython\vapoursynth.pyx", line 1947, in vapoursynth.vpy_evaluateScript
File "C:/Utilities/VapourSynth64Portable/Venus_Project_Climax-NCOP1.vpy", line 16, in
xaa.xaa(denoise, mode="dr eedi3").set_output()
File "C:\Utilities\VapourSynth64Portable\Scripts\xaa.py", line 1100, in xaa
aaclip = xaa_dr(aaclip, aa_type, aa_pass, cplace, 48, nns, eediA, eediB, eediG, aa_sclip, aa_mcliph)
File "C:\Utilities\VapourSynth64Portable\Scripts\xaa.py", line 1658, in xaa_dr
aa = clip.eedi3m.EEDI3(field=3, alpha=alpha, beta=beta, gamma=gamma, sclip=sclip2, mclip=mclip)
File "src\cython\vapoursynth.pyx", line 1825, in vapoursynth.Function.__call__
vapoursynth.Error: EEDI3: Function does not take argument(s) named mclip```
You must have an older copy of the plugin somewhere.
Any progress?
xaa.xaa(clip, mode="dr eedi3")
throwsvapoursynth.Error: EEDI3: Function does not take argument(s) named mclip