Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NoiseReducerSpatialFilterSettings

import type { NoiseReducerSpatialFilterSettings } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

Noise reducer filter settings for spatial filter.

interface NoiseReducerSpatialFilterSettings {
PostFilterSharpenStrength?: number | null;
Speed?: number | null;
Strength?: number | null;
}

§Properties

§
PostFilterSharpenStrength?: number | null
[src]

Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.

§
Speed?: number | null
[src]

The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.

§
Strength?: number | null
[src]

Relative strength of noise reducing filter. Higher values produce stronger filtering.