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

Class: Aws::MediaConvert::Types::MpdSettings

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

Overview

Note:

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

{
  caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
  scte_35_esam: "INSERT", # accepts INSERT, NONE
  scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
}

Settings for MP4 segments in DASH

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#caption_container_typeString

Use this setting only in DASH output groups that include sidecar TTML or IMSC captions. You specify sidecar captions in a separate output from your audio and video. Choose Raw (RAW) for captions in a single XML file in a raw container. Choose Fragmented MPEG-4 (FRAGMENTED_MP4) for captions in XML format contained within fragmented MP4 files. This set of fragmented MP4 files is separate from your video and audio fragmented MP4 files.

Possible values:

  • RAW
  • FRAGMENTED_MP4

Returns:

  • (String)

    Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.

#scte_35_esamString

Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).

Possible values:

  • INSERT
  • NONE

Returns:

  • (String)

    Use this setting only when you specify SCTE-35 markers from ESAM.

#scte_35_sourceString

Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don\'t want those SCTE-35 markers in this output.

Possible values:

  • PASSTHROUGH
  • NONE

Returns:

  • (String)

    Ignore this setting unless you have SCTE-35 markers in your input video file.