Amazon MediaConvert · JSON Structure

Mediaconvert Api Ttml Destination Settings Structure

Settings related to TTML captions. TTML 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/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to TTML.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

TtmlDestinationSettings is a JSON Structure definition published by Amazon MediaConvert, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StylePassthrough

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-ttml-destination-settings-structure.json",
  "name": "TtmlDestinationSettings",
  "type": "object",
  "description": "Settings related to TTML captions. TTML 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/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to TTML.",
  "properties": {
    "StylePassthrough": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TtmlStylePassthrough"
        },
        {
          "xml": {
            "name": "stylePassthrough"
          },
          "description": "Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output."
        }
      ]
    }
  }
}