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

TemporalFilterSettings

import type { TemporalFilterSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Temporal Filter Settings

interface TemporalFilterSettings {
PostFilterSharpening?: TemporalFilterPostFilterSharpening | null;
Strength?: TemporalFilterStrength | null;
}

§Properties

§
PostFilterSharpening?: TemporalFilterPostFilterSharpening | null
[src]

If you enable this filter, the results are the following:

  • If the source content is noisy (it contains excessive digital artifacts), the filter cleans up the source.
  • If the source content is already clean, the filter tends to decrease the bitrate, especially when the rate control mode is QVBR.
§
Strength?: TemporalFilterStrength | null
[src]

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.