SparkyLinux Forums

General => Forum settings => Topic started by: 2pex on February 06, 2018, 07:11:05 PM

Poll
Question: Why you don`t get cinelerra with sparky? Tutorial to fix this bad mistake.
Option 1: cinelerra votes: 0
Option 2: libpng votes: 0
Title: HowTo: cinelerra videoeditor
Post by: 2pex on February 06, 2018, 07:11:05 PM
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.
Title: Re: HowTo: cinelerra videoeditor
Post by: seppalta on February 07, 2018, 07:50:55 AM
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.
Title: Re: HowTo: cinelerra videoeditor
Post by: pavroo on February 08, 2018, 12:52:50 AM
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.
Title: Re: HowTo: cinelerra videoeditor
Post by: 2pex on February 16, 2018, 12:10:27 PM
Show your machine

console:
uname -a