Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > DVD2AVI / DGIndex
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 23rd August 2012, 07:15   #2781  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
It is probably again the usual misunderstanding.

It requires an Nvidia card which supports CUDA, because (simply said, despite possible exceptions?) only cards which support CUDA also have the PureVideo decoder chip in version VP2 (or better).

But DGDecNV does not execute CUDA programs to decode. It only uses the PureVideo VP2(+) decoder chip features on these cards.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 23rd August 2012 at 07:19.
LigH is offline   Reply With Quote
Old 24th August 2012, 00:03   #2782  |  Link
mastrboy
Registered User
 
Join Date: Sep 2008
Posts: 365
Actually DGDecNV has 2 two different modes for decoding, from the manual:
Code:
Decode_Modes=0/1,0/1,0/1: The order of the parameters corresponds to AVC video, MPEG2 video, and VC1 video. 
A value of 0 selects CUVID decoding; a value of 1 selects CUDA decoding. For example, "Decode_Modes=0,1,0" causes 
CUDA to be used for MPEG2 video and CUVID for AVC and VC1 video. By default, CUVID is used for all video types.
__________________
(i have a tendency to drunk post)
mastrboy is offline   Reply With Quote
Old 11th September 2012, 21:28   #2783  |  Link
Pat357
Registered User
 
Join Date: Jun 2006
Posts: 452
Quote:
Originally Posted by mastrboy View Post
Actually DGDecNV has 2 two different modes for decoding, from the manual:
Code:
Decode_Modes=0/1,0/1,0/1: The order of the parameters corresponds to AVC video, MPEG2 video, and VC1 video. 
A value of 0 selects CUVID decoding; a value of 1 selects CUDA decoding. For example, "Decode_Modes=0,1,0" causes 
CUDA to be used for MPEG2 video and CUVID for AVC and VC1 video. By default, CUVID is used for all video types.
If what you say is valid, I'm wondering where the CUDA code is hidden to decode MPEG, VC1 and H264
Even with CUDA, it would be a lot of code for the 3 main formats.
And more over, why would anyone use CUDA for decoding streams when you can access the the Video Processor (VP2..VP4..VP5)
using CUVID which can decode these streams already and this all without even writing a single line of code to do the actual decoding ?
Pat357 is offline   Reply With Quote
Old 11th September 2012, 22:06   #2784  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
When CUDA is used, it is not done 100% in CUDA. There is acceleration of some things but mostly it is done in the video driver software. The reason to need it is the rare occasion when the VP engine is broken for a particular stream's syntax. It's very rare.

Last edited by Guest; 11th September 2012 at 22:09.
Guest is offline   Reply With Quote
Old 15th September 2012, 17:17   #2785  |  Link
alzamer2
Registered User
 
Join Date: Dec 2009
Posts: 6
when i use the driver that which come with my laptop (geforce g 105m -with cuda-) DGIndexNV work
but after i upgrade the driver (lastest one cuda 5.0.1 and tried cuda 4.2.1) i get error ERROR: cuInit failed (100) why?
alzamer2 is offline   Reply With Quote
Old 16th September 2012, 00:36   #2786  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
I don't understand what you mean by cuda drivers. You should install a video driver, not a cuda driver. Why do you talk about cuda drivers?

I do know that some older notebook graphics chipset drivers are not being updated to be compatible with the latest CUDA SDK. You simply cannot upgrade those video drivers without losing support. I cannot do anything if nVidia doesn't release compatible drivers. You can fall back to an earlier DGDecNV version build with CUDA 3, however. Sadly you can't have the latest versions of both the video driver and DGDecNV.

Last edited by Guest; 16th September 2012 at 00:41.
Guest is offline   Reply With Quote
Old 16th September 2012, 21:59   #2787  |  Link
alzamer2
Registered User
 
Join Date: Dec 2009
Posts: 6
Quote:
Originally Posted by neuron2 View Post
I don't understand what you mean by cuda drivers. You should install a video driver, not a cuda driver. Why do you talk about cuda drivers?

I do know that some older notebook graphics chipset drivers are not being updated to be compatible with the latest CUDA SDK. You simply cannot upgrade those video drivers without losing support. I cannot do anything if nVidia doesn't release compatible drivers. You can fall back to an earlier DGDecNV version build with CUDA 3, however. Sadly you can't have the latest versions of both the video driver and DGDecNV.
i mean that i have the last video card drive version 306.23 with nvcuda.dll version 5.0.1
but get error ERROR: cuInit failed (100)
alzamer2 is offline   Reply With Quote
Old 16th September 2012, 23:41   #2788  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Only the last Verde driver will work on those notebook adapters in my experience.
Guest is offline   Reply With Quote
Old 17th September 2012, 11:56   #2789  |  Link
alzamer2
Registered User
 
