class documentation

class SequenceVideo(AbstractVideo): (source)

View In Hierarchy

A video object read from an indexable sequence of frames

Method __getitem__ Get a frame from the video
Method __init__ Undocumented
Property fourcc Get the codec fourcc specification
Property fps Get the video frame rate
Property size Get the resolution of the video
Instance Variable _fourcc Undocumented
Instance Variable _fps Undocumented
Instance Variable _frames Undocumented
Instance Variable _n_frames Undocumented
Instance Variable _size Undocumented

Inherited from AbstractVideo:

Method __len__ Undocumented
Class Variable _index Undocumented
def __getitem__(self, index: Union[int, slice]): (source)
def __init__(self, frames: Sequence[PIL.Image.Image], fps: float, fourcc: str = 'mp4v'): (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented