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.

How H.264 packets can be decompressed to RGB

KK
Beginner
328 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
328 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

 

0 Kudos
Reply