Thread: Vapoursynth
View Single Post
Old 30th June 2013, 11:37   #822  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,555
Quote:
Originally Posted by Chikuzen View Post
Code:
>>> import vapoursynth as vs
>>> core = vs.get_core()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "vapoursynth.pyx", line 777, in vapoursynth.get_core (src\cython\vapoursy
nth.c:12897)
vapoursynth.Error: 'Internal environment id not set. Was get_core() called from
a filter callback?'
>>>
what's 'Internal environment id' ?
I forgot that scripts could also be called from outside of vsscript. I'll post a third test version a bit later today.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote