Thread: nnedi3cl
View Single Post
Old 14th October 2017, 11:41   #14  |  Link
Mystery Keeper
Beyond Kawaii
 
Mystery Keeper's Avatar
 
Join Date: Feb 2008
Location: Russia
Posts: 724
Tried to replace NNEDI3 with NNEDI3CL in QTGMC.
Got this error:
Code:
2017-10-14 13:41:42.021
Failed to evaluate the script:
Python exception: NNEDI3CL: Build Program Failure
:1:528: error: expected identifier or '('
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:528: error: expected ';' at end of declaration
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:564: error: expected identifier or '('
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:564: error: expected ';' at end of declaration
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:1854: warning: expression result unused


Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1830, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36860)
File "D:/video-to-process/Takaradzuka - Phantom 2004/phantom-temp.vpy", line 92, in 
deint = haf.QTGMC(weaved, Preset="Placebo", EdiMode="eedi3+nnedi3", ChromaEdi="", EdiQual=2, NNeurons=4, NNSize=3, SubPel=4, SubPelInterp=2, BlockSize=8, Overlap=4, TFF=True, **qtgmcArguments)
File "D:\vapoursynth-plugins\py\havsfunc.py", line 1104, in QTGMC
edi1 = QTGMC_Interpolate(ediInput, InputType, EdiMode, NNSize, NNeurons, EdiQual, EdiMaxD, bobbed, ChromaEdi, TFF)
File "D:\vapoursynth-plugins\py\havsfunc.py", line 1390, in QTGMC_Interpolate
sclip=core.nnedi3cl.NNEDI3CL(Input, field=field, planes=planes, nsize=NNSize, nns=NNeurons, qual=EdiQual))
File "src\cython\vapoursynth.pyx", line 1722, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:35000)
vapoursynth.Error: NNEDI3CL: Build Program Failure
:1:528: error: expected identifier or '('
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:528: error: expected ';' at end of declaration
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:564: error: expected identifier or '('
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:564: error: expected ';' at end of declaration
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
^
:1:1854: warning: expression result unused
__________________
...desu!
Mystery Keeper is offline