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

[Bug]: h264Encode sample test from libra-utils uses IDR frame as ref picture all the time #1804

Open
natur-produkt opened this issue May 22, 2024 · 1 comment
Assignees
Labels
AVC AVC , MPEG2 VP8 etc. Encode video encode related

Comments

@natur-produkt
Copy link

Which component impacted?

No response

Is it regression? Good in old configuration?

None

What happened?

I was debugging h264encode sample test app from Libra-utils repo.

The test uses IDR frame as reference frame for all P frames.

I would like to have such option:

  1. IDR frame is writing to m_refPic[0]
  2. P frame is writing to m_refPic[1] and reads from m_refPic[0]
  3. second P fram eis writing to m_refPic[0] and read from m_refPic[1].

I would like to use P frames as reference frames for encoding.

Is it possible even?

Which linux app does this?

Thanks,
Maksym

What's the usage scenario when you are seeing the problem?

Others

What impacted?

No response

Debug Information

No response

Do you want to contribute a patch to fix the issue?

None

@Jexu Jexu assigned bai-isaac and unassigned Jexu and XinfengZhang May 27, 2024
@Jexu Jexu added Encode video encode related AVC AVC , MPEG2 VP8 etc. labels May 27, 2024
@intel-mediadev
Copy link
Contributor

Auto Created VSMGWL-73821 for further analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AVC AVC , MPEG2 VP8 etc. Encode video encode related
Projects
None yet
Development

No branches or pull requests

5 participants