Amazon MediaConvert · JSON Structure

Mediaconvert Api Prores Codec Profile Structure

Use Profile (ProResCodecProfile) to specify the type of Apple ProRes codec to use for this output.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

ProresCodecProfile 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-prores-codec-profile-structure.json",
  "name": "ProresCodecProfile",
  "type": "string",
  "description": "Use Profile (ProResCodecProfile) to specify the type of Apple ProRes codec to use for this output.",
  "enum": [
    "APPLE_PRORES_422",
    "APPLE_PRORES_422_HQ",
    "APPLE_PRORES_422_LT",
    "APPLE_PRORES_422_PROXY",
    "APPLE_PRORES_4444",
    "APPLE_PRORES_4444_XQ"
  ]
}