Skip to content

Instantly share code, notes, and snippets.

@jkotra
Last active June 21, 2017 04:18
Show Gist options
  • Save jkotra/0576a183cd14b88f2e71238a999c25a1 to your computer and use it in GitHub Desktop.
Save jkotra/0576a183cd14b88f2e71238a999c25a1 to your computer and use it in GitHub Desktop.
Vpy example.
import vapoursynth as vs
core = vs.get_core()
core.std.LoadPlugin('/usr/lib/x86_64-linux-gnu/vapoursynth/ffms2.so')
video = core.ffms2.Source(source='/home/xx/Downloads/xx/xx.mp4')
video.set_output()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment