https://bugs.kde.org/show_bug.cgi?id=414006

--- Comment #2 from Bill Robinson <airbagg...@gmail.com> ---
So it looks like just shuffling along these clips they are being removed and
then reinserted.

It appears that Mlt::Playlist::insert_at->mlt_playlist_insert_at is called 360
times and this causes 2,800,000+ calls to mlt_playlist_virtual_refresh and
28,000,000+ calls to mlt_properties_get_data which is where most of the freeze
happens.

This is making kdenlive unusable for me :( 

Is it possible to get a version of that timeline-shuffling spacer tool that
just  changes the start/end properties of the clips instead of
removing/re-adding them, because it seems to be very expensive in MLT.

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to