Class: Aws::MediaLive::Types::ColorCorrectionSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Property of encoderSettings. Controls color conversion when you are using 3D LUT files to perform color conversion on video.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_color_correctionsArray<Types::ColorCorrection>

An array of colorCorrections that applies when you are using 3D LUT files to perform color conversion on video. Each colorCorrection contains one 3D LUT file (that defines the color mapping for converting an input color space to an output color space), and the input/output combination that this 3D LUT file applies to. MediaLive reads the color space in the input metadata, determines the color space that you have specified for the output, and finds and uses the LUT file that applies to this combination.

Returns:



2056
2057
2058
2059
2060
# File 'lib/aws-sdk-medialive/types.rb', line 2056

class ColorCorrectionSettings < Struct.new(
  :global_color_corrections)
  SENSITIVE = []
  include Aws::Structure
end