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

PreprocessingConfig

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

Preprocessing configurations.

interface PreprocessingConfig {
audio?: Audio;
color?: Color;
crop?: Crop;
deblock?: Deblock;
deinterlace?: Deinterlace;
denoise?: Denoise;
pad?: Pad;
}

§Properties

§
audio?: Audio
[src]

Audio preprocessing configuration.

§
color?: Color
[src]

Color preprocessing configuration.

§
crop?: Crop
[src]

Specify the video cropping configuration.

§
deblock?: Deblock
[src]

Deblock preprocessing configuration.

§
deinterlace?: Deinterlace
[src]

Specify the video deinterlace configuration.

§
denoise?: Denoise
[src]

Denoise preprocessing configuration.

§
pad?: Pad
[src]

Specify the video pad filter configuration.