Installing Linux on Cinelerra as Debian
Lately I have seen the need to edit (cut, paste and manipulate) a pair of home videos, anything from the other world. But to tell the truth no matter the level of the videos is always necessary to have a tool for professional quality editing of them.
Actually I am not an expert in video editing, but for what I needed, Cinelerra I have been served.
Before entering fully to the installation of Cinelerra is necessary to change our repositories, so we will have the latest versions of Cinelerra and all the software you need to be able to render the audio and video.
Adding repositories
Cinelerra needs of the unstable version of Debian Sid. And While I use Lenny, the installation has worked well since I repositories unstable.
Cinelerra packages for Debian on x86 are compiled from SVN by Andraz Tori, and hosted by kiberpipa. To install these packages is necessary to add sources of the lines below:
- For i386:
deb http://www.kiberpipa.org/ ~ minmax / cinelerra / builds / sid /. / - For Pentium4 processors:
deb http://www.kiberpipa.org/ minmax/cinelerra/builds/pentium4 ~ /. / - For Athlon processors:
deb http://www.kiberpipa.org/ ~ minmax / cinelerra / builds / athlonxp /. / - Apt-source:
deb-src http://www.kiberpipa.org/ ~ minmax / cinelerra / builds / sid /. /
Personally on my desktop machine I added the line to processors from AMD AthlonXP. And on my laptop I have the font file with the line to cinelerra Pentium4, as follows:
| file: / etc / apt / sources.list |
deb http://www.kiberpipa.org/ minmax/cinelerra/builds/pentium4 ~ /. /
|
It is now necessary to add certain packages that are not on the official Debian repositories, thanks to Christian Marillat:
| file: / etc / apt / sources.list |
deb sid main http://www.debian-multimedia.org/
|
To use this repository of multimedia sources, we must add the key gpg (gpg-key) from debian-multimedia.org, typing the following commands:
deathbian: ~ # gpg - keyserver HKP: / / wwwkeys.eu.pgp.net - recv-keys 1F41B907 deathbian: ~ # gpg - armor - export 1F41B907 | apt-key add --
Installing Cinelerra
The best thing here is to install via aptitude, as there are some libraries that must be enforced to ensure approval.
That's it, then retrieved the packages and a few minutes for installation and can run Cinelerra from its icon in the Start Menu -> Multimedia -> Cinelerra KDE.
Errors
Because it is a package Cinelerra in constant development can wait a couple of mistakes. In truth this is the only mistake that I run to sack:
void MWindow: init_shm (): WARNING / proc / sys / kernel / shmmax is 0 × 2000000, which is too low.
After a while google find the solution, we simply have to type the following line as root at the prompt:
deathbian: ~ # echo "0x7fffffff"> / proc / sys / kernel / shmmax
And Cinelerra run again.
If you liked the article, I hope your comments ... and edit videos has been said!
Popularity: 19% [?]
4 comments to "How to Install Cinelerra on Debian Linux"
Trackback URI | Comments RSS







on 13 Nov 2007 at 2:54 am # oscar
hears a question, a little jerk
¿KUbuntu run on?
greetings
excellent blog
[Reply]
fher98 responded on November 13th, 2007:
Oscar @: Since Gmail, including Kubuntu and other flavors used repositories unstable / sid Debian, it seems to me that KUbuntu already has programs and libraries needed to run cinelerra.
It's just that you look inside your package manager and if you do not find cinelerra which only adds repositories as the article says.
Thank you and greetings
[Reply]
On 07 Apr 2008 at 4:02 pm # Horacio Morgenstern
Excellent all indications. I installed it without a problem and worked OK.
I have Debian Lenny.
Thank you.
[Reply]
on 05 Jul 2008 at 6:02 am # Rafael
Hello, very good contribution in truth, there is a unique repository for amd64 that was the one I use: deb http://giss.tv/ ~ vale/debian64. / That anyway can review the page cinelerra, now the program is very good and quite handy but I have a problem, the picture is as close (something like a widescreen upside down) I have sought ways to change their size and do not get. Someone can help me?
[Reply]