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.

Inheritance
azure.mgmt.media.models._models_py3.Preset
StandardEncoderPreset

Constructor

StandardEncoderPreset(*, codecs: List[_models.Codec], formats: List[_models.Format], filters: Optional[_models.Filters] = None, **kwargs)

Variables

odata_type
str

Required. The discriminator for derived types.Constant filled by server.

filters
Filters

One or more filtering operations that are applied to the input media before encoding.

codecs
list[Codec]

Required. The list of codecs to be used when encoding the input video.

formats
list[Format]

Required. The list of outputs to be produced by the encoder.