Amazon MediaLive · JSON Structure

Medialive Api Multiplex Statmux Video Settings Structure

Statmux rate control settings

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

MultiplexStatmuxVideoSettings is a JSON Structure definition published by Amazon MediaLive, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MaximumBitrate MinimumBitrate Priority

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-medialive/refs/heads/main/json-structure/medialive-api-multiplex-statmux-video-settings-structure.json",
  "name": "MultiplexStatmuxVideoSettings",
  "type": "object",
  "description": "Statmux rate control settings",
  "properties": {
    "MaximumBitrate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin100000Max100000000"
        },
        {
          "xml": {
            "name": "maximumBitrate"
          },
          "description": "Maximum statmux bitrate."
        }
      ]
    },
    "MinimumBitrate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin100000Max100000000"
        },
        {
          "xml": {
            "name": "minimumBitrate"
          },
          "description": "Minimum statmux bitrate."
        }
      ]
    },
    "Priority": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative5Max5"
        },
        {
          "xml": {
            "name": "priority"
          },
          "description": "The purpose of the priority is to use a combination of the\\nmultiplex rate control algorithm and the QVBR capability of the\\nencoder to prioritize the video quality of some channels in a\\nmultiplex over others.  Channels that have a higher priority will\\nget higher video quality at the expense of the video quality of\\nother channels in the multiplex with lower priority."
        }
      ]
    }
  }
}