Amazon MediaConvert · JSON Structure

Mediaconvert Api Motion Image Insertion Mode Structure

Choose the type of motion graphic asset that you are providing for your overlay. You can choose either a .mov file or a series of .png files.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

MotionImageInsertionMode 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-motion-image-insertion-mode-structure.json",
  "name": "MotionImageInsertionMode",
  "type": "string",
  "description": "Choose the type of motion graphic asset that you are providing for your overlay. You can choose either a .mov file or a series of .png files.",
  "enum": [
    "MOV",
    "PNG"
  ]
}