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

Mpeg2IntraDcPrecision

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

Use Intra DC precision (Mpeg2IntraDcPrecision) to set quantization precision for intra-block DC coefficients. If you choose the value auto, the service will automatically select the precision based on the per-frame compression ratio.

type Mpeg2IntraDcPrecision =
| "AUTO"
| "INTRA_DC_PRECISION_8"
| "INTRA_DC_PRECISION_9"
| "INTRA_DC_PRECISION_10"
| "INTRA_DC_PRECISION_11"

§Type

§
"AUTO" | "INTRA_DC_PRECISION_8" | "INTRA_DC_PRECISION_9" | "INTRA_DC_PRECISION_10" | "INTRA_DC_PRECISION_11" | cmnP.UnexpectedEnumValue
[src]