StandardEncoderPreset interface

Describes all the settings to be used when encoding the input video with the Standard Encoder.

Extends

Properties

codecs

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

experimentalOptions

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.

formats

The list of outputs to be produced by the encoder.

odataType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

codecs

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

codecs: CodecUnion[]

Property Value

experimentalOptions

Dictionary containing key value pairs for parameters not exposed in the preset itself

experimentalOptions?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

filters

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

filters?: Filters

Property Value

formats

The list of outputs to be produced by the encoder.

formats: FormatUnion[]

Property Value

odataType

Polymorphic discriminator, which specifies the different types this object can be

odataType: "#Microsoft.Media.StandardEncoderPreset"

Property Value

"#Microsoft.Media.StandardEncoderPreset"