Skip to content

Instantly share code, notes, and snippets.

View dubhater's full-sized avatar

Bitterblue dubhater

View GitHub Profile
@dubhater
dubhater / derp.py
Last active October 13, 2015 12:07 — forked from torque/derp.py
#!/usr/bin/env python3
import sys
import vapoursynth as vs
core = vs.get_core(add_cache=False)
# assume ffms2 and scxvid got autoloaded
vid = core.ffms2.Source(sys.argv[1])