Amazon MediaConvert · JSON Structure

Mediaconvert Api Bandwidth Reduction Filter Sharpening Structure

Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

BandwidthReductionFilterSharpening 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-bandwidth-reduction-filter-sharpening-structure.json",
  "name": "BandwidthReductionFilterSharpening",
  "type": "string",
  "description": "Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter.  Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.",
  "enum": [
    "LOW",
    "MEDIUM",
    "HIGH",
    false
  ]
}