Kdenlive/Redesign: Difference between revisions
< Kdenlive
(Created page with "== Redesign Ideas == This place is designed to allow discussions about improving Kdenlive for the 1.0 version. == Managing Project Clips == * Make it possible to add effects...") |
|||
Line 4: | Line 4: | ||
== Managing Project Clips == | == Managing Project Clips == | ||
* Make it possible to add effects to project clips. For example, you could add a color correction effect. Then, all occurences of the clip in timeline will have that effect, and a change to the effect will directly be reflected in timeline clips. The plan is to allow editing of project clips. Triggering the editing will open a new Timeline view with the clip, and the user can then drop and adjust effects in this timeline like in the project timeline. | * Make it possible to add effects to project clips. For example, you could add a color correction effect. Then, all occurences of the clip in timeline will have that effect, and a change to the effect will directly be reflected in timeline clips. The plan is to allow editing of project clips. Triggering the editing will open a new Timeline view with the clip, and the user can then drop and adjust effects in this timeline like in the project timeline. - JBM | ||
== Title Widget == | == Title Widget == | ||
* The titler's code is currently quite broken and hard to fix. Using [https://github.com/rectalogic/webvfx webvfx] seems an interesting option, it would allow to create titles using HTML, javascript or QML | * The titler's code is currently quite broken and hard to fix. Using [https://github.com/rectalogic/webvfx webvfx] seems an interesting option, it would allow to create titles using HTML, javascript or QML |
Revision as of 12:18, 6 June 2013
Redesign Ideas
This place is designed to allow discussions about improving Kdenlive for the 1.0 version.
Managing Project Clips
- Make it possible to add effects to project clips. For example, you could add a color correction effect. Then, all occurences of the clip in timeline will have that effect, and a change to the effect will directly be reflected in timeline clips. The plan is to allow editing of project clips. Triggering the editing will open a new Timeline view with the clip, and the user can then drop and adjust effects in this timeline like in the project timeline. - JBM
Title Widget
- The titler's code is currently quite broken and hard to fix. Using webvfx seems an interesting option, it would allow to create titles using HTML, javascript or QML