linuxcrypt, linux, oss

How To: Install KdenLive on Ubuntu 8.04 Hardy Heron

So I’ve been reading about some of the new features in kdenLive and I am pretty stoked to see some forward development for video editing on Linux.  Some of the new features include:

Main Features:
* Capture video from your camcorder, webcam or screen
* Mix a large number of different formats (depending on your FFmpeg install): mpeg, flash, mp3, ogg, png, jpeg, dv, hdv, …
* See the result of your work (effects and transitions) in realtime
* Export your work in several formats (hdv, dv, mpeg, …)
* Create titles, slideshows and more

For those not familiar with this application, Kdenlive is an open source multi track video editor based on the MLT video framework and FFmpeg.

So how do we get this baby installed in ubuntu as there isn’t a “.deb” package on their website, and the current package in the main repo is on 0.5? Well, if you cruise over to the Wiki Documentation, you will find a nice tutorial written by Mads Dydensborg. The tutorial did work for me, and I am successfully running 0.7. The only thing I couldn’t figure out is why it installed a sleu of KDE apps and made launchers for them? This can be resolved by unselecting them in the alacarte tool. Below are the steps for installing.

1) Add a repo to your sources.list

  • echo deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main | sudo tee -a /etc/apt/sources.list

2) Get a load of extra packages

  • sudo apt-get update && sudo apt-get install gtk-qt-engine-kde4 bzip2 kdebase kommander subversion g++ cmake pkg-config kdelibs5-dev libsdl1.2-dev libxml2-dev

3) Make a new directory

  • mkdir kdenlive

4) Move into the new directory

  • cd kdenlive

5) Download the script

  • wget http://www.kde-apps.org/CONTENT/content-files/85826-kdenlive_builder_wizard.kmdr.bz2

6) Extract, rename and make executable the script

  • `bunzip2 85826-kdenlive_builder_wizard.kmdr.bz2 && mv 85826-kdenlive_builder_wizard.kmdr kdenlive_builder_wizard.kmdr && chmod +x kdenlive_builder_wizard.kmdr

7) Sort out a path by typing:

  • export PATH=$PATH:/usr/lib/kde4/bin

8) Run the script

  • kmdr-executor kdenlive_builder_wizard.kmdr

9) follow the instructions on-screen. Press “Cancel” after success.

10) In file browser (nautilus) navigate to the /kdenlive directory which you created in step 3

11) click “kdenlive_start” and you are in business.

12) Use alacarte (sudo apt-get install alacarte) to add ~/yourpath/kdenlive/kdenlive_start to your menu.

I hope this helps with getting people to trry out publishing their videos on Linux!

Josh

8 Responses to “How To: Install KdenLive on Ubuntu 8.04 Hardy Heron”

  1. Carter Sills November 1, 2008 at 7:09 am #

    Hello Josh.

    Installed the software but it does not recognize my usb webcam or the usb driver for the webcam

    Does this software only support firewire connections?

  2. josh November 12, 2008 at 1:22 am #

    Hi carter, I haven’t tried it with USB cam. Only imported video via firewire, and .mov files off my SD card from my Pentax digicam. Have you tried your webcam in 8.10? What kind of webcam is it?

  3. Brian November 13, 2008 at 2:21 pm #

    Worked well for me, but seeing as I’m no longer using Kdenlive much, how to uninstall it? As far as I can tell, the kdenlive_builder_wizard.kmdr executable doesn’t do anything with regards to uninstallation. Perhaps there’s nothing to do except delete the files? {chuckles} I’m still rather wary of doing that sort of thing from my Windows days.

  4. anonymous March 21, 2009 at 5:42 am #

    How to uninstall?

  5. Barry July 26, 2009 at 12:42 am #

    Re: the instructions

    …and thus Linux slit it own throat.

Leave a Reply:

Gravatar Image