Support NVIDIA RTX Video Super Resolution
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
It may be possible, although some code changes from LibVLC are needed. I have to do more testing to know for sure.
Is this even possible?
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 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.
Please open an issue :)
@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.