Interface VideoPreprocessor.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VideoPreprocessor.Builder,
,VideoPreprocessor> SdkBuilder<VideoPreprocessor.Builder,
,VideoPreprocessor> SdkPojo
- Enclosing class:
VideoPreprocessor
-
Method Summary
Modifier and TypeMethodDescriptiondefault VideoPreprocessor.Builder
colorCorrector
(Consumer<ColorCorrector.Builder> colorCorrector) Use these settings to convert the color space or to modify properties such as hue and contrast for this output.colorCorrector
(ColorCorrector colorCorrector) Use these settings to convert the color space or to modify properties such as hue and contrast for this output.default VideoPreprocessor.Builder
deinterlacer
(Consumer<Deinterlacer.Builder> deinterlacer) Use the deinterlacer to produce smoother motion and a clearer picture.deinterlacer
(Deinterlacer deinterlacer) Use the deinterlacer to produce smoother motion and a clearer picture.default VideoPreprocessor.Builder
dolbyVision
(Consumer<DolbyVision.Builder> dolbyVision) Enable Dolby Vision feature to produce Dolby Vision compatible video output.dolbyVision
(DolbyVision dolbyVision) Enable Dolby Vision feature to produce Dolby Vision compatible video output.default VideoPreprocessor.Builder
hdr10Plus
(Consumer<Hdr10Plus.Builder> hdr10Plus) Enable HDR10+ analysis and metadata injection.Enable HDR10+ analysis and metadata injection.default VideoPreprocessor.Builder
imageInserter
(Consumer<ImageInserter.Builder> imageInserter) Enable the Image inserter feature to include a graphic overlay on your video.imageInserter
(ImageInserter imageInserter) Enable the Image inserter feature to include a graphic overlay on your video.default VideoPreprocessor.Builder
noiseReducer
(Consumer<NoiseReducer.Builder> noiseReducer) Enable the Noise reducer feature to remove noise from your video output if necessary.noiseReducer
(NoiseReducer noiseReducer) Enable the Noise reducer feature to remove noise from your video output if necessary.default VideoPreprocessor.Builder
partnerWatermarking
(Consumer<PartnerWatermarking.Builder> 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.partnerWatermarking
(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.default VideoPreprocessor.Builder
timecodeBurnin
(Consumer<TimecodeBurnin.Builder> timecodeBurnin) Settings for burning the output timecode and specified prefix into the output.timecodeBurnin
(TimecodeBurnin timecodeBurnin) Settings for burning the output timecode and specified prefix into the output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
colorCorrector
Use these settings to convert the color space or to modify properties such as hue and contrast for this output. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.- Parameters:
colorCorrector
- Use these settings to convert the color space or to modify properties such as hue and contrast for this output. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colorCorrector
Use these settings to convert the color space or to modify properties such as hue and contrast for this output. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/converting-the-color-space.html. This is a convenience method that creates an instance of theColorCorrector.Builder
avoiding the need to create one manually viaColorCorrector.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolorCorrector(ColorCorrector)
.- Parameters:
colorCorrector
- a consumer that will call methods onColorCorrector.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deinterlacer
Use the deinterlacer to produce smoother motion and a clearer picture. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html.- Parameters:
deinterlacer
- Use the deinterlacer to produce smoother motion and a clearer picture. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deinterlacer
Use the deinterlacer to produce smoother motion and a clearer picture. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-scan-type.html. This is a convenience method that creates an instance of theDeinterlacer.Builder
avoiding the need to create one manually viaDeinterlacer.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeinterlacer(Deinterlacer)
.- Parameters:
deinterlacer
- a consumer that will call methods onDeinterlacer.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dolbyVision
Enable Dolby Vision feature to produce Dolby Vision compatible video output.- Parameters:
dolbyVision
- Enable Dolby Vision feature to produce Dolby Vision compatible video output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dolbyVision
Enable Dolby Vision feature to produce Dolby Vision compatible video output. This is a convenience method that creates an instance of theDolbyVision.Builder
avoiding the need to create one manually viaDolbyVision.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todolbyVision(DolbyVision)
.- Parameters:
dolbyVision
- a consumer that will call methods onDolbyVision.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hdr10Plus
Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.- Parameters:
hdr10Plus
- Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hdr10Plus
Enable HDR10+ analysis and metadata injection. Compatible with HEVC only. This is a convenience method that creates an instance of theHdr10Plus.Builder
avoiding the need to create one manually viaHdr10Plus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohdr10Plus(Hdr10Plus)
.- Parameters:
hdr10Plus
- a consumer that will call methods onHdr10Plus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageInserter
Enable the Image inserter feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default.- Parameters:
imageInserter
- Enable the Image inserter feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageInserter
Enable the Image inserter feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default. This is a convenience method that creates an instance of theImageInserter.Builder
avoiding the need to create one manually viaImageInserter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageInserter(ImageInserter)
.- Parameters:
imageInserter
- a consumer that will call methods onImageInserter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
noiseReducer
Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter.- Parameters:
noiseReducer
- Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
noiseReducer
Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter. This is a convenience method that creates an instance of theNoiseReducer.Builder
avoiding the need to create one manually viaNoiseReducer.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonoiseReducer(NoiseReducer)
.- Parameters:
noiseReducer
- a consumer that will call methods onNoiseReducer.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerWatermarking
default VideoPreprocessor.Builder partnerWatermarking(Consumer<PartnerWatermarking.Builder> 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. This is a convenience method that creates an instance of thePartnerWatermarking.Builder
avoiding the need to create one manually viaPartnerWatermarking.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topartnerWatermarking(PartnerWatermarking)
.- Parameters:
partnerWatermarking
- a consumer that will call methods onPartnerWatermarking.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timecodeBurnin
Settings for burning the output timecode and specified prefix into the output.- Parameters:
timecodeBurnin
- Settings for burning the output timecode and specified prefix into the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timecodeBurnin
Settings for burning the output timecode and specified prefix into the output. This is a convenience method that creates an instance of theTimecodeBurnin.Builder
avoiding the need to create one manually viaTimecodeBurnin.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimecodeBurnin(TimecodeBurnin)
.- Parameters:
timecodeBurnin
- a consumer that will call methods onTimecodeBurnin.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-