(Yet another) ffmpeg wrapper that displays progress on a friendly way.
-
As a wrapper
$ ffbar -i in.mp4 out.mp4 -
Piping both
stdoutandstderr$ ffmpeg -nostdin -stats -progress - -i in.mp4 out.mp4 2>&1 | ffbar
| Name | Name | Last commit date | ||
|---|---|---|---|---|
(Yet another) ffmpeg wrapper that displays progress on a friendly way.
As a wrapper
$ ffbar -i in.mp4 out.mp4
Piping both stdout and stderr
$ ffmpeg -nostdin -stats -progress - -i in.mp4 out.mp4 2>&1 | ffbar