Amazon MediaLive · JSON Structure

Medialive Api Temporal Filter Settings Structure

Temporal Filter Settings

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

PostFilterSharpening Strength

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-temporal-filter-settings-structure.json",
  "name": "TemporalFilterSettings",
  "type": "object",
  "description": "Temporal Filter Settings",
  "properties": {
    "PostFilterSharpening": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemporalFilterPostFilterSharpening"
        },
        {
          "xml": {
            "name": "postFilterSharpening"
          },
          "description": "If you enable this filter, the results are the following:\n- If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.\n- If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR."
        }
      ]
    },
    "Strength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemporalFilterStrength"
        },
        {
          "xml": {
            "name": "strength"
          },
          "description": "Choose a filter strength. We recommend a strength of 1 or 2. A higher strength might take out good information, resulting in an image that is overly soft."
        }
      ]
    }
  }
}