M3u8DataPtsControl

If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-m3u8-data-pts-control-schema.json Raw ↑
{
  "$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-m3u8-data-pts-control-schema.json",
  "title": "M3u8DataPtsControl",
  "description": "If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.",
  "type": "string",
  "enum": [
    "AUTO",
    "ALIGN_TO_VIDEO"
  ]
}