← Back to team overview

openshot.developers team mailing list archive

[Bug 448815] Re: Exception handling needs defaults other than just crashing

 

The root problem here is MLT passes all of these export settings to
FFmpeg, which has an unhandled exception.  This immediately kills the
Python interpreter, and thus there is no way for me to handle the error.
We need to have a list of "valid" export combinations (which is what we
are trying to do with our simple export settings).  We'll revisit this
topic soon.  Thanks.

-- 
Exception handling needs defaults other than just crashing
https://bugs.launchpad.net/bugs/448815
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: Confirmed

Bug description:
The terminal output gave me a "floating point exception" when trying to export with the settings shown in the attachment.

Similar to bug 395703.  I suppose because these are "advanced" settings, it's up to the user not to attempt invalid combinations, but at the very least it would be nice if OpenShot failed gracefully, with a pop-up alert rather than crashing entirely.

Ubuntu 9.04 32-bit
OpenShot 0.9.43



References