This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

How is called this kind of "defect" and how to mitigate? (if possible)
#4
impressive result!, very very thank you for your time and your help Selur!

just tried the first script:

Failed to evaluate the script:
Python exception: invalid syntax (tempPreviewVapoursynthFile13_11_54_548.vpy, line 65)
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3351, in vapoursynth._vpy_evaluate
File "C:\Users\Bfield\AppData\Local\Temp\tempPreviewVapoursynthFile13_11_54_548.vpy", line 65
clip = antiAliasing.santiag(c=clip, strh=3, strv=3, nns=2, qual=2, pscrn=2, opencl=True)6
^
SyntaxError: invalid syntax
and i think the "6" need to be removed

but after:

Failed to evaluate the script:
Python exception: name 'denoise' is not defined
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3365, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3366, in vapoursynth._vpy_evaluate
File "C:\Users\Bfield\AppData\Local\Temp\tempPreviewVapoursynthFile13_12_59_789.vpy", line 90, in
clip = beforeDeCross(clip)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Bfield\AppData\Local\Temp\tempPreviewVapoursynthFile13_12_59_789.vpy", line 23, in beforeDeCross
clipEven = denoise.MCTemporalDenoise(i=clipEven, settings="very high", ncpu=10)
^^^^^^^
NameError: name 'denoise' is not defined
Reply


Messages In This Thread
RE: How is called this kind of "defect" and how to mitigate? (if possible) - by Bartoloni - 09.03.2025, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)