Advertisement
Guest User

BlackFrameInsertion.vpy

a guest
Jun 23rd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. import vapoursynth as vs
  2.  
  3. core = vs.get_core()
  4. clip = core.std.AssumeFPS(video_in, fpsnum=24)
  5. blank = core.std.BlankClip(clip)
  6. clip = core.std.Interleave(clips = [blank, clip, blank, clip, blank, clip])
  7.  
  8. clip.set_output()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement