Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

HowTo: cinelerra videoeditor

Started by 2pex, February 06, 2018, 07:11:05 PM

Previous topic - Next topic

Why you don`t get cinelerra with sparky? Tutorial to fix this bad mistake.

cinelerra
0 (0%)
libpng
0 (0%)

Total Members Voted: 0

2pex

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.

seppalta

#1
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.

pavroo

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.
Nothing is easy as it looks. Danielle Steel
Join #sparkylinux.org at [url="//irc.libera.chat"]irc.libera.chat[/url]

2pex


View the most recent posts on the forum