Interface VideoPreprocessor.Builder

    • Method Detail

      • 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.
      • 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.
      • 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.
      • 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.
      • 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.
      • 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:
        noiseReducer(NoiseReducer)
      • 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.
      • 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.