Search found 3435 matches

by Rocky
Fri Mar 15, 2024 8:24 pm
Forum: CUDA Filters
Topic: CUDASynth
Replies: 384
Views: 264825

CUDASynth

I converted the bat file to a simple VPY script that I can open in VirtualDub2. I duplicated the green screen. Investigating... import vapoursynth as vs from vapoursynth import core core.std.LoadPlugin(r'D:\Don\Programming\C++\DGDecNV\DGDecodeNV\x64\Release\DGDecodeNV.dll') before_video = core.dgdec...
by Rocky
Fri Mar 15, 2024 7:58 pm
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 70
Views: 1816

NVIDIA 551.xx Driver Breaks DGDecNV

That is great news, thank you! Honestly, I didn't think that would fix it, but I thought let's have a go and see. DGIndexNV was creating a CUDA stream other than stream 0 and then never using it. That was a leftover from some very early code where I was playing around with CUDA streams. Theoreticall...
by Rocky
Fri Mar 15, 2024 1:05 pm
Forum: DGDecNV
Topic: NVIDIA 551.xx Driver Breaks DGDecNV
Replies: 70
Views: 1816

NVIDIA 551.xx Driver Breaks DGDecNV

I fired up my 1080 Ti machine with latest DGIndexNV and latest NV driver and everything is fine with your sample. Also, there have been quite a few downloads of your sample but no-one reports seeing the same problem. I'm kind of stuck right now unless your memory analysis turns up something.
by Rocky
Fri Mar 15, 2024 8:17 am
Forum: DGDecNV
Topic: DGSource() New Generation
Replies: 11
Views: 1253

DGSource() New Generation

Marking this resolved as it is released in DGDecNV 252. Follow up in the CUDASynth thread if needed.
by Rocky
Fri Mar 15, 2024 7:48 am
Forum: CUDA Filters
Topic: CUDASynth
Replies: 384
Views: 264825

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: 70
Views: 1816

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: 70
Views: 1816

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: 70
Views: 1816

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: 384
Views: 264825

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: 384
Views: 264825

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: 384
Views: 264825

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: 384
Views: 264825

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

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

Create Source/Encode Comparison Screenshots

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

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: 384
Views: 264825

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

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: 70
Views: 1816

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

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: 384
Views: 264825

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: 384
Views: 264825

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: 70
Views: 1816

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: 384
Views: 264825

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: 70
Views: 1816

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: 70
Views: 1816

NVIDIA 551.xx Driver Breaks DGDecNV

Please try the install with preliminary DDU application.