View Single Post
Old 24th May 2019, 07:59   #76  |  Link
unix
Registered User
 
Join Date: Aug 2015
Posts: 47
But my script so simple

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

src = core.ffms2.Source(source='drc.mkv')
src.set_output()
Still I didn't get any output file!!!

Last edited by unix; 25th May 2019 at 08:41.
unix is offline   Reply With Quote