Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AutomatedAbrSettings = AutomatedAbrSettings' {}
- newAutomatedAbrSettings :: AutomatedAbrSettings
- automatedAbrSettings_maxRenditions :: Lens' AutomatedAbrSettings (Maybe Natural)
- automatedAbrSettings_maxAbrBitrate :: Lens' AutomatedAbrSettings (Maybe Natural)
- automatedAbrSettings_minAbrBitrate :: Lens' AutomatedAbrSettings (Maybe Natural)
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.
AutomatedAbrSettings' | |
|
Instances
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.