View Single Post
Old 6th September 2015, 10:57   #19  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
has anybody updates the script?

Code:
diff = self.Lut2([clip, c2], function=expr, planes=0)
Code:
Python exception: Lut2: argument clipa is not of array type but more than one value was supplied
Traceback (most recent call last):
  File "vapoursynth.pyx", line 1467, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:24719)
  File "D:\Temp\Encoding\test temp files\test.vpy", line 7, in <module>
    clip = finesharp.FineSharp().sharpen(clip = clip)
  File "D:\Projekte\GitHub\staxrip\bin\Apps\Plugins\vs\finesharp\finesharp.py", line 148, in sharpen
    diff = self.Lut2([clip, c2], function=expr, planes=0)
  File "vapoursynth.pyx", line 1366, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:23214)
vapoursynth.Error: Lut2: argument clipa is not of array type but more than one value was supplied
stax76 is offline   Reply With Quote