NLE Video Editor
Find a file
Ichthyostega b6fb135398 change error notification at subsystem shutdown to use just a string*
(this allows to memoize the error message and call the termination
handler outside the catch block)
2009-01-10 16:15:17 +01:00
admin Try to circumvent problems with creating the Icon directory. 2008-12-22 05:00:02 +01:00
bin better build dynamic libs into ./.libs 2008-12-15 13:36:42 +01:00
doc Add Doxyfile.pdf 2008-12-15 01:17:23 +01:00
icons gui Makefile rework, remove _DEPENDENCIES vars 2008-12-23 07:24:55 +01:00
m4
oldsrc
po
scripts
src change error notification at subsystem shutdown to use just a string* 2009-01-10 16:15:17 +01:00
tests change error notification at subsystem shutdown to use just a string* 2009-01-10 16:15:17 +01:00
uml forgot to add some UML 2008-11-03 21:27:03 +01:00
wiki WIP work out further how to handle start/stop of layer separation interfaces 2008-12-15 13:36:41 +01:00
.gitignore
acinclude.m4
AUTHORS
configure.ac Fixed set_icon_size for temporary Debian Etch compatibility 2008-12-16 22:55:32 +00:00
COPYING
DIR_INFO
INSTALL
LICENSE
Makefile.am gui Makefile rework, remove _DEPENDENCIES vars 2008-12-23 07:24:55 +01:00
README
SConstruct SCons: add glib-- and gthread-2.0 to the build environment of Lumiera core 2008-12-22 05:02:51 +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*