Frames¶
-
class
av.frame.
Frame
¶ Bases:
object
Base class for audio and video frames.
See also
AudioFrame
andVideoFrame
.-
index
¶
-
planes
¶ A tuple of
AudioPlane
orVideoPlane
objects.Type: tuple
-
pts
¶ The presentation timestamp in
time_base
units 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
-