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

ippiResize

Joseph_T_
Beginner
190 Views

Hi, I am new to the IPP. Can the ippiResize method be used on encoded h264 frames? Or is it used exclusively for uncompressed images such as RGBA?

Regards,

Joe Tomczyk

0 Kudos
1 Reply
Roman_T_
New Contributor I
190 Views

ippi library works only with individual images. Encoded H264 means that you have 1 I-image and some P-images inside H264 GOP. So to make something with P-image (resize for example) you will need data from I-image.

So you will not be able to resize encoded H264 frames until you decompress them.

Best regards,

Roman

0 Kudos
Reply