[Kdenlive-devel] kdenlive proxy clip settings

Simon A. Eugster simon.eu at gmail.com
Wed Aug 31 14:16:09 UTC 2011



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




More information about the Kdenlive mailing list