Results 443 comments of rigaya

Thanks for testing and letting me know the result. Yes, the issue should have started from 8.00, which I've done a big internal code rearrangement. Would you please have a...

I'm sorry not having able to solve the problem. It seems it highly depends on the input file, and thinking it difficult in solving the issue (without the exact input...

thank you for letting me know the issue with CUDA 13. Actually, CUDA 13 build had various problems, now commits up to 65c7962e shall allow to build with CUDA 13.

Would you please let me know exactly what option have you used for this encoding and the information of the input file, as I generally have no problem in H.264...

> AV1 UHQ mode Being duplicate of #709, it can be assumed that it is near to adding ```-b 7 --tf-level 4 --lookahead 32 --lookahead-level 3 --no-i-adapt --no-b-adapt --bref-mode middle.```...

[NVEnc 9.05](https://github.com/rigaya/NVEnc/releases/tag/9.05) adds ```--tune uhq``` for convenience.

Would you please share the log of the errors to know where the problem is? Example below is the most simple way to encode using libsvtav1 from NVEnc. x64\NVEncC64.exe -i...

I’m not explicitly changing the values in the application, therefore not sure for each specific values. Instead, the driver is replacing various options for you when using --tune uhq to...

I realized that it will need extra work with mkv output with av_libsvtav1, currently only works with mp4 output (but it'll be a problem as Staxrip seems to use mkv...

I've fixed ```-c av_libsvtav1``` to run fine with mkv output in [NVEnc 9.07](https://github.com/rigaya/NVEnc/releases/tag/9.07). Also, I've added new option ```--check-preset-params``` in [NVEnc 9.07](https://github.com/rigaya/NVEnc/releases/tag/9.07) to allow show which parameter the driver changes...