stack

Home > @infiniteobjects/ffmpeg > countBlackFrames

countBlackFrames() function

Count the black frames in a video file

Signature:

export declare function countBlackFrames(filePath: string): Promise<number>;

Parameters

Parameter Type Description
filePath string Path to the video file

Returns:

Promise<number>