Thread: Yadifmod
View Single Post
Old 13th June 2016, 14:35   #16  |  Link
Are_
Registered User
 
Join Date: Jun 2012
Location: Ibiza, Spain
Posts: 321
Quote:
Originally Posted by stax76 View Post
I get an error with the x64 build:

Code:
Python exception: name 'yadifmod' is not defined
Traceback (most recent call last):
  File "src\cython\vapoursynth.pyx", line 1491, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:26897)
  File "D:\Temp\Video\Eli_temp\Eli_Editor.vpy", line 7, in <module>
    clip = yadifmod.Yadifmod(clip, nnedi3.nnedi3(clip), order = 1, field = -1, mode = 0)
NameError: name 'yadifmod' is not defined
Code:
clip = core.yadifmod.Yadifmod(clip, core.nnedi3.nnedi3(clip), order = 1, field = -1, mode = 0)
You forgot about the "core".
Are_ is offline