M2tsEsRateInPes

Controls whether to include the ES Rate field in the PES header.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-m2ts-es-rate-in-pes-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-m2ts-es-rate-in-pes-schema.json",
  "title": "M2tsEsRateInPes",
  "description": "Controls whether to include the ES Rate field in the PES header.",
  "type": "string",
  "enum": [
    "INCLUDE",
    "EXCLUDE"
  ]
}