cutcutcodec.core.io

Manage the input/output layer.

Functions

read(filename, **kwargs)

Open the media file with the appropriate reader.

write(*args, **kwargs)

Alias to cutcutcodec.core.io.write_ffmpeg.ContainerOutputFFMPEG.

Modules

read_ffmpeg

Decode the streams of a multimedia file based on ffmpeg.

read_image

Read an image with opencv.

read_svg

Decode the svg vectorial images based on cairosvg lib.

scheduler

Combine several stream to yield frame in monotonic order.

write_ffmpeg

Management of the encoding of a multimedia stream based on PyAV.