What is it?
Kdenlive is a non-linear video editor for GNU/Linux, which supports DV, HDV and AVCHD(not complete yet) editing.
Kdenlive relies on several other open source projects like FFmpeg and the MLT video framework. It was designed to answer all needs, from basic video editing to semi-professionnal work.
Kdenlive Builder Wizard is a Kommander script that builds the development version of the Kdenlive Non-Linear Video Editor.
So let's get going!
The builder requires KDE4.1 to be installed, go to KDE/KDE4 - openSUSE to learn about KDE4 in OpenSuse and find the 1-click installer or type the following in your terminal (will take some time to install);
Code:
su -c “OCICLI http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Desktop/openSUSE_11.0/KDE4-DEFAULT.ymp”
Next we need access to the Packman repositories.
Replace <mirror> with a mirror close to you from this list - ftp://packman.links2linux.de/pub/packman/MIRRORS
Code:
sudo zypper ar http://<mirror>/packman/suse/11.0 Packman
sudo zypper up
A reboot might be required after the update.
Now let's install some packages! Copy this long line in your terminal.
Code:
sudo zypper in libkde4-devel kommander sox-devel make cmake dvgrab kdesvn gcc gcc-c++ SDL-devel libxml2-devel libsamplerate-devel libogg-devel libvorbis-devel libdv-devel libjack-devel ladspa-devel libmad-devel frei0r-plugins libfaad-devel libfaac-devel libmp3lame-devel libswscale0 libtheora-devel gtk2-devel libquicktime-devel libqimageblitz-devel libsoprano-devel
Time to get the Kdenlive Builder Wizard at last. The src directory is later required by the builder to put ffmpeg, mlt, mlt++ and kdenlive SVN sources in.
Code:
cd ~
mkdir src
mkdir kdenlive
cd kdenlive
wget http://www.kde-apps.org/CONTENT/content-files/85826-kdenlive_builder_wizard.kmdr.bz2
bzip2 -d 85826-kdenlive_builder_wizard.kmdr.bz2
chmod +x 85826-kdenlive_builder_wizard.kmdr
kmdr-executor 85826-kdenlive_builder_wizard.kmdr
You should be able to make use of all the installation options available with this setup. Note that in OpenSUSE the Qimage Lib dir is /usr/lib and the Qimage include dir is /usr/include/ so you will have to check those settings in the setup. Anytime you want to update or install the latest SVN version next to your existing install all you need to do is run the builder wizard!
Enjoy the program and don't hesitate to post your creations, feature requests and bugreports at Kdenlive | Open source video editing.
Bookmarks