Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encode in hevc #3

Open
tho1294 opened this issue Dec 4, 2020 · 2 comments
Open

encode in hevc #3

tho1294 opened this issue Dec 4, 2020 · 2 comments
Assignees

Comments

@tho1294
Copy link

tho1294 commented Dec 4, 2020

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

@hecomi hecomi self-assigned this Dec 14, 2020
@leewensong
Copy link

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

@tho1294
Copy link
Author

tho1294 commented Dec 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants