AudioCodecSettings

Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AacSettings object
Ac3Settings object
AiffSettings object
Codec object
Eac3AtmosSettings object
Eac3Settings object
Mp2Settings object
Mp3Settings object
OpusSettings object
VorbisSettings object
WavSettings object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-audio-codec-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-audio-codec-settings-schema.json",
  "title": "AudioCodecSettings",
  "description": "Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec.",
  "type": "object",
  "properties": {
    "AacSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AacSettings"
        },
        {
          "xml": {
            "name": "aacSettings"
          },
          "description": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AAC. The service accepts one of two mutually exclusive groups of AAC settings--VBR and CBR. To select one of these modes, set the value of Bitrate control mode (rateControlMode) to \"VBR\" or \"CBR\". In VBR mode, you control the audio quality with the setting VBR quality (vbrQuality). In CBR mode, you use the setting Bitrate (bitrate). Defaults and valid values depend on the rate control mode."
        }
      ]
    },
    "Ac3Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ac3Settings"
        },
        {
          "xml": {
            "name": "ac3Settings"
          },
          "description": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AC3."
        }
      ]
    },
    "AiffSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AiffSettings"
        },
        {
          "xml": {
            "name": "aiffSettings"
          },
          "description": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF."
        }
      ]
    },
    "Codec": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AudioCodec"
        },
        {
          "xml": {
            "name": "codec"
          },
          "description": "Choose the audio codec for this output. Note that the option Dolby Digital passthrough (PASSTHROUGH) applies only to Dolby Digital and Dolby Digital Plus audio inputs. Make sure that you choose a codec that's supported with your output container: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#reference-codecs-containers-output-audio For audio-only outputs, make sure that both your input audio codec and your output audio codec are supported for audio-only workflows. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html#reference-codecs-containers-input-audio-only and https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html#audio-only-output"
        }
      ]
    },
    "Eac3AtmosSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Eac3AtmosSettings"
        },
        {
          "xml": {
            "name": "eac3AtmosSettings"
          },
          "description": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3_ATMOS."
        }
      ]
    },
    "Eac3Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Eac3Settings"
        },
        {
          "xml": {
            "name": "eac3Settings"
          },
          "description": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value EAC3."
        }
      ]
    },
    "Mp2Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Mp2Settings"
        },
        {
          "xml": {
            "name": "mp2Settings"
          },
          "description": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2."
        }
      ]
    },
    "Mp3Settings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Mp3Settings"
        },
        {
          "xml": {
            "name": "mp3Settings"
          },
          "description": "Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3."
        }
      ]
    },
    "OpusSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OpusSettings"
        },
        {
          "xml": {
            "name": "opusSettings"
          },
          "description": "Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS."
        }
      ]
    },
    "VorbisSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VorbisSettings"
        },
        {
          "xml": {
            "name": "vorbisSettings"
          },
          "description": "Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis."
        }
      ]
    },
    "WavSettings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WavSettings"
        },
        {
          "xml": {
            "name": "wavSettings"
          },
          "description": "Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value WAV."
        }
      ]
    }
  }
}

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-audio-codec-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 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.