View Single Post
Old 24th May 2019, 17:19   #78  |  Link
unix
Registered User
 
Join Date: Aug 2015
Posts: 47
Quote:
Originally Posted by stax76 View Post
There is no output so it could be the same problem I had before. Since you are using relative paths, are you sure all files can be found? Does it work with a real input file (mkv)?
All files are in the same folder which is VapourSynth64Portable

Quote:
from vapoursynth import core
import vapoursynth as vs
core = vs.get_core()

src = core.ffms2.Source(source='C:/Users//Desktop/VapourSynth64Portable/cdl.mkv')
src.set_output()
I tried with avi as well, but there's no output, also I used ffplay but nothing happens!

Quote:
ffplay.exe -f vapoursynth -i test.vpy
unix is offline   Reply With Quote