Interface VideoPreprocessor.Builder

  • Method Details

    • colorCorrector

      VideoPreprocessor.Builder colorCorrector(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.
      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

      default 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. 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 the ColorCorrector.Builder avoiding the need to create one manually via ColorCorrector.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to colorCorrector(ColorCorrector).

      Parameters:
      colorCorrector - a consumer that will call methods on ColorCorrector.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deinterlacer

      VideoPreprocessor.Builder deinterlacer(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.
      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

      default VideoPreprocessor.Builder deinterlacer(Consumer<Deinterlacer.Builder> 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 the Deinterlacer.Builder avoiding the need to create one manually via Deinterlacer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to deinterlacer(Deinterlacer).

      Parameters:
      deinterlacer - a consumer that will call methods on Deinterlacer.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dolbyVision

      VideoPreprocessor.Builder dolbyVision(DolbyVision 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

      default VideoPreprocessor.Builder dolbyVision(Consumer<DolbyVision.Builder> dolbyVision)
      Enable Dolby Vision feature to produce Dolby Vision compatible video output. This is a convenience method that creates an instance of the DolbyVision.Builder avoiding the need to create one manually via DolbyVision.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dolbyVision(DolbyVision).

      Parameters:
      dolbyVision - a consumer that will call methods on DolbyVision.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hdr10Plus

      VideoPreprocessor.Builder hdr10Plus(Hdr10Plus 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

      default VideoPreprocessor.Builder hdr10Plus(Consumer<Hdr10Plus.Builder> hdr10Plus)
      Enable HDR10+ analysis and metadata injection. Compatible with HEVC only. This is a convenience method that creates an instance of the Hdr10Plus.Builder avoiding the need to create one manually via Hdr10Plus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to hdr10Plus(Hdr10Plus).

      Parameters:
      hdr10Plus - a consumer that will call methods on Hdr10Plus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageInserter

      VideoPreprocessor.Builder imageInserter(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.
      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

      default VideoPreprocessor.Builder imageInserter(Consumer<ImageInserter.Builder> 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 the ImageInserter.Builder avoiding the need to create one manually via ImageInserter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to imageInserter(ImageInserter).

      Parameters:
      imageInserter - a consumer that will call methods on ImageInserter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • noiseReducer

      VideoPreprocessor.Builder noiseReducer(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.
      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

      default VideoPreprocessor.Builder noiseReducer(Consumer<NoiseReducer.Builder> 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 the NoiseReducer.Builder avoiding the need to create one manually via NoiseReducer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to noiseReducer(NoiseReducer).

      Parameters:
      noiseReducer - a consumer that will call methods on NoiseReducer.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • partnerWatermarking

      VideoPreprocessor.Builder 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.
      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 the PartnerWatermarking.Builder avoiding the need to create one manually via PartnerWatermarking.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to partnerWatermarking(PartnerWatermarking).

      Parameters:
      partnerWatermarking - a consumer that will call methods on PartnerWatermarking.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timecodeBurnin

      VideoPreprocessor.Builder timecodeBurnin(TimecodeBurnin 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

      default VideoPreprocessor.Builder timecodeBurnin(Consumer<TimecodeBurnin.Builder> timecodeBurnin)
      Settings for burning the output timecode and specified prefix into the output. This is a convenience method that creates an instance of the TimecodeBurnin.Builder avoiding the need to create one manually via TimecodeBurnin.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to timecodeBurnin(TimecodeBurnin).

      Parameters:
      timecodeBurnin - a consumer that will call methods on TimecodeBurnin.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: