class Aws::MediaConnect::Types::EncodingParametersRequest

A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.

@note When making an API call, you may pass EncodingParametersRequest

data as a hash:

    {
      compression_factor: 1.0, # required
      encoder_profile: "main", # required, accepts main, high
    }

@!attribute [rw] compression_factor

A value that is used to calculate compression for an output. The
bitrate of the output is calculated as follows: Output bitrate = (1
/ compressionFactor) * (source bitrate) This property only applies
to outputs that use the ST 2110 JPEG XS protocol, with a flow source
that uses the CDI protocol. Valid values are floating point numbers
in the range of 3.0 to 10.0, inclusive.
@return [Float]

@!attribute [rw] encoder_profile

A setting on the encoder that drives compression settings. This
property only applies to video media streams associated with outputs
that use the ST 2110 JPEG XS protocol, if at least one source on the
flow uses the CDI protocol.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/EncodingParametersRequest AWS API Documentation

Constants

SENSITIVE