Information about a video that Amazon Rekognition analyzed. Videometadata is returned in every page of paginated responses from a Amazon Rekognition video operation.

interface VideoMetadata {
    Codec?: string;
    ColorRange?: string;
    DurationMillis?: number;
    Format?: string;
    FrameHeight?: number;
    FrameRate?: number;
    FrameWidth?: number;
}

Properties

Codec?: string

Type of compression used in the analyzed video.

ColorRange?: string

A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).

DurationMillis?: number

Length of the video in milliseconds.

Format?: string

Format of the analyzed video. Possible values are MP4, MOV and AVI.

FrameHeight?: number

Vertical pixel dimension of the video.

FrameRate?: number

Number of frames per second in the video.

FrameWidth?: number

Horizontal pixel dimension of the video.