UNPKG

ffmpeg-progress-wrapper

Version:

A simple wrapper that helps with determinng the progress of the ffmpeg conversion

13 lines (12 loc) 285 B
export declare class FFMpegError extends Error { code: number; signal: string; args: string[]; killedByUser: boolean; name: string; } export declare class FFMpegOutOfMemoryError extends FFMpegError { allocated: number; wasUsing: number; name: string; }