- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page