Amazon MediaConvert · JSON Structure

Mediaconvert Api M2Ts Ebp Placement Structure

Selects which PIDs to place EBP markers on. They can either be placed only on the video PID, or on both the video PID and all audio PIDs. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

M2tsEbpPlacement 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-ebp-placement-structure.json",
  "name": "M2tsEbpPlacement",
  "type": "string",
  "description": "Selects which PIDs to place EBP markers on. They can either be placed only on the video PID, or on both the video PID and all audio PIDs. Only applicable when EBP segmentation markers are is selected (segmentationMarkers is EBP or EBP_LEGACY).",
  "enum": [
    "VIDEO_AND_AUDIO_PIDS",
    "VIDEO_PID"
  ]
}