StandardEncoderPreset Class
Describes all the settings to be used when encoding the input video with the Standard Encoder.
All required parameters must be populated in order to send to Azure.
Constructor
StandardEncoderPreset(*, codecs: List[_models.Codec], formats: List[_models.Format], experimental_options: Dict[str, str] | None = None, filters: _models.Filters | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
experimental_options
|
Dictionary containing key value pairs for parameters not exposed in the preset itself. Default value: None
|
filters
|
One or more filtering operations that are applied to the input media before encoding. Default value: None
|
codecs
|
The list of codecs to be used when encoding the input video. Required. |
formats
|
The list of outputs to be produced by the encoder. Required. |
Variables
Name | Description |
---|---|
odata_type
|
The discriminator for derived types. Required. |
experimental_options
|
Dictionary containing key value pairs for parameters not exposed in the preset itself. |
filters
|
One or more filtering operations that are applied to the input media before encoding. |
codecs
|
The list of codecs to be used when encoding the input video. Required. |
formats
|
The list of outputs to be produced by the encoder. Required. |