Amazon MediaConvert · JSON Structure

Mediaconvert Api Dash Iso Image Based Trick Play Settings Structure

Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED

Type: object Properties: 6
BroadcastingMedia ProcessingMedia

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

Properties

IntervalCadence ThumbnailHeight ThumbnailInterval ThumbnailWidth TileHeight TileWidth

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-dash-iso-image-based-trick-play-settings-structure.json",
  "name": "DashIsoImageBasedTrickPlaySettings",
  "type": "object",
  "description": "Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED",
  "properties": {
    "IntervalCadence": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DashIsoIntervalCadence"
        },
        {
          "xml": {
            "name": "intervalCadence"
          },
          "description": "The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval."
        }
      ]
    },
    "ThumbnailHeight": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1Max4096"
        },
        {
          "xml": {
            "name": "thumbnailHeight"
          },
          "description": "Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2."
        }
      ]
    },
    "ThumbnailInterval": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__doubleMin0Max2147483647"
        },
        {
          "xml": {
            "name": "thumbnailInterval"
          },
          "description": "Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails."
        }
      ]
    },
    "ThumbnailWidth": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin8Max4096"
        },
        {
          "xml": {
            "name": "thumbnailWidth"
          },
          "description": "Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8."
        }
      ]
    },
    "TileHeight": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1Max2048"
        },
        {
          "xml": {
            "name": "tileHeight"
          },
          "description": "Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2."
        }
      ]
    },
    "TileWidth": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin1Max512"
        },
        {
          "xml": {
            "name": "tileWidth"
          },
          "description": "Number of thumbnails in each row of a tile image. Set a value between 1 and 512."
        }
      ]
    }
  }
}

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-dash-iso-image-based-trick-play-settings-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.