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 |
Documentation
data WebvttDestinationSettings Source #
Settings related to WebVTT captions. WebVTT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to WebVTT.
See: newWebvttDestinationSettings
smart constructor.
WebvttDestinationSettings' | |
|
Instances
newWebvttDestinationSettings :: WebvttDestinationSettings Source #
Create a value of WebvttDestinationSettings
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:stylePassthrough:WebvttDestinationSettings'
, webvttDestinationSettings_stylePassthrough
- Set Style passthrough (StylePassthrough) to ENABLED to use the available
style, color, and position information from your input captions.
MediaConvert uses default settings for any missing style and position
information in your input captions. Set Style passthrough to DISABLED,
or leave blank, to ignore the style and position information from your
input captions and use simplified output captions.
webvttDestinationSettings_stylePassthrough :: Lens' WebvttDestinationSettings (Maybe WebvttStylePassthrough) Source #
Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.