UNPKG

@homebridge/camera-utils

Version:

Utilities to simplify homebridge camera plugin development

4 lines 268 B
export declare const defaultFfmpegPath: string; export declare function doesFfmpegSupportCodec(codec: string, ffmpegPath?: string): Promise<boolean>; export declare function isFfmpegInstalled(ffmpegPath?: string): Promise<boolean>; //# sourceMappingURL=ffmpeg.d.ts.map