Properties
| Name | Type | Description |
|---|---|---|
| AdaptiveQuantization | object | |
| AfdSignaling | object | |
| ColorMetadata | object | |
| ColorSpace | object | |
| DisplayAspectRatio | object | |
| FilterSettings | object | |
| FixedAfd | object | |
| FramerateDenominator | object | |
| FramerateNumerator | object | |
| GopClosedCadence | object | |
| GopNumBFrames | object | |
| GopSize | object | |
| GopSizeUnits | object | |
| ScanType | object | |
| SubgopLength | object | |
| TimecodeInsertion | object | |
| TimecodeBurninSettings | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-mpeg2-settings-schema.json",
"title": "Mpeg2Settings",
"description": "Mpeg2 Settings",
"type": "object",
"properties": {
"AdaptiveQuantization": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2AdaptiveQuantization"
},
{
"xml": {
"name": "adaptiveQuantization"
},
"description": "Choose Off to disable adaptive quantization. Or choose another value to enable the quantizer and set its strength. The strengths are: Auto, Off, Low, Medium, High. When you enable this field, MediaLive allows intra-frame quantizers to vary, which might improve visual quality."
}
]
},
"AfdSignaling": {
"allOf": [
{
"$ref": "#/components/schemas/AfdSignaling"
},
{
"xml": {
"name": "afdSignaling"
},
"description": "Indicates the AFD values that MediaLive will write into the video encode. If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose AUTO.\nAUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid).\nFIXED: MediaLive will use the value you specify in fixedAFD."
}
]
},
"ColorMetadata": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2ColorMetadata"
},
{
"xml": {
"name": "colorMetadata"
},
"description": "Specifies whether to include the color space metadata. The metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata."
}
]
},
"ColorSpace": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2ColorSpace"
},
{
"xml": {
"name": "colorSpace"
},
"description": "Choose the type of color space conversion to apply to the output. For detailed information on setting up both the input and the output to obtain the desired color space in the output, see the section on \\\"MediaLive Features - Video - color space\\\" in the MediaLive User Guide.\nPASSTHROUGH: Keep the color space of the input content - do not convert it.\nAUTO:Convert all content that is SD to rec 601, and convert all content that is HD to rec 709."
}
]
},
"DisplayAspectRatio": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2DisplayRatio"
},
{
"xml": {
"name": "displayAspectRatio"
},
"description": "Sets the pixel aspect ratio for the encode."
}
]
},
"FilterSettings": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2FilterSettings"
},
{
"xml": {
"name": "filterSettings"
},
"description": "Optionally specify a noise reduction filter, which can improve quality of compressed content. If you do not choose a filter, no filter will be applied.\nTEMPORAL: This filter is useful for both source content that is noisy (when it has excessive digital artifacts) and source content that is clean.\nWhen the content is noisy, the filter cleans up the source content before the encoding phase, with these two effects: First, it improves the output video quality because the content has been cleaned up. Secondly, it decreases the bandwidth because MediaLive does not waste bits on encoding noise.\nWhen the content is reasonably clean, the filter tends to decrease the bitrate."
}
]
},
"FixedAfd": {
"allOf": [
{
"$ref": "#/components/schemas/FixedAfd"
},
{
"xml": {
"name": "fixedAfd"
},
"description": "Complete this field only when afdSignaling is set to FIXED. Enter the AFD value (4 bits) to write on all frames of the video encode."
}
]
},
"FramerateDenominator": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin1"
},
{
"xml": {
"name": "framerateDenominator"
},
"description": "description\": \"The framerate denominator. For example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS."
}
]
},
"FramerateNumerator": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin1"
},
{
"xml": {
"name": "framerateNumerator"
},
"description": "The framerate numerator. For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS."
}
]
},
"GopClosedCadence": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin0"
},
{
"xml": {
"name": "gopClosedCadence"
},
"description": "MPEG2: default is open GOP."
}
]
},
"GopNumBFrames": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin0Max7"
},
{
"xml": {
"name": "gopNumBFrames"
},
"description": "Relates to the GOP structure. The number of B-frames between reference frames. If you do not know what a B-frame is, use the default."
}
]
},
"GopSize": {
"allOf": [
{
"$ref": "#/components/schemas/__double"
},
{
"xml": {
"name": "gopSize"
},
"description": "Relates to the GOP structure. The GOP size (keyframe interval) in the units specified in gopSizeUnits. If you do not know what GOP is, use the default.\nIf gopSizeUnits is frames, then the gopSize must be an integer and must be greater than or equal to 1.\nIf gopSizeUnits is seconds, the gopSize must be greater than 0, but does not need to be an integer."
}
]
},
"GopSizeUnits": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2GopSizeUnits"
},
{
"xml": {
"name": "gopSizeUnits"
},
"description": "Relates to the GOP structure. Specifies whether the gopSize is specified in frames or seconds. If you do not plan to change the default gopSize, leave the default. If you specify SECONDS, MediaLive will internally convert the gop size to a frame count."
}
]
},
"ScanType": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2ScanType"
},
{
"xml": {
"name": "scanType"
},
"description": "Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first)."
}
]
},
"SubgopLength": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2SubGopLength"
},
{
"xml": {
"name": "subgopLength"
},
"description": "Relates to the GOP structure. If you do not know what GOP is, use the default.\nFIXED: Set the number of B-frames in each sub-GOP to the value in gopNumBFrames.\nDYNAMIC: Let MediaLive optimize the number of B-frames in each sub-GOP, to improve visual quality."
}
]
},
"TimecodeInsertion": {
"allOf": [
{
"$ref": "#/components/schemas/Mpeg2TimecodeInsertionBehavior"
},
{
"xml": {
"name": "timecodeInsertion"
},
"description": "Determines how MediaLive inserts timecodes in the output video. For detailed information about setting up the input and the output for a timecode, see the section on \\\"MediaLive Features - Timecode configuration\\\" in the MediaLive User Guide.\nDISABLED: do not include timecodes.\nGOP_TIMECODE: Include timecode metadata in the GOP header."
}
]
},
"TimecodeBurninSettings": {
"allOf": [
{
"$ref": "#/components/schemas/TimecodeBurninSettings"
},
{
"xml": {
"name": "timecodeBurninSettings"
},
"description": "Timecode burn-in settings"
}
]
}
},
"required": [
"FramerateNumerator",
"FramerateDenominator"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/medialive-api-mpeg2-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.