cutcutcodec.core.classes.muxer
The multimedia formats.
Classes
|
Equivalent to parse |
|
A specific muxer. |
Details
- class cutcutcodec.core.classes.muxer.AllMuxers(*args, **kwargs)[source]
Equivalent to parse
ffmpeg -muxersbut 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 « . ».