uNvEncoder icon indicating copy to clipboard operation
uNvEncoder copied to clipboard

encode in hevc

Open tho1294 opened this issue 5 years ago • 2 comments

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

tho1294 avatar Dec 04 '20 11:12 tho1294

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

leewensong avatar Dec 29 '20 12:12 leewensong

yes I tried that but it does not work maybe i forgot a configuration

tho1294 avatar Dec 29 '20 12:12 tho1294