|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"I-frame" redirects here. For the HTML element, see IFrame.
In the field of video compression a video frame is compressed using different algorithms with different advantages and disadvantages, centered mainly around amount of data compression. These different algorithms for video frames are called picture types or frame types. The three major picture types used in the different video algorithms are I, P, and B. I frames are the least compressible but don't require other video frames to decode. P frames can use data from previous I frames to decompress and are more compressible than I frames. B frames can use both previous and forward frames for data reference to get the highest amount of data compression.
SummaryAn I-Frame is one of the three types of frames used in video compression. The "I" stands for 'Intra coded pictures. I-Frames can be thought of as conventional, full sized frames. Whole pictures are stored in I-Frames. The other two types of frames are P-Frames ('Predicted pictures), and B-Frames (Bi-predictive pictures). P-frames and B-frames help to reduce the size of the video and therefore improve video compression rates. P-frames do this by allowing the video encoder to store only the changes made in respect to the previous I-Frame (full frame). For example, in a scene where a car moves across a stationary background, only the car's movements will be encoded. This allows the video encoder to save space, as it does not have to store the same stationary background found in previous frames in the P-frame. P-Frames are also known as delta-frames. B-frames help to save space by allowing the video encoder to store data with reference to both the previous and precedent frames, this means that the B-frame can refer to the frame in front of and behind it, to specify its content. This allows for even more space to be saved than in contrast to P-frames. PicturesPictures that are used as a reference for predicting other pictures are referred to as reference pictures. In such designs, the pictures that are coded without prediction from other pictures are called the I pictures. Pictures that use prediction from a single reference picture (or a single picture for prediction of each region) are called the P pictures. And pictures that use a prediction signal that is formed as a (possibly weighted) average of two reference pictures are called the B pictures. SlicesIn the latest international standard, known as H.264/MPEG-4 AVC, the granularity of the establishment of prediction types is brought down to a lower level called the slice level of the representation. A slice is a spatially distinct region of a picture that is encoded separately from any other region in the same picture. In that standard, instead of I pictures, P pictures, and B pictures, there are I slices, P slices, and B slices. MacroblocksStrictly speaking, the term picture is a more general term than frame, as a picture can be either a frame or a field, where a frame is essentially an image captured at some instant in time and a field is the set of every-other line of a sampling that would form an image at some instant in time. When sending video in interlaced-scan format, the coding of pictures as individual fields is often used rather than the coding of complete frames. Informally, the term "frame" is often used when the actual intent is the more general term "picture". Typically, pictures are segmented into macroblocks, and individual prediction types can be selected on a macroblock basis rather than being the same for the entire picture, as follows:
Furthermore, in the most recent video codec standard H.264, the picture can be segmented into sequences of macroblocks called slices and instead of using I, B and P picture type selections, the encoder can choose the prediction style distinctly on each individual slice. Also in H.264 are found several additional types of pictures/slices:
Multi-frame motion estimation will allow increases in the quality of the video while allowing the same compression ratio. SI- SP-frames (defined for Extended profile) will allow for increases in the error resistance. When such frames are used along with a smart decoder, it is possible to recover the broadcast streams of damaged DVDs. Intra coded frames (or slices or I-frames or Key frames)
Often, I-frame are used for random access and are used as references for the decoding of other pictures. Intra refresh periods of a half-second are common on such applications as digital television broadcast and DVD storage. Longer refresh periods may be used in some environments. For example, in videoconferencing systems it is common to send I frames very infrequently. Predicted frames (or slices)
Bi-directional predicted frames (or slices,) a.k.a. B pictures
See also
External links
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| All Right Reserved © 2007, Designed by Stylish Blog. |