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

H265ParControl

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

Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.

type H265ParControl = "INITIALIZE_FROM_SOURCE" | "SPECIFIED" | cmnP.UnexpectedEnumValue;

§Type

§
"INITIALIZE_FROM_SOURCE" | "SPECIFIED" | cmnP.UnexpectedEnumValue
[src]