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

H265SceneChangeDetect

import type { H265SceneChangeDetect } 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. If this output uses QVBR, choose Transition detection (TRANSITION_DETECTION) for further video quality improvement. For more information about QVBR, see https://docs.aws.amazon.com/console/mediaconvert/cbr-vbr-qvbr.

type H265SceneChangeDetect =
| "DISABLED"
| "ENABLED"
| "TRANSITION_DETECTION"

§Type

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