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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > General > DVD2AVI / DGIndex

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th July 2010, 17:57   #1941  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by asarian View Post
Are your DG NV tools frame consistent, like FFVideoSource?
Frame accuracy for random access is the raison d'etre of DGDecNV.
Guest is offline   Reply With Quote
Old 6th July 2010, 20:22   #1942  |  Link
asarian
Registered User
 
Join Date: May 2005
Posts: 1,572
Quote:
Originally Posted by neuron2 View Post
Frame accuracy for random access is the raison d'etre of DGDecNV.
Cool. But you seem to have edited out my other question (?). Well, I'd still like to know, Do your tools also support decoding 1080p VC1 streams on 'Feature A' cards? (like my GTX260).
__________________
Gorgeous, delicious, deculture!
asarian is offline   Reply With Quote
Old 6th July 2010, 20:48   #1943  |  Link
Audionut
Registered User
 
Join Date: Nov 2003
Posts: 1,283
Well, if you did a little search you would find your answer. DgindexNV is limited by the CUDA capabilities of your card. So hit up the nvidia site and see what your card is capable of.
__________________
http://www.7-zip.org/
Audionut is offline   Reply With Quote
Old 6th July 2010, 21:48   #1944  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
It will work with partial acceleration but it *will* work.
Guest is offline   Reply With Quote
Old 6th July 2010, 22:57   #1945  |  Link
rco133
Registered User
 
Join Date: Mar 2006
Posts: 58
Hi.

I have tried the Output Trimmed TS function, but for some reason I can't get it to work.

If I only cut small sections it seems to work fine, but if I try to cut 50 minutes out from a 105 minute cut, then after a while the % number just starts flickering, and the filesize of the output file no longer increases.

The source TS file is a 15 GB big file.

I would like to buy dgindexnv, but wanted to make sure that this function worked first, because I want to cut out commercials. DGindexNV should work without a license shouldn't it?

The above happens with version 2012. With version 2019 I can't even open the TS file.

rco133
rco133 is offline   Reply With Quote
Old 6th July 2010, 23:26   #1946  |  Link
Alf Bundy
Registered User
 
Alf Bundy's Avatar
 
Join Date: Sep 2009
Location: Belgium
Posts: 58
Hi neuron2,

In build 2019, while indexing, infos about bitrate (avg & max) are not shown anymore.
I tried with a .264 ES, a .MKV and a .mts from my camera.

It's not a life threatening situation, but I would like to see that info again ... Please.

Other than that, it's working very well. Thanks !
Alf Bundy is offline   Reply With Quote
Old 6th July 2010, 23:45   #1947  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by rco133 View Post
I would like to buy dgindexnv, but wanted to make sure that this function worked first, because I want to cut out commercials. DGindexNV should work without a license shouldn't it?

The above happens with version 2012.
How did you run 2012 without a license?
Guest is offline   Reply With Quote
Old 6th July 2010, 23:47   #1948  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Alf Bundy View Post
It's not a life threatening situation, but I would like to see that info again ... Please.
Removed for performance reasons. I didn't actually measure it but thought it was not needed. If it does not impact performance adversely I will put it back.
Guest is offline   Reply With Quote
Old 7th July 2010, 07:25   #1949  |  Link
rco133
Registered User
 
Join Date: Mar 2006
Posts: 58
Quote:
Originally Posted by neuron2 View Post
How did you run 2012 without a license?
I just downloaded 2012 from this page and ran dgindex.

If dgindex is not supposed to work without a license, then I am not sure whats going on.

Does Output trimmed TS work OK on large files?

rco133
rco133 is offline   Reply With Quote
Old 7th July 2010, 12:05   #1950  |  Link
kebulek
Registered User
 
kebulek's Avatar
 
