ClipLimits

Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
MaximumRGBTolerance object
MaximumYUV object
MinimumRGBTolerance object
MinimumYUV object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-clip-limits-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-clip-limits-schema.json",
  "title": "ClipLimits",
  "description": "Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.",
  "type": "object",
  "properties": {
    "MaximumRGBTolerance": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin90Max105"
        },
        {
          "xml": {
            "name": "maximumRGBTolerance"
          },
          "description": "Specify the Maximum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the upper tolerance that you specify. Enter an integer from 90 to 105 as an offset percentage to the maximum possible value. Leave blank to use the default value 100. When you specify a value for Maximum RGB tolerance, you must set Sample range conversion to Limited range clip."
        }
      ]
    },
    "MaximumYUV": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin920Max1023"
        },
        {
          "xml": {
            "name": "maximumYUV"
          },
          "description": "Specify the Maximum YUV color sample limit. MediaConvert conforms any pixels in your input above the value that you specify to typical limited range bounds. Enter an integer from 920 to 1023. Leave blank to use the default value 940. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Maximum YUV, you must set Sample range conversion to Limited range clip."
        }
      ]
    },
    "MinimumRGBTolerance": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative5Max10"
        },
        {
          "xml": {
            "name": "minimumRGBTolerance"
          },
          "description": "Specify the Minimum RGB color sample range tolerance for your output. MediaConvert corrects any YUV values that, when converted to RGB, would be outside the lower tolerance that you specify. Enter an integer from -5 to 10 as an offset percentage to the minimum possible value. Leave blank to use the default value 0. When you specify a value for Minimum RGB tolerance, you must set Sample range conversion to Limited range clip."
        }
      ]
    },
    "MinimumYUV": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max128"
        },
        {
          "xml": {
            "name": "minimumYUV"
          },
          "description": "Specify the Minimum YUV color sample limit. MediaConvert conforms any pixels in your input below the value that you specify to typical limited range bounds. Enter an integer from 0 to 128. Leave blank to use the default value 64. The value that you enter applies to 10-bit ranges. For 8-bit ranges, MediaConvert automatically scales this value down. When you specify a value for Minumum YUV, you must set Sample range conversion to Limited range clip."
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconvert-api-clip-limits"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.