Quote:
Originally Posted by kovidgoyal
I cannot reproduce either so attach a sample file that shows the problems. (2) is most likely just an issue with limited floating point digits on the durations I can probably increase that, though it is ugly and not really needed for anything.
|
I tried running it again with latest commits and both errors seems to be fixed. But it introduced another error: removing the floating point digits led python to use scientific notation, which is invalid.
Example:
Code:
clipBegin="00:00:15.070294784407906e-05"
P.S.: This
commit broke the window stretch. The help info is not resizable anymore.