Amazon MediaConvert · JSON Structure

Mediaconvert Api Container Type Structure

Container for this output. Some containers require a container settings object. If not specified, the default object will be created.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

ContainerType 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-container-type-structure.json",
  "name": "ContainerType",
  "type": "string",
  "description": "Container for this output. Some containers require a container settings object. If not specified, the default object will be created.",
  "enum": [
    "F4V",
    "ISMV",
    "M2TS",
    "M3U8",
    "CMFC",
    "MOV",
    "MP4",
    "MPD",
    "MXF",
    "WEBM",
    "RAW"
  ]
}