View Single Post
Old 27th September 2015, 14:54   #4  |  Link
Overdrive80
Anime addict
 
Overdrive80's Avatar
 
Join Date: Feb 2009
Location: Spain
Posts: 673
Thanks, a both.

Quote:
Your indentation is not consistent, it will error out.
Exactly. Edit: Fixed.

I put module py in "C:\Users\Isra\AppData\Local\Programs\Python\Python35-32\Lib\site-packages". From Vapoursynth editor I use:

Code:
import vapoursynth as vs
import brightdfttestmod 
core = vs.get_core()

clip = core.lsmas.LWLibavSource(r'D:/Utorrent/xxx.mp4')

clip=brightdfttestmod(clip)
clip.set_output()
With updated above code this is error message:

Quote:
File "src\cython\vapoursynth.pyx", line 1484, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:26808)
File "C:/Users/Isra/Desktop/Untitled.vpy", line 7, in <module>
clip=brightdfttestmod(clip)
TypeError: 'module' object is not callable
__________________
Intel i7-6700K + Noctua NH-D15 + Z170A XPower G. Titanium + Kingston HyperX Savage DDR4 2x8GB + Radeon RX580 8GB DDR5 + ADATA SX8200 Pro 1 TB + Antec EDG750 80 Plus Gold Mod + Corsair 780T Graphite

Last edited by Overdrive80; 27th September 2015 at 15:01. Reason: Edit for error
Overdrive80 is offline   Reply With Quote