ffpb 
Not smart. Not comprehensive. Not guaranteed to work.
ffpb is an FFmpeg progress formatter. It will attempt to display a nice
progress bar in the output, based on the raw ffmpeg output, as well as an
adaptative ETA timer.
Showcase
(yes, my laptop can't encode shit)
Usage
ffpb is is not even self-aware. Any argument given to the ffpb command
is transparently given to the ffmpeg binary on your system, without any form
of validation. So if you know how to use the FFmpeg CLI, you know how to use
ffpb !
Installation
Install from PyPI:
$ pip install --user ffpbAlternatively, download a development version from the GitHub master branch:
$ pip install https://github.com/althonos/ffpb/archive/master.zipOr if you use an Arch-based distro, download from the AUR


