MsSmoothGroupSettings
Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to MS_SMOOTH_GROUP_SETTINGS.
Properties
| Name | Type | Description |
|---|---|---|
| AdditionalManifests | object | |
| AudioDeduplication | object | |
| Destination | object | |
| DestinationSettings | object | |
| Encryption | object | |
| FragmentLength | object | |
| FragmentLengthControl | object | |
| ManifestEncoding | 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-ms-smooth-group-settings-schema.json",
"title": "MsSmoothGroupSettings",
"description": "Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to MS_SMOOTH_GROUP_SETTINGS.",
"type": "object",
"properties": {
"AdditionalManifests": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfMsSmoothAdditionalManifest"
},
{
"xml": {
"name": "additionalManifests"
},
"description": "By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here."
}
]
},
"AudioDeduplication": {
"allOf": [
{
"$ref": "#/components/schemas/MsSmoothAudioDeduplication"
},
{
"xml": {
"name": "audioDeduplication"
},
"description": "COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream."
}
]
},
"Destination": {
"allOf": [
{
"$ref": "#/components/schemas/__stringPatternS3"
},
{
"xml": {
"name": "destination"
},
"description": "Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file."
}
]
},
"DestinationSettings": {
"allOf": [
{
"$ref": "#/components/schemas/DestinationSettings"
},
{
"xml": {
"name": "destinationSettings"
},
"description": "Settings associated with the destination. Will vary based on the type of destination"
}
]
},
"Encryption": {
"allOf": [
{
"$ref": "#/components/schemas/MsSmoothEncryptionSettings"
},
{
"xml": {
"name": "encryption"
},
"description": "If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider."
}
]
},
"FragmentLength": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin1Max2147483647"
},
{
"xml": {
"name": "fragmentLength"
},
"description": "Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary."
}
]
},
"FragmentLengthControl": {
"allOf": [
{
"$ref": "#/components/schemas/MsSmoothFragmentLengthControl"
},
{
"xml": {
"name": "fragmentLengthControl"
},
"description": "Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary."
}
]
},
"ManifestEncoding": {
"allOf": [
{
"$ref": "#/components/schemas/MsSmoothManifestEncoding"
},
{
"xml": {
"name": "manifestEncoding"
},
"description": "Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16."
}
]
}
}
}
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
curl "https://apis.io/api/v1/json-schemas/mediaconvert-api-ms-smooth-group-settings"
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.