Hello Team,
I have lenova laptop with nvidia rtx a500 laptop gpu and installed nvidia graphics driver 556.35. While trying to create an IMFTransform instance from NVIDIA HEVC Encoder MFT, it fails with catastrophic failure error. Can you please advise?
Code sample:
IMFTransform* mftm = nullptr;
oacts[i]->GetAllocatedString(MFT_FRIENDLY_NAME_Attribute, &name, &nlen);
HRESULT hr = oacts[i]->ActivateObject(IID_PPV_ARGS(&mftm));
from the above code name is filled/returned with NVIDIA HEVC Encoder MFT and hr has E_UNEXPECTED Catastrophic failure.
Same error would occur with NVIDIA H.264 Encoder MFT as well.
Please note that the same lines of code would work fine with T1000 GPU.