Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools from Intel. This includes Intel® oneAPI Video Processing Library and Intel® Media SDK.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

linux intel sdk not support MFX_CODEC_JPEG ?

andya
Beginner
154 Views

i used intel media sdk for linux (version 1.8 ),get a problem:

init:

mfxVideoParams.mfx.CodecId =MFX_CODEC_JPEG;

sts = ReadBitStreamData1(&mfxBS, data, length);==>sts =0

sts = pmfxDEC->DecodeHeader(&mfxBS, &mfxVideoParams);==>sts=-3,mean MFX_ERR_UNSUPPORTED

it error why? i look "Extensions for JPEG*/Motion JPEG Video coding options mfxjpeg.h (NA for Linux)" in linux pdf,it not supprot mjpeg decoder?

0 Kudos
1 Reply
Jeffrey_M_Intel1
Employee
154 Views

You are correct.  MJPEG is only supported in the Windows versions of Media SDK.

However, if this is a strong need we are always glad to listen to customer feedback for future product planning.

Thanks! Jeff

Reply