2008-03-10 09:28:58 +01:00
|
|
|
Lumiera -- the video NLE for Linux
|
2025-11-21 23:38:20 +01:00
|
|
|
==================================
|
2025-07-21 03:42:55 +02:00
|
|
|
Version: 0.pre.05~dev
|
2025-11-21 23:38:20 +01:00
|
|
|
:Date: 11/2025
|
2007-09-06 18:16:45 +02:00
|
|
|
|
2011-02-04 22:19:25 +01:00
|
|
|
*************************************************************
|
2013-10-30 02:35:20 +01:00
|
|
|
Lumiera is a non-linear video editing and compositing tool.
|
2025-11-21 23:38:20 +01:00
|
|
|
The Application will allow to edit footage using common
|
|
|
|
|
multimedia formats and audio/video stream codecs.
|
2013-10-30 02:35:20 +01:00
|
|
|
|
2025-11-21 23:38:20 +01:00
|
|
|
Lumiera features nondestructive editing, compositing tools,
|
2013-10-30 02:35:20 +01:00
|
|
|
a selection of effects plugins, processing in RGB, YUV and
|
|
|
|
|
RGB-float colour models and the ability to mix media with
|
|
|
|
|
differing sizes and framerates. Lumiera is especially well
|
|
|
|
|
suited for large and elaborate professional editing tasks
|
|
|
|
|
with lots of material, several scenes, nested sequences,
|
|
|
|
|
colour grading, 3D support, full fledged sound montage
|
|
|
|
|
and multiple edit versions prepared in parallel.
|
|
|
|
|
|
2025-11-21 23:38:20 +01:00
|
|
|
NOTE: as of 11/2025, Lumiera is in early development stage;
|
2013-10-30 02:35:20 +01:00
|
|
|
it is not usable yet. The above describes the Lumiera project
|
2025-11-21 23:38:20 +01:00
|
|
|
vision, the implementation of which will require many more years.
|
2013-10-30 02:35:20 +01:00
|
|
|
|
2025-11-21 23:38:20 +01:00
|
|
|
Visit https://Lumiera.org and join the mailing list
|
2013-10-30 02:35:20 +01:00
|
|
|
when interested in Lumiera planning and development.
|
2011-02-04 22:19:25 +01:00
|
|
|
****************************************************************
|
2007-09-06 18:16:45 +02:00
|
|
|
|
2013-10-30 02:35:20 +01:00
|
|
|
|
2011-02-04 22:19:25 +01:00
|
|
|
Lumiera pre-Alpha Versions
|
|
|
|
|
--------------------------
|
2007-09-06 18:16:45 +02:00
|
|
|
|
2025-11-21 23:38:20 +01:00
|
|
|
.This source tree doesn't contain a working video editing application yet.
|
|
|
|
|
Rather, it contains the framework and technology core of the envisioned
|
|
|
|
|
Application »Lumiera«. What we attempt to build here is innovative,
|
|
|
|
|
and we must engage in a series of integration steps to search for
|
|
|
|
|
suitable pathways towards our envisaged architecture.
|
|
|
|
|
|
|
|
|
|
Since 2024, the integration of the Render Engine takes centre stage,
|
|
|
|
|
in an effort to establish a steady state realtime processing and
|
|
|
|
|
display pipeline, still relying on generated video data rather
|
|
|
|
|
than using a library to read and playback a video file.
|
|
|
|
|
|
|
|
|
|
- https://Lumiera.org/documentation/design/governance/integration.html[Integration steps]
|
|
|
|
|
- See also https://issues.lumiera.org/roadmap[Project roadmap]
|
|
|
|
|
|
2008-03-10 09:28:58 +01:00
|
|
|
|
|
|
|
|
|
2007-09-06 18:16:45 +02:00
|
|
|
|
|
|
|
|
Build Requirements
|
|
|
|
|
------------------
|
|
|
|
|
|
2011-02-04 22:19:25 +01:00
|
|
|
For building Lumiera, you'll need:
|
|
|
|
|
|
2025-11-21 23:38:20 +01:00
|
|
|
* C++23 compiler GCC >=14 (Clang fails atm)
|
2013-10-30 02:35:20 +01:00
|
|
|
* Git Version management system
|
2025-11-21 23:38:20 +01:00
|
|
|
* https://www.scons.org/[SCons build system]
|
|
|
|
|
* https://www.boost.org/[Boost libraries]
|
|
|
|
|
* https://github.com/bplaum/gavl[GAVL library]
|
|
|
|
|
* https://www.alsa-project.org/[ALSA (libasound2-dev)]
|
|
|
|
|
* https://nobug.pipapo.org/[NoBug library]
|
|
|
|
|
* https://gtkmm.gnome.org/en/[gtkmm]
|
|
|
|
|
* https://cgit.freedesktop.org/xorg/lib/libXv[libXv]
|
|
|
|
|
* https://wiki.gnome.org/Projects/LibRsvg[lib rSVG]
|
|
|
|
|
* https://git.lumiera.org/?p=debian/gdl;a=summary[lib GDL]
|
|
|
|
|
* https://git.lumiera.org/?p=debian/gdlmm;a=summary[GDL-mm bindings]
|
|
|
|
|
|
|
|
|
|
Further information:
|
|
|
|
|
|
|
|
|
|
* Online documentation at https://Lumiera.org/download.html[Build and install].
|
|
|
|
|
* Documentation is also available in-tree in 'doc/user/tutorials/building.txt'
|
|
|
|
|
* Source code can be retrieved with `git clone git://git.lumiera.org/LUMIERA`
|
2011-02-04 22:19:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Debian Package
|
|
|
|
|
--------------
|
2011-09-25 19:20:46 +02:00
|
|
|
Hermann Vosseler (aka Ichthyo) maintains a *Debian* packaging of the source tree
|
|
|
|
|
|
2013-10-30 02:35:20 +01:00
|
|
|
- the package definition can be pulled from `git://git.lumiera.org/debian/lumiera/`
|
|
|
|
|
- the package can be built by `git-buildpackage`
|
2007-09-06 18:16:45 +02:00
|
|
|
|