Kdenlive website is the central collaboration platform for writing documentation, publishing tutorials and translating Kdenlive software.
Translation
If you want to help translating Kdenlive, check our Status page [1].
To register on the Kdenlive web site, create a new account [2] and enter the required information. You will receive your password by email.
Registration offers access to a number of features, including:
Registered users who apply for editing permissions [5] can also contribute documentation [6].
Kdenlive web site offer the ablity to display user location. This gives a good idea of the size of the community and can help you get in touch with enthusiast users and establish personal relationships. To set up your location:

Make sure that you are using Kdenlive 0.7 svn, which includes record-mydesktop.
Otherwise, use kdenlive 0.7 and GTK-recordmydesktop.
Do not make a tutorial will older kdenlive versions, which are deprecated.

Create a custom project profile (Settings -> Manage Project Profiles):
Make a screengrab with the following settings:
Edit the screengrab in Kdenlive and render using Flash 4000K export setting.
Log in Blip.tv [7], Google video [8], or Vimeo.com [9].
Upload your tutorial.
If requested, select a free licence, otherwize you will not be able to broadcast.
Step 3: Publishing the tutorial on Kdenlive.org
Log in Kdenlive web site.
In the user menu, click on Create content, then Video tutorial [10].
Enter the following information:
Click on Split summary at cursor button to separate the text between the teaser and the main description.
Click on Preview or Save.
At any moment, you will be able to modify or remove the tutorial.
Wait until moderators approve your post.
You must be the copyright holder of the tutorial or make sure that it is published using a Free licence.
The turorial forum is available here:
http://kdenlive.org/forum/contribution-forums/publishing-video-tutorials... [11]
A list of possible tutorials:
http://www.kdenlive.org/forum/possible-tutorial-subjects [12]
Kdenlive is a long term project and it took 20 years to build Free Tools in video. We have the goal to produce a very accurate and complete documentation on Kdenlive and video editing in general. But this will be done step by step, writing documentation during months. Don't expect immediate results.
The Kdenlive manual has moved to the KDE userbase Wiki (http://userbase.kde.org/Kdenlive/Manual [13]). If you want to contribute then create an account on that wiki and edit away.
Kdenlive manual is written in simplified English and then translated into several languages. The KDE userbase wiki is built with translation in mind.
You can select Open in the File menu It provides several features. Kdenlive provides several features.The management rules for writing documentation are simple:
Do not use chat systems. Use the forum for any discussion. Whenever you agree on the forum, there is more commitment than a simple chat with no trace.
http://kdenlive.org/forum/developers-forums/writing-documentation [14]
If you have created custom images for Wipe transitions, you can share them with other users by uploading them to:
kde-files.org [15], in the category Kdenlive.
Wipe images are greyscale images in the pgm format and can be used to transition from one track to another. Once a Wipe image file is uploaded to kde-files.org, it can be automatically installed by all Kdenlive users from the "Settings > Install New Lumas..." menu entry.
Sample luma image:

If you have created custom rendering profiles in Kdenlive, you can share them with the other users. This can be especially useful for example if you created a rendering profile that creates videos for a portable device. In that case, you can browse the list of existing profiles [16] and modify or create a new one [17]. Once a rendering profile is created on the website, it can be automatically installed by all Kdenlive users (requires Kdenlive >= 0.7.3) from the menu "Settings > Install New Profiles...".
Since november 2011, Kdenlive has moved to the KDE infrastructure. It means that all our translations are now managed by the KDE translation teams. If you want to help translating Kdenlive in your language, the first thing to do is to get in touch with the KDE localization team: http://i18n.kde.org/ [18]
There is a team for each language and you can get infos here.
After that, we recommand using the Lokalize tool which was designed to make KDE translations easier. Here is a quick howto, but please Don't forget to contact the translation team [19] for your language so that the work is not done twice.
In Lokalize, go to Project > New project wizard. Select "Translate application interface" as in the screenshot
Select "Get from svn repository" and chose your language, then the folder where the translation files will be downloaded, as in screenshot. This will download all translation files for KDE and is rather big (about 20Mb).
After a few minutes (be patient - it takes a while after downloading to build indexes), you will see the different translations appear, and can select Kdenlive which is in Messages > extragear-multimediaIf you have questions, you can always contect the Kdenlive developers on the Kdenlive mailing list [20]
To submit a patch, create an issue on Mantis bug tracker [21] and attach the patch to your post.
Send a message on the mailing list to describe the patch.
For developers, the steps to participate are as follows:
Like in any good free software project, the GUI and the framework rely on different projects:
Most of time, new features need to be added to MLT and Kdenlive.
As a rule, you should be able to play any video editing project using melt and Kdenlive.
MLT has several GUIs, including Kdenlive. We do not accept new features which cover only Kdenlive and not MLT. We would like to make possible for other developers to work on other interfaces.
We recommend using a Debian SID distribution. It is updated very rapidly on the contrary of Ubuntu, which lacks months behind.
You can use the following /etc/apt/sources.list:
deb http://ftp.fr.debian.org/debian/ [23] experimental main contrib non-free
deb-src http://ftp.debian.org/debian/ [24] experimental main contrib non-free
deb http://ftp.fr.debian.org/debian/ [23] unstable main contrib non-free
deb-src http://ftp.debian.org/debian/ [24] unstable main contrib non-free
deb http://ftp.fr.debian.org/debian/ [23] testing contrib non-free main
deb-src http://ftp.fr.debian.org/debian/ [23] testing contrib non-free main
deb http://ftp.fr.debian.org/debian/ [23] stable contrib non-free main
deb-src http://ftp.fr.debian.org/debian/ [23] stable contrib non-free main
deb http://www.debian-multimedia.org [25] sid main
deb-src http://www.debian-multimedia.org [25] sid main
deb http://www.debian-multimedia.org [25] experimental main
deb-src http://www.debian-multimedia.org [25] experimental main
A recommended /etc/apt/apt.conf
APT::Cache-Limit 40000000;
APT::Default-Release "unstable";
To upgrade to Debian SID:
apt-get update; apt-get dist-upgrade
If you are running VDPAU, install Nvidia proprietary drivers:
apt-get install nvidia-kernel; module-assistant a-i nvidia-kernel ; apt-get install nvidia-glx nvidia-libvdpau1-dev
Modify /etc/X11/xorg.conf and replace "nv" with "nvidia" in the driver section.
Then checkout Frei0r-plugins, MLT and Kdenlive from sources. You may find useful information here:
http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/... [26]
Question: I would like to add a new effect to Kdenlive. How to add the effect in MLT?
Answer: check-out Frei0r and MLT and read frei0r plugin code in MLT: /src/modules/frei0r . You can either add a new plugin to MLT or add the feature in Frei0r, which is already implemented in MLT. Other choices are also possible. Discuss this with us.
Question: Why should I join Kdenlive and not project Foo?
Answer: MLT is the future of video editing and it is already a standard on GNU/Linux platforms. Other frameworks are oriented towards displaying video, not editing it. With the separation of video libraries (FFmpeg codecs), video engine (MLT) and user interface (Kdenlive), you have a more secure framework. Furthermore, our community is very well organized to track bugs, make frequent releases and write documentation. We will still be there in 10 years. So if you add some code to FFmpeg, MLT or Kdenlive, be sure your time is not lost. If you need a specific feature, don't loose time working on a minor video tool. Kdenlive and MLT provide you the basic import/export and timeline. So that you can concentrate on the quality of your code.
Visit the Roadmap page [27].
You might also want to have a look at the Brainstorming section of our forum [28]
Featured projects are displayed in these two menus:
To advocate a project, write a message on the forum, providing the following information:
We will review the link and publish information.
To add a featured project:
As an absolute rule, commercial sites offering freeware downloads are not allowed. We accept only Free Software sites as regards the definition of the GNU Foundation.
Commercial sites managing video communities are allowed.
apt-get update
apt-get install live-helper qemu debian-multimedia-keyring
Download and run the following script: http://www.poure.com/kdenlive/build-dvd-x64.sh [31]
2008-06-12 New version including Kdenlive 0.7.4, melt and required codecs, including gstreamer codecs for viewing.
2008-12-30 New version including Kdenlive 0.7.1.
2008-12-22 The DVD now ships with a graphical Debian installer.
2008-12-21 Adding Twinkle SIP phone.
2008-12-21 Adding OpenOffice
2008-12-21 Adding fuse packages to mount ext2, fat files and smb networks.
2008-12-21 Adding usbmount to mount ext2 and ext3 usb keys automaticaly.
2008-12-20 Adding wireless firmwares and wireless tools for Gnome desktop. (JM)
2008-12-20 Adding gparted partition manager with support for resizing partitions. (JM)
If you have created a nice custom title you can make it available to all Kdenlive users.
You can browse the list of existing templates [32] and modify or create a new one [33]. Once a the template is created on the website, it can be automatically installed by all Kdenlive users (requires Kdenlive >= 0.7.8) from the menu "Settings > Download New Title Templates...".
Links:
[1] http://kdenlive.org/contribution-manual/how-translate-kdenlive
[2] http://www.kdenlive.org/user/register
[3] http://kdenlive.org/forum
[4] http://kdenlive.org/tutorial
[5] http://kdenlive.org/forum/ask-documentation-writer-role
[6] http://kdenlive.org/contribution-manual/how-write-kdenlive-manual
[7] http://www.blip.tv
[8] http://video.google.com/
[9] http://www.vimeo.com/
[10] http://kdenlive.org/node/add/tutorial
[11] http://kdenlive.org/forum/contribution-forums/publishing-video-tutorials/publishing-video-tutorials
[12] http://www.kdenlive.org/forum/possible-tutorial-subjects
[13] http://userbase.kde.org/Kdenlive/Manual
[14] http://kdenlive.org/forum/developers-forums/writing-documentation
[15] http://kde-files.org/index.php?xcontentmode=683
[16] http://kdenlive.org/rendering-profiles
[17] http://kdenlive.org/node/add/render-profile
[18] http://i18n.kde.org/
[19] http://i18n.kde.org/teams-list.php
[20] http://kdenlive.org/developer-mailing-list
[21] http://kdenlive.org/mantis
[22] http://www.mltframework.org
[23] http://ftp.fr.debian.org/debian/
[24] http://ftp.debian.org/debian/
[25] http://www.debian-multimedia.org
[26] http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/installing-source
[27] http://www.kdenlive.org/mantis/roadmap_page.php
[28] http://kdenlive.org/forum/contribution-forums/kdenlive-brainstorming
[29] http://www.kdenlive.org/link-fos
[30] http://www.kdenlive.org/link-community
[31] http://www.poure.com/kdenlive/build-dvd-x64.sh
[32] http://kdenlive.org/title-templates
[33] http://kdenlive.org/node/add/title-template