Web Projects Outsourcing

Cinelerra and Openshot, Non-Linear Video Editors in Fedora 12

If you install cinelerra from atrpms it will be quite incompatible with your other repos and may cause conflicts to your installed packages. This time, we rebuild an older package from freshrpms.net site.

Install dependencies (if you were rebuilding ffmpeg for aac support as I wrote before, you do not need a lot):

sudo yum -y install mjpegtools mjpegtools-devel libogg-devel libvorbis-devel libtheora-devel OpenEXR-devel libdv-devel libpng-devel libjpeg-devel mjpegtools-devel fftw3-devel a52dec faad2-devel faac libiec61883-devel esound-devel lame e2fsprogs-devel libsndfile-devel nasm gcc gcc-c++ libtiff-devel x264-devel

Now, cinelerra itself:

cd ~/software
wget //ftp.freshrpms.net/pub/freshrpms/fedora/linux/9/cinelerra/cinelerra-2.1-0.15.20081102.fc9.src.rpm
sudo rpmbuild --rebuild cinelerra-2.1-0.15.20081102.fc9.src.rpm
sudo yum -y --nogpgcheck localinstall ~/rpmbuild/RPMS/x86_64/cinelerra-2.1-0.15.20081102.fc12.x86_64.rpm

Launch and enjoy.

Openshot is a newly out non-linear editor for Linux made in qt4. As soon as haven’t tested it yet a lot, I cannot say how stable it is but all looks neat and great and works quite quickly.

The authors kindly provide builds for Fedora and Ubuntu, please go to //www.openshotvideo.com/2008/04/download.html and get the right build for your distro.

Install:

sudo yum localinstall --nogpgcheck openshot-1.0.0-1.fc12.noarch.rpm
Openshot, a newly out non-linear video editor for Linux

Openshot, a newly out non-linear video editor for Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.