Fermi/CUDA3.2 Version Required (dgdecnv)

Anything related to video and my tools that is not a support request.
Post Reply
DAE avatar
chinobino
Posts: 1
Joined: Mon Nov 24, 2014 6:49 pm

Fermi/CUDA3.2 Version Required (dgdecnv)

Post by chinobino »

Hi, I am a new user that has old hardware that lacks support for the new NVENC encoding (i.e GTX580), I am also using driver 337.88 with NVCUVENC support.

In the Readme for dgdecnv2048 it says;
If your video driver lacks support for CUDA 6.5, always try version 2041, as it requires only CUDA 3.1...
Contact me for access to version 2041.
Well I think that Fermi only supports CUDA up to version 3.2 - so am I correct in assuming that I will need to obtain dgdecnv2041?

Or is there a later version of dgdecnv that supports NVCUVENC?

In AVISynth I am unable to load MPEG2 videos using the DGDecodeNV DLL and I get the following message;

Code: Select all

The script's return value was not a video, (Is the undefined value).
My AVISynth script reads;

Code: Select all

LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\DGDecodeNV.dll")
DGSource("C:\VIDEO\DVDRIP.dgi")
Thanks in advance.
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Fermi/CUDA3.2 Version Required (dgdecnv)

Post by admin »

DGDecNV does not support encoding, regardless of version.

If you are having a problem with decoding, please give me your DGI file, your script, and if possible a link to an unprocessed source stream that demonstrates the problem. The GTX580 should work with version 2048 without any problem.
Post Reply