GNOME Bugzilla – Bug 637079
Estimate the output filesize during render
Last modified: 2013-09-08 17:48:16 UTC
The rendering progress dialog has placeholder labels for the estimated output filesize and the current rendering speed in frames per second, but those are not calculated.
For frames per second, maybe http://www.gstreamer.net/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-fpsdisplaysink.html could be used.
Filesize estimates implemented by commits a568665b to d7fc665. Framerate estimates don't matter to me now, so I'll consider this fixed.