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 SrtDestinationSettings Source #
Settings related to SRT captions. SRT 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. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to SRT.
See: newSrtDestinationSettings
smart constructor.
SrtDestinationSettings' | |
|
Instances
newSrtDestinationSettings :: SrtDestinationSettings Source #
Create a value of SrtDestinationSettings
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:SrtDestinationSettings'
, srtDestinationSettings_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.
srtDestinationSettings_stylePassthrough :: Lens' SrtDestinationSettings (Maybe SrtStylePassthrough) 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.