Search found 54 matches

by TCmullet
Thu Oct 31, 2019 10:06 am
Forum: DGDecNV
Topic: [RESOLVED] What is slipstream and how do I access it?
Replies: 7
Views: 9464

Re: What is slipstream and how do I access it?

Ok, thanks for the help and quick response :D Yes, a VERY good question, and I second the motion! :hat: Also, making it clearer that you simply copy the new dll over the old one (and where it is) would be helpful to some. Most of us just use it and do not remember details of how to install (esp. if...
by TCmullet
Thu Oct 31, 2019 9:58 am
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

The graphics card in the Xeon is Quadro FX 3800. 192 cudas. (Much larger than the 16 at hand.) Seeing as you brought it up, I have dug into the past to try to review where things went. I started with DGSource either 2014 or 15. Then in 2017, I had to install the SVP player and/or software. They had ...
by TCmullet
Wed Oct 30, 2019 1:43 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

I'm sure all multi-threading for DGSource is done down at the cuda level (not processor level), transparent to the calling application (DGSource).
by TCmullet
Wed Oct 30, 2019 1:40 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

"Version()" gives me: AviSynth 2.60, build:Feb 20 2015 [03:16:45] "Script multi-threading and multi-filter-instance are not the same thing!" I never said they were. I'll hunt for where you said how to find version. But I did remember the basic "version()" script. I do not claim to be an avisynth mas...
by TCmullet
Wed Oct 30, 2019 1:34 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

You still haven't even told me what version of Avisynth you run. I'll close the thread if you keep ignoring my questions and suggestions. I didn't see that you asked that (version of Avisynth). I'll have to figure out how to find that out. I'm not ignoring things. It was a bad day for me to jump in...
by TCmullet
Wed Oct 30, 2019 1:31 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

I didn't see your reply until after my reply. Could you please explain what you mean by DGSource cannot multi-thread. (I know what multi-threading is, and I can guess that DGSource was not designed to operate that way.) But what is happening when I do run DGSource and it seems to run fine on the Xeo...
by TCmullet
Wed Oct 30, 2019 1:24 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

When the DGSource("....dgi") is the only line (or only line that is not commented out), then it works fine. BUT it dos not work fine IF I reload in Vdub via F2. I learned awhile back that apparently due to small number of cuda-cores, I need to fully close the current file (script) and open it freshl...
by TCmullet
Wed Oct 30, 2019 1:01 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Those "sets" and "globals" have worked for years, even on this PC. Could it be that a recent Windows Update has messed with the ability to use multiple threads? A significant difference between this PC (which has the error) and my better one is this: This PC is i5 with 4 cores. The other is Xeon 4-c...
by TCmullet
Wed Oct 30, 2019 1:00 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Here's my current script that fails: # Test-DGSource.avs SetMemoryMax(1024) global svp_scheduler=true global threads=4 global svp_cache_fwd=threads+10 SetMTMode(3,threads) #LoadPlugin("C:/Program Files (x86)/AviSynth+/plugins/DGDecodeNV.dll") DGSource("2019-10-16.1800.wv.IN-v-MD.gl4-2-6.720p60.btn.c...
by TCmullet
Wed Oct 30, 2019 12:58 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Uh, somehow my brief testing failed. (Maybe I didn't close things out enough after the failure.,)

Now when all I have is the DGSource line, it works.
by TCmullet
Wed Oct 30, 2019 12:45 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Shockingly, this works:

LoadPlugin("C:/Program Files (x86)/AviSynth+/plugins/DGDecodeNV.dll")
DGSource("2019-10-16.1800.wv.IN-v-MD.gl4-2-6.720p60.btn.c2-tv.ed-14m.dgi")

But if I leave off the loadplugin line, it fails as before. Something wrong with my plugins access?
by TCmullet
Wed Oct 30, 2019 12:33 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Resolution of video lately is 720p60, but have successfully (FOR YEARS) done 1080p60 and 1080i30.

Resolution of video MONITOR is 1920 x 1080.
by TCmullet
Wed Oct 30, 2019 12:26 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Attached is script. More info from "system info" of Nvidia control panel: Total available graphics ... 4095 MB Dedicated video memory: 1024 MB DDR3 System video memory: 0 MB Shared system memory: 3071 MB When you say "How much memory does your card have? You may be running out of memory on the GPU. ...
by TCmullet
Wed Oct 30, 2019 12:02 pm
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

The script is a skeleton, is one of many dozens of clones, and has implied usage of some .avsi files, as well as other DLLs in my Avisynth plugins folder. Same on both machines. And the "bad" script works fine when I copy it and the source files (.TS, .wav, .dgi, etc.) over to the other PC. (So I'm ...
by TCmullet
Wed Oct 30, 2019 11:09 am
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Is it possible for the cuda cores part of a card to go bad but the normal video function of the card (seeing the desktop on my computer monitor) still works?
by TCmullet
Wed Oct 30, 2019 11:07 am
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Sorry I wasn't clearer. Video shows fine in indexing. .dgi file gets built fine.

The problem started weeks ago, and before and after then, I power the PC off every day. Every day. (But I don't unplug the power cord.)
by TCmullet
Wed Oct 30, 2019 10:23 am
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

Re: Failure to run

Windows 10, kept current. (Now to hunt around for the hardest part...) Windows 10 Pro, Version 1903, OS Build 18362.418. (I'm a bit skeptical that these details are relevant, but I guess it's better you know for sure than gamble on assumptions.) (I really thought you were going to say something simp...
by TCmullet
Wed Oct 30, 2019 8:57 am
Forum: DGDecNV
Topic: [CLOSED] Failure to run
Replies: 27
Views: 26782

[CLOSED] Failure to run

I have been happily using a couple licenses for several years on two machines frequently. The last DGIndexNV.exe file I obtained is dated 10/2016. I am not wanting or intending to upgrade to any newer version that might exist. All of a sudden, I am getting 3 error messages when I try to open a .dgi ...
by TCmullet
Sat Dec 16, 2017 1:22 am
Forum: DGDecNV
Topic: [RESOLVED] Invalid license suddenly
Replies: 2
Views: 3930

Re: Invalid license suddenly

I decided that without waiting for a reply to this, I could observe that if I obtain new licenses for what I need, I'd still not have exhausted the 16 licenses, therefore I proceeded to do that. One of the existing ones was good, the one for the crashed drive was bad (which is still a mystery) along...
by TCmullet
Fri Dec 15, 2017 10:34 pm
Forum: DGDecNV
Topic: [RESOLVED] Invalid license suddenly
Replies: 2
Views: 3930

[RESOLVED] Invalid license suddenly

I've been running DGDecNV on two PCs for a long time. Both had Win 7 originally, but I upgraded both to Win 10 while the upgrade was free. DGDecNV still worked. Very recently I had to install Win 10 from scratch (having obtained a CD of a Win 10 that is probably newer than the ones I was already usi...
by TCmullet
Wed Nov 02, 2016 8:43 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV failing to close file
Replies: 15
Views: 12768

Re: DGIndexNV failing to close file

That's a creative way to solve the audio format dilemma! If you're referring to my use of Hauppauge's "disable AC3 support" that forces it's aac converter to kick in, it's THEIR creativity not mine. I avoided it for the longest time, but when I got burned with Avisynth processing, THAT's when I wok...
by TCmullet
Wed Nov 02, 2016 7:05 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV failing to close file
Replies: 15
Views: 12768

Re: DGIndexNV failing to close file

OK, I know what's wrong. My code assumes all audio samples have the same duration, but your stream has some with 0x599, some with 0x600, and some with 0x601. I have to completely rewrite the MP4 audio demuxing. Gonna wait for a burst of energy. :P Meanwhile demux it with MP4 box or something else. ...
by TCmullet
Wed Nov 02, 2016 11:57 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV blowing up in strange ways
Replies: 14
Views: 14654

Re: [RESOLVED] DGIndexNV blowing up in strange ways

Regarding to L-SMASH thing, if you were using something to read from video files, then you were using "L-SMASH Works", not " L-SMASH ". I don't have a tutorial for you, but those tools should be quite straightforward. You may find compiled binaries on my site . Well, I did say I was using LSmash. B...
by TCmullet
Wed Nov 02, 2016 11:52 am
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV failing to close file
Replies: 15
Views: 12768

Re: DGIndexNV failing to close file

In this case, it does not change from "Working..." but stays there forever. Also, Mediainfo shows the resultant AC3 file as 1-2 seconds shorter that it is inside the .MP4. Here's a temporary upload link (1+ GB): http://www.tomsgoodfiles.com/2016-08-27.2200.wv.Seat-v-OrSt.426p30.raw.pac.mp4 In additi...
by TCmullet
Tue Nov 01, 2016 8:02 pm
Forum: DGDecNV
Topic: [RESOLVED] DGIndexNV failing to close file
Replies: 15
Views: 12768

[RESOLVED] DGIndexNV failing to close file

I've used DGIndexNV mostly to process transport streams. But lately I'm using MP4 files with H.264 video streams inside. I notice that as an MP4 is not a transport stream, the dgi creation will not automatically demux the audio. But I can and still must demux the audio by hand, within the program. H...