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

H265Telecine

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

This field applies only if the Streams > Advanced > Framerate (framerate) field is set to 29.970. This field works with the Streams > Advanced > Preprocessors > Deinterlacer field (deinterlace_mode) and the Streams > Advanced > Interlaced Mode field (interlace_mode) to identify the scan type for the output: Progressive, Interlaced, Hard Telecine or Soft Telecine. - Hard: produces 29.97i output from 23.976 input. - Soft: produces 23.976; the player converts this output to 29.97i.

type H265Telecine =
| "NONE"
| "SOFT"
| "HARD"

§Type

§
"NONE" | "SOFT" | "HARD" | cmnP.UnexpectedEnumValue
[src]