Amazon MediaConvert · JSON Structure

Mediaconvert Api M2Ts Force Ts Video Ebp Order Structure

Keep the default value (DEFAULT) unless you know that your audio EBP markers are incorrectly appearing before your video EBP markers. To correct this problem, set this value to Force (FORCE).

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

M2tsForceTsVideoEbpOrder 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-force-ts-video-ebp-order-structure.json",
  "name": "M2tsForceTsVideoEbpOrder",
  "type": "string",
  "description": "Keep the default value (DEFAULT) unless you know that your audio EBP markers are incorrectly appearing before your video EBP markers. To correct this problem, set this value to Force (FORCE).",
  "enum": [
    "FORCE",
    "DEFAULT"
  ]
}