Amazon MediaConvert · JSON Structure

Mediaconvert Api Xavc4K Profile Settings Structure

Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.

Type: object Properties: 8
BroadcastingMedia ProcessingMedia

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

Properties

BitrateClass CodecProfile FlickerAdaptiveQuantization GopBReference GopClosedCadence HrdBufferSize QualityTuningLevel Slices

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-xavc4k-profile-settings-structure.json",
  "name": "Xavc4kProfileSettings",
  "type": "object",
  "description": "Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_4K.",
  "properties": {
    "BitrateClass": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Xavc4kProfileBitrateClass"
        },
        {
          "xml": {
            "name": "bitrateClass"
          },
          "description": "Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class."
        }
      ]
    },
    "CodecProfile": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Xavc4kProfileCodecProfile"
        },
        {
          "xml": {
            "name": "codecProfile"
          },
          "description": "Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2 (HIGH_422). These profiles are specified in ITU-T H.264."
        }
      ]
    },
    "FlickerAdaptiveQuantization": {
      "allOf": [
        {
          "$ref": "#/components/schemas/XavcFlickerAdaptiveQuantization"
        },
        {
          "xml": {
            "name": "flickerAdaptiveQuantization"
          },
          "description": "The best way to set up adaptive quantization is to keep the default value, Auto (AUTO), for the setting Adaptive quantization (XavcAdaptiveQuantization). When you do so, MediaConvert automatically applies the best types of quantization for your video content. Include this setting in your JSON job specification only when you choose to change the default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop. I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive quantization (adaptiveQuantization) to a value other than Off (OFF) or Auto (AUTO). Use Adaptive quantization to adjust the degree of smoothing that Flicker adaptive quantization provides."
        }
      ]
    },
    "GopBReference": {
      "allOf": [
        {
          "$ref": "#/components/schemas/XavcGopBReference"
        },
        {
          "xml": {
            "name": "gopBReference"
          },
          "description": "Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose Allow (ENABLED) to allow the encoder to use B-frames as reference frames. Choose Don't allow (DISABLED) to prevent the encoder from using B-frames as reference frames."
        }
      ]
    },
    "GopClosedCadence": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max2147483647"
        },
        {
          "xml": {
            "name": "gopClosedCadence"
          },
          "description": "Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting."
        }
      ]
    },
    "HrdBufferSize": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max1152000000"
        },
        {
          "xml": {
            "name": "hrdBufferSize"
          },
          "description": "Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set it to zero, MediaConvert calculates the default by doubling the bitrate of this output point."
        }
      ]
    },
    "QualityTuningLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Xavc4kProfileQualityTuningLevel"
        },
        {
          "xml": {
            "name": "qualityTuningLevel"
          },
          "description": "Optional. Use Quality tuning level (qualityTuningLevel) to choose how you want to trade off encoding speed for output video quality. The default behavior is faster, lower quality, single-pass encoding."
        }
      ]
    },
    "Slices": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin8Max12"
        },
        {
          "xml": {
            "name": "slices"
          },
          "description": "Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures."
        }
      ]
    }
  }
}

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-xavc4k-profile-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.