Amazon MediaConvert · JSON Structure

Mediaconvert Api Av1 Bit Depth Structure

Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit (BIT_10).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

Av1BitDepth 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-av1-bit-depth-structure.json",
  "name": "Av1BitDepth",
  "type": "string",
  "description": "Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit (BIT_10).",
  "enum": [
    "BIT_8",
    "BIT_10"
  ]
}