Difference between revisions of "SoC 2009/Enhancing VLMC"
Jump to navigation
Jump to search
Chouquette (talk | contribs) (→Tasks) |
Chouquette (talk | contribs) |
||
Line 7: | Line 7: | ||
The aim of this project is to provide a functionnal workflow for the VLMC project, including the transition and effects API, in order to allow external developpers to create new effects. | The aim of this project is to provide a functionnal workflow for the VLMC project, including the transition and effects API, in order to allow external developpers to create new effects. | ||
At the moment, VLMC isn't abble to generate a video output. After this summer, it (hopefully) will :) | At the moment, VLMC isn't abble to generate a video output. After this summer, it (hopefully) will :) | ||
+ | |||
+ | The workflow consists of 5 differents workflows : | ||
+ | * The main workflow | ||
+ | * The clip workflow | ||
+ | * The track workflow | ||
+ | * The effects workflow | ||
+ | * The transition workflow | ||
+ | |||
+ | Basically, the main workflow will query the track workflow, which will query the clip workflow for each clip contained in the so called track. | ||
+ | Transitions and effect workflow will query transition and effects modules at different points, from the precedently described workflows. | ||
== Tasks == | == Tasks == | ||
Line 18: | Line 28: | ||
==Timeline== | ==Timeline== | ||
+ | |||
+ | == Contact == | ||
+ | |||
+ | == Repository == |
Revision as of 20:47, 20 May 2009
This project is part of Google Summer of Code 2009.
|
Enhancing VLMC
Abstract
The aim of this project is to provide a functionnal workflow for the VLMC project, including the transition and effects API, in order to allow external developpers to create new effects. At the moment, VLMC isn't abble to generate a video output. After this summer, it (hopefully) will :)
The workflow consists of 5 differents workflows :
- The main workflow
- The clip workflow
- The track workflow
- The effects workflow
- The transition workflow
Basically, the main workflow will query the track workflow, which will query the clip workflow for each clip contained in the so called track. Transitions and effect workflow will query transition and effects modules at different points, from the precedently described workflows.
Tasks
Task name | End date | Dependencies | Status | |
---|---|---|---|---|
Clip workflow | 06-06-09 | Requires a functional preview widget | Almost done |