Clone from the Lumiera Master-Repo (as Test for Forgejo) https://git.lumiera.org/
Find a file
2010-12-06 04:40:06 +01:00
admin add a 'supersede' command to rfc.sh, git add all edited files 2010-08-01 23:14:58 +02:00
bin better build dynamic libs into ./.libs 2008-12-15 13:36:42 +01:00
doc Fix minor typo 2010-12-06 04:40:06 +01:00
icons FIX:add extra dependencie on precreated icons, fixes #111 2010-01-19 00:27:49 +01:00
m4 added a check for the minimum boost version 2008-08-30 17:13:36 -04:00
po Tied gui into main lumiera build 2008-05-14 00:26:00 +01:00
scripts add DIR_INFO in otherwise ignored scripts dir 2007-08-13 21:37:51 +02:00
src Change format of placeholder in About/Credits to stop it from being a clickable link 2010-12-06 03:41:07 +01:00
tests OutputMapping unit test pass (closes #651 and #716) 2010-11-28 05:18:57 +01:00
uml bring some UML diagrams up-to-date 2010-11-22 02:28:03 +01:00
wiki OutputMapping implementation draft 2010-11-27 06:01:31 +01:00
.gitignore Especially ignore Asciidoc generated HTML files in the documentation tree 2010-11-17 04:39:36 +01:00
___Documentation___ adjust overview pages and link in further content 2010-11-17 04:41:28 +01:00
acinclude.m4 Merge from backend: wikis, admin-scrits, test.sh 2008-04-12 02:07:16 +02:00
AUTHORS Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
configure.ac Bump required nobug version to 201006.1 2010-06-03 03:47:24 +02:00
COPYING we need the usual README, INSTALL, AUTHORS, and LICENSE file 2007-09-06 18:16:45 +02:00
DIR_INFO Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
INSTALL better INSTALL document 2009-01-12 15:16:40 +01:00
LICENSE Cinelerra-3 renamed to Lumiera -- copyright and documentation 2008-03-10 04:25:03 +01:00
Makefile.am autoconf/automake cleanup 2010-01-17 15:48:30 +01:00
README proper indentation for 80 column wide terminals and some typos 2010-11-28 05:45:24 +01:00
SConstruct Bump required nobug version to 201006.1 2010-06-03 04:18:34 +02: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 its
ancestor "Cinelerra". The Community, which is largely identical to the
Cinelerra-CV community, chose the new project name "Lumiera". The
basic project infrastructure is up and running, and work on the new
codebase is going on continuously. We can show nothing but a running
test suite for now.



----------------------------
Installation
----------------------------

See INSTALL file