Search found 3376 matches

by Rocky
Fri Mar 15, 2024 2:06 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 365
Views: 260814

CUDASynth

Could you please clarify what that * means ? DGSharpen is still integrated, so don't worry. Say we have a frame in buffer gpu0. If we sharpen the frame saving each pixel in gpu0, that is in-place. If we save to a new buffer gpu1 (and then deliver gpu1), that is not in-place. Typically, you can do i...
by Rocky
Thu Mar 14, 2024 12:21 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 365
Views: 260814

CUDASynth

Well thanks, but you haven't told me what they do!

What is automatic color balance?
What is temporal stabilization?

Example vids (before/after) with scripts would be ideal.
by Rocky
Thu Mar 14, 2024 11:06 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 365
Views: 260814

CUDASynth

Ha ha, again I was the pioneer. :ugeek: I made the first such desktop multimedia filters back in July 2001 for VirtualDub. With dithering! https://www.rationalqm.us/histogram.html https://www.rationalqm.us/winhistogram.html Ah, the good old days. OK, so guys, what do you mean by auto balance, or col...
by Rocky
Thu Mar 14, 2024 10:19 am
Forum: General Discussion
Topic: Binaries Update Notification Thread
Replies: 447
Views: 1413871

Binaries Update Notification Thread

Slipstream for DGDecNV 252:

* The integrated sharpen filter shouldn't be an in-place filter. Fixed.

https://rationalqm.us/dgdecnv/binaries
by Rocky
Wed Mar 13, 2024 12:24 pm
Forum: DGDecNV
Topic: Create Source/Encode Comparison Screenshots
Replies: 3
Views: 138

Create Source/Encode Comparison Screenshots

You're welcome.
by Rocky
Wed Mar 13, 2024 12:23 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 365
Views: 260814

CUDASynth

Thanks for the suggestion. I'll see what I can do. Probably for a separate filter, though, rather than being part of tweak.
by Rocky
Tue Mar 12, 2024 6:58 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 365
Views: 260814

CUDASynth

Thanks for pointing out the missing dn_enable stuff, m8. I have fixed it. I'll try to answer your fps variation question tomorrow as I am tired after getting 252 out the door and helping Curly with his eac3to release. Plus I just ate a large ribeye and my brain is in a fog. BTW, in the release, I om...
by Rocky
Tue Mar 12, 2024 6:49 pm
Forum: General Discussion
Topic: Binaries Update Notification Thread
Replies: 447
Views: 1413871

Binaries Update Notification Thread

DGDecNV 252: * Increased frame serving performance by about 33% (measured for UHD content). * Vapoursynth support changed to API4. * Added a temporal mode to DGDenoise(). * Added integrated versions of DGDenoise(), DGHDRtoSDR(), and DGSharpen(). These integrated versions adhere to the CUDASynth phil...
by Rocky
Sun Mar 10, 2024 12:49 pm
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 61
Views: 1087

NVIDIA 551.xx Driver Breaks DGDecNV

Please download this:

https://rationalqm.us/misc/cuvid_test.rar

Open a CMD window and run these:

cuvid alba.264
cuvid -hevc surfing.265

Let me know what happens.
by Rocky
Sun Mar 10, 2024 9:07 am
Forum: DGDecNV
Topic: Create Source/Encode Comparison Screenshots
Replies: 3
Views: 138

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: 365
Views: 260814

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: 365
Views: 260814

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: 61
Views: 1087

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: 365
Views: 260814

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: 61
Views: 1087

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: 61
Views: 1087

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: 365
Views: 260814

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: 365
Views: 260814

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: 365
Views: 260814

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: 241

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: 365
Views: 260814

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: 365
Views: 260814

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: 447
Views: 1413871

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: 61
Views: 1087

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: 241

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...