cutcutcodec.core.classes.muxer

The multimedia formats.

Classes

AllMuxers(*args, **kwargs)

Equivalent to parse ffmpeg -muxers but use av insted.

Muxer(name)

A specific muxer.

Details

class cutcutcodec.core.classes.muxer.AllMuxers(*args, **kwargs)[source]

Equivalent to parse ffmpeg -muxers but use av insted.

Some muxers are remove if they are strange or not allow writting.

Attributes

setfrozenset[str]

All the available muxers (readonly).

class cutcutcodec.core.classes.muxer.Muxer(name: str)[source]

A specific muxer.

Attributes

docstr

The documentation of the muxer (readonly).

extensionsfrozenset[str]

All the available extensions for this muxer (readonly).

Initialise and create the class.

Parameters

namestr

The canonical name or the extension with the suffix « . ».