Amazon MediaConvert · JSON Structure

Mediaconvert Api Burnin Subtitle Teletext Spacing Structure

Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

BurninSubtitleTeletextSpacing 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-burnin-subtitle-teletext-spacing-structure.json",
  "name": "BurninSubtitleTeletextSpacing",
  "type": "string",
  "description": "Specify whether the text spacing (TeletextSpacing) in your captions is set by the captions grid, or varies depending on letter width. Choose fixed grid (FIXED_GRID) to conform to the spacing specified in the captions file more accurately. Choose proportional (PROPORTIONAL) to make the text easier to read for closed captions.",
  "enum": [
    "FIXED_GRID",
    "PROPORTIONAL",
    "AUTO"
  ]
}