Page 1 of 2

Re: [RESOLVED] Native Vapoursynth support

Posted: Sun Jul 31, 2016 4:43 am
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

Re: [RESOLVED] Native Vapoursynth support

Posted: Sun Jul 31, 2016 4:56 am
by admin
You are most welcome! Keep those feature requests coming.

Re: [RESOLVED] Native Vapoursynth support

Posted: Sun Jul 31, 2016 6:11 am
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')

Re: [RESOLVED] Native Vapoursynth support

Posted: Sun Jul 31, 2016 6:16 am
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.

Re: [RESOLVED] Native Vapoursynth support

Posted: Sun Jul 31, 2016 6:20 am
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.

Re: [RESOLVED] Native Vapoursynth support

Posted: Sun Jul 31, 2016 6:36 am
by admin
Sweet. Please keep us informed of your progress.

Re: [RESOLVED] Native Vapoursynth support

Posted: Sat Feb 18, 2017 2:04 am
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

Re: [RESOLVED] Native Vapoursynth support

Posted: Sat Feb 18, 2017 6:49 am
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.