Advertisement
junh1024

VS crashing script

Nov 6th, 2012
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. import vapoursynth as vs
  2. import sys
  3.  
  4. core = vs.Core()
  5. core.std.LoadPlugin(path=r'C:\Program Files\Media\VapourSynth\plugins\ffms2.dll')
  6. # core.avs.LoadPlugin(path=r'c:\avisynth\UnDot.dll')
  7.  
  8. ret = core.ffms2.Source(source=r"T:\incoming\KaranAnime\The World God Only Knows\[Chihiro]_The_World_God_Only_Knows_-_01_[1280x720_H.264_AAC][397A7B12].mkv")
  9. print(ret)
  10. ret.output(sys.stdout, y4m=True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement