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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#max_luminanceInteger

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

Returns:

  • (Integer)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#min_luminanceInteger

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

Returns:

  • (Integer)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6388

class Hdr10Metadata < Struct.new(
  :blue_primary_x,
  :blue_primary_y,
  :green_primary_x,
  :green_primary_y,
  :max_content_light_level,
  :max_frame_average_light_level,
  :max_luminance,
  :min_luminance,
  :red_primary_x,
  :red_primary_y,
  :white_point_x,
  :white_point_y)
  SENSITIVE = []
  include Aws::Structure
end