Kdenlive/Manual/Installation: Difference between revisions

From KDE UserBase Wiki
(Marked this version for translation)
No edit summary
 
(114 intermediate revisions by 12 users not shown)
Line 1: Line 1:
<languages />
<languages />
<translate>
<translate>
{{Warning Kdenlive migrated}}


== Installation == <!--T:18-->
== Installation == <!--T:18-->


=== Install binary packages === <!--T:1-->
<!--T:82-->
 
Visit the [https://kdenlive.org/download/ download] page of the Kdenlive Web site for up to date information on installing '''Kdenlive'''. (Aug 2017)
<!--T:2-->
Multimedia packages are made available on many  alternative repositories, often because of distributions restrictions on available codecs due to patents in some countries (mainly US for the moment).
 
<!--T:3-->
Everything would be perfect in a wonderful world if package builders would contribute to official distributions, and multimedia editors chose only free codecs to promote their use worldwide {{Smiley}}... So try to stick to distributions deliveries?
 
<!--T:26-->
Most linux distributions provide recent binary packages of '''Kdenlive''' that can be installed from your Package Manager. However, in some cases you can find more recent versions in private repositories.
 
<!--T:27-->
[http://www.kdenlive.org/downloading-and-installing-kdenlive This] page at the '''Kdenlive''' home has instructions on how to source these more recent versions depending on what flavour of Linux you run.  Instructions for Debian, Fedora Gentoo, OpenSUSE, Slackware and Ubuntu are available.
 
<!--T:29-->
The current stable release is version  [http://www.kdenlive.org/discover/0.9.6 0.9.6] released 7th April 2013.
 
==== Debian, Ubuntu and derivatives ==== <!--T:4-->
 
<!--T:5-->
''Debian'' project ships '''Kdenlive''' packages since "squeeze" (6.0) release, however to benefit from recent updates and bugfixes you might consider upgrading to a "testing" release or even "sid".
 
<!--T:6-->
''Ubuntu'' also offers '''Kdenlive''' since "gutsy" (7.10), but for similar reasons it could be preferable to upgrade to the latest release.
 
<!--T:7-->
In both cases a simple <code>apt-get install kdenlive</code> should then work.
 
==== Fedora, RedHat and derivatives ==== <!--T:8-->


<!--T:9-->
<!--T:96-->
RPM packages are not yet maintained in official branch, so you must go through an unofficial repository such as [http://rpmfusion.org/ RPM Fusion] or [http://packman.links2linux.de/package/kdenlive packman]. Follow the sites recommendations to make them available and end with <code>yum install kdenlive</code>
Follow this link for [[Special:myLanguage/Historical Install Information|Historical Install Information]]


==== Gentoo, Arch, BSD ports ==== <!--T:10-->


<!--T:11-->
=== Configuration Information === <!--T:97-->
Building scripts are ready for up-to-date systems, so run respectively <code>emerge kdenlive</code> or <code>pacman -S kdenlive</code> or <code>pkg_add kdenlive</code>, etc.


==== Windows ==== <!--T:19-->
<!--T:98-->
Kdenlive's application-wide persistent settings are stored in the following locations, depending on your platform.


<!--T:20-->
There is no native Windows version of '''Kdenlive''' yet. However, you can use some virtualized [[Special:myLanguage/What_is_a_distribution|Linux distribution]] to run '''Kdenlive''' on '''Windows'''. Some advices can be found on [http://www.kdenlive.org/forum/kdenlive-windows this page].


==== MacOS ==== <!--T:21-->
==== GNU/Linux ==== <!--T:99-->


<!--T:22-->
<!--T:100-->
'''Kdenlive''' and '''MLT''' can compile and run under Mac OS X. Packages are available from the [http://www.macports.org/ MacPorts] project.
* '''~/.config/kdenliverc''' : contains the general settings of the application. Delete this and restart kdenlive to reset the application to "factory" settings


<!--T:23-->
<!--T:101-->
MacPorts is a source-based system - there is not a binary app bundle for Kdenlive. Therefore, '''Kdenlive''' and all of its numerous dependencies including multimedia libraries, KDE, and Qt must be compiled. This can take a long time and much disk space! Furthermore, it is not unusual for something not to build correctly; it is definitely not something for the novice, impatient, or "faint of heart."
*'''~/.config/session/kdenlive_104534dcfdb61d887154xxxxxxxxxxx_154yyyyyy_98zzzz''' : temporary session info


<!--T:24-->
<!--T:102-->
For more details see [http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/pre-compiled-packages/mac-os-x-packages-macports this]
*~/.cache/kdenlive : cache location storing audio thumbnails, video thumbnails, and proxy clips


=== Installing from source === <!--T:12-->
<!--T:103-->
* ~/.local/share/kdenlive/HD : lumas folder inside here contains the files used for  [[Special:MyLanguage/Kdenlive/Manual/Transitions/Wipe|Wipes]]


<!--T:13-->
<!--T:104-->
If you want to test latest committed code or your personal patches, you will have to build '''Kdenlive''' (and probably '''MLT''') on your own.
* ~/.local/share/stalefiles/kdenlive


<!--T:14-->
==== Windows ==== <!--T:106-->
You can use your distribution's package building procedure to use its software management system to install/upgrade/remove the binaries and data, and eventually share your builds (and even contribute to package maintenance - refer to the respective distribution manual).


<!--T:15-->
<!--T:107-->
If you prefer you can build & install '''Kdenlive''' to a local area (preferably not <tt>/usr</tt>, but rather <tt>/usr/local</tt> or <tt>$HOME/my_local_builds/kdenlive-last-release</tt> or similar).
* %LOCALAPPDATA%\kdenlive\cache : cache location storing audio thumbnails, video thumbnails, and proxy clips
It is then recommended to use the [http://www.mltframework.org/twiki/bin/view/MLT/BuildScripts#Kdenlive build script] <ref>on distributions older than ''Debian 6'' or ''Ubuntu 10.04'' and derivatives, you need to set <code>ENABLE_SWFDEC=0</code> in the config variables of the script</ref>


===Installing from Sunabs PPA === <!--T:28-->
<!--T:108-->
Olivier Banus (AKA Sunab) provides a personal package archive (PPA) of the latest development trees of Frei0r-plugins, MLT and '''Kdenlive'''. For details on how to install Kdenlive using this source see [https://launchpad.net/~sunab/+archive/kdenlive-svn launchpad.net]
* %APPDATA%\kdenlive : contains user library clips, speech models, profiles and titles


<!--T:25-->
<!--T:109-->
See also [http://kdenlive.org/downloading-and-installing-kdenlive Kdenlive homepage]
* %PROGRAMFILES%\kdenlive\bin\data\kdenlive\lumas : lumas folder inside here contains the files used for [[Special:MyLanguage/Kdenlive/Manual/Transitions/Wipe|Wipes]]


<!--T:16-->
<!--T:105-->
<references/>
<references/>
{{Prevnext2
{{Prevnext2
Line 82: Line 53:
|prevtext=Introduction
|prevtext=Introduction
|nextpage=Special:MyLanguage/Kdenlive/Manual/QuickStart
|nextpage=Special:MyLanguage/Kdenlive/Manual/QuickStart
|nexttext=QuickStart
|nexttext=Quick Start
|index=Special:MyLanguage/Kdenlive/Manual
|index=Special:MyLanguage/Kdenlive/Manual
|indextext=Back to menu
|indextext=Back to menu

Latest revision as of 13:31, 15 August 2023

Permanently Moved

The Kdenlive Manual has been moved here:
https://docs.kdenlive.org


To edit the pages, please continue here:

https://invent.kde.org/documentation/docs-kdenlive-org (11/2021)


Installation

Visit the download page of the Kdenlive Web site for up to date information on installing Kdenlive. (Aug 2017)

Follow this link for Historical Install Information


Configuration Information

Kdenlive's application-wide persistent settings are stored in the following locations, depending on your platform.


GNU/Linux

  • ~/.config/kdenliverc : contains the general settings of the application. Delete this and restart kdenlive to reset the application to "factory" settings
  • ~/.config/session/kdenlive_104534dcfdb61d887154xxxxxxxxxxx_154yyyyyy_98zzzz : temporary session info
  • ~/.cache/kdenlive : cache location storing audio thumbnails, video thumbnails, and proxy clips
  • ~/.local/share/kdenlive/HD : lumas folder inside here contains the files used for Wipes
  • ~/.local/share/stalefiles/kdenlive

Windows

  • %LOCALAPPDATA%\kdenlive\cache : cache location storing audio thumbnails, video thumbnails, and proxy clips
  • %APPDATA%\kdenlive : contains user library clips, speech models, profiles and titles
  • %PROGRAMFILES%\kdenlive\bin\data\kdenlive\lumas : lumas folder inside here contains the files used for Wipes