Bug 368886 - git master 2016-09-16: Proxy clips not reused between projects
Summary: git master 2016-09-16: Proxy clips not reused between projects
Status: RESOLVED NOT A BUG
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-16 08:01 UTC by Evert Vorster
Modified: 2016-09-30 09:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2016-09-16 08:01:07 UTC
I just noticed that whenever I re-use a clip that I already have a proxy for in another project, the proxy is re-rendered. 
This is painfully slow and wasteful of CPU resources. Would it not be simpler to go look through all the other projects cache and see if a proxy already exists, and just copy the thing?

Also, if I wanted to delete all proxies from all projects, do I have to open each project on it's own and clear the cache, or is there a global option?

Reproducible: Always
Comment 1 Jean-Baptiste Mardelle 2016-09-16 10:29:58 UTC
No, proxy clips are shared. But the proxy name depends on the proxy profile. So if in your first project, you have 720px height in the proxy setting, and in your second project you have 240px height, the proxy will be recreated. However if you use same proxy profile in both projects, the proxy clip will be reused. Please check the proxy setting of your projects to confirm the problem.
Comment 2 Evert Vorster 2016-09-30 09:59:53 UTC
Yup, see that proxies are actually shared.