Amazon MediaConvert · JSON Structure

Mediaconvert Api Caption Source Type Structure

Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

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

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-caption-source-type-structure.json",
  "name": "CaptionSourceType",
  "type": "string",
  "description": "Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format.",
  "enum": [
    "ANCILLARY",
    "DVB_SUB",
    "EMBEDDED",
    "SCTE20",
    "SCC",
    "TTML",
    "STL",
    "SRT",
    "SMI",
    "SMPTE_TT",
    "TELETEXT",
    "NULL_SOURCE",
    "IMSC",
    "WEBVTT"
  ]
}