Search found 3456 matches

by Rocky
Fri Mar 15, 2024 7:48 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 405
Views: 329958

CUDASynth

@hydra3333 First I want to fix whatever green screen stuff you get. Tell me how to reproduce that in the simplest way possible. Regarding FPS stuff, how are you measuring fps? Is this for your full transcode pipeline or just simple decoding? While I appreciate the detailed report, it's very hard to ...
by Rocky
Fri Mar 15, 2024 7:01 am
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 74
Views: 27053

NVIDIA 551.xx Driver Breaks DGDecNV

by Rocky
Fri Mar 15, 2024 6:40 am
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 74
Views: 27053

NVIDIA 551.xx Driver Breaks DGDecNV

I don't see anything in the create params. But I just noticed you have error 2 on the failure, which is not enough memory. Can you please open GPU-Z Sensors tab and monitor Memory Used? What is its value when this failure occurs? What is the amount of memory on the card? Meanwhile, I am firing up my...
by Rocky
Fri Mar 15, 2024 2:14 am
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 74
Views: 27053

NVIDIA 551.xx Driver Breaks DGDecNV

That EXE only does ES so MKV will fail.

To be clear, clips that fail in DGIndexNV are OK with this EXE?

If so, then it is working to create the decoder, so I just need to see what create params are different between that EXE and DGIndexNV. Please stay around as I will be posting further test EXEs.
by Rocky
Fri Mar 15, 2024 2:09 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 405
Views: 329958

CUDASynth

Boulder wrote:
Fri Mar 15, 2024 12:35 am
If we are talking about automatic color adjustments, auto white balance would probably be very useful as well.
Thank you Boulder for your information.
by Rocky
Fri Mar 15, 2024 2:06 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 405
Views: 329958

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: 405
Views: 329958

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: 405
Views: 329958

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: 454
Views: 1799048

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

Create Source/Encode Comparison Screenshots

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

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: 405
Views: 329958

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: 454
Views: 1799048

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: 74
Views: 27053

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

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: 405
Views: 329958

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: 405
Views: 329958

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: 74
Views: 27053

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: 405
Views: 329958

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: 74
Views: 27053

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: 74
Views: 27053

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: 405
Views: 329958

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: 405
Views: 329958

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: 405
Views: 329958

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

PGS demux issue with specific disc.

No problem, sir. Better safe than sorry. I enjoyed the movie too.