NoiseReducerTemporalFilterSettings

Noise reducer filter settings for temporal filter.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AggressiveMode object
PostTemporalSharpening object
PostTemporalSharpeningStrength object
Speed object
Strength object
View JSON Schema on GitHub

JSON Schema

mediaconvert-api-noise-reducer-temporal-filter-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-noise-reducer-temporal-filter-settings-schema.json",
  "title": "NoiseReducerTemporalFilterSettings",
  "description": "Noise reducer filter settings for temporal filter.",
  "type": "object",
  "properties": {
    "AggressiveMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max4"
        },
        {
          "xml": {
            "name": "aggressiveMode"
          },
          "description": "Use Aggressive mode for content that has complex motion. Higher values produce stronger temporal filtering. This filters highly complex scenes more aggressively and creates better VQ for low bitrate outputs."
        }
      ]
    },
    "PostTemporalSharpening": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NoiseFilterPostTemporalSharpening"
        },
        {
          "xml": {
            "name": "postTemporalSharpening"
          },
          "description": "When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening (postTemporalSharpening) to apply sharpening to the edges of your output. Note that Post temporal sharpening will also make the bandwidth reduction from the Noise reducer smaller. The default behavior, Auto (AUTO), allows the transcoder to determine whether to apply sharpening, depending on your input type and quality. When you set Post temporal sharpening to Enabled (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (postTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening."
        }
      ]
    },
    "PostTemporalSharpeningStrength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NoiseFilterPostTemporalSharpeningStrength"
        },
        {
          "xml": {
            "name": "postTemporalSharpeningStrength"
          },
          "description": "Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening."
        }
      ]
    },
    "Speed": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMinNegative1Max3"
        },
        {
          "xml": {
            "name": "speed"
          },
          "description": "The speed of the filter (higher number is faster). Low setting reduces bit rate at the cost of transcode time, high setting improves transcode time at the cost of bit rate."
        }
      ]
    },
    "Strength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integerMin0Max16"
        },
        {
          "xml": {
            "name": "strength"
          },
          "description": "Specify the strength of the noise reducing filter on this output. Higher values produce stronger filtering. We recommend the following value ranges, depending on the result that you want: * 0-2 for complexity reduction with minimal sharpness loss * 2-8 for complexity reduction with image preservation * 8-16 for a high level of complexity reduction"
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mediaconvert-api-noise-reducer-temporal-filter-settings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.