Wonder that a creativ lab don't serves cinelerra in the repositorys. It's exential for professional videoediting.
You get that stuff for 64 bit machines here:
http://sourceforge.net/projects/heroines/files/cinelerra-7-x86_64_trusty.tar.xz/download
sources are to download here
http://sourceforge.net/projects/heroines/files/cinelerra-7-src.tar.xz/download
The website with that links and a documentation you find here:
http://www.heroinewarrior.com/cinelerra.php
Don´t worry about it doesn`t work, its because you need another libpng, but you get it from the repositorys:
Open a terminal (normaly you can push the keys alt + Strg + T but not in Sparky - why ?????)
sudo apt-get install libpng12-0
Make this first.
If you have downloaded cinelerra 7, unzip this package, (right click and choose unzip) in a folder of your choice. So you get a new folder called bin, and in there are all files cinelerra need to work fine. Open a terminal in this folder called bin (right click and choose ...terminal) and do:
./cinelerra.
Thanks. Your installation directions were excellent. I created the following small bash script to launch it:
#!/bin/bash
cd ~/bin/cinelerra/bin/
ls
./cinelerra
Now, to learn how to use it!!! :P
Later: Ug, cinelerra makers apparently never heard of the KISS (Keep It Simple, Stupid) Principle. I think I will be sticking with ffmpeg. See, for example, number 10 in
http://lxlinux.com/pipemenus.html.
I tried to build it, but failed.
What I can do is debianize the existing 64 bit binary only and put it to our repos.