Amazon MediaConvert · JSON Structure

Mediaconvert Api Output Structure

Each output in your job is a collection of settings that describes how you want MediaConvert to encode a single output file or stream. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.

Type: object Properties: 8
BroadcastingMedia ProcessingMedia

Output 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

AudioDescriptions CaptionDescriptions ContainerSettings Extension NameModifier OutputSettings Preset VideoDescription

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-output-structure.json",
  "name": "Output",
  "type": "object",
  "description": "Each output in your job is a collection of settings that describes how you want MediaConvert to encode a single output file or stream. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.",
  "properties": {
    "AudioDescriptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfAudioDescription"
        },
        {
          "xml": {
            "name": "audioDescriptions"
          },
          "description": "(AudioDescriptions) contains groups of audio encoding settings organized by audio codec. Include one instance of (AudioDescriptions) per output. (AudioDescriptions) can contain multiple groups of encoding settings."
        }
      ]
    },
    "CaptionDescriptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfCaptionDescription"
        },
        {
          "xml": {
            "name": "captionDescriptions"
          },
          "description": "(CaptionDescriptions) contains groups of captions settings. For each output that has captions, include one instance of (CaptionDescriptions). (CaptionDescriptions) can contain multiple groups of captions settings."
        }
      ]
    },
    "ContainerSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ContainerSettings"
        },
        {
          "xml": {
            "name": "containerSettings"
          },
          "description": "Container specific settings."
        }
      ]
    },
    "Extension": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "extension"
          },
          "description": "Use Extension (Extension) to specify the file extension for outputs in File output groups. If you do not specify a value, the service will use default extensions by container type as follows * MPEG-2 transport stream, m2ts * Quicktime, mov * MXF container, mxf * MPEG-4 container, mp4 * WebM container, webm * No Container, the service will use codec extensions (e.g. AAC, H265, H265, AC3)"
        }
      ]
    },
    "NameModifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin1"
        },
        {
          "xml": {
            "name": "nameModifier"
          },
          "description": "Use Name modifier (NameModifier) to have the service add a string to the end of each output filename. You specify the base filename as part of your destination URI. When you create multiple outputs in the same output group, Name modifier (NameModifier) is required. Name modifier also accepts format identifiers. For DASH ISO outputs, if you use the format identifiers $Number$ or $Time$ in one output, you must use them in the same way in all outputs of the output group."
        }
      ]
    },
    "OutputSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutputSettings"
        },
        {
          "xml": {
            "name": "outputSettings"
          },
          "description": "Specific settings for this type of output."
        }
      ]
    },
    "Preset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__stringMin0"
        },
        {
          "xml": {
            "name": "preset"
          },
          "description": "Use Preset (Preset) to specify a preset for your transcoding settings. Provide the system or custom preset name. You can specify either Preset (Preset) or Container settings (ContainerSettings), but not both."
        }
      ]
    },
    "VideoDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VideoDescription"
        },
        {
          "xml": {
            "name": "videoDescription"
          },
          "description": "VideoDescription contains a group of video encoding settings. The specific video settings depend on the video codec that you choose for the property codec. Include one instance of VideoDescription per output."
        }
      ]
    }
  }
}

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-output-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.