class Aws::MediaConvert::Types::SccDestinationSettings

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

@note When making an API call, you may pass SccDestinationSettings

data as a hash:

    {
      framerate: "FRAMERATE_23_97", # accepts FRAMERATE_23_97, FRAMERATE_24, FRAMERATE_25, FRAMERATE_29_97_DROPFRAME, FRAMERATE_29_97_NON_DROPFRAME
    }

@!attribute [rw] 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).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/SccDestinationSettings AWS API Documentation

Constants

SENSITIVE