Amazon MediaConvert · JSON Structure

Mediaconvert Api Input Video Generator Structure

When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

InputVideoGenerator 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

Duration

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-input-video-generator-structure.json",
  "name": "InputVideoGenerator",
  "type": "object",
  "description": "When you include Video generator, MediaConvert creates a video input with black frames. Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. You can specify Video generator, or you can specify an Input file, but you cannot specify both. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-generator.html",
  "properties": {
    "Duration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin50Max86400000"
        },
        {
          "xml": {
            "name": "duration"
          },
          "description": "Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator."
        }
      ]
    }
  }
}