[Openshot.developers] [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 OpenShot Developers, which is subscribed to openshot in Ubuntu. https://bugs.launchpad.

[Openshot.developers] [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

[Openshot.developers] [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 e

[Openshot.developers] [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 notificatio

[Openshot.developers] [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 OpenShot Developers, which is subscribed to openshot in

[Openshot.developers] [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 = s

[Openshot.developers] [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 OpenShot Developers, which is subscribed to openshot in Ubuntu. https://bugs.launchpad.net/bugs/927755 Title: Dragging vi

[Openshot.developers] [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 OpenSho

[Openshot.developers] [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 OpenShot Developers, which is subscribed to openshot in Ubuntu. https://bugs.launchpad.net/bugs/927755

[Openshot.developers] [Bug 927755] [NEW] Dragging video to timeline eats RAM

2012-02-06 Thread Alan Pope
Public bug reported: I made a little demo video which is 15M .mkv containing h264/FLAC encoded. Import into openshot and then drag to the timeline. Computer freezes up as OpenShot eats all available memory and swap and eventually gets killed by the kernel OOM killer. ProblemType: Bug DistroRelea

[Openshot.developers] Version 1.4.2 Accepted into Debian!

2012-02-06 Thread Jonathan Thomas
Hi everyone! Just a quick note to let you know version 1.4.2 has been uploaded into Debian unstable, thanks to José Rodríguez, our Debian sponsor. Also, the source code for 1.4.2 is available here (if you are interested in packaging OpenShot for another distro): http://launchpad.net/openshot/1.4/

[Openshot.developers] [Bug 792416] Re: Images don't show up in help (on yelp version 3+)

2012-02-06 Thread Andy Finch
** Changed in: openshot Status: Fix Committed => Fix Released ** Changed in: openshot (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of OpenShot Developers, which is subscribed to openshot in Ubuntu. https://bugs.launch