rigaya / QSVEnc

QSVによる高速エンコードの性能実験
http://rigaya34589.blog135.fc2.com/blog-category-10.html
Other
313 stars 28 forks source link

XeSS possible? #112

Closed quamt closed 1 year ago

quamt commented 1 year ago

Hello,

I've seen that for NVEnc it is now possible with rtx cards to use AI superresolution.

Would similar be possible for QSVEnc with the XeSS SDK?

https://github.com/intel/xess

rigaya commented 1 year ago

I looked through the XeSS SDK, the interface of XeSS is DirectX12(DX12), which requires knowledge of 3D graphics (which I'm not bright in).

Therefore, I think this is difficult to be implemented.

NVEnc (nvvfx) was much easier for me, as it's interface was CUDA.

quamt commented 1 year ago

Ok. Thank you for looking into it. I'll close this in that case.