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.
The latest version available is Kdenlive 0.9.10, which has been recently released, coming with bug-fixes, enhancements, better support for high-density pixel (HiDPI) displays and support for importing SVG vector images for the slideshow.
In this article I will show you how to install Kdenlive 0.9.10 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Deepin 2014, Peppermint Five, LXLE 14.04, Linux Lite 2.0 and other Ubuntu derivative systems.
Because it is available via PPA, installing Kdenlive 0.9.10 on Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivative systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the kdenlive package. Like this:
$ sudo add-apt-repository ppa:sunab/kdenlive-release
$ sudo apt-get update
$ sudo apt-get install kdenlive
Optional, to remove kdenlive, do:
$ sudo apt-get remove kdenlive
Leave a Reply