Amazon MediaConvert · JSON Structure

Mediaconvert Api M2Ts Pcr Control Structure

When set to PCR_EVERY_PES_PACKET, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This is effective only when the PCR PID is the same as the video or audio elementary stream.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

M2tsPcrControl 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-m2ts-pcr-control-structure.json",
  "name": "M2tsPcrControl",
  "type": "string",
  "description": "When set to PCR_EVERY_PES_PACKET, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This is effective only when the PCR PID is the same as the video or audio elementary stream.",
  "enum": [
    "PCR_EVERY_PES_PACKET",
    "CONFIGURED_PCR_PERIOD"
  ]
}