Jump to content

Kdenlive/Manual/Installation/en and Kdenlive/Manual/Installation/da: Difference between pages

From KDE UserBase Wiki
(Difference between pages)
FuzzyBot (talk | contribs)
Updating to match new version of source page
 
Claus chr (talk | contribs)
No edit summary
 
Line 3: Line 3:
== Installation ==
== Installation ==


=== Install binary packages ===
Gå til  [https://kdenlive.org/download/ download-siden] på Kdenlives Websted for at få aktuel information om installation af  '''Kdenlive'''.  (Aug 2017)


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).
Følg dette link for [[Special:myLanguage/Historical Install Information|Information om tidligere installationer]]


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?


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.
=== Information om konfiguration ===


[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.
Kdenlives programindstillinger gemmes i følgende filer, afhængigt af din platform.  


The current stable release is version  [http://kdenlive.org/discover/0.9.10 0.9.10] released 25th September 2014.<br />
You need to have recent versions of frei0r, kdenlive , mlt and  libvidstab
e.g. <br />
frei0r = 1.4.0+git20140826.72e51041  <br />
kdenlive = 0.9.10  <br />
mlt = 0.9.3+git20141005.22abed67 <br />
libvidstab=2:0.98b  <br />


==== Debian, Ubuntu and derivatives ====
==== GNU/Linux ====


''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".
* '''~/.config/kdenliverc''' : indeholder programmets generelle indstillinger. Slet denne og genstart kdenlive for at nulstille frogrammet til "fabriksindstillingerne"


''Ubuntu'' also offers '''Kdenlive''' since "gutsy" (7.10), but for similar reasons it could be preferable to upgrade to the latest release.
*'''~/.config/session/kdenlive_104534dcfdb61d887154xxxxxxxxxxx_154yyyyyy_98zzzz''' : midlertidig information om sessionen


In both cases a simple <code>apt-get install kdenlive</code> should then work.
*~/.cache/kdenlive


Sunab offers a stable release of Kdenlive from [https://launchpad.net/~sunab/+archive/kdenlive-release this] PPA
* ~/.local/share/kdenlive : mappen lumas herunder indeholder de filer, som bruges til  [[Special:MyLanguage/Kdenlive/Manual/Transitions/Wipe|Wipes]]


==== Fedora, RedHat and derivatives ====
* ~/.local/share/stalefiles/kdenlive
 
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>
 
==== Gentoo, Arch, BSD ports ====
 
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 ====
 
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 ====
 
'''Kdenlive''' and '''MLT''' can compile and run under Mac OS X. Packages are available from the [http://www.macports.org/ MacPorts] project.
 
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."
 
For more details see [http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/pre-compiled-packages/mac-os-x-packages-macports this]
 
You may have some success getting support for the MacPort of kdenlive on the Mac Ports forum on [http://mac-os-forge.2317878.n4.nabble.com/MacPorts-f3.html MacOS Forge]
 
=== Installing from source ===
 
If you want to test latest committed code or your personal patches, you will have to build '''Kdenlive''' (and probably '''MLT''') on your own.
 
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).
 
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).
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 Sunab's PPA ===
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 bleeding edge source see [https://launchpad.net/~sunab/+archive/kdenlive-svn launchpad.net - kdenlive-git (unstable).Testing only! ]
 
Note:  Sunab  also maintains a [https://launchpad.net/~sunab/+archive/kdenlive-release PPA] of the offical current release of Kdenlive  (as noted above) as well as the current release minus one at [https://launchpad.net/~sunab/+archive/ubuntu/kdenlive-release-old  ppa:sunab/kdenlive-release-old]
 
If you need to back out a release to the previous release then:
* delete all packages (kdenlive, mlt, ...) from the kdenlive-release ppa (manually or with ppa-purge)
* disable ppa:sunab/kdenlive-release in the package manager/software sources
* enable the  [https://launchpad.net/~sunab/+archive/ubuntu/kdenlive-release-old  ppa:sunab/kdenlive-release-old]  in the package manager/software sources
* install kdenlive from ppa:sunab/kdenlive-release-old
 
===Installing from daily builds  ===
 
Dan Dennedy provides automatic daily builds that contain the latest git versions of Kdenlive, MLT, Frei0r, FFmpeg and some other important libraries.
You can test this packages without changing your system. Just download the package and extract it to a folder of your choice.
Inside that folder is a "start-kdenlive" executable that will start for you the latest Kdenlive.
 
Execute this by typing ./start-kdenlive in a terminal
 
Daily builds are currently provided for Ubuntu (should be compatible with OpenSuse 12 and Debian 7) and Fedora.
 
See the [http://builds.meltytech.com/kdenlive/latest.rss daily builds rss feed] which provides links to the builds for the above mentioned distributions.
 
Be sure to choose the correct download for your system. 
 
kdenlive-fedora17-x86_64-YYYYMMDD.tar.bz2  is for 64bit fedora<br>
kdenlive-ubuntu12.04-x86_'''64'''-YYYYMMDD.tar.bz2  is for 64bit ubuntu - (release 12.04 or higher) or other debian based distros<br>
kdenlive-ubuntu12.04-x86-YYYYMMDD.tar.bz2  (no 64 in the name ) is for 32bit ubuntu  - (release 12.04 or higher) or other debian based distros<br>
 
See also [http://kdenlive.org/downloading-and-installing-kdenlive Kdenlive homepage]


<references/>
<references/>
{{Prevnext2
{{Prevnext2
|prevpage=Special:MyLanguage/Kdenlive/Manual/Introduction
|prevpage=Special:MyLanguage/Kdenlive/Manual/Introduction
|prevtext=Introduction
|prevtext=Introduktion
|nextpage=Special:MyLanguage/Kdenlive/Manual/QuickStart
|nextpage=Special:MyLanguage/Kdenlive/Manual/QuickStart
|nexttext=QuickStart
|nexttext=Kom godt i gang
|index=Special:MyLanguage/Kdenlive/Manual
|index=Special:MyLanguage/Kdenlive/Manual
|indextext=Back to menu
|indextext=Indholdsfortegnelse
}}
}}


[[Category:Kdenlive]]
[[Category:Kdenlive/da]]
[[Category:Multimedia]]
[[Category:Multimedia/da]]

Revision as of 08:00, 8 August 2019

Installation

Gå til download-siden på Kdenlives Websted for at få aktuel information om installation af Kdenlive. (Aug 2017)

Følg dette link for Information om tidligere installationer


Information om konfiguration

Kdenlives programindstillinger gemmes i følgende filer, afhængigt af din platform.


GNU/Linux

  • ~/.config/kdenliverc : indeholder programmets generelle indstillinger. Slet denne og genstart kdenlive for at nulstille frogrammet til "fabriksindstillingerne"
  • ~/.config/session/kdenlive_104534dcfdb61d887154xxxxxxxxxxx_154yyyyyy_98zzzz : midlertidig information om sessionen
  • ~/.cache/kdenlive
  • ~/.local/share/kdenlive : mappen lumas herunder indeholder de filer, som bruges til Wipes
  • ~/.local/share/stalefiles/kdenlive