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

DolbyVisionProfile

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

Required when you enable Dolby Vision. Use Profile 5 to include frame-interleaved Dolby Vision metadata in your output. Your input must include Dolby Vision metadata or an HDR10 YUV color space. Use Profile 8.1 to include frame-interleaved Dolby Vision metadata and HDR10 metadata in your output. Your input must include Dolby Vision metadata.

type DolbyVisionProfile = "PROFILE_5" | "PROFILE_8_1" | cmnP.UnexpectedEnumValue;

§Type

§
"PROFILE_5" | "PROFILE_8_1" | cmnP.UnexpectedEnumValue
[src]