Search found 3442 matches

by Rocky
Sun Mar 10, 2024 9:07 am
Forum: DGDecNV
Topic: Create Source/Encode Comparison Screenshots
Replies: 3
Views: 1031

Create Source/Encode Comparison Screenshots

Welcome to the forum! Not sure why your image wouldn't display so I changed it to an URL. I'll check into it. Maybe the host blocks you from hot-linking. Those guys are using show/show2 options to DGSource(): show: true/false (default: false) Enable textual information overlay on the output video fr...
by Rocky
Sun Mar 10, 2024 8:56 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Oops, the 'show' option for DGDenoise() got missed in the document. Sherman will fix that and re-up it this afternoon. He's busy doing his math tutoring right now.

EDIT: manual was updated online.
by Rocky
Sun Mar 10, 2024 6:13 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Here is test7: * When opening and indexing a media file directly with DGSource(), by default streams are now not demuxed. If you want to have them be demuxed while indexing, add an @ character to the DGSource() filename, e.g., DGSource("file.ts@"). * The DGDecodeNV manual was brought fully up-to-dat...
by Rocky
Sat Mar 09, 2024 12:03 pm
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 73
Views: 4290

NVIDIA 551.xx Driver Breaks DGDecNV

Thank you. Oh yes, you had mentioned it happens in DGIndexNV so Avisynth is not involved. Still investigating...
by Rocky
Fri Mar 08, 2024 7:38 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Yeah, I hear ya. I'll eventually get around to that.
by Rocky
Fri Mar 08, 2024 7:36 pm
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 73
Views: 4290

NVIDIA 551.xx Driver Breaks DGDecNV

Thank you for trying. This is very strange. Tomorrow I will make a special debug load for you with some printf's to try to figure out what is going on.

What version of Avisynth are you using?

Does this happen with all files or just this one?
by Rocky
Thu Mar 07, 2024 5:22 am
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 73
Views: 4290

NVIDIA 551.xx Driver Breaks DGDecNV

Please try the install with preliminary DDU application.
by Rocky
Tue Mar 05, 2024 7:24 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Suspected you'd needed to brute force it with retries if the cause was not discernible Brilliant thinking. At first I just said let's retry up to 5 times but fortuitously I added a two-second sleep in the loop. Then using debug statements I saw that it never retried more than once. So I just put on...
by Rocky
Tue Mar 05, 2024 2:56 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Thank goodness! Yes, I think you are right about performance. I believe the relevant factors are the frame size [most important as the gain scales as O(size^2)], and the dilution by the extra stuff in your chain. You'll have an approximate 2500% increase in PCIe load for UHD versus SD! And another t...
by Rocky
Mon Mar 04, 2024 12:53 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Please re-download test6 and re-test. It's working good for me.
by Rocky
Mon Mar 04, 2024 12:06 pm
Forum: DGDecNV
Topic: PGS demux issue with specific disc.
Replies: 6
Views: 1193

PGS demux issue with specific disc.

No problem, sir. Better safe than sorry. I enjoyed the movie too.
by Rocky
Mon Mar 04, 2024 9:21 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

OK, it's not your system because it happened to me. Investigating...
by Rocky
Sun Mar 03, 2024 7:11 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

I fixed the hang, so re-download test6. There's a chance that bug is causing your problems but I'm not sure, so please test it.
by Rocky
Sun Mar 03, 2024 6:24 pm
Forum: General Discussion
Topic: Binaries Update Notification Thread
Replies: 454
Views: 1478744

Binaries Update Notification Thread

Slipstream for DGDemux/DGDemuxGUI 1.0.0.73: * Small fix for -sf. Things go wonky if you select -sf for a playlist with only one M2TS. OK, probably no-one is going to be foolish enough to do that, but let's help out the foolish ones. ;) Now, ticking -sf with only one M2TS is a no-op. https://rational...
by Rocky
Sun Mar 03, 2024 6:17 pm
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 73
Views: 4290

NVIDIA 551.xx Driver Breaks DGDecNV

Can you try demuxing the ES from the MKV (use something other than DGIndexNV like eac3to or mkvtoolnix, etc.)? Then see if DGIndexNV has an issue with loading the ES. Thank you. I'll install our old 3090 in one of our PCs and see how that goes. As I mentioned it is playing fine on my 4090 with 551.2...
by Rocky
Sun Mar 03, 2024 6:11 pm
Forum: DGDecNV
Topic: PGS demux issue with specific disc.
Replies: 6
Views: 1193

PGS demux issue with specific disc.

The version online 2-22-2024 works fine. I had fixed that but somehow I did not make an announcement in the binaries notification thread. :oops: Still, please try to check the latest version online before making a report. The online version is 2-22 and your report was 2-28. Please advise your result...
by Rocky
Sun Mar 03, 2024 4:31 pm
Forum: DGDecNV
Topic: PGS demux issue with specific disc.
Replies: 6
Views: 1193

PGS demux issue with specific disc.

Ripping now...
by Rocky
Sun Mar 03, 2024 9:33 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Hold the presses! The following script fails with video hanging on the girl water skiing, but only for Vapoursynth. import vapoursynth as vs from vapoursynth import core core.std.LoadPlugin(path="D:/Don/Programming/C++/DGDecNV/DGDecodeNV/x64/Release/DGDecodeNV.dll") video = core.dgdecodenv.DGSource(...
by Rocky
Sun Mar 03, 2024 8:15 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Ran into problems running your environment. The QSF video files are missing when DGIndexNV runs: D:\tmp\hydra3333\HDTV\DGtest>"!vapoursynth_root!\DGIndex\DGIndexNV.exe" -i "!QSF_VIDEO!" -e -h -o "!_DGI_FILE!" D:\tmp\hydra3333\HDTV\DGtest>TYPE "!_DGI_LOG!" The system cannot find the file specified. I...
by Rocky
Sun Mar 03, 2024 7:07 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

I've ruled out format changes within or between your 8 test files. Moving on to recreate your test environment...

EDIT: I am unable to test your files as processed by your QSF script stuff (see following post).
by Rocky
Sat Mar 02, 2024 10:02 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

One possibility is that one of your streams changes video characteristics in mid-stream. If that is the case behavior will be undefined. The characteristics that matter are video type (AVC, HEVC, MPEG2, VC1), width, height, or chroma format. Even if it is not a mid-stream change in one file, the DGI...
by Rocky
Sat Mar 02, 2024 9:43 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Interesting. Well, let's try to get to the bottom of it. I should have test results tomorrow. One interesting thing is that in the released stuff if the failure to create occurred it did not exit the application. It's only the CUDASynth version that now does that. So, what if for some reason, some r...
by Rocky
Sat Mar 02, 2024 11:25 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Thank you. After my afternoon swim I'll try to bring up the stuff you gave me.
by Rocky
Sat Mar 02, 2024 9:09 am
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 73
Views: 4290

NVIDIA 551.xx Driver Breaks DGDecNV

Download link is at the bottom of this page.

https://nvidia.custhelp.com/app/answers ... ion-551.68
by Rocky
Sat Mar 02, 2024 7:27 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 385
Views: 272206

CUDASynth

Thank you. Any results with test5? Another thing to do is, when you get the error popup, immediately check the GPU memory usage (versus the card's equipped amount) with GPU-Z. The error corresponds to a failure of cuvidCreateDecoder(), so possibly the memory needed is not available at the time. Runn...