FfmpegProgress::ProgressBar
Constants
Right-padded 5-char speed slot so prefix width stays stable across updates: "0.04x", "1.23x", "12.5x", " 47x", " 425x", " -".
Instance methods
Most recent smoothed encoding speed reported by ffmpeg, in seconds of output produced per second of wall time (e.g. 2.2 == "2.2x"). nil until ffmpeg emits its first speed sample.
Most recent smoothed encoding speed reported by ffmpeg, in seconds of output produced per second of wall time (e.g. 2.2 == "2.2x"). nil until ffmpeg emits its first speed sample.
Smoothing factor for the EMA on speed. Smaller = smoother but slower
to react; 0.3 is a reasonable compromise on ffmpeg's ~0.5s cadence.
Smoothing factor for the EMA on speed. Smaller = smoother but slower
to react; 0.3 is a reasonable compromise on ffmpeg's ~0.5s cadence.