Amazon MediaConvert · Schema
HlsSettings
Settings for HLS output groups
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| AudioGroupId | object | |
| AudioOnlyContainer | object | |
| AudioRenditionSets | object | |
| AudioTrackType | object | |
| DescriptiveVideoServiceFlag | object | |
| IFrameOnlyManifest | object | |
| SegmentModifier | object |
JSON Schema
{
"$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-hls-settings-schema.json",
"title": "HlsSettings",
"description": "Settings for HLS output groups",
"type": "object",
"properties": {
"AudioGroupId": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "audioGroupId"
},
"description": "Specifies the group to which the audio rendition belongs."
}
]
},
"AudioOnlyContainer": {
"allOf": [
{
"$ref": "#/components/schemas/HlsAudioOnlyContainer"
},
{
"xml": {
"name": "audioOnlyContainer"
},
"description": "Use this setting only in audio-only outputs. Choose MPEG-2 Transport Stream (M2TS) to create a file in an MPEG2-TS container. Keep the default value Automatic (AUTOMATIC) to create an audio-only file in a raw container. Regardless of the value that you specify here, if this output has video, the service will place the output into an MPEG2-TS container."
}
]
},
"AudioRenditionSets": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "audioRenditionSets"
},
"description": "List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','."
}
]
},
"AudioTrackType": {
"allOf": [
{
"$ref": "#/components/schemas/HlsAudioTrackType"
},
{
"xml": {
"name": "audioTrackType"
},
"description": "Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only stream instead of video in low-bandwidth scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest. Alternate Audio, Auto Select, Default Alternate rendition that the client should try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=YES, AUTOSELECT=YES Alternate Audio, Auto Select, Not Default Alternate rendition that the client may try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YES Alternate Audio, not Auto Select Alternate rendition that the client will not try to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=NO"
}
]
},
"DescriptiveVideoServiceFlag": {
"allOf": [
{
"$ref": "#/components/schemas/HlsDescriptiveVideoServiceFlag"
},
{
"xml": {
"name": "descriptiveVideoServiceFlag"
},
"description": "Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest. When you choose Flag (FLAG), MediaConvert includes the parameter CHARACTERISTICS=\"public.accessibility.describes-video\" in the EXT-X-MEDIA entry for this track. When you keep the default choice, Don't flag (DONT_FLAG), MediaConvert leaves this parameter out. The DVS flag can help with accessibility on Apple devices. For more information, see the Apple documentation."
}
]
},
"IFrameOnlyManifest": {
"allOf": [
{
"$ref": "#/components/schemas/HlsIFrameOnlyManifest"
},
{
"xml": {
"name": "iFrameOnlyManifest"
},
"description": "Choose Include (INCLUDE) to have MediaConvert generate a child manifest that lists only the I-frames for this rendition, in addition to your regular manifest for this rendition. You might use this manifest as part of a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child manifest, keep the default value Exclude (EXCLUDE)."
}
]
},
"SegmentModifier": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "segmentModifier"
},
"description": "Use this setting to add an identifying string to the filename of each segment. The service adds this string between the name modifier and segment index number. You can use format identifiers in the string. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/using-variables-in-your-job-settings.html"
}
]
}
}
}
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/mediaconvert-api-hls-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.