Frames¶
- class av.frame.Frame¶
Bases:
object
Base class for audio and video frames.
See also
AudioFrame
andVideoFrame
.- index¶
- 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
- side_data¶
- time¶
The presentation time in seconds for this frame.
This is the time at which the frame should be shown to the user.
- Type
- time_base¶
The unit of time (in fractional seconds) in which timestamps are expressed.
- Type