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:
  • Method Details

    • colorCorrector

      public final ColorCorrector 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

      public final Deinterlacer 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

      public final DolbyVision 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

      public final Hdr10Plus hdr10Plus()
      Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.
      Returns:
      Enable HDR10+ analysis and metadata injection. Compatible with HEVC only.
    • imageInserter

      public final ImageInserter 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

      public final NoiseReducer 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

      public final 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.
      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

      public final TimecodeBurnin 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

      public VideoPreprocessor.Builder 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 interface ToCopyableBuilder<VideoPreprocessor.Builder,VideoPreprocessor>
      Returns:
      a builder for type T
    • builder

      public static VideoPreprocessor.Builder builder()
    • serializableBuilderClass

      public static Class<? extends VideoPreprocessor.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      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 an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.