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

Description

 
Synopsis

Documentation

data SccDestinationSettings Source #

Settings related to SCC captions. SCC 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. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/scc-srt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to SCC.

See: newSccDestinationSettings smart constructor.

Constructors

SccDestinationSettings' 

Fields

  • framerate :: Maybe SccDestinationFramerate

    Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe (FRAMERATE_29_97_NON_DROPFRAME).

Instances

Instances details
Eq SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

Read SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

Show SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

Generic SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

Associated Types

type Rep SccDestinationSettings :: Type -> Type #

NFData SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

Methods

rnf :: SccDestinationSettings -> () #

Hashable SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

ToJSON SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

FromJSON SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

type Rep SccDestinationSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.SccDestinationSettings

type Rep SccDestinationSettings = D1 ('MetaData "SccDestinationSettings" "Amazonka.MediaConvert.Types.SccDestinationSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "SccDestinationSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "framerate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SccDestinationFramerate))))

newSccDestinationSettings :: SccDestinationSettings Source #

Create a value of SccDestinationSettings 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:framerate:SccDestinationSettings', sccDestinationSettings_framerate - Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe (FRAMERATE_29_97_NON_DROPFRAME).

sccDestinationSettings_framerate :: Lens' SccDestinationSettings (Maybe SccDestinationFramerate) Source #

Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame rate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe (FRAMERATE_29_97_NON_DROPFRAME).