You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::SccDestinationSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SccDestinationSettings as input to an Aws::Client method, you can use a vanilla Hash:

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

Settings for SCC caption output.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#framerateString

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

Possible values:

  • FRAMERATE_23_97
  • FRAMERATE_24
  • FRAMERATE_25
  • FRAMERATE_29_97_DROPFRAME
  • FRAMERATE_29_97_NON_DROPFRAME

Returns:

  • (String)

    Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the output.