You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
CPU information: Intel(R) Core(TM) i5-7500 CPU @3.40GHz
GPU information: Intel(R) HD Graphics 630
Issue behavior
Describe the current behavior
Encode information: H264 BP 1920*1080@NV12
Detect "dynamic change of bitrate" feature:
when mfxVideoParam.mfx.TargetKbps changed, I can call this function:
MFXVideoENCODE_Reset(m_session, mfxVideoParam);
and then call function MFXVideoENCODE_EncodeFrameAsync(m_session, ctrl, surface, bs, syncp) to encode video frame,
I hope all encoded frames are very good, but sometimes some frames are blurred frame.
shgitcode
changed the title
when call MFXVideoENCODE_Reset function lead to blurred frame
when call MFXVideoENCODE_Reset function lead to mosaic
Jul 15, 2022
shgitcode
changed the title
when call MFXVideoENCODE_Reset function lead to mosaic
when bitrate change, then call MFXVideoENCODE_Reset function lead to mosaic
Jul 15, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System information
Issue behavior
Describe the current behavior
Encode information: H264 BP 1920*1080@NV12
Detect "dynamic change of bitrate" feature:
when mfxVideoParam.mfx.TargetKbps changed, I can call this function:
MFXVideoENCODE_Reset(m_session, mfxVideoParam);
and then call function MFXVideoENCODE_EncodeFrameAsync(m_session, ctrl, surface, bs, syncp) to encode video frame,
I hope all encoded frames are very good, but sometimes some frames are blurred frame.
Describe the expected behavior
Debug information
ls /dev/dri
?dmesg >dmesg.log 2>&1
?vainfo -a >vainfo.log 2>&1
?strace YOUR_CMD >strace.log 2>&1
?export LIBVA_TRACE=/tmp/libva_trace.log
first then execute the case.The text was updated successfully, but these errors were encountered: