View Single Post
Old 7th January 2018, 11:07   #16  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
I should be able to pass a VS clip to Avisynth, right?

Because this works

Code:
c = core.avsw.eval('blankclip() Subtitle("Hello world!") ')
but not this
Code:
c = core.std.BlankClip(color=[255, 0, 0])
c = core.avsw.eval('Subtitle("Hello world!") ', clips=[c], clip_names=["last"])
vapoursynth.Error: Avisynth 32-bit proxy: command failed
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote