[RESOLVED] Native Vapoursynth support

Support forum for DGDecNV
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [RESOLVED] Native Vapoursynth support

Post by admin »

Sweet. Please keep us informed of your progress.
User avatar
Selur
Posts: 134
Joined: Mon Nov 05, 2012 3:49 pm
Location: Germany
Contact:

Re: [RESOLVED] Native Vapoursynth support

Post by Selur »

Just wondering what the status of current Vapoursynth support is.
Atm. I use 64bit DGSource as an AvisynthPlugin in Vapoursynth 64bit:

Code: Select all

# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading Avisynth Plugins
core.avs.LoadPlugin(path="G:/Hybrid/vsfilters/SourceFilter/DGDecNV/DGDecodeNV.dll")
# Loading C:\Users\Selur\Desktop\Test.ts using DGSource
clip = core.avs.DGSource("H:/Temp/temporaryFile.dgi")
# Output
clip.set_output()
which works fine.
That said, is there a direct DGDecNV version planned, or should I already be able to to load it like suggested by hydra333? (haven't tested)

Cu Selur
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [RESOLVED] Native Vapoursynth support

Post by admin »

Nothing has changed. You can load the existing 2053 DGDecodeNV (32-bit or 64-bit) in Vapoursynth.

I have no plans for a Vapoursynth native version.
Post Reply