Difference between revisions of "SoC 2009/Enhancing VLMC"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 22: Line 22:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
! Task name !! End date !! Dependencies !! Status
 
! Task name !! End date !! Dependencies !! Status
|- style="background-color: #999900"
+
|- style="background-color: #33FF33"
| Clip workflow || 06-06-09 || Requires a functional preview widget, and a basic timeline || Almost done
+
| Clip workflow || 06-06-09 || Requires a functional preview widget, and a basic timeline || Completed
|- style="background-color: #990000"
+
|- style="background-color: #33FF33"
| Tracks workflow || 13-06-09 || Requires a functionnal Clip workflow || Not started yet
+
| Tracks workflow || 13-06-09 || Requires a functionnal Clip workflow || Completed (Without track editing capabilities)
|- style="background-color: #990000"
+
|- style="background-color: #33FF33"
| Main workflow || 04-07-09 || Requires a functionnal Track workflow || Not started yet
+
| Main workflow || 04-07-09 || Requires a functionnal Track workflow || Completed
 
|- style="background-color: #990000"
 
|- style="background-color: #990000"
 
| Effect and Transition API || 25-07-09 || Requires lots of conception :p || Not started yet
 
| Effect and Transition API || 25-07-09 || Requires lots of conception :p || Not started yet
Line 38: Line 38:
  
 
==Timeline==
 
==Timeline==
 
From 19-06 to 01-07 : Some small vacations :)
 
 
This will need a bit of a formating work ;)
 
  
 
'''May 26''' Here we go !
 
'''May 26''' Here we go !
Line 48: Line 44:
  
 
'''June 13''' Functionnal track workflow
 
'''June 13''' Functionnal track workflow
 +
 +
'''June 19''' Some small vacation
 +
 +
'''July 01''' Let's get back coding !
  
 
'''July 04''' Main workflow
 
'''July 04''' Main workflow
Line 55: Line 55:
 
'''July 07''' Mid term evaluation
 
'''July 07''' Mid term evaluation
  
'''July 25'' Effect and transition API
+
'''July 25''' Effect and transition API
  
 
'''August 01''' Functionnal effect workflow
 
'''August 01''' Functionnal effect workflow
Line 69: Line 69:
 
== Contact ==
 
== Contact ==
  
I blog [http://www.mustelidae.fr here] and you can contact me at beauze.h@gmail.com :)
+
I blog [http://www.mustelVLMC websitidae.fr here] and you can contact me at beauze.h@gmail.com :)
  
 
== Repository ==
 
== Repository ==
  
 
You can find the VLMC Git repository [http://github.com/VLMC/vlmc/tree/master here]
 
You can find the VLMC Git repository [http://github.com/VLMC/vlmc/tree/master here]
 +
 +
== Website ==
 +
 +
For more informations, please visit the official [http://vlmc.org VLMC website].
 +
 +
== Resources: Building VLMC ==
 +
 +
For information on building VLMC from source visit: [http://wiki.videolan.org/Building_VLMC Building VLMC from Source]

Latest revision as of 23:14, 21 June 2009

This project is part of Google Summer of Code 2009.
Student: Hugo Beauzee-Luyssen
Mentor: Ludovic Fauvet

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, and a basic timeline Completed
Tracks workflow 13-06-09 Requires a functionnal Clip workflow Completed (Without track editing capabilities)
Main workflow 04-07-09 Requires a functionnal Track workflow Completed
Effect and Transition API 25-07-09 Requires lots of conception :p Not started yet
Effect workflow 01-08-09 Requires all the basic workflow to be functionnal, and an effect API to query modules Not started yet
Transition workflow 09-09-09 Requires all the basic workflow to be functionnal, and the transition API Not started yet

Timeline

May 26 Here we go !

June 06 Functionnal clip workflow

June 13 Functionnal track workflow

June 19 Some small vacation

July 01 Let's get back coding !

July 04 Main workflow

Having a look at the code efficiency would be good. At this point, real time is almost mandatory.

July 07 Mid term evaluation

July 25 Effect and transition API

August 01 Functionnal effect workflow

August 08 Functionnal transition workflow

August 11 Check code, write doc, beeing nervous if work isn't done.

August 18 Keyboard pencil down :(

August 18/19 Let's party o//

Contact

I blog websitidae.fr here and you can contact me at beauze.h@gmail.com :)

Repository

You can find the VLMC Git repository here

Website

For more informations, please visit the official VLMC website.

Resources: Building VLMC

For information on building VLMC from source visit: Building VLMC from Source