Class ElementaryStream (0.2.1)

ElementaryStream(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Encoding of an input file such as an audio, video, or text track. Elementary streams must be packaged before mapping and sharing between different output formats.

Attributes

Name Description
key str
A unique key for this elementary stream.
video_stream .resources.VideoStream
Encoding of a video stream.
audio_stream .resources.AudioStream
Encoding of an audio stream.
text_stream .resources.TextStream
Encoding of a text stream. For example, closed captions or subtitles.