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.

linux intel sdk not support MFX_CODEC_JPEG ?

andya
Beginner
276 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
276 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

0 Kudos
Reply