libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.ColorCorrector

Description

 
Synopsis

Documentation

data ColorCorrector Source #

Settings for color correction.

See: newColorCorrector smart constructor.

Constructors

ColorCorrector' 

Fields

  • saturation :: Maybe Natural

    Saturation level.

  • hue :: Maybe Int

    Hue in degrees.

  • sampleRangeConversion :: Maybe SampleRangeConversion

    Specify the video color sample range for this output. To create a full range output, you must start with a full range YUV input and keep the default value, None (NONE). To create a limited range output from a full range input, choose Limited range (LIMITED_RANGE_SQUEEZE). With RGB inputs, your output is always limited range, regardless of your choice here. When you create a limited range output from a full range input, MediaConvert limits the active pixel values in a way that depends on the output's bit depth: 8-bit outputs contain only values from 16 through 235 and 10-bit outputs contain only values from 64 through 940. With this conversion, MediaConvert also changes the output metadata to note the limited range.

  • colorSpaceConversion :: Maybe ColorSpaceConversion

    Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR.

  • hdr10Metadata :: Maybe Hdr10Metadata

    Use these settings when you convert to the HDR 10 color space. Specify the SMPTE ST 2086 Mastering Display Color Volume static metadata that you want signaled in the output. 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. When you set Color space conversion (ColorSpaceConversion) to HDR 10 (FORCE_HDR10), these settings are required. You must set values for Max frame average light level (maxFrameAverageLightLevel) and Max content light level (maxContentLightLevel); these settings don't have a default value. The default values for the other HDR 10 metadata settings are defined by the P3D65 color space. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.

  • contrast :: Maybe Natural

    Contrast level.

  • brightness :: Maybe Natural

    Brightness level.

Instances

Instances details
Eq ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

Read ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

Show ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

Generic ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

Associated Types

type Rep ColorCorrector :: Type -> Type #

NFData ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

Methods

rnf :: ColorCorrector -> () #

Hashable ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

ToJSON ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

FromJSON ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

type Rep ColorCorrector Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ColorCorrector

type Rep ColorCorrector = D1 ('MetaData "ColorCorrector" "Amazonka.MediaConvert.Types.ColorCorrector" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "ColorCorrector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "saturation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "hue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "sampleRangeConversion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SampleRangeConversion)))) :*: ((S1 ('MetaSel ('Just "colorSpaceConversion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ColorSpaceConversion)) :*: S1 ('MetaSel ('Just "hdr10Metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Hdr10Metadata))) :*: (S1 ('MetaSel ('Just "contrast") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "brightness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newColorCorrector :: ColorCorrector Source #

Create a value of ColorCorrector with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:saturation:ColorCorrector', colorCorrector_saturation - Saturation level.

$sel:hue:ColorCorrector', colorCorrector_hue - Hue in degrees.

$sel:sampleRangeConversion:ColorCorrector', colorCorrector_sampleRangeConversion - Specify the video color sample range for this output. To create a full range output, you must start with a full range YUV input and keep the default value, None (NONE). To create a limited range output from a full range input, choose Limited range (LIMITED_RANGE_SQUEEZE). With RGB inputs, your output is always limited range, regardless of your choice here. When you create a limited range output from a full range input, MediaConvert limits the active pixel values in a way that depends on the output's bit depth: 8-bit outputs contain only values from 16 through 235 and 10-bit outputs contain only values from 64 through 940. With this conversion, MediaConvert also changes the output metadata to note the limited range.

$sel:colorSpaceConversion:ColorCorrector', colorCorrector_colorSpaceConversion - Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR.

$sel:hdr10Metadata:ColorCorrector', colorCorrector_hdr10Metadata - Use these settings when you convert to the HDR 10 color space. Specify the SMPTE ST 2086 Mastering Display Color Volume static metadata that you want signaled in the output. 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. When you set Color space conversion (ColorSpaceConversion) to HDR 10 (FORCE_HDR10), these settings are required. You must set values for Max frame average light level (maxFrameAverageLightLevel) and Max content light level (maxContentLightLevel); these settings don't have a default value. The default values for the other HDR 10 metadata settings are defined by the P3D65 color space. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.

$sel:contrast:ColorCorrector', colorCorrector_contrast - Contrast level.

$sel:brightness:ColorCorrector', colorCorrector_brightness - Brightness level.

colorCorrector_sampleRangeConversion :: Lens' ColorCorrector (Maybe SampleRangeConversion) Source #

Specify the video color sample range for this output. To create a full range output, you must start with a full range YUV input and keep the default value, None (NONE). To create a limited range output from a full range input, choose Limited range (LIMITED_RANGE_SQUEEZE). With RGB inputs, your output is always limited range, regardless of your choice here. When you create a limited range output from a full range input, MediaConvert limits the active pixel values in a way that depends on the output's bit depth: 8-bit outputs contain only values from 16 through 235 and 10-bit outputs contain only values from 64 through 940. With this conversion, MediaConvert also changes the output metadata to note the limited range.

colorCorrector_colorSpaceConversion :: Lens' ColorCorrector (Maybe ColorSpaceConversion) Source #

Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR.

colorCorrector_hdr10Metadata :: Lens' ColorCorrector (Maybe Hdr10Metadata) Source #

Use these settings when you convert to the HDR 10 color space. Specify the SMPTE ST 2086 Mastering Display Color Volume static metadata that you want signaled in the output. 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. When you set Color space conversion (ColorSpaceConversion) to HDR 10 (FORCE_HDR10), these settings are required. You must set values for Max frame average light level (maxFrameAverageLightLevel) and Max content light level (maxContentLightLevel); these settings don't have a default value. The default values for the other HDR 10 metadata settings are defined by the P3D65 color space. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.