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

TimecodeBurnin

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

Settings for burning the output timecode and specified prefix into the output.

interface TimecodeBurnin {
FontSize?: number | null;
Position?: TimecodeBurninPosition | null;
Prefix?: string | null;
}

§Properties

§
FontSize?: number | null
[src]

Use Font Size (FontSize) to set the font size of any burned-in timecode. Valid values are 10, 16, 32, 48.

§
Position?: TimecodeBurninPosition | null
[src]

Use Position (Position) under under Timecode burn-in (TimecodeBurnIn) to specify the location the burned-in timecode on output video.

§
Prefix?: string | null
[src]

Use Prefix (Prefix) to place ASCII characters before any burned-in timecode. For example, a prefix of "EZ-" will result in the timecode "EZ-00:00:00:00". Provide either the characters themselves or the ASCII code equivalents. The supported range of characters is 0x20 through 0x7e. This includes letters, numbers, and all special characters represented on a standard English keyboard.