← Back to team overview

openshot.developers team mailing list archive

[Bug 551311] Re: sped up clip crashes openshot during playback

 

Fixed the issue. It was related to mlt not being compiled right. I had
to download sources for mlt and use the below configure command

./configure --enable-gpl --disable-mmx --avformat-swscale -avformat-
ldextra=-lmp3lame -lfaad -lfaac -lxvidcore -lx264 -lvorbis -ltheora
-lvorbisenc -logg -lbz2 --debug --swig-languages=python

Please note that if you already have mlt installed on the system please
remove it before doing make install. Otherwise the updated libraries
won't load.

Also the make for mlt does not install the libraries to the right place.
Copy mlt.i mlt.py mlt.pyc and _mlt.so in mlt-version/src/swig/python/ to
your python directory (such as /usr/lib/python2.6/).

-- 
sped up clip crashes openshot during playback
https://bugs.launchpad.net/bugs/551311
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: New

Bug description:
Using OpenShot 1.1.1 on Gentoo amd64 using ebuild found here: http://bugs.gentoo.org/283673

When changing the playback speed of clips to other than normal and attempting to play a preview of the timeline, openshot crashes when reaching the modified speed clip. Have only tried speeding up yet - can't confirm on slow down.

Changing playback speed property then saving results in being unable to remove or restore playback speed of the clips in question - right click on the clip crashes openshot again.





References