Interface VideoGenerationMask

A mask for video generation.

interface VideoGenerationMask {
    image?: Image;
    maskMode?: VideoGenerationMaskMode;
}

Properties

Properties

image?: Image

The image mask to use for generating videos.

Describes how the mask will be used. Inpainting masks must match the aspect ratio of the input video. Outpainting masks can be either 9:16 or 16:9.