Amazon MediaConvert · JSON Structure

Mediaconvert Api Dvb Subtitle Background Color Structure

Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

DvbSubtitleBackgroundColor 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-dvb-subtitle-background-color-structure.json",
  "name": "DvbSubtitleBackgroundColor",
  "type": "string",
  "description": "Specify the color of the rectangle behind the captions. Leave background color (BackgroundColor) blank and set Style passthrough (StylePassthrough) to enabled to use the background color data from your input captions, if present.",
  "enum": [
    "NONE",
    "BLACK",
    "WHITE",
    "AUTO"
  ]
}