[Bug 927755] Re: Dragging video to timeline eats RAM

2013-08-21 Thread pierre.cheu...@gmail.com
** Branch unlinked: lp:openshot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927755 Title: Dragging video to timeline eats RAM To manage notifications about this bug go to:

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-04-16 Thread Andy Finch
** Changed in: openshot (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927755 Title: Dragging video to timeline eats RAM To manage notifications

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-04-16 Thread Launchpad Bug Tracker
** Branch linked: lp:openshot -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927755 Title: Dragging video to timeline eats RAM To manage notifications about this bug go to:

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-07 Thread Alan Pope
Ok so it looks like the issue with the duration is bug 925238 in kazam which is fixed in trunk. I was using limblt 0.7.6 ii libmlt40.7.6+git20111 multimedia framework (runtime) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-07 Thread Alistair Buxton
same. 0.7.6+git20111222-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927755 Title: Dragging video to timeline eats RAM To manage notifications about this bug go to:

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-07 Thread Cenwen
Try to test with the last version of MLT (0.7.7) See here how to get the last : https://answers.launchpad.net/openshot/+faq/1861 libavcodec53 4:0.8-1ubuntu2~ppa~precise4 libavdevice53 4:0.8-1ubuntu2~ppa~precise4 libavformat53 4:0.8-1ubuntu2~ppa~precise4 libavutil51 4:0.8-1ubuntu2~ppa~precise4 It

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Alan Pope
** Attachment added: openshot_test.mkv https://bugs.launchpad.net/bugs/927755/+attachment/2719980/+files/openshot_test.mkv -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927755 Title: Dragging

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Alistair Buxton
Confirmed. Resident memory usage hit 11GB within 2 seconds here. It happens as soon as you start dragging the file, and not when you drop it on the timeline. ** Changed in: openshot (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Alistair Buxton
Correction: it happens when you drag the video over the timeline, but before you release the mouse button. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927755 Title: Dragging video to timeline

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Alistair Buxton
Traceback (most recent call last): File /usr/lib/pymodules/python2.7/openshot/windows/MainGTK.py, line 1160, in motion_cb self.motion_file_drag(wid, context, x, y, time) File /usr/lib/pymodules/python2.7/openshot/windows/MainGTK.py, line 1223, in motion_file_drag self.new_clip =

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Alistair Buxton
This is happening because openshot thinks the clip is approximately 2.5 years long. Clip() constructor is being called with end_time = 71654371.0216 (seconds, ie 800 days) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Andy Finch
So what happens if you double click the clip while it is in the project files tree? Can you follow the guide here: https://answers.launchpad.net/openshot/+faq/983 Hopefully from that we can find out whether the problem can be traced to either ffmpeg or MLT. -- You received this bug

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Andy Finch
What is the source of this file? I've tried it on Openshot 1.4.2 and it doesn't eat all the memory, it gets imported as a zero length file. MLT (melt) shows the message [matroska @ 0x8620be0]Estimating duration from bitrate, this may be inaccurate. FFMpeg shows: [matroska @ 0x91680e0]Unknown

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Alistair Buxton
This error is happening because libmlt is claiming that the video file is -1 frames long. That is, self.p.get_length() in the thumbnailer is returning 0x7fff for this file. Suggest perhaps an assert(self.p.get_length() 0x7fff) in the thumbnailer, this causes openshot to gracefully reject

[Bug 927755] Re: Dragging video to timeline eats RAM

2012-02-06 Thread Andy Finch
Is this with version 0.7.4 of MLT? Can you try with 0.7.6, available when you add this PPA: sudo add-apt-repository ppa:sunab/kdenlive-release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927755