[RESOLVED] Native Vapoursynth support

Support forum for DGDecNV
DAE avatar
Boulder
Posts: 113
Joined: Fri Jul 29, 2011 7:22 am

Re: [RESOLVED] Native Vapoursynth support

Post by Boulder »

Thank you Don, it is very nice to see you support us "paying customers". HD stuff really likes a 64-bit environment :D
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [RESOLVED] Native Vapoursynth support

Post by admin »

You are most welcome! Keep those feature requests coming.
User avatar
hydra3333
Posts: 394
Joined: Wed Oct 06, 2010 3:34 am
Contact:

Re: [RESOLVED] Native Vapoursynth support

Post by hydra3333 »

Thank you.
Just checking, only 32-bit 2051 is supported in vapoursynth, not 2052 ?
Like this ?

Code: Select all

core.std.LoadPlugin(r'C:\software\DGDecNV\DGDecodeNV.dll')
video = core.dgdecodenv.DGSource(r'D:\Temp\Video\00009 temp files\00009.dgi')
I really do like it here.
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [RESOLVED] Native Vapoursynth support

Post by admin »

Vapoursynth can use only 32-bit DGDecodeNV 2051. Vapoursynth can use both 32-bit and 64-bit DGDecodeNV 2052.

I can't help you with Vapoursynth syntax.
User avatar
hydra3333
Posts: 394
Joined: Wed Oct 06, 2010 3:34 am
Contact:

Re: [RESOLVED] Native Vapoursynth support

Post by hydra3333 »

admin wrote:Vapoursynth can use both 32-bit and 64-bit DGDecodeNV 2052.
Beaut.
admin wrote:I can't help you with Vapoursynth syntax because I do not use it. Is it working for you?
I'm about to find out, after "RTFM" and googling to nick someone else's VS scripts for using QTGMC, Degrain2, LSFmod, reinterlacing, etc.
I really do like it here.
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