openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #05349
[Bug 691396] Re: OpenShot crashes on importing camstudio videos
The segfault appears to be coming from MLT (the video library Openshot
uses) - as you say the melt player segfaults when you try and play your
file. Openshot depends on MLT/ffmpeg for video file support. There is no
code in Openshot regarding video file compatibility. I would guess the
segfault occurring on import is due to the call to MLT to extract some
properties of the file and the initial frame for the thumbnail.
In short, there is nothing that can be fixed in Openshot to enable
playback of this file.
--
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/691396
Title:
OpenShot crashes on importing camstudio videos
Status in OpenShot Video Editor:
New
Bug description:
I am trying to edit screen captures made using CamStudio on windows.
This video plays fine with ffplay.
melt segfaults if you try to play it.
OpenShot segfaults if you try to import it.
Here are the details from ffmpeg about my video:
Input #0, avi, from 'openshot_website.avi':
Duration: 00:00:02.00, start: 0.000000, bitrate: 5109 kb/s
Stream #0.0: Video: camstudio, rgb32, 1005x721, 30 tbr, 30 tbn, 30 tbc
This is on Ubuntu 10.04 with OpenShot 1.2.2 installed via PPA.
References