class Aws::MediaConvert::Types::DolbyVision

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.

@note When making an API call, you may pass DolbyVision

data as a hash:

    {
      l6_metadata: {
        max_cll: 1,
        max_fall: 1,
      },
      l6_mode: "PASSTHROUGH", # accepts PASSTHROUGH, RECALCULATE, SPECIFY
      profile: "PROFILE_5", # accepts PROFILE_5
    }

@!attribute [rw] l6_metadata

Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to
override the MaxCLL and MaxFALL values in your input with new
values.
@return [Types::DolbyVisionLevel6Metadata]

@!attribute [rw] l6_mode

Use Dolby Vision Mode to choose how the service will handle Dolby
Vision MaxCLL and MaxFALL properies.
@return [String]

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DolbyVision AWS API Documentation

Constants

SENSITIVE