Screenbox icon indicating copy to clipboard operation
Screenbox copied to clipboard

Support NVIDIA RTX Video Super Resolution

Open ForxBase opened this issue 1 year ago • 6 comments

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

How about adding support for NVIDIA RTX Video Super Resolution? Is this possible?

Describe alternatives you've considered

Additional context

ForxBase avatar Feb 01 '25 19:02 ForxBase

It may be possible, although some code changes from LibVLC are needed. I have to do more testing to know for sure.

huynhsontung avatar Feb 01 '25 19:02 huynhsontung

Is this even possible?

KParthSingh avatar Feb 02 '25 14:02 KParthSingh

this might be worth a try https://downloads.videolan.org/testing/vlc-rtx-upscaler/. It's already merged in latest 3.0.x

try searching for d3d11-upscale-mode and upscale_SuperResolution in libvlc 3.0.x code.

mfkl avatar Feb 17 '25 06:02 mfkl

@mfkl I was aware of the new RTX changes in the main 3.0.x branch. To be more specific, I found a bug in Direct3D11Open where the external Direct3D device doesn't get populated with the driver verision because D3D11_GetDriverVersion is never called. The driver info is needed to create the RTX scaler in D3D11_UpscalerCreate. This is what I found so far. I haven't gotten the chance to test this yet.

huynhsontung avatar Feb 17 '25 07:02 huynhsontung

Please open an issue :)

mfkl avatar Feb 17 '25 07:02 mfkl

@mfkl Absolutely. I wanted to properly verify whether this is the only blocker to RTX upscale. Or if it's not, make sure I found all other problems before opening an Issue.

huynhsontung avatar Feb 17 '25 07:02 huynhsontung