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

Frame loop of IPP H.264 Encoder

mdsaku
Beginner
203 Views
Hi Guys,

I am new in IPP H.264 and trying to using IPP 6.1.

Basically, I am trying to make two pass encoder. For example, at first, first 5 frames of the video will be encoded. Then based on the encoding result, again I will re-encode first frame.

As my understanding, I need to change a function which contain frame loop.

May I know the top most level function of the IPP H.264 Encoder, which encode all of the frames of video and has a frame loop?

I found a function Status H264ENC_MAKE_NAME(H264CoreEncoder_GetFrame). This function encode only one frame.


Does anybody can help me?

Sarwer
0 Kudos
1 Reply
Ying_H_Intel
Employee
203 Views
Hi Sarwer,

You may refer to the simpleencoder.cpp in the article and see if it can help.

Getting Started with Intel IPP Unified Media Classes Sample

Regards,
Ying
0 Kudos
Reply