amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • 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.

  • 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.

  • 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.

  • rules :: Maybe [AutomatedAbrRule]

    Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements, but you still want MediaConvert to optimize for video quality and overall file size.

Instances

Instances details
FromJSON AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

ToJSON 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 #

Read AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Show AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

NFData AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Methods

rnf :: AutomatedAbrSettings -> () #

Eq AutomatedAbrSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AutomatedAbrSettings

Hashable 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" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "AutomatedAbrSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxAbrBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxRenditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "minAbrBitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutomatedAbrRule])))))

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: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: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: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.

$sel:rules:AutomatedAbrSettings', automatedAbrSettings_rules - Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements, but you still want MediaConvert to optimize for video quality and overall file size.

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_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_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.

automatedAbrSettings_rules :: Lens' AutomatedAbrSettings (Maybe [AutomatedAbrRule]) Source #

Optional. Use Automated ABR rules to specify restrictions for the rendition sizes MediaConvert will create in your ABR stack. You can use these rules if your ABR workflow has specific rendition size requirements, but you still want MediaConvert to optimize for video quality and overall file size.