On 03.08.2011 11:45, Mikko Rapeli wrote:
> On Wed, Aug 03, 2011 at 11:26:23AM +0400, Alexandre Prokoudine wrote:
>> Proxies will be created for clips that are larger than 1000px. This is
>> all configurable.
>
> Maybe my question was poorly formatted, what is this pixel size? Widht, height
> or width times height?

According to projectlist.cpp:1704 it is either width or height (if any of 
them is > the specified size, the proxy will be created):
if ((((t == AV || t == VIDEO || t == PLAYLIST) && generateProxy()) || (t == 
IMAGE && generateImageProxy())) && (size.section('x', 0, 0).toInt() > 
maxSize || size.section('x', 1, 1).toInt() > maxSize)) {

Simon

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Kdenlive-devel mailing list
Kdenlive-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to