Page 1 of 1

Fermi/CUDA3.2 Version Required (dgdecnv)

Posted: Tue Nov 25, 2014 2:17 am
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.

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

Posted: Tue Nov 25, 2014 9:54 am
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.