libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.AutomatedAbrSettings

Description

 
Synopsis

Documentation

data AutomatedAbrSettings Source #

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.

See: newAutomatedAbrSettings smart constructor.

Constructors

AutomatedAbrSettings' 

Fields

  • maxRenditions :: Maybe Natural

    Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The number of renditions is determined automatically, based on analysis of each job, but will never exceed this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON job specification, MediaConvert defaults to a limit of 15.

  • maxAbrBitrate :: Maybe Natural

    Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default.

  • minAbrBitrate :: Maybe Natural

    Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default.

Instances

Instances details
Eq AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Read AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Show AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Generic AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Associated Types

type Rep AutomatedAbrSettings :: Type -> Type #

NFData AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Methods

rnf :: AutomatedAbrSettings -> () #

Hashable AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

ToJSON AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

FromJSON AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

type Rep AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

type Rep AutomatedAbrSettings = D1 ('MetaData "AutomatedAbrSettings" "Amazonka.MediaConvert.Types.AutomatedAbrSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "AutomatedAbrSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxRenditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maxAbrBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "minAbrBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newAutomatedAbrSettings :: AutomatedAbrSettings Source #

Create a value of AutomatedAbrSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxRenditions:AutomatedAbrSettings', automatedAbrSettings_maxRenditions - Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The number of renditions is determined automatically, based on analysis of each job, but will never exceed this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON job specification, MediaConvert defaults to a limit of 15.

$sel:maxAbrBitrate:AutomatedAbrSettings', automatedAbrSettings_maxAbrBitrate - Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default.

$sel:minAbrBitrate:AutomatedAbrSettings', automatedAbrSettings_minAbrBitrate - Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default.

automatedAbrSettings_maxRenditions :: Lens' AutomatedAbrSettings (Maybe Natural) Source #

Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The number of renditions is determined automatically, based on analysis of each job, but will never exceed this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON job specification, MediaConvert defaults to a limit of 15.

automatedAbrSettings_maxAbrBitrate :: Lens' AutomatedAbrSettings (Maybe Natural) Source #

Optional. The maximum target bit rate used in your automated ABR stack. Use this value to set an upper limit on the bandwidth consumed by the highest-quality rendition. This is the rendition that is delivered to viewers with the fastest internet connections. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default.

automatedAbrSettings_minAbrBitrate :: Lens' AutomatedAbrSettings (Maybe Natural) Source #

Optional. The minimum target bitrate used in your automated ABR stack. Use this value to set a lower limit on the bitrate of video delivered to viewers with slow internet connections. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default.