libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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.

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

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

  • source608ChannelNumber :: Maybe Natural

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

Instances

Instances details
Eq EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Read EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Show 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 #

NFData EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

Methods

rnf :: EmbeddedSourceSettings -> () #

Hashable EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

ToJSON EmbeddedSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedSourceSettings

FromJSON 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" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "EmbeddedSourceSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "convert608To708") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmbeddedConvert608To708)) :*: S1 ('MetaSel ('Just "terminateCaptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EmbeddedTerminateCaptions))) :*: (S1 ('MetaSel ('Just "source608TrackNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "source608ChannelNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

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

$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:source608ChannelNumber:EmbeddedSourceSettings', embeddedSourceSettings_source608ChannelNumber - Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

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

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_source608ChannelNumber :: Lens' EmbeddedSourceSettings (Maybe Natural) Source #

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