MxfSettings

These settings relate to your MXF output container.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AfdSignaling object
Profile object
XavcProfileSettings object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-mxf-settings-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-mxf-settings-schema.json",
  "title": "MxfSettings",
  "description": "These settings relate to your MXF output container.",
  "type": "object",
  "properties": {
    "AfdSignaling": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MxfAfdSignaling"
        },
        {
          "xml": {
            "name": "afdSignaling"
          },
          "description": "Optional. When you have AFD signaling set up in your output video stream, use this setting to choose whether to also include it in the MXF wrapper. Choose Don't copy (NO_COPY) to exclude AFD signaling from the MXF wrapper. Choose Copy from video stream (COPY_FROM_VIDEO) to copy the AFD values from the video stream for this output to the MXF wrapper. Regardless of which option you choose, the AFD values remain in the video stream. Related settings: To set up your output to include or exclude AFD values, see AfdSignaling, under VideoDescription. On the console, find AFD signaling under the output's video encoding settings."
        }
      ]
    },
    "Profile": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MxfProfile"
        },
        {
          "xml": {
            "name": "profile"
          },
          "description": "Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html."
        }
      ]
    },
    "XavcProfileSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MxfXavcProfileSettings"
        },
        {
          "xml": {
            "name": "xavcProfileSettings"
          },
          "description": "Specify the XAVC profile settings for MXF outputs when you set your MXF profile to XAVC."
        }
      ]
    }
  }
}

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-mxf-settings"
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.