Amazon MediaConvert · JSON Structure

Mediaconvert Api Avail Blanking Structure

Use ad avail blanking settings to specify your output content during SCTE-35 triggered ad avails. You can blank your video or overlay it with an image. MediaConvert also removes any audio and embedded captions during the ad avail. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

AvailBlankingImage

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-avail-blanking-structure.json",
  "name": "AvailBlanking",
  "type": "object",
  "description": "Use ad avail blanking settings to specify your output content during SCTE-35 triggered ad avails. You can blank your video or overlay it with an image. MediaConvert also removes any audio and embedded captions during the ad avail. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.",
  "properties": {
    "AvailBlankingImage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin14PatternS3BmpBMPPngPNGHttpsBmpBMPPngPNG"
        },
        {
          "xml": {
            "name": "availBlankingImage"
          },
          "description": "Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported."
        }
      ]
    }
  }
}