Interface VideoStoryboard

Describes a storyboard for a video.

interface VideoStoryboard {
    @type: "videoStoryboard";
    height: number;
    map_file: File;
    storyboard_file: File;
    width: number;
}

Properties

@type: "videoStoryboard"
height: number

Height of a tile.

map_file: File

File that describes mapping of position in the video to a tile in the JPEG file.

storyboard_file: File

A JPEG file that contains tiled previews of video.

width: number

Width of a tile.