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

Deinterlace

import type { Deinterlace } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Deinterlace configuration for input video.

interface Deinterlace {
bwdif?: BwdifConfig;
yadif?: YadifConfig;
}

§Properties

§

Specifies the Bob Weaver Deinterlacing Filter Configuration.

§

Specifies the Yet Another Deinterlacing Filter Configuration.