Hello Linux Geeksters. As you may know, Kdenlive is an open-source video editor, running on both Linux and FreeBSD and using FFmpeg, MLT video framework and Frei0r effects. It can be used for both basic video editing or semi-profesional work.
- We fully benefit from KDE’s infrastructure, which means less worries for the developpers.
- We stick to KDE Applications release schedule, which means one bugfix release every month, one feature improved version every 4 months. That’s a big change from the previous random release every year or so. This is possible because the KDE team takes care of the release, not our small dev team, so a big thank you to KDE.
- We now use KDE’s bugtacker at https://bugs.kde.org.
- We benefit from KDE’s build servers and team, which means that we might in the future have Mac OS and
- We can now be part of the Google Summer Of Code.
- We have adopted the KDE Applications numbering scheme. From now on, Kdenlive versions will be numbered with Year.Month.Bugfix. That explains the 15.04.0 version.
- Every KDE contributor can help us improve Kdenlive.
In this article I will show you how to install Kdenlive 15.04 on Fedora 21 and Fedora 20.
Because it is available via the RPM fusion repository, install Kdenlive 15.04 on the latest Fedora systems is easy. All you have to do is download and install the repository to your system, update the local repository index and enable the repo and install guvcview package.
Follow the instructions for your system exactly, in order to get a successful installation.
How to install Kdenlive 15.04 on Fedora 21:
$ wget download1.rpmfusion.org/free/fedora/rpmfusion-free-release-21.noarch.rpm
$ sudo rpm -i rpmfusion-free-release-21.noarch.rpm
$ sudo yum update
$ sudo yum --enablerepo=rpmfusion-free-updates-testing install kdenlive
Optional, to remove kdenlive, do:
$ sudo yum remove kdenlive
How to install Kdenlive 15.04 on Fedora 20:
$ wget download1.rpmfusion.org/free/fedora/rpmfusion-free-release-20.noarch.rpm
$ sudo rpm -i rpmfusion-free-release-20.noarch.rpm
$ sudo yum update
$ sudo yum --enablerepo=rpmfusion-free-updates-testing install kdenlive
Optional, to remove kdenlive, do:
$ sudo yum remove kdenlive
Leave a Reply