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

MotionImageInsertionOffset

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

Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.

interface MotionImageInsertionOffset {
ImageX?: number | null;
ImageY?: number | null;
}

§Properties

§
ImageX?: number | null
[src]

Set the distance, in pixels, between the overlay and the left edge of the video frame.

§
ImageY?: number | null
[src]

Set the distance, in pixels, between the overlay and the top edge of the video frame.