- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Amendment -
QueryIOSurf works in h264_enc_filter sample (CEncVideoFilter class), but failed with MFX_ERR_INVALID_VIDEO_PARAM in sample_vpp even if exactly the same (bit-to-bit) mfxVideoParam is used. Soft or hard - doesn't matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dmitry,
Using your sample_vpp command line and replicating it here on my side it looks like the issue your encountering is due to using input surface type RGB3. This surface type is deprecated and not supported anymore (the sample usage description unfortunately still lists RGB3, this is a documentation error).
If you change your command to use for instance RGB4 (-scc rgb4) it should work fine.
Regards,
Petter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Peter,
As I see, Intel VPP supports nothing CC conversion except target is NV12 and source is YV12\YUY2. Where can I find the list of supported modes?
PS. What <mfxInfoVPP::ChromaFormat> is intended for? It seems to me VPP just ignore this field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
OK, I found list at mediasdk-man - Table 2: Color Conversion Support in VPP, page 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct, ChromaFormat is ignored for the vast majority of use cases.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page