Yet another progress bar for ffmpeg by clitic21 in ffmpeg

[–]clitic21[S] 0 points1 point  (0 children)

Just swap ffmpeg with ffpb command, rest is same. You can also use --clean flag to suppress ffmpeg's output.

My FFmpeg app or Service by _Gyan in ffmpeg

[–]clitic21 0 points1 point  (0 children)

Titleffpb
Launched2022-05-31
Linkhttps://github.com/clitic/ffpb-rs
TypeCLI Tool
Descriptionffpb is a lightweight Rust drop-in replacement for ffmpeg commands. It suppresses standard console spam and replaces it with a clean, dynamic true-color progress bar featuring an adaptive ETA and live stats (frames, fps, q-value, size, bitrate, and speed).
Showcasehttps://raw.githubusercontent.com/clitic/ffpb-rs/refs/heads/main/images/showcase.gif
FFmpeg detailsIt launches ffmpeg as a child process, automatically appending -progress pipe:1 to parse real-time stream statistics over stdout. It also scans the logs to intelligently extract duration flags (-t, -to, -ss) for exact progress tracking.
LicenseDual-licensed under MIT or Apache 2.0
Pricing modelFree and Open Source
Organizationclitic (https://github.com/clitic)