sidneys / ffmpeg-progressbar-cli

A colored progress bar for FFmpeg.

Home Page:https://npmjs.com/package/ffmpeg-progressbar-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use this on windows

alexonpeace opened this issue · comments

commented

how to use this on windows

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