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

InputDeblockFilter

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

Enable Deblock (InputDeblockFilter) to produce smoother motion in the output. Default is disabled. Only manually controllable for MPEG2 and uncompressed video inputs.

type InputDeblockFilter = "ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue;

§Type

§
"ENABLED" | "DISABLED" | cmnP.UnexpectedEnumValue
[src]