| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
VideoPreprocessor |
VideoPreprocessor.clone() |
VideoPreprocessor |
VideoDescription.getVideoPreprocessors()
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
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.
|
VideoPreprocessor |
VideoPreprocessor.withDeinterlacer(Deinterlacer deinterlacer)
Use the deinterlacer to produce smoother motion and a clearer picture.
|
VideoPreprocessor |
VideoPreprocessor.withDolbyVision(DolbyVision dolbyVision)
Enable Dolby Vision feature to produce Dolby Vision compatible video output.
|
VideoPreprocessor |
VideoPreprocessor.withHdr10Plus(Hdr10Plus hdr10Plus)
Enable HDR10+ analyis and metadata injection.
|
VideoPreprocessor |
VideoPreprocessor.withImageInserter(ImageInserter imageInserter)
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
VideoPreprocessor |
VideoPreprocessor.withNoiseReducer(NoiseReducer noiseReducer)
Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary.
|
VideoPreprocessor |
VideoPreprocessor.withPartnerWatermarking(PartnerWatermarking partnerWatermarking)
If you work with a third party video watermarking partner, use the group of settings that correspond with your
watermarking partner to include watermarks in your output.
|
VideoPreprocessor |
VideoPreprocessor.withTimecodeBurnin(TimecodeBurnin timecodeBurnin)
Settings for burning the output timecode and specified prefix into the output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoDescription.setVideoPreprocessors(VideoPreprocessor videoPreprocessors)
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
VideoDescription |
VideoDescription.withVideoPreprocessors(VideoPreprocessor videoPreprocessors)
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
Copyright © 2022. All rights reserved.