Guest User

Untitled

a guest
Sep 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. import vsexternal
  2. import sys
  3.  
  4. core = Core()
  5. avs = core.avisynth
  6. ^^^ boiler-plate stuff ^^^
  7. avs.LoadPlugin("ffms2.dll")
  8. a = avs.FFVideoSource(source='D:/dl/Super Size Me/Super Size Me.avi')['video']
  9. vvv boiler-plate stuff vvv
  10. a.output(sys.stdout, 3, 1)
Add Comment
Please, Sign In to add comment