amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.Types.VideoPreprocessor

Description

 
Synopsis

Documentation

data VideoPreprocessor Source #

Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default.

See: newVideoPreprocessor smart constructor.

Constructors

VideoPreprocessor' 

Fields

  • colorCorrector :: Maybe 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.

  • deinterlacer :: Maybe 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.

  • dolbyVision :: Maybe DolbyVision

    Enable Dolby Vision feature to produce Dolby Vision compatible video output.

  • hdr10Plus :: Maybe Hdr10Plus

    Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.

  • imageInserter :: Maybe ImageInserter

    Enable the Image inserter (ImageInserter) 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 :: Maybe NoiseReducer

    Enable the Noise reducer (NoiseReducer) 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.

  • partnerWatermarking :: Maybe 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.

  • timecodeBurnin :: Maybe TimecodeBurnin

    Settings for burning the output timecode and specified prefix into the output.

Instances

Instances details
FromJSON VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

ToJSON VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

Generic VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

Associated Types

type Rep VideoPreprocessor :: Type -> Type #

Read VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

Show VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

NFData VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

Methods

rnf :: VideoPreprocessor -> () #

Eq VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

Hashable VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

type Rep VideoPreprocessor Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.VideoPreprocessor

newVideoPreprocessor :: VideoPreprocessor Source #

Create a value of VideoPreprocessor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:colorCorrector:VideoPreprocessor', videoPreprocessor_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.

$sel:deinterlacer:VideoPreprocessor', videoPreprocessor_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.

$sel:dolbyVision:VideoPreprocessor', videoPreprocessor_dolbyVision - Enable Dolby Vision feature to produce Dolby Vision compatible video output.

$sel:hdr10Plus:VideoPreprocessor', videoPreprocessor_hdr10Plus - Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.

$sel:imageInserter:VideoPreprocessor', videoPreprocessor_imageInserter - Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default.

$sel:noiseReducer:VideoPreprocessor', videoPreprocessor_noiseReducer - Enable the Noise reducer (NoiseReducer) 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.

$sel:partnerWatermarking:VideoPreprocessor', videoPreprocessor_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.

$sel:timecodeBurnin:VideoPreprocessor', videoPreprocessor_timecodeBurnin - Settings for burning the output timecode and specified prefix into the output.

videoPreprocessor_colorCorrector :: Lens' VideoPreprocessor (Maybe ColorCorrector) Source #

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.

videoPreprocessor_deinterlacer :: Lens' VideoPreprocessor (Maybe Deinterlacer) Source #

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.

videoPreprocessor_dolbyVision :: Lens' VideoPreprocessor (Maybe DolbyVision) Source #

Enable Dolby Vision feature to produce Dolby Vision compatible video output.

videoPreprocessor_hdr10Plus :: Lens' VideoPreprocessor (Maybe Hdr10Plus) Source #

Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.

videoPreprocessor_imageInserter :: Lens' VideoPreprocessor (Maybe ImageInserter) Source #

Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default.

videoPreprocessor_noiseReducer :: Lens' VideoPreprocessor (Maybe NoiseReducer) Source #

Enable the Noise reducer (NoiseReducer) 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.

videoPreprocessor_partnerWatermarking :: Lens' VideoPreprocessor (Maybe PartnerWatermarking) Source #

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.

videoPreprocessor_timecodeBurnin :: Lens' VideoPreprocessor (Maybe TimecodeBurnin) Source #

Settings for burning the output timecode and specified prefix into the output.