Class: Aws::MediaConvert::Types::AutomatedEncodingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::AutomatedEncodingSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#abr_settings ⇒ 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.
Instance Attribute Details
#abr_settings ⇒ 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. This feature optimizes video quality while minimizing the overall size of your ABR package.
976 977 978 979 980 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 976 class AutomatedEncodingSettings < Struct.new( :abr_settings) SENSITIVE = [] include Aws::Structure end |