Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

UMC::MJPEGVideoDecoder progressive JPEG

selea
Beginner
155 Views
Hi, I have a problem decoding a JPEG with theMJPEGVideoDecoder. When I try to decode the image I got always the UMC_ERR_INVALID_PARAMS error. Has theMJPEGVideoDecoder some kind of limit about the types of JPEG image decodable? or I'm missing something?

0 Kudos
1 Solution
Vladimir_Dudnik
Employee
155 Views
Hello,

Although the UMC MJPEG codec share almost the same JPEG codec found in UIC but UMC JPEG codec implementation was customized to correspond OpenDML AVI File Format Extensions. The usage of JPEG compression in AVI file format is limited by baseline DCT based compression for 4:2:2 YUV data.
For still images I would recommend you to consider IPP UIC sample.

Regards,
Vladimir

View solution in original post

2 Replies
Vladimir_Dudnik
Employee
156 Views
Hello,

Although the UMC MJPEG codec share almost the same JPEG codec found in UIC but UMC JPEG codec implementation was customized to correspond OpenDML AVI File Format Extensions. The usage of JPEG compression in AVI file format is limited by baseline DCT based compression for 4:2:2 YUV data.
For still images I would recommend you to consider IPP UIC sample.

Regards,
Vladimir
selea
Beginner
155 Views
Thankyou I create a 4:2:2 baseline DCT JPEG and I can decode it without problem.
Regards
Reply