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

Where can I get conformance window info when encoding HEVC #771

Open
gitgjogh opened this issue Nov 11, 2023 · 1 comment
Open

Where can I get conformance window info when encoding HEVC #771

gitgjogh opened this issue Nov 11, 2023 · 1 comment

Comments

@gitgjogh
Copy link

Hi there,

Where can I get conformance window info when encoding HEVC using non-packed header mode? That's to say when I prefer using driver to encode HEVC SPS raw bits. Where can I get crop window info?

There is frame cropping info defined in VAEncSequenceParameterBufferH264, but none in VAEncSequenceParameterBufferHEVC. Can be inferred by some definations?

Thanks,
Jianfeng.

@XinfengZhang
Copy link
Contributor

XinfengZhang commented Nov 13, 2023

hi @gitgjogh , sorry, there are no such parameters, if you are using intel media driver, it depend on VAEncPackedHeaderSequence, application pack the headers and driver will insert it into bitstream.

it is because it is encode api, and crop information is used only to display. welcome PR for it, if you are implement a backend driver, you want add such support.

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

2 participants