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 DolbyVision Source #
With AWS Elemental MediaConvert, you can create profile 5 Dolby Vision outputs from MXF and IMF sources that contain mastering information as frame-interleaved Dolby Vision metadata.
See: newDolbyVision
smart constructor.
DolbyVision' | |
|
Instances
newDolbyVision :: DolbyVision Source #
Create a value of DolbyVision
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:profile:DolbyVision'
, dolbyVision_profile
- In the current MediaConvert implementation, the Dolby Vision profile is
always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby
Vision frame interleaved data.
$sel:l6Mode:DolbyVision'
, dolbyVision_l6Mode
- Use Dolby Vision Mode to choose how the service will handle Dolby Vision
MaxCLL and MaxFALL properies.
$sel:l6Metadata:DolbyVision'
, dolbyVision_l6Metadata
- Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to
override the MaxCLL and MaxFALL values in your input with new values.
dolbyVision_profile :: Lens' DolbyVision (Maybe DolbyVisionProfile) Source #
In the current MediaConvert implementation, the Dolby Vision profile is always 5 (PROFILE_5). Therefore, all of your inputs must contain Dolby Vision frame interleaved data.
dolbyVision_l6Mode :: Lens' DolbyVision (Maybe DolbyVisionLevel6Mode) Source #
Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.
dolbyVision_l6Metadata :: Lens' DolbyVision (Maybe DolbyVisionLevel6Metadata) Source #
Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.