I’m trying to use VideoCodec 11.0 API on RTX 2070 super + Driver 457.30.
The ReadMe’s system requirement is “Windows: Driver version 456.71 or higher”.
However in the function NvEncoder::LoadNvEncApi(), the driver returns 129 at the line, NVENC_API_CALL(NvEncodeAPIGetMaxSupportedVersion(&version));
129 is the number for VideoCodec version 8.1, isn’t it?
Should I use VideoCodec 8.1 on RTX 2070 SUPER (TU104)?