You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::AutomatedEncodingSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AutomatedEncodingSettings as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#abr_settingsTypes::AutomatedAbrSettings

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.

Returns:

  • (Types::AutomatedAbrSettings)

    Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video.