Difference between revisions of "Frame"

From VideoLAN Wiki
Jump to navigation Jump to search
(→‎Types: Key frames and I-frames are effectively the same. A Quora answer claims a slight difference, but I cannot seem to find a secondary source confirming that statement)
m (Fix broken Mmwiki link)
 
Line 1: Line 1:
{{Mmwiki|Frame types}}
+
{{Mmwiki|Frame Types}}
 
A frame is a still image. Video is made up of many frames per second to create the illusion of movement.<br />
 
A frame is a still image. Video is made up of many frames per second to create the illusion of movement.<br />
 
The number of frames to be displayed per unit of time is expressed in ''frames per second'' (fps) or ''Hertz'' (Hz). These are different terms for the same measurement.
 
The number of frames to be displayed per unit of time is expressed in ''frames per second'' (fps) or ''Hertz'' (Hz). These are different terms for the same measurement.

Latest revision as of 02:34, 16 May 2019

A frame is a still image. Video is made up of many frames per second to create the illusion of movement.
The number of frames to be displayed per unit of time is expressed in frames per second (fps) or Hertz (Hz). These are different terms for the same measurement.

Types

Key frames (keyframes) and I-frames are the same.

Digital video compression techniques involve compression of frames:

I-frame
A full 'Intra-coded picture'
P-frame
'Predicted' from previous frame(s)'s picture
B-frame
'Bi-predictive' or 'Bidirectional' calculated from surrounding frames's pictures. Can painlessly be skipped.



This Quora answer says that although the terms are used interchangeably, a key frame is an I-frame with the property of being a point from which a decoder can start decoding