Kdenlive/Manual/Installation/da: Difference between revisions

From KDE UserBase Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(14 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Installation ==
== Installation ==


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


De fleste distributioner har binære pakker af '''Kdenlive''', som er up-to-date og kan installeres fra dit pakkehåndteringsprogram. Dog findes der i nogle tilfælde nyere versioner i private arkiver.
Følg dette link for  [[Special:myLanguage/Historical Install Information|Information om tidligere installationer]]


[http://www.kdenlive.org/download This] page at the '''Kdenlive''' home has instructions on how to source these more recent versions, depending on which flavour of Linux you run.  Instructions for Debian, Fedora, Gentoo, OpenSUSE, Slackware and Ubuntu are available.


=== Information om konfiguration ===


Fra maj 2015 er det blevet lidt mere kompliceret at finde og installere den seneste version af '''Kdenlive'''. Indtil da har '''Kdenlive''' brugt en teknologi kendt som KDE Frameworks 4. Den seneste stabile version af denne teknologi er [http://kdenlive.org/discover/0.9.10 0.9.10], udgivet d. 25. september 2014.<br />
Kdenlives programindstillinger gemmes i følgende filer, afhængigt af din platform.  
For ar bruge den skal du bruge en aktuel version af frei0r, '''Kdenlive''', mlt og libvidstab, fx: <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 />


Fra juni 2015 har [https://launchpad.net/~sunab/+archive/ubuntu/kdenlive-release-old denne] PPA version 0.9.10 fa '''Kdenlive''', 1.4.0 of Frei0r og 0.9.3 of melt.


Development of '''Kdenlive''' has now switched to a new version of the KDE Frameworks called KF5 (KDE Frameworks 5).  To install versions of '''Kdenlive''' using this underlying technology, you need to be on a Linux distribution which supports KF5. Ubuntu and its derivatives versioned 15.04 and higher support KF5.  It is not possible to install KF5 on distributions earlier than 15.04 (except by ''chroot''ing your system).
==== GNU/Linux ====
Versions using KF5 are distributed by the [https://launchpad.net/~kubuntu-ci Kubuntu-CI Team]. The sunab ppa (see below) now also distributes KF5 versions. <br />
Version numbers of the KF5 flavour start at 15.04.0. <br />
This author recommends using the  sunab ppa to install Kdenlive rather than the  Kubuntu-CI Team because the Kubuntu-CI Team PPA has many other packages in it which will attempt to uprade all sorts of things on your system&mdash;with the potential of breaking it.<br />


==== Debian ====
* '''~/.config/kdenliverc''' : indeholder programmets generelle indstillinger. Slet denne og genstart kdenlive for at nulstille frogrammet til "fabriksindstillingerne"


''Debian''-projektet leverer pakker med '''Kdenlive''' fra "squeeze"-udgaven (6.0), men for at drage nytte af de seneste opdateringer og fejlrettelser, så kan du overveje at opgradere til en "testing"-udgave eller endda "sid".
*'''~/.config/session/kdenlive_104534dcfdb61d887154xxxxxxxxxxx_154yyyyyy_98zzzz''' : midlertidig information om sessionen


Once your package management tool is pointed at an appropriate release, a simple <code>apt install kdenlive</code> should then work.
<div class="mw-translate-fuzzy">
*~/.cache/kdenlive
</div>


Sunabs PPA (se ovenfor) anbefales ikke til Debian-brugere, da ''Debian bruger et anderledes layout til multiarch'' (reference: dette [https://forum.kde.org/viewtopic.php?f=269&t=123425#p322708 indlæg] fra vpinion)
* ~/.local/share/kdenlive : mappen lumas herunder indeholder de filer, som bruges til [[Special:MyLanguage/Kdenlive/Manual/Transitions/Wipe|Wipes]]


=== Ubuntu og afledede distributioner ===
* ~/.local/share/stalefiles/kdenlive
''Ubuntu'' leverer også '''Kdenlive''' siden "gutsy" (7.10), men for at drage fordel af aktuelle udgivelser og fejlretninger bør du overveje at opgradere til den seneste udgave.
 
[https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-master ppa:kdenlive/kdenlive-master] is the development branch, with the very latest features additions.
 
[https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-testing ppa:kdenlive/kdenlive-testing] is the feature-frozen branch, starting from the first beta, with bugfix updates as soon as solutions are found
 
[https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-stable ppa:kdenlive/kdenlive-stable] is the last robust official release
 
Ikke alle pakker i ppa'et er nødvendige. Installér eller opdatér følgende for at få version til 15.04 (versionsnumre fra 13 juli 2015)
* kdenlive  (15.04.2-0ubuntu0-~sunab~vivid4)    <br />
* kdenlive-data    (15.04.2-0ubuntu0-~sunab~vivid4)    <br />
* libmlt++3    (0.9.6-0ubuntu0~sunab~vivid1)    <br />
* libmlt-data  (0.9.6-0ubuntu0~sunab~vivid1)    <br />
* libmlt6  (0.9.6-0ubuntu0~sunab~vivid1)          <br />
* libvidstab1.0  (2:0.98b-0ubuntu0~sunab~vivid1)  <br />
* melt          ( 0.9.6-0ubuntu0~sunab~vivid1)  <br />
 
Non-Kubuntu users will need to install the kde-runtime package to fix missing buttons and icons.
 
==== Fedora, RedHat og afledede distributioner ====
 
RPM packages are not yet maintained in an 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] (Has ver 15.12.0 29 Dec 2015). Follow the site's recommendations to make them available and end with <code>yum install kdenlive</code>.
 
==== Gentoo, Arch, BSD-oversættelser ====
 
Er dit system up-to-date, så findes der scripts til bygning; kør henholdsvis <code>emerge kdenlive</code>, <code>pacman -S kdenlive</code> eller <code>pkg_add kdenlive</code>, etc.


==== Windows ====
==== Windows ====


The first Windows version of Kdenlive (v16.12.1) is available for download [https://kdenlive.org/download/ here]. Read the installation instructions for Windows.
* %LOCALAPPDATA%\kdenlive\cache : cache location storing audio thumbnails, video thumbnails, and proxy clips
 
Alternatively you could try and use some virtualized [[Special:myLanguage/What_is_a_distribution|Linux distribution]] to run '''Kdenlive''' on '''Windows'''. Some advice can be found on [http://www.kdenlive.org/forum/kdenlive-windows this page].
 
Der er også et projekt med [http://sourceforge.net/projects/kdenlive-on-win/ kdenlive på Windows] på SourceForge, som "består af et VirtualBox-billede med Ubuntu, som er forudkonfigureret til køre '''Kdenlive'''". Projektet blev senest opdateret  d 9/8 2012. <!--xxTjekxx-->
 
==== MacOS ====
 
'''Kdenlive''' og '''MLT''' kan kompileres og køre under Mac OS X. Du kan få pakker fra projektet [http://www.macports.org/ MacPorts].
 
MacPorts er et kilde-baseret system &mdash; der er ingen binær programpakke af '''Kdenlive'''. Derfor skal '''Kdenlive''' og alle dens mange afhængigheder, herunder multimedie-biblioteker, KDE og Qt kompileres. Dette kan tage lang tid og bruge megen plads på harddisken! Desuden er det ikke usædvanligt, at et eller andet ikke bygger korrekt: det er bestemt ikke for nybegyndere, utålmodige eller ængstelige sjæle.
 
Du kan have held med at få support til PacPort'en '''Kdenlive''' på Mac Ports forum på [http://mac-os-forge.2317878.n4.nabble.com/MacPorts-f3.html MacOS Forge].
 
=== Installation fra kildekoden ===
 
Hvis du vil teste den senest indsendte kode eller dine egne ændringer, så skal du selv bygge '''Kdenlive''' (og nok også '''MLT''').
 
Details on how to compile and install Kdenlive from source are available on the [https://community.kde.org/Kdenlive/Development/KF5  Community wiki].
 
Du kan bruge din distributions pakkebygnings-procedure og således bruge dens system til at håndtere software til at installere, opgradere og fjerne de binære filer og data og i sidste enden lade andre bruge din version (og endda bidrage til vedligeholdeles af pakken - se mere i din distributions 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).
You could try using  [https://community.kde.org/Kdenlive/Development/KF5#A_build_script  this] build script to build the latest version from the sources. Or you could use the [http://www.mltframework.org/twiki/bin/view/MLT/BuildScripts#Kdenlive this] build script to build kdenlive ver 0.9.10 <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. Modify the INSTALL_DIR in the script to  something like <code>INSTALL_DIR="$HOME/my_local_builds/kdenlive-last-release"</code> to make it match where you want this local build to install. </ref> (Follow the instructions under "show kdenlive". These instructions will build '''Kdenlive''' and its dependancies [e.g. melt, ffmpeg] in a "sandbox").
 
===Installing from pre-built binary packages ===
Kdenlive now offers pre-build binary packages deployed using Appimage technology - see Appimage section on the [https://kdenlive.org/download/ download page]  of the kdenlive web site.
 
These install files are hosted at http://files.kde.org/kdenlive/  where you will find a release folder and an unstable folder
The release folder contains binary builds of the current stable version of Kdenlive.
 
Windows Versions are in 7zip format archives with file names of the form
 
Kdenlive-17.04.0-2-w64.7z
 
For installation instructions for windows see the [https://kdenlive.org/download/ download page].
 
 
Linux Appimage versions are in file names of the form
 
Kdenlive-17.04.1b-x86_64.AppImage
 
To run the AppImage versions simply make the downloaded file executable (chmod +x) and run it (./Kdenlive-17.04.1b-x86_64.AppImage)
 
Pre-built binary packages are often an easy solution if you are having troubles with your install and can be preferable to building your own because you don't need to install a build environment.
 
The pre-built AppImage version and your main version of '''Kdenlive''' can live simultaneously on your machine so you can test new and possibly unstable versions without breaking the main version of Kdenlive on your system.
 


A downside is that these packages have been built with a version of ffmpeg that only has the free video codecs.  The type of files you can render your video to is limited.  Choosing the '''Theora''' profile in the '''Web Sites''' rendering destination does work.
* %APPDATA%\kdenlive : contains user library clips, speech models, profiles and titles


Kdenlive pre built binaries currently only supports 64 bit operating systems
* %PROGRAMFILES%\kdenlive\bin\data\kdenlive\lumas : lumas folder inside here contains the files used for [[Special:MyLanguage/Kdenlive/Manual/Transitions/Wipe|Wipes]]


<references/>
<references/>
Line 123: Line 42:
|nexttext=Kom godt i gang
|nexttext=Kom godt i gang
|index=Special:MyLanguage/Kdenlive/Manual
|index=Special:MyLanguage/Kdenlive/Manual
|indextext=Indholdsfortegnelsen
|indextext=Indholdsfortegnelse
}}
}}


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

Latest revision as of 17:38, 31 May 2021

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

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