close
The Wayback Machine - https://web.archive.org/web/20200525161710/https://github.com/althonos/ffpb
Skip to content
A progress bar for ffmpeg. Yay !
Python
Branch: master
Clone or download

README.rst

ffpb stars

Not smart. Not comprehensive. Not guaranteed to work.

Source PyPI Travis Format License Changelog Downloads

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

https://github.com/althonos/ffpb/raw/master/static/showcase.v1.gif

(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 ffpb

Alternatively, download a development version from the GitHub master branch:

$ pip install https://github.com/althonos/ffpb/archive/master.zip

Or if you use an Arch-based distro, download from the AUR

You can’t perform that action at this time.