openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #03842
[Bug 551311] Re: sped up clip crashes openshot during playback
I found out that if you change the speed of a clip, apply the settings,
and then try to go back into the properties it crashes. After using a
lot of print statements I found the call that causes the problem:
In classes/video.py the last call to "self.c.start()" in the function load_xml crashes.
At the beginning of load_xml we have 'self.c = mlt.Consumer( self.profile, "avformat", export_path)'.
I'll investigate more tomorrow.
--
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