On Tue, Sep 29, 2009 at 7:42 AM, Felix Hammer <[email protected]> wrote:
> Am Dienstag 29 September 2009 09:53:58 schrieb jb:
>> If I remember correctly, in your project most of the clips were not used in
>>  timeline. That can make a big difference. In Kdenlive, we load all clip
>>  that are in the project tree, while only the used clips are in the MLT
>>  playlist. That might explain the difference in opening time... Can you
>>  check how many clips are used / not used (info can easily be found in
>>  Kdenlive svn: menu Project -> Project Settings -> Project Files
>
> Yes you are right:
>
> Clips used in project 28 --> 3.8 GB
> Unused clips 92 --> 16GB
>
> I think this  explains the difference.

Yes, that is big factor, but not the only. Put your 92+28 clips in a
folder or make symlinks to them in a folder. Then:

$ melt folder/* -consumer xml:test.mlt

creates a mlt-xml file containing all of the clips. Now, measure the
loading time:

$ time melt test.mlt -consumer null terminate_on_pause=1

--
+-DRD-+

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Kdenlive-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to