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

JobWatermark

import type { JobWatermark } from "https://aws-api.deno.dev/v0.3/services/elastictranscoder.ts?docs=full";

Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

interface JobWatermark {
Encryption?: Encryption | null;
InputKey?: string | null;
PresetWatermarkId?: string | null;
}

§Properties

§
Encryption?: Encryption | null
[src]

The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

§
InputKey?: string | null
[src]

The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

§
PresetWatermarkId?: string | null
[src]

The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.