class Aws::MediaConvert::Types::AutomatedEncodingSettings

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

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

data as a hash:

    {
      abr_settings: {
        max_abr_bitrate: 1,
        max_renditions: 1,
        min_abr_bitrate: 1,
      },
    }

@!attribute [rw] abr_settings

Use automated ABR to have MediaConvert set up the renditions in your
ABR package for you automatically, based on characteristics of your
input video. This feature optimizes video quality while minimizing
the overall size of your ABR package.
@return [Types::AutomatedAbrSettings]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/AutomatedEncodingSettings AWS API Documentation

Constants

SENSITIVE