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

IPP H.264 Encoder compress a frame

mdsaku
Beginner
249 Views
Hi Experts,

I IPP H.264 encoder, there is a function " Status H264ENC_MAKE_NAME(H264CoreEncoder_CompressFrame)". May I know is this function compress only one frame or all of the frames. I did not find any for loop for encoding each frame.

Basically, I used JM previously. May I know which function of IPP H.264 is similar to main () of JM?

Thanks.

Mohammed
0 Kudos
1 Reply
Ying_H_Intel
Employee
249 Views
Hi Mohammed,

There isa doc in the sample:audio-video-codecs\doc\umc-manual.pdf, it lists that

H.264Encoder Class Methods: GetFrame()Passes a frame to encode and gets an encoded
frame.

You may refere to it or refer thesamplecodein the article: Getting Started with Intel IPP Unified Media Classes Sample

Regards,
Ying H.
0 Kudos
Reply