NLE Video Editor
Find a file
Ichthyostega 88678209bc use setup.ini to retrieve the modulepath and configpath
connect config-facade with the new BasicSetup implementation
to fetch values from setup.ini, instead of the (not implemented)
Config-system. Hook this new lookup mechanism into the
plugin loader to retrieve the search path from there
2011-02-06 05:06:16 +01:00
admin Merge Buildsystem adaptations for installing Lumiera 2011-02-05 15:54:24 +01:00
data use setup.ini to retrieve the modulepath and configpath 2011-02-06 05:06:16 +01:00
doc spelling fixes 2011-02-06 02:12:55 +01:00
icons Rename "Resources" to "Assets" 2010-12-26 22:30:07 +01:00
m4
po
scripts
src use setup.ini to retrieve the modulepath and configpath 2011-02-06 05:06:16 +01:00
target SCons: rearrange output directory to target/modules 2011-01-29 02:06:21 +01:00
tests use setup.ini to retrieve the modulepath and configpath 2011-02-06 05:06:16 +01:00
uml WIP rework timecode format hierarchy 2011-01-13 03:36:09 +01:00
wiki analysis/design: changing time values 2011-01-23 22:44:26 +01:00
.gitignore Merge Buildsystem adaptations for installing Lumiera 2011-02-05 15:54:24 +01:00
acinclude.m4
AUTHORS Define first preview version number 0.pre.01 2011-02-04 22:19:25 +01:00
configure.ac Bump required nobug version to 201006.1 2010-06-03 03:47:24 +02:00
COPYING
DIR_INFO
INSTALL Merge Buildsystem adaptations for installing Lumiera 2011-02-05 15:54:24 +01:00
LICENSE
Makefile.am autoconf/automake cleanup 2010-01-17 15:48:30 +01:00
README Define first preview version number 0.pre.01 2011-02-04 22:19:25 +01:00
SConstruct Define first preview version number 0.pre.01 2011-02-04 22:19:25 +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.

More Informations at http://lumiera.org/[Lumiera.org]
****************************************************************

Lumiera pre-Alpha Versions
--------------------------

**This source tree doesn't yet contain a working video editing application** +
Rather, it contains the framework and technology core of the envisioned Application ``Lumiera''.

As of _7/2007_::
we start here with the 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 some time to come. 

As of _1/2011_::
the project has created and documented a fairly consistent design,
partially already coded up -- starting from the technical foundations and working up.
The code base is approaching 100k LOC. Roughly half of this is testcode.
The Application can be installed and started to bring up an GTK GUI outline,
but the GUI is very preliminary and not connected to core functionality.
The video processing pipeline is still not complete.

See the http://issues.lumiera.org/roadmap[Project roadmap]


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

For building Lumiera, you'll need:

 - GNU C/C++ compiler (Version > 4.3)
 - Git Version management system
 - http://www.boost.org/[Boost libraries]
 - http://gmerlin.sourceforge.net/[GAVL library]
 - http://lumiera.org/nobug_manual.html[NoBug library]
 - GTK\--
 - Cairo and Glade libraries
 - X libraries
 - http://scons.org[SCons] or Autotools build system

See the online documentation at http://lumiera.org/Lumiera/NewbiesTutorials
or the local Copy of this page in the file INSTALL


Debian Package
--------------
[verse]
Hermann Vosseler (aka Ichthyo) maintains a *Debian* packaging of the source tree,
which can be pulled from +git://git.lumiera.org/lumiera/debian+
It can be built by +git-buildpackage+