16.06.2025, 23:01
When I try to use SCUNet with the finegrainmask, this error appears:
Edit: It seems to be something related to mClean — all the other modes work!
2025-06-16 18:00:18.320
VapourSynth plugins manager: Failed to load vapoursynth library!
Please set up the library search paths in settings.
2025-06-16 18:00:22.304
Failed to evaluate the script:
Python exception: Super: input clip must be GRAY, 420, 422, 440, or 444, up to 16 bits, with constant dimensions.
Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 3378, in vapoursynth._vpy_evaluate
File "src/cython/vapoursynth.pyx", line 3379, in vapoursynth._vpy_evaluate
File "C:\Users\andre\AppData\Local\Temp\tempPreviewVapoursynthFile18_00_18_239.vpy", line 49, in
clipMask = masked.FinegrainMask(clip=clipMask, mode="mClean")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\vsscripts\masked.py", line 254, in FinegrainMask
smoothed, target_gray_format = processWithMClean(clip)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\vsscripts\masked.py", line 247, in processWithMClean
clip = denoise.mClean(clip=clip, thSAD=thresh, rn=0, strength=strength)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Hybrid\64bit\vsscripts\denoise.py", line 684, in mClean
super1 = S(c if chroma else cy, hpad=bs, vpad=bs, pel=pel, rfilter=4, sharp=1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "src/cython/vapoursynth.pyx", line 3114, in vapoursynth.Function.__call__
vapoursynth.Error: Super: input clip must be GRAY, 420, 422, 440, or 444, up to 16 bits, with constant dimensions.
Edit: It seems to be something related to mClean — all the other modes work!