Join Date: Dec 2009
Posts: 6
Quote:
Originally Posted by neuron2 View Post
Only the last Verde driver will work on those notebook adapters in my experience.
what do you mean by "the last Verde driver"
alzamer2 is offline   Reply With Quote
Old 17th September 2012, 13:27   #2790  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
http://www.geforce.com/drivers/results/26388
Guest is offline   Reply With Quote
Old 17th September 2012, 20:50   #2791  |  Link
alzamer2
Registered User
 
Join Date: Dec 2009
Posts: 6
Quote:
Originally Posted by neuron2 View Post
will this work ??
http://www.geforce.com/drivers/results/47420
alzamer2 is offline   Reply With Quote
Old 17th September 2012, 22:45   #2792  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
I don't know offhand. You can always try it and revert back if needed. If it works please let me know. Thanks!
Guest is offline   Reply With Quote
Old 22nd September 2012, 01:42   #2793  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by crasus View Post
I very much appreciate your quick reply.

It always occured from streams demuxed straight from the Bluray.

In this case, here's the BluRay we're talking about : http://www.amazon.fr/aventures-rabbi...3945127&sr=8-2
Some changes went in to address this between the version you had back in 2010 and the current version. I've just tested 2043rc1 with Avatar and in fact EAC3TO lost one frame at the end compared to DGDecNV. So I consider this one resolved. Better late than never, eh. Of course, let me know if you run into this with the latest DGDecNV.
Guest is offline   Reply With Quote
Old 24th September 2012, 13:08   #2794  |  Link
Pat357
Registered User
 
Join Date: Jun 2006
Posts: 452
Quote:
Originally Posted by neuron2 View Post
I've just tested 2043rc1 with Avatar and in fact EAC3TO lost one frame at the end compared to DGDecNV.
Neuron2, are there any binaries from this v2043rc1 available for testing the new DXVA HQ de-interlacer ?
I would be happy to test it :-)
Pat357 is offline   Reply With Quote
Old 24th September 2012, 13:15   #2795  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Here you go:
http://forum.doom9.org/showthread.php?t=165970
Zathor is offline   Reply With Quote
Old 24th September 2012, 13:41   #2796  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Pat357 View Post
Neuron2, are there any binaries from this v2043rc1 available for testing the new DXVA HQ de-interlacer ?
I would be happy to test it :-)
Zathor's and my testing didn't show any noticable improvement, which surprised me given what I read in one of the LAV threads. I'm investigating that.
Guest is offline   Reply With Quote
Old 24th September 2012, 18:24   #2797  |  Link
RedDwarf1
RedDwarf Fan
 
Join Date: Jun 2005
Location: United Kingdom
Posts: 198
I think that I might of found an obscure bug in 2042.

I don't usually use the cropping feature and usually click no when I get prompted. However I did by mistake click yes and then quickly wanted to remove that by Entering the cropping selection dialogue and unticking the cropping and then clicking the X. I thought everything would be okay and I could then setup the cropping manually as usual.

However, that didn't work. The dgi file shows the video dimensions as 1920 x1096! Which with my usual cropping setup of 8 left me with a green bar at the bottom and the resolution showing as 1920x1088, after cropping!

I have repeated the steps with the same result. This was with a .h264 raw file.

H.264 video 1920x1088. That is reported by DGIndexNV and is how it should be but MediaInfo reports 1920x1080.
RedDwarf1 is offline   Reply With Quote
Old 24th September 2012, 18:29   #2798  |  Link
RedDwarf1
RedDwarf Fan
 
Join Date: Jun 2005
Location: United Kingdom
Posts: 198
Ouch! I tested again but this time changed the cropping of the bottom to 16, from it's original 8 and now the resolution is shown as 1920x1104 in the dgi file. The cropping needs to be deselected for this to occur.

It's the same in the latest 2043rc1.
RedDwarf1 is offline   Reply With Quote
Old 24th September 2012, 18:36   #2799  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Yup, I've reproduced it. I'll correct it for 2043. Thank you for pointing it out.
Guest is offline   Reply With Quote
Old 25th September 2012, 00:15   #2800  |  Link
RedDwarf1
RedDwarf Fan
 
Join Date: Jun 2005
Location: United Kingdom
Posts: 198
Thank you neuron2, another bug squashed.
RedDwarf1 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:15.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.