zeh/ffmpeg.app

[Encoder] Show end encoding stats

zeh opened this issue · 1 comments

zeh commented

When the encoding process ends, it spits out additional statistics that we're not using. We need to parse those and expose them to the user.

Example:

video:541kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.633965%
video:3837kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.280976%

Requirements

  • Parse statistics after encoding process finishes, adding them to the encoder job payload
  • Exposes these statistics to the user via the progress bar in a a "finished" state
zeh commented

Implemented by 6db8990.

Image