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

2 years ago
  1. import vapoursynth as vs
  2. core = vs.get_core()
  3. #core.std.LoadPlugin("/usr/local/lib/libf3kdb.so")
  4. clip = video_in
  5. clip = core.f3kdb.Deband(clip, grainy=0, grainc=0, output_depth=16)
  6. clip.set_output()