zeh/ffmpeg.app

Formatting "file size" for stats

zeh opened this issue · 1 comments

zeh commented

We're currently showing the size as it comes (e.g. "1234kB") in the progress var. We need to format it properly ("1,234kB", or "1.23mB", or something). We might need context-sensitive formattings.

Requirements

  • Create custom formatting functions for this use case and others
  • Display user-friendly sizes in the progress bar
zeh commented

Implemented in f7a046b.