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

Description

 
Synopsis

Documentation

data EmbeddedDestinationSettings Source #

Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded or ancillary) captions. Set up embedded captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to EMBEDDED, EMBEDDED_PLUS_SCTE20, or SCTE20_PLUS_EMBEDDED.

See: newEmbeddedDestinationSettings smart constructor.

Constructors

EmbeddedDestinationSettings' 

Fields

  • destination608ChannelNumber :: Maybe Natural

    Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream. Specify a CC number for each captions channel in this output. If you have two channels, choose CC numbers that aren't in the same field. For example, choose 1 and 3. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.

  • destination708ServiceNumber :: Maybe Natural

    Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in your output stream. Optionally, specify the 708 service number for each output captions channel. Choose a different number for each channel. To use this setting, also set Force 608 to 708 upconvert (Convert608To708) to Upconvert (UPCONVERT) in your input captions selector settings. If you choose to upconvert but don't specify a 708 service number, MediaConvert uses the number that you specify for CC channel number (destination608ChannelNumber) for the 708 service number. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.

Instances

Instances details
Eq EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

Read EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

Show EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

Generic EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

Associated Types

type Rep EmbeddedDestinationSettings :: Type -> Type #

NFData EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

Hashable EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

ToJSON EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

FromJSON EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

type Rep EmbeddedDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.EmbeddedDestinationSettings

type Rep EmbeddedDestinationSettings = D1 ('MetaData "EmbeddedDestinationSettings" "Amazonka.MediaConvert.Types.EmbeddedDestinationSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "EmbeddedDestinationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination608ChannelNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "destination708ServiceNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newEmbeddedDestinationSettings :: EmbeddedDestinationSettings Source #

Create a value of EmbeddedDestinationSettings 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:destination608ChannelNumber:EmbeddedDestinationSettings', embeddedDestinationSettings_destination608ChannelNumber - Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream. Specify a CC number for each captions channel in this output. If you have two channels, choose CC numbers that aren't in the same field. For example, choose 1 and 3. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.

$sel:destination708ServiceNumber:EmbeddedDestinationSettings', embeddedDestinationSettings_destination708ServiceNumber - Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in your output stream. Optionally, specify the 708 service number for each output captions channel. Choose a different number for each channel. To use this setting, also set Force 608 to 708 upconvert (Convert608To708) to Upconvert (UPCONVERT) in your input captions selector settings. If you choose to upconvert but don't specify a 708 service number, MediaConvert uses the number that you specify for CC channel number (destination608ChannelNumber) for the 708 service number. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.

embeddedDestinationSettings_destination608ChannelNumber :: Lens' EmbeddedDestinationSettings (Maybe Natural) Source #

Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream. Specify a CC number for each captions channel in this output. If you have two channels, choose CC numbers that aren't in the same field. For example, choose 1 and 3. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.

embeddedDestinationSettings_destination708ServiceNumber :: Lens' EmbeddedDestinationSettings (Maybe Natural) Source #

Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in your output stream. Optionally, specify the 708 service number for each output captions channel. Choose a different number for each channel. To use this setting, also set Force 608 to 708 upconvert (Convert608To708) to Upconvert (UPCONVERT) in your input captions selector settings. If you choose to upconvert but don't specify a 708 service number, MediaConvert uses the number that you specify for CC channel number (destination608ChannelNumber) for the 708 service number. For more information, see https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.