Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

How H.264 packets can be decompressed to RGB

KK
Beginner
172 Views

How H.264 packets can be decompressed to RGB.

 

We have tried  to decompress the H.264 to RGBA  by setting mfxVideoParam.Out.FourCC  to MFX_FOURCC_RGB4 and its working. Similarly if we set mfxVideoParam.Out.FourCC to MFX_FOURCC_RGB3, H.264 compressed packets should be decompressed to RGB, but MFX_ERR_INVALID_VIDEO_PARAM is coming. Any idea to solve this issue.

0 Kudos
1 Reply
Anthony_P_Intel
Employee
172 Views

Hi,

Decoding 24-bit RGB surface format is not supported directly, but there are options for using color conversion. 

http://software.intel.com/en-us/forums/topic/311718

 

Reply