| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ColorCorrector |
ColorCorrector.clone() |
ColorCorrector |
VideoPreprocessor.getColorCorrector()
Use these settings to convert the color space or to modify properties such as hue and contrast for this output.
|
ColorCorrector |
ColorCorrector.withBrightness(Integer brightness)
Brightness level.
|
ColorCorrector |
ColorCorrector.withColorSpaceConversion(ColorSpaceConversion colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector |
ColorCorrector.withColorSpaceConversion(String colorSpaceConversion)
Specify the color space you want for this output.
|
ColorCorrector |
ColorCorrector.withContrast(Integer contrast)
Contrast level.
|
ColorCorrector |
ColorCorrector.withHdr10Metadata(Hdr10Metadata hdr10Metadata)
Use these settings when you convert to the HDR 10 color space.
|
ColorCorrector |
ColorCorrector.withHue(Integer hue)
Hue in degrees.
|
ColorCorrector |
ColorCorrector.withSampleRangeConversion(SampleRangeConversion sampleRangeConversion)
Specify the video color sample range for this output.
|
ColorCorrector |
ColorCorrector.withSampleRangeConversion(String sampleRangeConversion)
Specify the video color sample range for this output.
|
ColorCorrector |
ColorCorrector.withSaturation(Integer saturation)
Saturation level.
|
ColorCorrector |
ColorCorrector.withSdrReferenceWhiteLevel(Integer sdrReferenceWhiteLevel)
Specify the reference white level, in nits, for all of your SDR inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoPreprocessor.setColorCorrector(ColorCorrector colorCorrector)
Use these settings to convert the color space or to modify properties such as hue and contrast for this output.
|
VideoPreprocessor |
VideoPreprocessor.withColorCorrector(ColorCorrector colorCorrector)
Use these settings to convert the color space or to modify properties such as hue and contrast for this output.
|
Copyright © 2023. All rights reserved.