rigaya / NVEnc

NVENCによる高速エンコードの性能実験
https://rigaya34589.blog.fc2.com/blog-category-17.html
Other
1.1k stars 114 forks source link

--vpp-libplacebo-shader doesn't appear to work correctly #633

Closed GregAlanR closed 1 month ago

GregAlanR commented 1 month ago

--vpp-libplacebo-shader appears to bypass the selected shader file and outputs with the selected resampler. Tried using FSRCNNX_x2_16-0-4-1.glsl from: https://github.com/igv/FSRCNN-TensorFlow/releases/download/1.1/FSRCNNX_x2_16-0-4-1.glsl This is on Win 11 64.

rigaya commented 1 month ago

Thank you for reporting, I found that glsl shader which hooks LUMA is bypassed I'll make a fix for this.

rigaya commented 1 month ago

NVEnc 7.72 should have fixed the problem, I think the shader will now work fine.

GregAlanR commented 1 month ago

Yes works as expected now.

Thank you