You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
202 B

import vapoursynth as vs
core = vs.get_core()
#core.std.LoadPlugin("/usr/local/lib/libf3kdb.so")
clip = video_in
clip = core.f3kdb.Deband(clip, grainy=0, grainc=0, output_depth=16)
clip.set_output()