Class VideoPreprocessor
java.lang.Object
software.amazon.awssdk.services.mediaconvert.model.VideoPreprocessor
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<VideoPreprocessor.Builder,
VideoPreprocessor>
@Generated("software.amazon.awssdk:codegen")
public final class VideoPreprocessor
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<VideoPreprocessor.Builder,VideoPreprocessor>
Find additional transcoding features under Preprocessors. Enable the features at each output individually. These
features are disabled by default.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic VideoPreprocessor.Builder
builder()
final ColorCorrector
Use these settings to convert the color space or to modify properties such as hue and contrast for this output.final Deinterlacer
Use the deinterlacer to produce smoother motion and a clearer picture.final DolbyVision
Enable Dolby Vision feature to produce Dolby Vision compatible video output.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Hdr10Plus
Enable HDR10+ analysis and metadata injection.final ImageInserter
Enable the Image inserter feature to include a graphic overlay on your video.final NoiseReducer
Enable the Noise reducer feature to remove noise from your video output if necessary.final 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.static Class
<? extends VideoPreprocessor.Builder> final TimecodeBurnin
Settings for burning the output timecode and specified prefix into the output.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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.- Returns:
- 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.
-
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:
- 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.
-
dolbyVision
Enable Dolby Vision feature to produce Dolby Vision compatible video output.- Returns:
- Enable Dolby Vision feature to produce Dolby Vision compatible video output.
-
hdr10Plus
Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.- Returns:
- Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.
-
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:
- 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.
-
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:
- 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.
-
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:
- 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.
-
timecodeBurnin
Settings for burning the output timecode and specified prefix into the output.- Returns:
- Settings for burning the output timecode and specified prefix into the output.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<VideoPreprocessor.Builder,
VideoPreprocessor> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-