how to use this on windows
alexonpeace opened this issue · comments
Alex commented
how to use this on windows
Deleted user commented
As per the installation on the main page you install it by running npm install --global ffmpeg-progressbar-cli
in the console...you will need to have installed nodeJS first.
Then you can run the program by using ffmpeg-bar instead of ffmpeg. For example ffmpeg -i input.avi output.mp4
would become ffmpeg-bar -i input.avi output.mp4