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

h.264 params number of frames in between I frames

goyorl
Beginner
269 Views

Hi,

I have been doing some tests with the H.264 encoder sample from IPP, I noticed that there is a param that I don't fully understand. According to what I read about H.264, I supposed that the encoder decided when to use intra prediction or inter prediction for each macroblock, so I don't see the point of using the param 'N (# of frames in between I frames)', can someone clarify this, please?

Thanks in advance.

Goyo.

0 Kudos
1 Reply
Leonid_K_Intel
Employee
269 Views

Hi Goyo,

There are different levels - frame level, controlled by parameter, which defines the type for each frame, and macroblock level, controlled internally. I frame contains only intra macroblocks, but P and B can contain both intra and non-intra.

Leonid

0 Kudos
Reply