Amazon MediaConvert · JSON Structure

Mediaconvert Api Clip Limits Structure

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

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

ClipLimits is a JSON Structure definition published by Amazon MediaConvert, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MaximumRGBTolerance MaximumYUV MinimumRGBTolerance MinimumYUV

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-clip-limits-structure.json",
  "name": "ClipLimits",
  "type": "object",
  "description": "Specify YUV limits and RGB tolerances when you set Sample range conversion to Limited range clip.",
  "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/mediaconvert-api-clip-limits-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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