My current setup uses a virtual pc, and it is quite slow, so I decided to try these proxy clips again. I set my default project to have proxy clips, but they don't seem to work as expected. When starting a new project, I was used to the proxy generation be added to the job queue automatically. I now have to do this by hand, but what is the point of having a default of proxies on if you have to turn them on with a clip by clip basis? Reproducible: Always Steps to Reproduce: 1.Set proxies on by default 2.Start new project 3.Load clips into project monitor Actual Results: Proxy clips not automatically generated. Expected Results: Proxy clips to be automatically generated The proxy clips work fine if manually generated.
Git commit d797d77b661c4f2968e4027d2ce02b007177ef76 by Jean-Baptiste Mardelle. Committed on 27/12/2015 at 21:28. Pushed by mardelle into branch 'Applications/15.12'. Auto-generate proxy clips if they match criteria, correctly en/disable depending on project settings M +45 -3 src/bin/bin.cpp M +2 -0 src/bin/bin.h M +15 -0 src/bin/projectfolder.cpp M +2 -0 src/bin/projectfolder.h M +11 -3 src/doc/kdenlivedoc.cpp M +3 -1 src/doc/kdenlivedoc.h M +1 -2 src/mainwindow.cpp http://commits.kde.org/kdenlive/d797d77b661c4f2968e4027d2ce02b007177ef76
This is working now. Thanks for the quick fix.