class Aws::MediaConvert::Types::Hdr10Metadata

Use these settings to specify static color calibration metadata, as defined by SMPTE ST 2086. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator.

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

data as a hash:

    {
      blue_primary_x: 1,
      blue_primary_y: 1,
      green_primary_x: 1,
      green_primary_y: 1,
      max_content_light_level: 1,
      max_frame_average_light_level: 1,
      max_luminance: 1,
      min_luminance: 1,
      red_primary_x: 1,
      red_primary_y: 1,
      white_point_x: 1,
      white_point_y: 1,
    }

@!attribute [rw] blue_primary_x

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

@!attribute [rw] blue_primary_y

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

@!attribute [rw] green_primary_x

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

@!attribute [rw] green_primary_y

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

@!attribute [rw] max_content_light_level

Maximum light level among all samples in the coded video sequence,
in units of candelas per square meter. This setting doesn't have a
default value; you must specify a value that is suitable for the
content.
@return [Integer]

@!attribute [rw] max_frame_average_light_level

Maximum average light level of any frame in the coded video
sequence, in units of candelas per square meter. This setting
doesn't have a default value; you must specify a value that is
suitable for the content.
@return [Integer]

@!attribute [rw] max_luminance

Nominal maximum mastering display luminance in units of of 0.0001
candelas per square meter.
@return [Integer]

@!attribute [rw] min_luminance

Nominal minimum mastering display luminance in units of of 0.0001
candelas per square meter
@return [Integer]

@!attribute [rw] red_primary_x

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

@!attribute [rw] red_primary_y

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

@!attribute [rw] white_point_x

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

@!attribute [rw] white_point_y

HDR Master Display Information must be provided by a color grader,
using color grading tools. Range is 0 to 50,000, each increment
represents 0.00002 in CIE1931 color coordinate. Note that this
setting is not for color correction.
@return [Integer]

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

Constants

SENSITIVE