Amazon MediaConvert · JSON Structure

Mediaconvert Api Cmaf Segment Control Structure

When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

CmafSegmentControl is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-cmaf-segment-control-structure.json",
  "name": "CmafSegmentControl",
  "type": "string",
  "description": "When set to SINGLE_FILE, a single output file is generated, which is internally segmented using the Fragment Length and Segment Length. When set to SEGMENTED_FILES, separate segment files will be created.",
  "enum": [
    "SINGLE_FILE",
    "SEGMENTED_FILES"
  ]
}