cutcutcodec.core.classes.encoder

The codecs and encoders.

Classes

AllEncoders(*args, **kwargs)

Equivalent to parse ffmpeg -codecs and ffmpeg -encoders but use av insted.

Encoder(name)

A specific encoder.

Details

class cutcutcodec.core.classes.encoder.AllEncoders(*args, **kwargs)[source]

Equivalent to parse ffmpeg -codecs and ffmpeg -encoders but use av insted.

Parameters

audiofrozenset[str]

All the referenced audio encoders (readonly).

setfrozenset[str]

All the referenced encoders (readonly).

subtitlefrozenset[str]

All the referenced subtitle encoders (readonly).

videofrozenset[str]

All the referenced video encoders (readonly).

class cutcutcodec.core.classes.encoder.Encoder(name: str)[source]

A specific encoder.

Attributes

docstr

The documentation of the encoder (readonly).

Initialise and create the class.

Parameters

namestr

The name of the encoder.