Amazon MediaConvert · JSON Structure

Mediaconvert Api Mpeg2 Codec Level Structure

Use Level (Mpeg2CodecLevel) to set the MPEG-2 level for the video output.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Mpeg2CodecLevel 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-mpeg2-codec-level-structure.json",
  "name": "Mpeg2CodecLevel",
  "type": "string",
  "description": "Use Level (Mpeg2CodecLevel) to set the MPEG-2 level for the video output.",
  "enum": [
    "AUTO",
    "LOW",
    "MAIN",
    "HIGH1440",
    "HIGH"
  ]
}