sidneys / ffmpeg-progressbar-cli

A colored progress bar for FFmpeg.
https://npmjs.com/package/ffmpeg-progressbar-cli
MIT License
210 stars 22 forks source link

Double ffmpeg process was being created when receiving multiple onDat… #8

Open LeandroDG opened 5 years ago

LeandroDG commented 5 years ago

Running in Windows I got 2 main task processes started as multiple onData calls were executed. This change makes sure that the main task only gets started once.

LeandroDG commented 5 years ago

Is it possible to get this reviewed and merged? Thanks!

sebastienvercammen commented 4 years ago

This issue still persists. The CLI runs ffmpeg twice.

It also shows negative ETA times, and was jumping from -7h to +8h on every update, so the times were wildly inaccurate.

CC @sidneys What's the status on this repository? Should it be archived?