Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data VideoPreprocessor = VideoPreprocessor' {}
- newVideoPreprocessor :: VideoPreprocessor
- videoPreprocessor_timecodeBurnin :: Lens' VideoPreprocessor (Maybe TimecodeBurnin)
- videoPreprocessor_dolbyVision :: Lens' VideoPreprocessor (Maybe DolbyVision)
- videoPreprocessor_colorCorrector :: Lens' VideoPreprocessor (Maybe ColorCorrector)
- videoPreprocessor_deinterlacer :: Lens' VideoPreprocessor (Maybe Deinterlacer)
- videoPreprocessor_noiseReducer :: Lens' VideoPreprocessor (Maybe NoiseReducer)
- videoPreprocessor_imageInserter :: Lens' VideoPreprocessor (Maybe ImageInserter)
- videoPreprocessor_hdr10Plus :: Lens' VideoPreprocessor (Maybe Hdr10Plus)
- videoPreprocessor_partnerWatermarking :: Lens' VideoPreprocessor (Maybe PartnerWatermarking)
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.
VideoPreprocessor' | |
|
Instances
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:timecodeBurnin:VideoPreprocessor'
, videoPreprocessor_timecodeBurnin
- Settings for burning the output timecode and specified prefix into the
output.
$sel:dolbyVision:VideoPreprocessor'
, videoPreprocessor_dolbyVision
- Enable Dolby Vision feature to produce Dolby Vision compatible video
output.
$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: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: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:hdr10Plus:VideoPreprocessor'
, videoPreprocessor_hdr10Plus
- Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.
$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.
videoPreprocessor_timecodeBurnin :: Lens' VideoPreprocessor (Maybe TimecodeBurnin) Source #
Settings for burning the output timecode and specified prefix into the output.
videoPreprocessor_dolbyVision :: Lens' VideoPreprocessor (Maybe DolbyVision) Source #
Enable Dolby Vision feature to produce Dolby Vision compatible video 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_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_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_hdr10Plus :: Lens' VideoPreprocessor (Maybe Hdr10Plus) Source #
Enable HDR10+ analyis and metadata injection. Compatible with HEVC only.
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.