@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ColorCorrector extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ColorCorrector() |
| Modifier and Type | Method and Description |
|---|---|
ColorCorrector |
clone() |
boolean |
equals(Object obj) |
Integer |
getBrightness()
Brightness level.
|
String |
getColorSpaceConversion()
Specify the color space you want for this output.
|
Integer |
getContrast()
Contrast level.
|
Hdr10Metadata |
getHdr10Metadata()
Use these settings when you convert to the HDR 10 color space.
|
Integer |
getHue()
Hue in degrees.
|
String |
getSampleRangeConversion()
Specify the video color sample range for this output.
|
Integer |
getSaturation()
Saturation level.
|
Integer |
getSdrReferenceWhiteLevel()
Specify the reference white level, in nits, for all of your SDR inputs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBrightness(Integer brightness)
Brightness level.
|
void |
setColorSpaceConversion(String colorSpaceConversion)
Specify the color space you want for this output.
|
void |
setContrast(Integer contrast)
Contrast level.
|
void |
setHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
void |
setHue(Integer hue)
Hue in degrees.
|
void |
setSampleRangeConversion(String sampleRangeConversion)
Specify the video color sample range for this output.
|
void |
setSaturation(Integer saturation)
Saturation level.
|
void |
setSdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
Specify the reference white level, in nits, for all of your SDR inputs.
|
String |
toString()
Returns a string representation of this object.
|
ColorCorrector |
withBrightness(Integer brightness)
Brightness level.
|
ColorCorrector |
withColorSpaceConversion(ColorSpaceConversion colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector |
withColorSpaceConversion(String colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector |
withContrast(Integer contrast)
Contrast level.
|
ColorCorrector |
withHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
ColorCorrector |
withHue(Integer hue)
Hue in degrees.
|
ColorCorrector |
withSampleRangeConversion(SampleRangeConversion sampleRangeConversion)
Specify the video color sample range for this output.
|
ColorCorrector |
withSampleRangeConversion(String sampleRangeConversion)
Specify the video color sample range for this output.
|
ColorCorrector |
withSaturation(Integer saturation)
Saturation level.
|
ColorCorrector |
withSdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
Specify the reference white level, in nits, for all of your SDR inputs.
|
public void setBrightness(Integer brightness)
brightness - Brightness level.public Integer getBrightness()
public ColorCorrector withBrightness(Integer brightness)
brightness - Brightness level.public void setColorSpaceConversion(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. Select Force P3D65 (SDR) to set the output color space metadata to the
following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients:
BT.709ColorSpaceConversionpublic String getColorSpaceConversion()
ColorSpaceConversionpublic ColorCorrector withColorSpaceConversion(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. Select Force P3D65 (SDR) to set the output color space metadata to the
following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients:
BT.709ColorSpaceConversionpublic ColorCorrector withColorSpaceConversion(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. Select Force P3D65 (SDR) to set the output color space metadata to the
following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients:
BT.709ColorSpaceConversionpublic void setContrast(Integer contrast)
contrast - Contrast level.public Integer getContrast()
public ColorCorrector withContrast(Integer contrast)
contrast - Contrast level.public void setHdr10Metadata(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.public Hdr10Metadata getHdr10Metadata()
public ColorCorrector withHdr10Metadata(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.public void setHue(Integer hue)
hue - Hue in degrees.public Integer getHue()
public ColorCorrector withHue(Integer hue)
hue - Hue in degrees.public void setSampleRangeConversion(String sampleRangeConversion)
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.SampleRangeConversionpublic String getSampleRangeConversion()
SampleRangeConversionpublic ColorCorrector withSampleRangeConversion(String sampleRangeConversion)
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.SampleRangeConversionpublic ColorCorrector withSampleRangeConversion(SampleRangeConversion sampleRangeConversion)
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.SampleRangeConversionpublic void setSaturation(Integer saturation)
saturation - Saturation level.public Integer getSaturation()
public ColorCorrector withSaturation(Integer saturation)
saturation - Saturation level.public void setSdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
sdrReferenceWhiteLevel - Specify the reference white level, in nits, for all of your SDR inputs. Use to correct brightness levels
within HDR10 outputs. The following color metadata must be present in your SDR input: color primaries,
transfer characteristics, and matrix coefficients. If your SDR input has missing color metadata, or if you
want to correct input color metadata, manually specify a color space in the input video selector. For
1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according
to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.public Integer getSdrReferenceWhiteLevel()
public ColorCorrector withSdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
sdrReferenceWhiteLevel - Specify the reference white level, in nits, for all of your SDR inputs. Use to correct brightness levels
within HDR10 outputs. The following color metadata must be present in your SDR input: color primaries,
transfer characteristics, and matrix coefficients. If your SDR input has missing color metadata, or if you
want to correct input color metadata, manually specify a color space in the input video selector. For
1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according
to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.public String toString()
toString in class ObjectObject.toString()public ColorCorrector clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.