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.

MFX_ERR_INCOMPATIBLE_VIDEO_PARAM with MPEG2 Encoding and low Bitrate

SDeut
Beginner
546 Views

I experience an error:

  MFX_ERR_INCOMPATIBLE_VIDEO_PARAM

while calling <MFXVideoENCODE_Init> if mfx.TargetKbps is below a certain value. Settings are appropriate for regular DVD Video PAL, MPEG2.

Values for TargetKbps above 0x0120 (means ca. 4500 MBit/sec Video) give MFX_ERROR_NONE, values below result in the error code above.

Is this a bug or do I have change other settings as well?

0 Kudos
2 Replies
Lee_g_
Beginner
546 Views

did you try to change codec profile and level?

0 Kudos
SDeut
Beginner
546 Views

yes, I tried to switch from

 MFX_PROFILE_MPEG2_MAIN@MFX_LEVEL_MPEG2_MAIN

to

MFX_PROFILE_MPEG2_MAIN@MFX_LEVEL_MPEG2_LOW

MFX_PROFILE_MPEG2_SIMPLE@MFX_LEVEL_MPEG2_MAIN

MFX_PROFILE_MPEG2_SIMPLE@MFX_LEVEL_MPEG2_LOW
 

but makes no difference.

0 Kudos
Reply