Amazon MediaConvert · JSON Structure

Mediaconvert Api Xavc4K Profile Codec Profile Structure

Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Xavc4kProfileCodecProfile 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-xavc4k-profile-codec-profile-structure.json",
  "name": "Xavc4kProfileCodecProfile",
  "type": "string",
  "description": "Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264.",
  "enum": [
    "HIGH",
    "HIGH_422"
  ]
}