spdl.io.VideoCodec

class VideoCodec[source]

Codec metadata

Attributes

frame_rate

The frame rate of the video.

height

The height of the video.

name

The name of the codec

pix_fmt

The pixel format of the video.

time_base

The internal unit of time used for timestamp.

width

The width of the video.

property frame_rate: tuple[int, int][source]

The frame rate of the video.

property height: int[source]

The height of the video.

property name: str[source]

The name of the codec

property pix_fmt: str[source]

The pixel format of the video.

property time_base: tuple[int, int][source]

The internal unit of time used for timestamp.

The value is expressed as a fraction. (numerator, denominator).

property width: int[source]

The width of the video.