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]: dynamic change bitrate issue #1880

Open
okfujian opened this issue Nov 19, 2024 · 1 comment
Open

[Bug]: dynamic change bitrate issue #1880

okfujian opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
Encode video encode related

Comments

@okfujian
Copy link

okfujian commented Nov 19, 2024

Which component impacted?

Encode

Is it regression? Good in old configuration?

No, this issue exist a long time

What happened?

** when I use " Intel MediaSDK 2022Q3 Release - 22.5.4" at 11th Gen Intel(R) Core(TM) i7-1165G7.**

use h264 encode, 720p5994,BufferSizeInKB set to 3500 at init, when I change bitrate from 27Mbps -> 32Mbps . m_pmfxENC->Reset faild, ret=-14 or ret=5. hevc don't have this issue.

Q1: Is there any way to avoid this error(ret=-14/ret = 5)?

when encode ret=-14 or ret=5, sometime will cause sample_decode return -14(MFX_ERR_INCOMPATIBLE_VIDEO_PARAM).

I have add use LD_PRELOAD=/opt/intel/mediasdk/lib64/libmfx-tracer.so.1.35 to catch the debug log, please see at the comment. you can search MFX_WRN_INCOMPATIBLE_VIDEO_PARAM.

I also meet this issue when use one vpl. 

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

@okfujian okfujian changed the title [Bug]: i7-1165G7 dynamic change bitrate issue [Bug]: dynamic change bitrate issue Dec 2, 2024
@okfujian
Copy link
Author

okfujian commented Dec 2, 2024

@Sherry-Lin Sherry-Lin assigned bai-isaac and unassigned Jexu and XinfengZhang Dec 2, 2024
@Sherry-Lin Sherry-Lin added the Encode video encode related label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Encode video encode related
Projects
None yet
Development

No branches or pull requests

5 participants