| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConvert.Types.EmbeddedSourceSettings
Description
Synopsis
- data EmbeddedSourceSettings = EmbeddedSourceSettings' {}
- newEmbeddedSourceSettings :: EmbeddedSourceSettings
- embeddedSourceSettings_convert608To708 :: Lens' EmbeddedSourceSettings (Maybe EmbeddedConvert608To708)
- embeddedSourceSettings_source608ChannelNumber :: Lens' EmbeddedSourceSettings (Maybe Natural)
- embeddedSourceSettings_source608TrackNumber :: Lens' EmbeddedSourceSettings (Maybe Natural)
- embeddedSourceSettings_terminateCaptions :: Lens' EmbeddedSourceSettings (Maybe EmbeddedTerminateCaptions)
Documentation
data EmbeddedSourceSettings Source #
Settings for embedded captions Source
See: newEmbeddedSourceSettings smart constructor.
Constructors
| EmbeddedSourceSettings' | |
Fields
| |
Instances
newEmbeddedSourceSettings :: EmbeddedSourceSettings Source #
Create a value of EmbeddedSourceSettings 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:convert608To708:EmbeddedSourceSettings', embeddedSourceSettings_convert608To708 - Specify whether this set of input captions appears in your outputs in
both 608 and 708 format. If you choose Upconvert (UPCONVERT),
MediaConvert includes the captions data in two ways: it passes the 608
data through using the 608 compatibility bytes fields of the 708
wrapper, and it also translates the 608 data into 708.
$sel:source608ChannelNumber:EmbeddedSourceSettings', embeddedSourceSettings_source608ChannelNumber - Specifies the 608/708 channel number within the video track from which
to extract captions. Unused for passthrough.
$sel:source608TrackNumber:EmbeddedSourceSettings', embeddedSourceSettings_source608TrackNumber - Specifies the video track index used for extracting captions. The system
only supports one input video track, so this should always be set to
'1'.
$sel:terminateCaptions:EmbeddedSourceSettings', embeddedSourceSettings_terminateCaptions - By default, the service terminates any unterminated captions at the end
of each input. If you want the caption to continue onto your next input,
disable this setting.
embeddedSourceSettings_convert608To708 :: Lens' EmbeddedSourceSettings (Maybe EmbeddedConvert608To708) Source #
Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
embeddedSourceSettings_source608ChannelNumber :: Lens' EmbeddedSourceSettings (Maybe Natural) Source #
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
embeddedSourceSettings_source608TrackNumber :: Lens' EmbeddedSourceSettings (Maybe Natural) Source #
Specifies the video track index used for extracting captions. The system only supports one input video track, so this should always be set to '1'.
embeddedSourceSettings_terminateCaptions :: Lens' EmbeddedSourceSettings (Maybe EmbeddedTerminateCaptions) Source #
By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.