We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1ee27cc
Added progress callback function, that can be used like this:
ffmpeg.onProgress((frames: number) => { // Number of frames that have been rendered in total console.log('Frame=', frames); });