public static interface ColorCorrector.Builder extends SdkPojo, CopyableBuilder<ColorCorrector.Builder,ColorCorrector>
| Modifier and Type | Method and Description |
|---|---|
ColorCorrector.Builder |
brightness(Integer brightness)
Brightness level.
|
ColorCorrector.Builder |
colorSpaceConversion(ColorSpaceConversion colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector.Builder |
colorSpaceConversion(String colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector.Builder |
contrast(Integer contrast)
Contrast level.
|
default ColorCorrector.Builder |
hdr10Metadata(Consumer<Hdr10Metadata.Builder> hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
ColorCorrector.Builder |
hdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
ColorCorrector.Builder |
hue(Integer hue)
Hue in degrees.
|
ColorCorrector.Builder |
saturation(Integer saturation)
Saturation level.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColorCorrector.Builder brightness(Integer brightness)
brightness - Brightness level.ColorCorrector.Builder colorSpaceConversion(String colorSpaceConversion)
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.ColorSpaceConversion,
ColorSpaceConversionColorCorrector.Builder colorSpaceConversion(ColorSpaceConversion colorSpaceConversion)
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.ColorSpaceConversion,
ColorSpaceConversionColorCorrector.Builder contrast(Integer contrast)
contrast - Contrast level.ColorCorrector.Builder hdr10Metadata(Hdr10Metadata hdr10Metadata)
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.default ColorCorrector.Builder hdr10Metadata(Consumer<Hdr10Metadata.Builder> hdr10Metadata)
Hdr10Metadata.Builder avoiding the need to create one manually via Hdr10Metadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to hdr10Metadata(Hdr10Metadata).hdr10Metadata - a consumer that will call methods on Hdr10Metadata.Builderhdr10Metadata(Hdr10Metadata)ColorCorrector.Builder hue(Integer hue)
hue - Hue in degrees.ColorCorrector.Builder saturation(Integer saturation)
saturation - Saturation level.Copyright © 2021. All rights reserved.