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

Description

 
Synopsis

Documentation

data DolbyVision Source #

Create Dolby Vision Profile 5 or Profile 8.1 compatible video output.

See: newDolbyVision smart constructor.

Constructors

DolbyVision' 

Fields

  • l6Metadata :: Maybe DolbyVisionLevel6Metadata

    Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.

  • l6Mode :: Maybe DolbyVisionLevel6Mode

    Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

  • mapping :: Maybe DolbyVisionMapping

    Required when you set Dolby Vision Profile to Profile 8.1. When you set Content mapping to None, content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to HDR10 1000, the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.

  • profile :: Maybe DolbyVisionProfile

    Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.

Instances

Instances details
FromJSON DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

ToJSON DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

Generic DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

Associated Types

type Rep DolbyVision :: Type -> Type #

Read DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

Show DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

NFData DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

Methods

rnf :: DolbyVision -> () #

Eq DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

Hashable DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

type Rep DolbyVision Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DolbyVision

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

$sel:l6Mode:DolbyVision', dolbyVision_l6Mode - Use Dolby Vision Mode to choose how the service will handle Dolby Vision MaxCLL and MaxFALL properies.

$sel:mapping:DolbyVision', dolbyVision_mapping - Required when you set Dolby Vision Profile to Profile 8.1. When you set Content mapping to None, content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to HDR10 1000, the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.

$sel:profile:DolbyVision', dolbyVision_profile - Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.

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.

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_mapping :: Lens' DolbyVision (Maybe DolbyVisionMapping) Source #

Required when you set Dolby Vision Profile to Profile 8.1. When you set Content mapping to None, content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to HDR10 1000, the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.

dolbyVision_profile :: Lens' DolbyVision (Maybe DolbyVisionProfile) Source #

Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.