You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::Hdr10Metadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Hdr10Metadata as input to an Aws::Client method, you can use a vanilla 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,
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blue_primary_xInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.

#blue_primary_yInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.

#green_primary_xInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.

#green_primary_yInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.

#max_content_light_levelInteger

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.

Returns:

  • (Integer)

    Maximum light level among all samples in the coded video sequence, in units of candelas per square meter.

#max_frame_average_light_levelInteger

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.

Returns:

  • (Integer)

    Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter.

#max_luminanceInteger

Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.

Returns:

  • (Integer)

    Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.

#min_luminanceInteger

Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter

Returns:

  • (Integer)

    Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter.

#red_primary_xInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.

#red_primary_yInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.

#white_point_xInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.

#white_point_yInteger

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.

Returns:

  • (Integer)

    HDR Master Display Information must be provided by a color grader, using color grading tools.