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

InputSampleRange

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

If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the default value, Follow (FOLLOW), for this setting. When you do, the service automatically detects your input sample range. If your input video has metadata indicating the wrong sample range, specify the accurate sample range here. When you do, MediaConvert ignores any sample range information in the input metadata. Regardless of whether MediaConvert uses the input sample range or the sample range that you specify, MediaConvert uses the sample range for transcoding and also writes it to the output metadata.

type InputSampleRange =
| "FOLLOW"
| "FULL_RANGE"
| "LIMITED_RANGE"

§Type

§
"FOLLOW" | "FULL_RANGE" | "LIMITED_RANGE" | cmnP.UnexpectedEnumValue
[src]