Amazon MediaConvert · JSON Structure

Mediaconvert Api Ancillary Terminate Captions Structure

By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

AncillaryTerminateCaptions 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-ancillary-terminate-captions-structure.json",
  "name": "AncillaryTerminateCaptions",
  "type": "string",
  "description": "By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.",
  "enum": [
    "END_OF_INPUT",
    "DISABLED"
  ]
}