schema
¶
Defines the basic schema for the ffmpeg command line options.
Classes:
Name | Description |
---|---|
StreamType |
The type of a stream. (audio or video) |
Default |
This is the default value for an option. It is used for annotation purposes only |
Auto |
This is the auto value for an option. It is used for annotation purposes only |
StreamType
¶
Default
¶
Bases: str
This is the default value for an option. It is used for annotation purposes only and will not be passed to the ffmpeg command line.