Amazon MediaConvert · JSON Structure

Mediaconvert Api Cmaf Codec Specification Structure

Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

CmafCodecSpecification 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-codec-specification-structure.json",
  "name": "CmafCodecSpecification",
  "type": "string",
  "description": "Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.",
  "enum": [
    "RFC_6381",
    "RFC_4281"
  ]
}