Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.
3056 Discussions

H.264 encoder gives flickering output from SDK 1.18 version and above

kb2
Beginner
360 Views

Hi,

If the input to the encoder is fixed framerate, output is proper. If the input to encoder is variable framerate, output from the encoder is having flickering issue. Very old frames are repeated. This issue happens from Ver 1.18 onwards.

Is there any settings to be set done for changing the framerate dynamically

 

 

0 Kudos
3 Replies
Artem_S_Intel
Employee
360 Views

Hi Karthikeyan, sorry for delays with answer, is it related to VUI settings? from API 1.18 and possible some MSDK versions earlier was added mfxCodingOption2::FixedFrameRate option, designed to force fixed_frame_rate_flag in VUI, we'll check if there was regression related to encoding variable frame rate and get back to you, the same time, can you please check, if setting it to OFF can resolve your problem.

0 Kudos
kb2
Beginner
360 Views

Hi Artem,

Thank you for the support.

It is working fine now after setting the "MFX_GPUCOPY_OFF" during init.

0 Kudos
Artem_S_Intel
Employee
360 Views

Thanks for update Karthikeyan, can you please share reproducer with us, we'll look why GPU copy causing those problems, it's not expected.

0 Kudos
Reply