View Single Post
Old 18th January 2018, 19:51   #20  |  Link
Boulder
Pig on the wing
 
Boulder's Avatar
 
Join Date: Mar 2002
Location: Finland
Posts: 5,718
Quote:
Originally Posted by ChaosKing View Post
2.6 and avs+
Code:
AttributeError: There is no function named eval
What does this error actually mean? I was trying to test this script and got the message. The sample script from the first post works fine.

Code:
import vapoursynth as vs

core = vs.get_core()
core.avs.LoadPlugin(r'C:\\Program Files\\VapourSynth\\avs64\DGDecodeNV.dll')

c = core.avs.DGSource(r'C:\Temp\test.dgi')

clp = core.avsw.eval('SmoothD2(quant=2, shift=4)', clips=[c], clip_names=["last"])

clp.set_output()
__________________
And if the band you're in starts playing different tunes
I'll see you on the dark side of the Moon...
Boulder is offline   Reply With Quote