View Single Post
Old 9th December 2017, 14:22   #15  |  Link
DJATOM
Registered User
 
DJATOM's Avatar
 
Join Date: Sep 2010
Location: Ukraine, Bohuslav
Posts: 377
I'm using it to load videos with DGDecodeNV (that's the fastest video decoding method available on my PC), so my example below:
Quote:
from vapoursynth import core

def DGSource(*args):
if not hasattr(core.avs, 'DGSource'):
core.avs.LoadPlugin(r'D:\VS\AVSPlugins\DGDecodeNV.dll')
return core.avs.DGSource(args)
__________________
Me on GitHub
PC Specs: Ryzen 5950X, 64 GB RAM, RTX 2070
DJATOM is offline   Reply With Quote