Amazon MediaConvert · JSON Structure

Mediaconvert Api Noise Filter Post Temporal Sharpening Strength Structure

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.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

NoiseFilterPostTemporalSharpeningStrength 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-noise-filter-post-temporal-sharpening-strength-structure.json",
  "name": "NoiseFilterPostTemporalSharpeningStrength",
  "type": "string",
  "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.",
  "enum": [
    "LOW",
    "MEDIUM",
    "HIGH"
  ]
}