Amazon MediaConvert · JSON Structure

Mediaconvert Api H264 Codec Profile Structure

H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

H264CodecProfile 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-h264-codec-profile-structure.json",
  "name": "H264CodecProfile",
  "type": "string",
  "description": "H.264 Profile. High 4:2:2 and 10-bit profiles are only available with the AVC-I License.",
  "enum": [
    "BASELINE",
    "HIGH",
    "HIGH_10BIT",
    "HIGH_422",
    "HIGH_422_10BIT",
    "MAIN"
  ]
}