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.EmbeddedSourceSettings

Description

 
Synopsis

Documentation

data EmbeddedSourceSettings Source #

Settings for embedded captions Source

See: newEmbeddedSourceSettings smart constructor.

Constructors

EmbeddedSourceSettings' 

Fields

  • convert608To708 :: Maybe EmbeddedConvert608To708

    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.

  • source608ChannelNumber :: Maybe Natural

    Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

  • source608TrackNumber :: Maybe Natural

    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'.

  • terminateCaptions :: Maybe EmbeddedTerminateCaptions

    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.

Instances

Instances details
FromJSON EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

ToJSON EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Generic EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Associated Types

type Rep EmbeddedSourceSettings :: Type -> Type #

Read EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Show EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

NFData EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Methods

rnf :: EmbeddedSourceSettings -> () #

Eq EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Hashable EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

type Rep EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

type Rep EmbeddedSourceSettings = D1 ('MetaData "EmbeddedSourceSettings" "Amazonka.MediaConvert.Types.EmbeddedSourceSettings" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "EmbeddedSourceSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "convert608To708") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmbeddedConvert608To708)) :*: S1 ('MetaSel ('Just "source608ChannelNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "source608TrackNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "terminateCaptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmbeddedTerminateCaptions)))))

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.