cinelerra-export

OverView

Specification page for Luciole blueprint dedicated to cinelerra export.

Specification

In / Outs

Inputs

  • A luciole project available on path
  • A Video format ( only PAL DV at this time)
  • A cinellera XML project template filer
  • A cinellera project export name

Output

  • The project export name filled with data from project

GUI

  • In Export window add Cinelerra export as export option

Details

  • The cinelerra project file is divided in 2 parts, one with the source files, one with the timeline sequence.

In the source parts add refs to all image in capture treeview

In timeLine add the sequence of image defined in montage treeview. The framerate defined in luciole project shall be taken into account

Implementation

create lucioLib/lucioExport/luciole_export_cinelerra.py

  • Add file luciole_export_cinelerra.py in lucioLib/lucioExport
  • In luciole_export_cinelerra.py create class Luciole_export_cinelerra
    • with create method (init) with params :

      1. project_dict
      2. a cinelerra_template
      3. Video format : PAL DV
      4. a project path
      and a generate function

lucioLib/lucioExport/luciole_export.py

  • Add "type" EXPORT_CINELERRA ( line 53 in revision 32)

    Modify export and init methods in luciole_export to take into account cilelerra export and call to class Luciole_export_cinelerra

modify luciole_export_window.py

  • to handle case exportType= lucioExport.EXPORT_CINELERRA

modify luciole_export_window.py

  • to handle case exportType= lucioExport.EXPORT_CINELERRA

modify Glade file

  • Propose cinelerra export.

luciole/cinelerra-export (last edited 2009-12-02 06:38:06 by pub39-74)