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

Hdr10Metadata

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

Use these settings to specify static color calibration metadata, as defined by SMPTE ST 2086. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator.

interface Hdr10Metadata {
BluePrimaryX?: number | null;
BluePrimaryY?: number | null;
GreenPrimaryX?: number | null;
GreenPrimaryY?: number | null;
MaxContentLightLevel?: number | null;
MaxFrameAverageLightLevel?: number | null;
MaxLuminance?: number | null;
MinLuminance?: number | null;
RedPrimaryX?: number | null;
RedPrimaryY?: number | null;
WhitePointX?: number | null;
WhitePointY?: number | null;
}

§Properties

§
BluePrimaryX?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

§
BluePrimaryY?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

§
GreenPrimaryX?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

§
GreenPrimaryY?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

§
MaxContentLightLevel?: number | null
[src]

Maximum light level among all samples in the coded video sequence, in units of candelas per square meter. This setting doesn't have a default value; you must specify a value that is suitable for the content.

§
MaxFrameAverageLightLevel?: number | null
[src]

Maximum average light level of any frame in the coded video sequence, in units of candelas per square meter. This setting doesn't have a default value; you must specify a value that is suitable for the content.

§
MaxLuminance?: number | null
[src]

Nominal maximum mastering display luminance in units of of 0.0001 candelas per square meter.

§
MinLuminance?: number | null
[src]

Nominal minimum mastering display luminance in units of of 0.0001 candelas per square meter

§
RedPrimaryX?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

§
RedPrimaryY?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

§
WhitePointX?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.

§
WhitePointY?: number | null
[src]

HDR Master Display Information must be provided by a color grader, using color grading tools. Range is 0 to 50,000, each increment represents 0.00002 in CIE1931 color coordinate. Note that this setting is not for color correction.