14

I have some problems installing cinelerra on my Ubuntu.

How do I install it?

muru
  • 207,228
Martino
  • 141

8 Answers8

11

If you are asking for community version of Cinelerra, there is a PPA as @Brett Howard said. It worked on my current system. Just used these:

sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra-cv

The updating process after installing the PPA is automatic:

sudo apt-get update
sudo apt-get upgrade
Charles Green
  • 21,859
heartsmagic
  • 5,370
5

I am the maintainer of the Cinelerra ppa. After some compilation issues, cinelerra is finally available for oneiric (and precise):

https://launchpad.net/~cinelerra-ppa/+archive/ppa

NIckF
  • 51
1

As of this date, the cinelerra-ppa is no longer maintained. Trying to install using the command sudo add-apt-repository ppa:cinelerra-ppa/ppa will give the error:

************************************************************************
THIS PPA IS NO LONGER MAINTAINED.
WE RECOMMEND USERS TO TRANSITION TO CINELERRA-GG:
Details and installation: https://cinelerra-gg.org
************************************************************************

So....

You have to go to https://www.cinelerra-gg.org/ to find both the download you need, and installation instructions.

At this time, there is no Ubuntu 19+ version, so you have to install Ubuntu 18 version.

Also there are plenty of dependencies, and some may be unavailable for your system. The README files are your friends.

iND
  • 113
1

go to cinellera's official website cinellera.org and click the arrow at the side of the "download" button on the top and select "cinellera"

u will see 2 options for ubuntu 64bit and 32 bit choose according to your system and download the two links..

you will see those links in your download files in your file manager.....

select them

1

maybe your Pc is 32 bit , so i think you must use

wget http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra-data_4.4-dmo1_all.deb http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra_4.4-dmo1_i386.deb

but if cannot work as well , maybe you can also get the package from

wget http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra-data_4.4-dmo1_all.deb http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra_4.4-dmo1_amd64.deb

and last step is sudo dpkg -i cinelerra_4.4-*.deb and than to run that app you can write the cinelerra on terminal

muru
  • 207,228
0

Latest information as of 2025-Jan-19

Cinelerra GG Infinity is the version you should choose and use as it is under active development and appears to have a functional website which means they are serious.

If you are on a x86_64 Linux machine, you can just download and install from this link

If you are on an Intel x86_64 machine, you could try this image which, as per the webite,

takes advantage of specific installed IntelĀ® hardware and software of QSV (Quick Sync Video), oneVPL (IntelĀ® oneAPI Video Processing Library interface for video decoding, encoding, and processing), as well as many av1, qsv, and vaapi hardware specific render formats.

All downloads sorted in the descending order of Last Modified (latest first) are here.

Last release from 2024 is here

For installation refer to the official article here

Installation on Ubuntu 24.04.1 LTS on Intel Machine

  1. Download the Intel specific AppImage
wget https://cinelerra-gg.org/download/images/CinGG-20241120-x86_64-IntelHW.AppImage
  1. Make it executable for everyone
chmod ugo+x CinGG-20241120-x86_64-IntelHW.AppImage
  1. Move it to binaries directory
sudo mv CinGG-20241120-x86_64-IntelHW.AppImage /usr/local/bin/CinGG-20241120-x86_64-IntelHW.AppImage
  1. Dowload an icon for the program
wget https://www.cinelerra-gg.org/wp-content/uploads/2018/11/Cinelerra-gg-product-box-11.png
  1. Create a directory for the icon
sudo mkdir /usr/share/icons/cinelerra
  1. Copy the downloaded icon to the directory we just created
sudo cp Cinelerra-gg-product-box-11.png /usr/share/icons/cinelerra/cinelerra.png
  1. Create a desktop entry file
sudo nano /usr/share/applications/cinelerra.desktop
  1. Paste the following contents and save the file
Name=Cinelerra GG
Comment=MultiMedia Editor
Categories=AudioVideo;AudioVideoEditing;
Encoding=UTF-8
Exec=/usr/local/bin/CinGG-20241120-x86_64-IntelHW.AppImage
Icon=/usr/share/icons/cinelerra/cinelerra.png
Terminal=false
Type=Application

Now you can open Cinelerra by searching it from your app menu.

0

https://en.wikipedia.org/wiki/Cinelerra#Cinelerra-HV

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 https://github.com/heroineworshiper/hvirtual

A new rolling repository for Cinelerra-HV was published on Feb. 2024 in the HV-repo on GitHub. https://github.com/heroineworshiper/hvirtual_bin 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). No installation required. Just run ./cinelerra.sh from the directory.

-1

To install Cinelerra Community Version:

Hit Ctrl+Alt+T to open a terminal window, copy and paste below command to add the ppa repository:

sudo add-apt-repository ppa:cinelerra-ppa/ppa

Then update:

sudo apt-get update

Install Latest Cinelerra-CV:

sudo apt-get install cinelerra-cv

The ppa support Ubuntu 8.04, 10.04, 12.04, 12.10, and 13.04. Also works on Linux Mint 15, 14, 13.

To install Cinelerra 4.4 (HV version):

Press Ctrl+Alt+T to open terminal, copy and paste below command to download the Debs.

For 32-bit:

wget http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra-data_4.4-dmo1_all.deb http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra_4.4-dmo1_i386.deb

For 64-bit:

wget http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra-data_4.4-dmo1_all.deb http://www.deb-multimedia.org/pool/main/c/cinelerra/cinelerra_4.4-dmo1_amd64.deb

Then install them (both 32-bit & 64bit):

sudo dpkg -i cinelerra_4.4-*.deb

For first time launching cinelerra by typing command in terminal, then lock to Unity Launcher.

cinelerra