View Single Post
Old 27th September 2015, 15:48   #5  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
Just a noob here but maybe something like this:

import vapoursynth as vs
import brightdfttestmod as br
core = vs.get_core()

clip = core.lsmas.LWLibavSource(r'D:/Utorrent/xxx.mp4')

clip=br.brightdfttestmod(clip)
clip.set_output()
videoh is offline   Reply With Quote