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

Mpeg2SceneChangeDetect

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

Enable this setting to insert I-frames at scene changes that the service automatically detects. This improves video quality and is enabled by default.

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

§Type

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