Join Date: Oct 2008
Posts: 40
Quote:
Originally Posted by kebulek View Post
I just downloaded v2019 (second version i guess - after neuron's #1934 post) and indexed h264 hdtv stream. But when i load the avs to the mpc/vd/megui etc... there are few green frames at the end.

Simple AVS script:
Code:
LoadPlugin("C:\Program Files\Avisynth\plugins\DGDecodeNV.dll")
DGSource("video.dgi", deinterlace=1).Spline36Resize(1280,720)
(DGDecodeNV.dll in avs directory is replaced with new one, of course)

.TS SAMPLE (39MB) - it's the end of the original .ts cutted with TSPE.

My system: WinXP SP3, GF 9600GT with 191.07 drivers
I've done some testing today and that bug occurs only with DGSource(...) and CUVIDserver. With DGMultiSource is everything OK.

Green frames show up after frame 744+.
kebulek is offline   Reply With Quote
Old 7th July 2010, 12:35   #1951  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by rco133 View Post
I just downloaded 2012 from this page and ran dgindex.

If dgindex is not supposed to work without a license, then I am not sure whats going on.
LOL.

Quote:
Does Output trimmed TS work OK on large files?
Sure. And if you were to run into any issue I would fix it straight away, as you can see from my responsiveness in this thread.
Guest is offline   Reply With Quote
Old 7th July 2010, 13:13   #1952  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by kebulek View Post
I've done some testing today and that bug occurs only with DGSource(...) and CUVIDserver. With DGMultiSource is everything OK.

Green frames show up after frame 744+.
I've duplicated this and am investigating. A temporary workaround is to trim the end because they are only black frames anyway.
Guest is offline   Reply With Quote
Old 7th July 2010, 14:15   #1953  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by kebulek View Post
...bug occurs only with DGSource(...) and CUVIDserver. With DGMultiSource is everything OK.
Just out of curiosity, is there a reason you can't use DGMultiSource()? I'd really like to deep-six the CUVID server if possible.
Guest is offline   Reply With Quote
Old 7th July 2010, 14:34   #1954  |  Link
nixo
Registered User
 
nixo's Avatar
 
Join Date: Dec 2002
Location: EUR
Posts: 159
Quote:
Originally Posted by neuron2 View Post
There is no trial version.
I'm probably overlooking something here but say someone were to index some publicly available stream, would it not be possible to use that as a sort of a trial stream?

Perhaps if people knew for a fact how dgindexnv would function with their specific GPU, they would be more inclined to donate. Also, it would make benchmarking different cards very easy.

Of course, this is assuming that the license file is only required for the indexer and not for the avisynth plugin.

Note: I already donated a long time ago, so I'm not really looking for a trial. Just a thought, I guess.

--
Nikolaj

EDIT: Understood, Don.

Last edited by nixo; 7th July 2010 at 15:07.
nixo is offline   Reply With Quote
Old 7th July 2010, 14:53   #1955  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
That is indeed possible. But I'm just not interested in supporting trial usage. It's pretty clear that the tools do what they claim to do and I've never had a request for a refund due to non-performance, which I would happily grant in any case.

And I'd prefer not to clutter the thread further discussing it.
Guest is offline   Reply With Quote
Old 7th July 2010, 14:57   #1956  |  Link
kebulek
Registered User
 
kebulek's Avatar
 
Join Date: Oct 2008
Posts: 40
Quote:
Originally Posted by neuron2 View Post
Just out of curiosity, is there a reason you can't use DGMultiSource()? I'd really like to deep-six the CUVID server if possible.
No it's not, but from my experiences I have more BSODs with MultiSource than with DGSource... (I really have to try newer drivers...)

And yes, I can trim the end out, but I was not sure, if the green frames are only at the end or they're not. I would like to watch this movie (after encode) without spoiling things out with seeking through and looking for the bad frames...
kebulek is offline   Reply With Quote
Old 7th July 2010, 15:11   #1957  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
It happens only at end of file so don't worry.

Anyway, use DGMultiSource(). It doesn't do anything differently that would cause more BSOD. And anyway, why have you not reported it? It's highly likely to be a driver issue as you say.

I am seriously considering dropping the CUVID Server, so as they say in church, if anyone objects please step forward.
Guest is offline   Reply With Quote
Old 7th July 2010, 15:42   #1958  |  Link
rack04
Registered User
 
Join Date: Mar 2006
Posts: 1,538
Quote:
Originally Posted by neuron2 View Post
I am seriously considering dropping the CUVID Server, so as they say in church, if anyone objects please step forward.
I don't object since all I use is DGMultiSource() but don't some GUI's still only work with CUVID Server, i.e. MeGUI, RipBot264?
rack04 is offline   Reply With Quote
Old 7th July 2010, 15:47   #1959  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
It was once true but I don't know of any current problems. That's why I am asking.

Anyway, it's not my responsibility to work around bugs in third-party tools.
Guest is offline   Reply With Quote
Old 7th July 2010, 17:25   #1960  |  Link
kebulek
Registered User
 
kebulek's Avatar
 
Join Date: Oct 2008
Posts: 40
Quote:
Originally Posted by neuron2 View Post
And anyway, why have you not reported it? It's highly likely to be a driver issue as you say.
I've already wrote you PM... last week or so about BSOD. YouTube video vs DGMultiSource encoding... But nevermind, I'll have to find some time to change the drivers.

Which one is current best option for WinXP?
kebulek is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 22:45.


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