Frames¶
-
class
av.frame.Frame¶ Bases:
objectBase class for audio and video frames.
See also
AudioFrameandVideoFrame.-
index¶
-
planes¶ A tuple of
AudioPlaneorVideoPlaneobjects.Type: tuple
-
pts¶ The presentation timestamp in
time_baseunits for this frame.This is the time at which the frame should be shown to the user.
Type: int
-
time¶ The presentation time in seconds for this frame.
This is the time at which the frame should be shown to the user.
Type: float
-
time_base¶ The unit of time (in fractional seconds) in which timestamps are expressed.
Type: fractions.Fraction
-