Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. import vapoursynth as vs
  2. import havsfunc as haf
  3. core = vs.get_core()
  4. clip = core.lsmas.LWLibavSource("E:/ts/161210 Keyakizaka46 - AKB48 SHOW! ep135.ts")
  5. #clip = core.std.CropRel(clip, left=2, top=0, right=2, bottom=0)
  6. #clip = core.std.AssumeFPS(clip, fpsnum=30000, fpsden=1001)
  7. #clip = core.std.Trim(clip, first=26223, last=29441)
  8. clip = haf.QTGMC(clip, Preset="Slower", TFF=True)
  9. #clip = clip[::2]
  10. clip.set_output()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement