zeh/ffmpeg.app

Formatting "time" for stats

zeh opened this issue · 1 comments

zeh commented

We're currently showing the number of seconds as they are (e.g. "71.2 sec") in the progress var. We need to format it properly ("1m:11.2s", or "00:01:11s", or something). We might need context-sensitive formattings.

Blocks #12.

Requirements

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

Implemented in 3c12bf7.