The clip monitor has a "split view" icon in its tool bar along its bottom. In contrast, the project monitor doesn't have a "split view" icon it its tool bar. For reasons of similarity and thus user expectation wouldn't it be better to have the same tool icons in both monitor as long as they make sense in a particular monitor? Reproducible: Always
This bug is related to https://bugs.kde.org/show_bug.cgi?id=356314, yet not the same. As "split view" in project monitor has been renamed to "multitrack view", this should get a different icon anyway. I'm renaming this bug report to clearify the situation: please provide also a split view in the project monitor in the same way the clip monitor works: showing both side-by-side the rendered output without any effect as well as with all effects applied.
An implementation hurdle may be that split view in project monitor needs two rendering flows: one without any effects, and the one with all effects.
Git commit 061d6b2a34f1df054e8373bb2db227f5527a3e99 by Jean-Baptiste Mardelle. Committed on 19/02/2016 at 13:48. Pushed by mardelle into branch 'master'. Move split effect feature from monitor to effect stack, now also works in timeline M +34 -1 src/effectstack/effectstackview2.cpp M +9 -6 src/effectstack/effectstackview2.h M +17 -0 src/mainwindow.cpp M +3 -0 src/mainwindow.h M +72 -73 src/monitor/monitor.cpp M +8 -6 src/monitor/monitor.h M +11 -2 src/project/effectsettings.cpp M +2 -0 src/project/effectsettings.h M +4 -0 src/project/projectmanager.cpp M +14 -0 src/timeline/customtrackview.cpp M +3 -0 src/timeline/customtrackview.h M +68 -8 src/timeline/timeline.cpp M +8 -0 src/timeline/timeline.h http://commits.kde.org/kdenlive/061d6b2a34f1df054e8373bb2db227f5527a3e99
Jean-Baptiste, this way too cool! Works like a charm. Just tried it on an existing project and this is really a great Kdenlive improvement. Thank you very much for implementing this!
Can be closed now; works great!