TtmlDestinationSettings

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.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
StylePassthrough object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-ttml-destination-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-ttml-destination-settings-schema.json",
  "title": "TtmlDestinationSettings",
  "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.",
  "type": "object",
  "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."
        }
      ]
    }
  }
}