Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

YUV 4:2:2 Conversion

guigui13
Beginner
353 Views
Hi,
I'd like to encode a video stream to a H264 video.
The input stream is provided by a camera (yuv 4:2:2).
I'm using code samples (umc_video_enc_con)
I have changedchroma_format_idc to 2 in the par file but it's still not working.
Does anyone know why?
Thanks,
0 Kudos
2 Replies
guigui13
Beginner
353 Views
Can the H264 encoder handle yuv 4:2:2 format or should I convert it to 4:2:0 ?
0 Kudos
Chao_Y_Intel
Moderator
353 Views

Hi,

Check the readme file on the H.264 encoder (ipp-samples\audio-video-codecs\codec\h264_enc\readme.htm)

The encoder assumes that input VideoData object contains frame in YUV420 (I420 according to FOURCC.org). You need to convert the color first for the encoding.

Thanks,
Chao

0 Kudos
Reply