Home > @infiniteobjects/ffmpeg > countBlackFrames
Count the black frames in a video file
Signature:
export declare function countBlackFrames(filePath: string): Promise<number>;
Parameter | Type | Description |
---|---|---|
filePath | string | Path to the video file |
Returns:
Promise<number>