GNOME Bugzilla – Bug 456297
ZeroDivisionError when rendering a project
Last modified: 2007-10-14 16:55:25 UTC
Please describe the problem: When rendering a project you get a ZeroDivisionError. Steps to reproduce: 1. Start a new project 2. Add a new video to the timeline 3. Start rendering the project Actual results: Traceback (most recent call last):
+ Trace 147565
totaltime = (timediff * float(self.bin.length) / float(position)) - timediff
Expected results: Does this happen every time? yes Other information:
2007-07-13 Edward Hervey <bilboed@bilboed.com> Patch by: Thijs Vermeir <thijsvermeir@gmail.com> * pitivi/ui/mainwindow.py: Fix issues with rendering progress bar.