Cinelerra is a video editing and track-based digital compositing program (an NLE, Non-Linear Editor) designed for Linux. It is free software distributed under the open source GNU General Public License. In addition to editing, it supports advanced composition operations such as keying and mattes, including a title generator, many effects to edit video and audio, keyframe automation, and many other professional functions depending on the variant. It processes audio in 64 floating-point form. Video is processed in RGBA or YUVA color spaces, in 16-bit integer or floating-point form. It is resolution and image refresh rate independent. The HV & GG variants support up to 8K video. The GG variant can also create DVDs and Blu-rays.
In 1996 Adam Williams of Heroine Virtual, lead developer of Cinelerra, released a Unix audio editor called Broadcast 1.0 which could handle 2G audio files. In 1997 Broadcast 2.0 was released, still audio only but unlimited tracks. 1999 saw Broadcast2000, which included video. See the History of Cinelerra versions section for more detail.
Because of UI limitations, Williams rewrote significant parts and released that as Cinelerra on August 12, 2002, while Broadcast2000 was withdrawn by Heroine Virtual in September 2001. [1] [2] Cinelerra became the first 64-bit media production application when it was rewritten to work with the AMD Opteron processor in June 2003 and was presented at SIGGRAPH 2004 in San Diego. Since then, many versions have been released.
The original version is still being produced by Adam Williams. There have been several spin-offs made by the open source community, Cinelerra-GG and Cinelerra-CVE (a fork of Cinelerra-CV) are presently under active development. For a complete overview of versions, see the Variants section below. Even though the different variants look the same, there are considerable functional differences between them.
An overview of the different variants that released more than one version:
Cinelerra variant | First version (and release date) | Last version (and release date) | Platforms (ready-to-run program) | New releases | Supported GUI languages |
---|---|---|---|---|---|
HV | 1.0.0 (2002-08-12) | 9 (2024-05-17) | Ubuntu | Yearly | DE, EN, ES, EU, FR, IT, NB, SL, PT_BR |
CV | 1.1.5 (2003-04-29) | 2.3 (2015-08-13) | Old repos of Linux distros | Frozen | DE, EN, ES, EU, FR, IT, NB, SL, PT_BR, RU |
GG Infinity | 5.1 (2016-03-31) | 2024-06 (2024-06-30) | Linux AppImage / Current repos of Linux distros | Monthly | DE, EN, ES, EU, FR, IT, NB, SL, PT, RU, EL, HI, HU, JA, KO, UK, VI, ZH |
Cinelerra's interface is similar to that of other Non-linear editing systems, such as Adobe Premiere Pro, Final Cut Pro, and Avid Media Composer. However, because it includes a compositing engine, it may also be likened to compositing software such as Adobe After Effects, Smoke on Linux or Shake. The user is by default presented with four windows (clockwise from lower left in picture at top right):
Cinelerra uses its own widget toolkit Guicast (the Cinelerra GUI library), not conforming to the human interface guidelines of major Linux desktops such as GNOME and KDE. This has the advantage that it looks and works the same no matter which distribution or desktop is used, and removes being dependent on a changing version of the desktop (for instance GNOME 2 / GNOME 3). Guicast was written by Adam Williams. The repository of Guicast is available on GitHub
"The journey began in 1997 with a 1st toolkit for Broadcast 1.0 called BCBase. The mane alternatives at the time were Xaw, TK, Motif, XView. They were really bad. GTK & Qt were just getting started. Qt was still royalty based. It was renamed Guicast to be more general purpose but it remained tied to video editing. 25 years later, the alternatives are still really bad ..." [3]
.
Cinelerra has gained ground among some Linux enthusiasts looking for a native video editing system. Professional use was mostly promoted by Linux Media Arts, which sold an integrated hardware and software package for video production that includes Cinelerra. However, the company does not seem to be active in the Cinelerra field anymore.[ citation needed ]
At the National Association of Broadcasters' 2004 Electronic Media Show, Cinelerra received Bob Turner's "Making the Cut" award, given to "the best and most exciting post-production products seen at the convention". [4]
In December 2018 Libre Graphics World included Cinelerra in its comparison of the sustainability of video editors for Linux. [5]
The cinelerra.org website was originally registered by a member of Cinelerra-CV Community Richard Baverstock on Jan 10 2004. [6] Around January 2014 the Cinelerra-CV Community overlooked the renewal of cinelerra.org. The domain was then taken over by a different project managed by Michael Collins, one of the founders of Cinelerra. The project was following commercial interests, aiming at offering professional support to its users. It was organized to merge all existing Cinelerra projects while also providing additional fixes and enhancements.
Since early 2015, Cinelerra.org has an open Git repository on Google Code for analysis and for input; [7] however, that platform is read-only since 2015-08-24. At the present time, this repository does not contain source code. The project released a studio centric version 5.0 of Cinelerra. The goal of Cinelerra.org was to develop a more professional value to the product as of 2016.
In January 2016, the main developer of the project William Morrow working behind cinelerra.org ("Good Guy") left cinelerra.org, continuing to work on Cinelerra 5.0, then on Cinelerra-GG 5.1 with help from the Cinelerra-CV Community.
At the present time, Cinelerra.org supports Cinelerra-HV work. Its website links in the download section to both the HV and GG versions.
Original author(s) | Adam Williams |
---|---|
Developer(s) | Heroine Virtual |
Initial release | August 12, 2002 |
Stable release | 9 / May 17, 2024 |
Repository | |
Written in | C, C++ |
Operating system | Linux |
Type | Video editing software |
License | GPL-2.0-or-later |
Website | heroinewarrior |
Heroine Virtual (HV), the producer of the original Cinelerra, generates a new release of Cinelerra annually, available as source code and a binary for Ubuntu in the HV-repo on SourceForge and as source code in the HV-repo on GitHub. A new rolling repository for Cinelerra-HV was published on Feb. 2024 in the HV-repo on GitHub. This repo contains the binaries (continuous builds) for Ubuntu. These continuous builds contain the latest features and bug fixes for testing purposes. After each update to the source code repository on GH, Adam Wiiliams builds/provides a binary file for testing (in the binary repo on GH).
HV has used SourceForge since the beginning (first source 2001-09-09), but does not react to bugs, patches and feature requests on that platform. The source on SourceForge is only made available as complete download for each release. Intermediate access to source files on SF is not possible. Any bugs and usability issues found and resolved by the community that are submitted to Heroine Virtual often result in no immediate response, and it is not until a new release that there is any indication that Heroine Virtual has incorporated these changes.
Intermediate access to source files as well as an immediate response is possible in the HV-repo on GitHub. The developer responds to bug reports, requests for fixes or additional features through this platform. Use GitHub Issues to track ideas, feedback, bugs, or usability issues.
To distinguish between the different variants of the software, the releases made by Heroine Virtual are also called Cinelerra-HV. [8]
Developer(s) | Cinelerra-CV Community |
---|---|
Stable release | 2.3 / August 13, 2015 |
Repository | github |
Written in | C++ |
Operating system | Linux |
Type | Video editing software |
License | GPL-2.0-or-later |
Website | cinelerra-cv |
Because of both the latency in development and the distribution-specific nature of the original Cinelerra from Heroine Virtual, a group of software developers created their own version of Cinelerra referred to as Cinelerra-CV (where CV stands for community version).
Cinelerra-CV allows the community to contribute to an open repository where changes to the code are accessible to everyone. Mailing list exist where more experienced users and developers can provide support to less experienced users, and developers can hold technical discussions. Cinelerra-CV is also packaged for a wider range of distributions. It also has a different compilation system: system libraries are used extensively, and the autoconf/automake tools are used to configure the compilation system.
Although Cinelerra-CV may technically be called a fork, the relationship between Heroine Virtual and Cinelerra-CV is rather friendly. Heroine Virtual at times contributes to discussions on the mailing lists, and incorporates many of the changes made in the repository.
Heroine Virtual posted the following message on their website describing the relationship:
What you'll find here is the heroinewarrior version of Cinelerra. This is the version that supports what we need to do at Heroine Virtual Ltd. and is the same tree that was started in 1997. As time passes and new students come and go from the Linux scene, new forks of Cinelerra emerge that are more suited to the community but not what Heroine Virtual Ltd. needs. Today you'll probably find the cinelerra-cv.org fork more useful. They allow certain parts of our fork into their fork while contributing anything they want while we allow certain parts of their fork into our fork while contributing anything we want". [9]
Up until Cinelerra 2.1 the versioning of Cinelerra-CV followed that of Heroine Virtual. After Heroine Virtual released a new version, Cinelerra-CV merged relevant code from the new HV variant and into their variant. CV was appended to the end of the version number to indicate the community version (For example, after the 2.1 merger the CV version was labeled 2.1CV).
Starting with release 2.2, Cinelerra-CV uses its own versioning scheme, but still merges code from Cinelerra-HV. [10] Following the 26th June 2019, the official web pages were taken offline and the URL redirects to the website for Cinelerra-GG.
The new official site of Cinelerra-CV was published on July 1 2020. [11] The source code of Cinelerra-CV is available from the new official repo on GitHub . The new official Cinelerra-CV Mailing List is available here. The Cinelerra-CV Mailing list from 2001 is archived. The complete collection of old (previous) Cinelerra-CV Mailing List archives is referenced/linked from this page of the new official Cinelerra-CV site.
Cinelerra-CVE is a Cinelerra-CV fork created for experimenting with Cinelerra's code. The fork was created by the main Cinelerra-CV developer (2012-2018) Einar Rünkaru in June 2008 and published in the middle of March 2010. [12]
The main difference between Cinelerra-CVE and (Cinelerra-HV, Cinelerra-CV, Cinelerra-GG) is attempt to use (in Cinelerra-CVE) seconds as timebase instead of framerate and samplerate. An implementation of PTS based timing enables to edit media with variable framerate and get rid of assumption that audio and video start simultaneously... Big plan is to get Cinelerra-CVE to the level where a user can mix (in Cinelerra) media from different origins, with different frame rates, resolutions, sample rates, color spaces and get the result he/she needs. If the result is not satisfying, the user will have the tools to tweak the project until the result is perfect. [13]
The repository of Cinelerra-CVE is available on GitHub and shows frequent updates. To know more about Cinelerra-CVE, visit this page on the new official Cinelerra-CV site.
In April 2008, the Cinelerra community engaged into a rework and rewrite of the Community Version. [14] Initially called Cinelerra3, [15] it was soon separated into an independent project. The name Lumiera was chosen by the community through a collaborative selection and vote. [16]
The project maintained active development ever since, [17] yet there is no usable application as of October 2023, since the core team decided to build the engine and infrastructure bottom-up, while the UI is developed to match the capabilities of the core.
Lumiera is not a fork of Cinelerra. Not a single line of Cinelerra code is now used in Lumiera. Lumiera is built from scratch, starting with the engine core, yet pursuing a similar vision and expanding on some of the ideas and approaches found in Cinelerra. The project grew out of an effort to amend long standing problems present in the Cinelerra-CV code base at that time. The actual technology however is built ground-up, using contemporary methods. [18]
The project remains in a pre-alpha status of development with a yearly development news update Lumiera news.
Lumiera's native interface will be written in GTK+, although other interfaces will be possible, since the user interface is loaded as a plug-in.
The goal of the Lumiera project is to build a free open-source nonlinear video editing and compositing application (NLE).
Developer(s) | Cinelerra-GG community |
---|---|
Initial release | March 31, 2016 |
Stable release | 2024-06 / June 30, 2024 |
Repository | git |
Written in | C++ |
Operating system | Linux |
Type | Video editing software |
License | GPL-2.0-or-later, external plug-ins may differ |
Website | cinelerra-gg |
Cinelerra-GG, a separate variant of Cinelerra by William Morrow and Phyllis Smith, started with merged code from Cinelerra-HV and Cinelerra-CV but quickly grew. It was first developed within Cinelerra.org (Cinelerra 4.6-mod, Cinelerra 5.0), then within the site of Cinelerra-cv.org (Cinelerra 5.0, Cinelerra 5.1, Cinelerra GG 5.1), and since December 2018 with its own website cinelerra-gg.org as Cinelerra-GG Infinity. William died on 11/2020 during a bicycle ride, but Phyllis continues to work on Cinelerra-GG. A new developer is now making frequent updates.
An important issue is that Cinelerra-GG reduces reliance on system libraries by including them where practical, like ffmpeg and OpenEXR. This makes it more predictable on different platforms, and also allows it to pick up new versions before the platform does.
Cinelerra-GG is determined to get as close as possible to what can be expected from professional level video editing software (NLE) for the Linux platform.
Its software features include support for recent versions of ffmpeg, extensive color correction tools, Ultra HD up to 8K, more than 400 video- and audio effects, two interfaces for audio plug-ins (LADSPA, and LV2 such as Calf Studio Gear), multiple denoisers and motion stabilizers, multi-camera editing, proxies, smart folders media filtering, 8, 10 and 12 bit color spaces, advanced trim, live preview of resources, shared tracks, group edits, horizontal and/or vertical timeline split, rendering pre-configuration options, and the ability to save workspace layouts. It supports over 400 video/picture formats for decoding, and over 140 for encoding, including Apple ProRes, AV1, and WEBP. It has a ¨Sketcher" plug-in for free-hand drawing, supports creating HD Blu-ray, and DVDs, and some OpenCV plugins like FindObj. It allows nested clips, and clip sharing between projects ("file-by-reference").
Its hardware support is for jog-wheels ShuttlePRO V.2 and ShuttleXpress from Contour Design, multiple monitors, HiDPI, and hardware-supported decoding/encoding via VAAPI/VDPAU/CUDA.
Like the other Cinelerra variants Cinelerra-GG uses its own GUI. It has eleven GUI themes to cater to user preferences.
The GG variant is under active development, with regular stable releases. It is supplied as a 64 or 32 bit AppImage for Linux. The source code is available as (manual) monthly download or from its git.
Before 2021, it was supplied as a multi user program pre-packaged for eight different Linux distributions (Ubuntu, Debian, Arch, OpenSuse, Slackware, Fedora, Centos, Mint), and FreeBSD. When the applicable repository was added to a distribution's update manager, the monthly updates would appear automatically. In addition, there were single-user builds for the eight Linux distributions plus Gentoo, as tar files. All those builds are available in 64-bit, for Debian 9, Slackware and Ubuntu 14 there are also 32-bit single user builds. As a proof-of-concept, with the 2020-01 release was a Windows version with limited functionality; for details see the manual's chapter 1.
In addition to the GG variant's monthly releases, it is also available in two Linux variants dedicated to multimedia: AVLinux, and Bodhi Linux Media. It is also included in DeLinuxCo, and in lightweight Elive, of which the 32 bit version is usable on older computers.
Cinelerra-GG communicates with it users and developers through three platforms: its forum (user oriented), a bug tracker (feature requests, bugs, roadmap), and a mailing list (developers discussions). Each monthly release has a significant number of changes resulting from discussions and exchanges of information on these platforms.
Cinelerra-GG has an extensive, actively maintained manual in both PDF and HTML form, which is also accessible from within the Cinelerra-GG program. The manual is helpful for both beginners (e.g. Quickstart section) and professionals. There is also a YouTube channel with tutorials.
The differences between the GG and other Cinelerra variants can be found in .
Events from the original creator Heroine Virtual have been indicated with Broadcast/Broadcast2000 and HV, those of the "community version" with CV, and those of the GG Infinity variant with GG.
Variant | Version | Release date | Changes | ||
---|---|---|---|---|---|
Broadcast | 1.0 | 1996 | From the "Secrets of Cinelerra" by A. Williams:
| ||
Broadcast | 2.0 | 1997 | From the "Secrets of Cinelerra" by A. Williams:
| ||
Broadcast 2000 | Beta 1 | 1999-05-10 | From the Heroine Virtual website's Broadcast NEWS section: [19]
From the "Secrets of Cinelerra" by A. Williams:
| ||
Broadcast 2000 | Beta 2 | 1999-09-09 | From the Heroine Virtual website's Broadcast NEWS section: [19]
| ||
Broadcast 2000 | Final | 2000-01-10 | From the Heroine Virtual website's Broadcast NEWS section: [19]
| ||
Broadcast 2000 | Bcast2000a | 2000-07-20 | From the Heroine Virtual website's Broadcast NEWS section: [19]
| ||
Broadcast 2000 | Bcast2000b | 2000-10-11 | From the Heroine Virtual website's Broadcast NEWS section: [19]
| ||
Broadcast 2000 | Bcast2000c | 2001-01-10 | From the Heroine Virtual website's Broadcast NEWS section: [19] .
| ||
2000-06-15 | Founding of the Cinelerra project. After numerous discussions between Adam Williams and Michael Collins about the direction of Non-Linear Editing on Linux, Williams presented the name and concept of Cinelerra to business partner Michael Collins in Sunnyvale, California. | ||||
HV | Beta 1 | 2002-06-10 | HV's SourceForge backup files show frequent activity up since 2001-09-09 straight up to release 1.1.0 . | ||
HV | Beta 2 | 2002-07-12 | |||
HV | 1.0.0 | 2002-08-12 | Initial release. | ||
HV | 110802 | 2002-11-08 | This release still identified itself as version 1.1.0, but had considerable changes compared to the 2002-08-12 release, for instance LADSPA support and titler changes. Because there are 3 separate blocks of comment in the change log since the 2002-08-12 release, this is more like a version 1.1.3 . | ||
HV | 1.1.5 | 2003-02-11 | From the change log in the source [20] (selection):
| ||
CV | 1.1.5 | 2003-04-29 | HV code "forked" into a community CVS version. | ||
HV | 1.1.6 | 2003-05-12 | From the change log in the source [20] (selection):
| ||
HV | 1.1.7 | 2003-08-11 | From the change log in the source [20] (selection):
| ||
CV | 1.1.7 | 2003-10-05 | Merge with community CVS version. | ||
HV | 1.1.8 | 2003-11-11 | From the change log in the source [20] (selection):
| ||
HV | 1.1.9 | 2004-02-11 | From the Heroine Virtual website's NEWS section:
| ||
CV | 1.1.9 | 2004-02-17 | Merge with community CVS version. | ||
HV | 1.2.0 | 2004-05-11 | From the Heroine Virtual website's NEWS section:
| ||
HV | 1.2.1 | 2004-08-12 | From the Heroine Virtual website's NEWS section:
| ||
CV | 1.2.1 | 2004-08-16 | Merged with community CVS version. Special enhancements were added to this version E.g. H264 Kod. Cineon used at NAB under Fedora 1,2 and BSD 5, this could handle 4k film 4096x4096 if graphics card permits. Fast frame rate in excess of 210 frames per second at 720x480 29.97, while bringing in live HD video in the timeline from a video camera. video4linux driver Zoran chip. | ||
HV | 1.2.2 | 2005-01-10 | From the change log in the source [20] (selection):
| ||
CV | 1.2.2 | 2005-01-18 | Merged with community CVS version. | ||
CV | 2.0 | 2005-09-29 | Merge with community SVN version. | ||
HV | 2.0 | 2005-10-04 | From the Heroine Virtual website's NEWS section:
| ||
HV | 2.1 | 2006-07-02 | From the change log in the source [20] (selection):
| ||
CV | 2.1 | 2006-09-07 | Merge with community SVN version. (The first use of git and a multi-person merge) | ||
HV | 4.0 | 2008-08-11 | Since all versions 2.0 onward 10bit (useful for prof. Cinepaint) and 16bit RGB(A),YUV(A) have been removed and replaced with RGB YUV Float instead. | ||
HV | 4.1 | 2009-09-25 | From the Heroine Virtual website's NEWS section: [21]
| ||
HV | 4.2 | 2010-10-17 | From the Heroine Virtual website's NEWS section: [21]
| ||
CV | 2.1.5 | 2010-11-21 | From the Cinelerra-CV website's NEWS section: [10]
| ||
HV | 4.3 | 2011-08-06 | From the Heroine Virtual website's NEWS section: [21]
| ||
CV | 2.2 | 2011-11-13 | From the Cinelerra-CV website's NEWS section: [10]
| ||
HV | 4.4 | 2012-09-07 | From the Heroine Virtual website's NEWS section: [21]
| ||
HV | 4.5 | 2013-10-25 | From the Heroine Virtual website's NEWS section: [21]
| ||
HV | 4.6 | 2014-09-10 | From the Heroine Virtual website's NEWS section: [21]
| ||
org | 5.0 | 2015-07-04 | Cinelerra.org releases a studio centric version of Cinelerra titled 5.0. Cinelerra is now fully integrated with FFMPEG and supports numerous 4K and 2K uncompressed cinema standards from such camera manufacturers as AJA, Blackmagic Design, and Red. | ||
CV | 2.3 | 2015-08-13 | From the Cinelerra-CV website's NEWS section: [22]
| ||
HV | 4.6.1 | 2015-11-09 | From the Heroine Virtual website's NEWS section: [21]
| ||
5.1 (GG) | 5.1 | 2016-03-31 | The first of monthly releases of a branch separate from the HV, CV and .org versions, first under the name Cinelerra 5.1, but from September 2018 as Cinelerra-GG Infinity. | ||
HV | 6.0 | 2016-11-17 | From the Heroine Virtual website's NEWS section: [21]
| ||
HV | 7.0 | 2017-10-13 | From the Heroine Virtual website's NEWS section: [21]
| ||
GG | 2018-09 | 2018-09-30 | First of monthly releases of the Cinelerra-GG Infinity version, this is a rolling release. See the release notes [23] which cover monthly releases since mid-2016, initially not under the GG name but as version 5.1 . | ||
HV | 7.1 | 2019-01-23 | From the Heroine Virtual website's NEWS section: [21]
| ||
GG | 2019-01 | 2019-01-31 | The 5th monthly release of Cinelerra-GG Infinity adds support for jog-wheels ShuttlePRO V.2 and ShuttleXpress from Contour Design. | ||
GG | 2019-04 | 2019-04-30 | The 8th monthly release of Cinelerra-GG Infinity allows GPU-accelerated decoding for some video formats. | ||
GG | 2019-05 | 2019-05-31 | The 9th monthly release of Cinelerra-GG Infinity adds GPU-accelerated encoding for some video formats. | ||
GG | 2019-07 | 2019-07-31 | The 11th monthly release of Cinelerra-GG Infinity has significant improvements in masking. | ||
HV | 7.2 | 2019-10-11 | From the Heroine Virtual website's NEWS section: [21]
| ||
GG | 2019-10 | 2019-10-31 | The 14th monthly release of Cinelerra-GG Infinity adds scaling for HiDPI monitors, and speeds up AV1 decoding. | ||
GG | 2020-01 | 2020-01-31 | The 17th monthly release of Cinelerra-GG Infinity adds OpenSuse Tumbleweed as supported platform, and Gentoo as single user platform. In addition, a limited Windows version is available. | ||
GG | 2020-07 | 2020-07-31 | The 23rd monthly release of Cinelerra-GG Infinity adds aligning video using timecodes, two more subtitle formats, and auto-rotate for videos with rotation metadata set. | ||
GG | 2021-02 | 2021-02-28 | The 27th release of Cinelerra-GG Infinity. The release format is changed from distro-specific packaging to AppImage. Other changes: autosave backups optional feature is now a Settings in Preferences under Appearance; additional FFmpeg video/audio render formats available such as dnxhr variants; aspect ratio and interlace improvements; batch Render menu now has a hidden feature to prevent mistakes which can be turned on/off; Openjpeg upgraded from 2.3.1 to 2.4.0. | ||
HV | 7.3 | 2021-03-04 | From the Heroine Virtual website's NEWS section: [21]
| ||
GG | 2021-05 | 2021-05-31 | The 29th release of Cinelerra-GG Infinity. It adds context-sensitive help via alt-h. | ||
GG | 2021-07 | 2021-07-31 | The 31st release of Cinelerra-GG Infinity. Updates to x264, x265 and AV1 codecs, H.265 10 and 12 bit support updated and combined with 8 bit, improvements in EDL export, PAL/NTSC color space split. | ||
GG | 2021-08 | 2021-08-31 | The 32nd release of Cinelerra-GG Infinity. The built-in ffmpeg upgraded to version 4.4, over 20 new audio/video effects, configurable fast/slow speeds. | ||
HV | 7.4 | 2021-10-21 | From the Heroine Virtual website's NEWS section: [21]
| ||
GG | 2021-10 | 2021-10-31 | The 34th release of Cinelerra-GG Infinity. Additional render formats (Cineform, DPX, MXF), Hungarian as GUI language added, fix for title fade, fix slow startup due to unneeded discovery of plugins. | ||
GG | 2022-03 | 2022-03-31 | The 39th release of Cinelerra-GG Infinity. A pre-built version for FreeBSD 12.3 and FreeBSD 13 is available in the test section. For aarch64 an AppImage can be built. Multiple libraries updates, faster AV1 support, build scripts improvements, dvd render improvement. | ||
GG | 2022-05 | 2022-05-31 | The 41st release of Cinelerra-GG Infinity. Built-in OpenJPEG upgraded from 2.4.0 to 2.5.0. LV2 audio plugin improvements. Fixes for Blu-ray, non-linux platforms, Timecode (Ctrl-!), and memory/resource leaks. Various build improvements, vaapi render formats QT and MKV added. | ||
GG | 2022-08 | 2022-08-31 | The 44th release of Cinelerra-GG Infinity. Built-in FFMPEG libraries upgraded from 4.4 to 5.1 . 11 new video plugins, 10 new audio plugins, and multiple render formats added. | ||
HV | 8 | 2022-10-23 | From the Heroine Virtual website's NEWS section: [21]
| ||
HV | 9 | 2024-05-17 | From the Heroine Virtual website's NEWS section: [21]
| ||
GG | 2024-06 | 2024-06-30 | NEWS [24] | ||
Legend: Latest version |
Wine is a free and open-source compatibility layer to allow application software and computer games developed for Microsoft Windows to run on Unix-like operating systems. Developers can compile Windows applications against WineLib to help port them to Unix-like systems. Wine is predominantly written using black-box testing reverse-engineering, to avoid copyright issues. No code emulation or virtualization occurs. Wine is primarily developed for Linux and macOS.
MPlayer is a free and open-source media player software application. It is available for Linux, OS X and Microsoft Windows. Versions for OS/2, Syllable, AmigaOS, MorphOS and AROS Research Operating System are also available. A port for DOS using DJGPP is also available. Versions for the Wii Homebrew Channel and Amazon Kindle have also been developed.
FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg
tool itself, designed for processing video and audio files. It is widely used for format transcoding, basic editing, video scaling, video post-production effects, and standards compliance.
VideoLAN is a non-profit organization which develops software for playing video and other media formats. It originally developed two programs for media streaming, VideoLAN Client (VLC) and VideoLAN Server (VLS), but most of the features of VLS have been incorporated into VLC, with the result renamed VLC media player.
The Quake engine, is the game engine developed by id Software to power their 1996 video game Quake. It featured true 3D real-time rendering. Since 1999, it has been licensed under the terms of GNU General Public License v2.0 or later.
BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. It runs in the Java Runtime Environment (JRE), dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures, like those in Perl and JavaScript.
Git is a distributed version control system that tracks versions of files. It is often used to control source code by programmers who are developing software collaboratively.
In software development, distributed version control is a form of version control in which the complete codebase, including its full history, is mirrored on every developer's computer. Compared to centralized version control, this enables automatic management branching and merging, speeds up most operations, improves the ability to work offline, and does not rely on a single location for backups. Git, the world's most popular version control system, is a distributed version control system.
GForge is a commercial service originally based on the Alexandria software behind SourceForge, a web-based project management and collaboration system which was licensed under the GPL. Open source versions of the GForge code were released from 2002 to 2009, at which point the company behind GForge focused on their proprietary service offering which provides project hosting, version control, code reviews, ticketing, release management, continuous integration and messaging. The FusionForge project emerged in 2009 to pull together open-source development efforts from the variety of software forks which had sprung up.
Xara Xtreme LX is a discontinued 2D vector graphics editor, developed as an open source version of the commercial Xara Xtreme. The abbreviation LX stands for Xara Xtreme on Linux and was retained in some places such as the executable "xaralx".
Azure DevOps Server, formerly known as Team Foundation Server (TFS) and Visual Studio Team System (VSTS), is a Microsoft product that provides version control, reporting, requirements management, project management, automated builds, testing and release management capabilities. It covers the entire application lifecycle and enables DevOps capabilities. Azure DevOps can be used as a back-end to numerous integrated development environments (IDEs) but is tailored for Microsoft Visual Studio and Eclipse on all platforms.
Sandboxie is an open-source OS-level virtualization solution for Microsoft Windows. It is a sandboxing solution that creates an isolated operating environment in which applications can run without permanently modifying the local system. This virtual environment allows for controlled testing of untrusted programs and web surfing.
The TurnKey Linux Virtual Appliance Library is a free open-source software project which develops a range of Debian-based pre-packaged server software appliances. Turnkey appliances can be deployed as a virtual machine, in cloud computing services such as Amazon Web Services or installed in physical computers.
Brackets is a source code editor with a primary focus on web development. Created by Adobe Inc., it is free and open-source software licensed under the MIT License, and is currently maintained on GitHub by open-source developers. It is written in JavaScript, HTML and CSS. Brackets is cross-platform, available for macOS, Windows, and most Linux distributions. The main purpose of Brackets is its live HTML, CSS and JavaScript editing functionality.
mpv is free and open-source media player software based on MPlayer, mplayer2 and FFmpeg. It runs on several operating systems, including Unix-like operating systems and Microsoft Windows, along with having an Android port called mpv-android. It is cross-platform, running on ARM, MIPS, PowerPC, RISC-V, s390x, x86/IA-32, x86-64, and some other by 3rd party.
RhodeCode is an open source self-hosted platform for behind-the-firewall source code management. It provides centralized control over Git, Mercurial, and Subversion repositories within an organization, with common authentication and permission management. RhodeCode allows forking, pull requests, and code reviews via a web interface.
ROCm is an Advanced Micro Devices (AMD) software stack for graphics processing unit (GPU) programming. ROCm spans several domains: general-purpose computing on graphics processing units (GPGPU), high performance computing (HPC), heterogeneous computing. It offers several programming models: HIP, OpenMP, and OpenCL.
youtube-dl is a free and open source software tool for downloading video and audio from YouTube and over 1,000 other video hosting websites. It is released under the Unlicense software license.
Rocky Linux is a Linux distribution developed by Rocky Enterprise Software Foundation, which is a privately owned benefit corporation that describes itself as a "self-imposed not-for-profit". It is intended to be a downstream, complete binary-compatible release using the Red Hat Enterprise Linux (RHEL) operating system source code. The project's aim is to provide a community-supported, production-grade enterprise operating system. Rocky Linux, along with RHEL and SUSE Linux Enterprise (SLE), has become popular for enterprise operating system use.
ungoogled-chromium is a free and open-source variant of the Chromium web browser that removes all Google-specific web services. It achieves this with a series of patches applied to the Chromium codebase during the compilation process. The result is functionally similar to regular Chromium.