NLE Video Editor
Find a file
Ichthyostega 62922d357b (irrelevant) changes to make the dummy code build and load shared module
Explanation: together with the bare SCons build system, on this branch I added
some dummy codefiles, to validate the build system is working as merged in from master
2008-12-20 03:40:28 +01:00
admin (irrelevant) changes to make the dummy code build and load shared module 2008-12-20 03:40:28 +01:00
bin better build dynamic libs into ./.libs 2008-12-15 13:36:42 +01:00
doc Merge: change building to create modules 2008-12-20 02:15:33 +01:00
icons Merge branch 'master' of git://git.lumiera.org/LUMIERA into gui 2008-10-23 00:15:46 +01:00
oldsrc merge Lumiera renaming 2008-03-10 09:28:58 +01:00
src (irrelevant) changes to make the dummy code build and load shared module 2008-12-20 03:40:28 +01:00
tests (irrelevant) changes to make the dummy code build and load shared module 2008-12-20 03:40:28 +01:00
.gitignore merge generating icons from SVG source 2008-09-05 05:54:14 +02:00
___SCONS___ this will become a branch tracking the scons build system in isolation 2008-02-14 15:21:34 +01:00
AUTHORS Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
COPYING we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
DIR_INFO merge Lumiera renaming 2008-03-10 09:28:58 +01:00
INSTALL merge Lumiera renaming 2008-03-10 09:28:58 +01:00
LICENSE merge Lumiera renaming 2008-03-10 09:28:58 +01:00
README merge Lumiera renaming 2008-03-10 09:28:58 +01:00
SConstruct SCons: build the gui module as "gtk_gui.lum" 2008-12-19 21:56:13 +01:00

====================================
Lumiera -- the video NLE for Linux
====================================

 Lumiera is a nonlinear video editing and compositing tool. 
 It understands some of the common multimedia formats
 (quicktime, avi, ogg) and audio/video compression
 codecs (divx, xvid, mpeg1/2/4, ...)
 .
 It features non-destructive editing, compositing tools,
 a selection of effects plugins, processing in RGB, YUV
 and RGB-float colormodels and the ability to mix media
 with differing sizes and framerates.

For more information about Lumiera visit http://lumiera.org/
For more information about Cinelerra visit http://cinelerra.org/


----------------------------
"Lumiera" prototype code
----------------------------

**This source tree doesn't yet contain a working video editing application**
Rather, it contains the initial framework and core modules of the lower and
middle layer of the envisioned new Application "Lumiera".

As of 7/2007, we start here with some backend and render engine modules
together with some unit tests. You should find a wiki with detailed
design considerations and developer documentation and a UML model
(usable with BOUML 2.29) in the sibling directories.

As of 2/2008 the project has been separated completely from his ancestor "Cinelerra"
The Community, which is largely identical to the Cinelerra-CV community, choose the
new project name "Lumiera". The basic project infrastructure is up and running,
and work on the new codebase is going on continuosely. We can show nothing but
a running test suite for now. 



Build Requirements
------------------

*to be written*