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

Deblock

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

Deblock preprocessing configuration. Note: This configuration is not supported.

interface Deblock {
enabled?: boolean;
strength?: number;
}

§Properties

§
enabled?: boolean
[src]

Enable deblocker. The default is false.

§
strength?: number
[src]

Set strength of the deblocker. Enter a value between 0 and 1. The higher the value, the stronger the block removal. 0 is no deblocking. The default is 0.