I have hevc/h265 422 10bits and h264 422 10bits videos I am trying to decode with nvdec.
It seems to fail at (nvdecoder.cpp:196):
if (!decodecaps.bIsSupported)
{
NVDEC_THROW_ERROR("Codec not supported on this GPU", CUDA_ERROR_NOT_SUPPORTED);
Can someone confirm wether those formats are supported or not or if I am doing something wrong with nvdec ?
regards