uNvEncoder
uNvEncoder copied to clipboard
encode in hevc
Hello I'm trying to encode in hevc When I change the configuration of "encodeGUID" in Nvenc.cpp to NV_ENC_CODEC_HECV_GUID I have the following error: "Failed to open shared texture from shared handle" Do you have any idea to solve this problem?
Thank you
same issue I think should modify config.profileGUID = NV_ENC_H264_PROFILE_HIGH_GUID; to GUID NV_ENC_HEVC_PROFILE_MAIN_GUID
but I didn't test that
yes I tried that but it does not work maybe i forgot a configuration