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 |
Documentation
data AutomatedEncodingSettings Source #
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.
See: newAutomatedEncodingSettings
smart constructor.
AutomatedEncodingSettings' | |
|
Instances
newAutomatedEncodingSettings :: AutomatedEncodingSettings Source #
Create a value of AutomatedEncodingSettings
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:abrSettings:AutomatedEncodingSettings'
, automatedEncodingSettings_abrSettings
- 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.
automatedEncodingSettings_abrSettings :: Lens' AutomatedEncodingSettings (Maybe 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.