(Yet another) ffmpeg wrapper that displays progress on a friendly way.
-
As a wrapper
$ ffbar -i in.mp4 out.mp4
-
Piping both
stdout
andstderr
$ ffmpeg -nostdin -stats -progress - -i in.mp4 out.mp4 2>&1 | ffbar
(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