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

DeinterlacerMode

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

Use Deinterlacer (DeinterlaceMode) to choose how the service will do deinterlacing. Default is Deinterlace. - Deinterlace converts interlaced to progressive. - Inverse telecine converts Hard Telecine 29.97i to progressive 23.976p. - Adaptive auto-detects and converts to progressive.

type DeinterlacerMode =
| "DEINTERLACE"
| "INVERSE_TELECINE"
| "ADAPTIVE"

§Type

§
"DEINTERLACE" | "INVERSE_TELECINE" | "ADAPTIVE" | cmnP.UnexpectedEnumValue
[src]