Kdenlive/Manual/Installation/ru: Difference between revisions

From KDE UserBase Wiki
No edit summary
(Updating to match new version of source page)
(64 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages />
<languages />


== Установка ==
== Installation ==


=== Установка бинарных пакетов ===
Visit the [https://kdenlive.org/download/ download] page of the Kdenlive Web site for up to date information on installing '''Kdenlive'''.  (Aug 2017)


Мультимедийные пакеты доступны во многих альтернативных хранилищах , в основном из-за определенных ограничений на доступные кодеки, в связи с патентами в ряде стран (в основном США на данный момент).
Follow this link for  [[Special:myLanguage/Historical Install Information|Historical Install Information]]


Всё в мире было бы прекрасно, если бы пакеты были от  производителей официальных дистрибутивов, и мультимедийные редакторы  выбирали только бесплатные кодеки для содействия их использованию во всём мире {{Smiley}}... So try to stick to distributions deliveries?


==== Debian, Ubuntu и производные ====
=== Configuration Information ===


''Debian'' проект содержит '''Kdenlive'''  пакеты "squeeze" (6.0) релиза, однако чтобы воспользоваться преимуществами обновлений и исправлений, вы можете рассмотреть переход на "testing" релиз или даже  "sid".
Kdenlive's application-wide persistent settings are stored in the following locations, depending on your platform.  


''Ubuntu'' так же предлагает '''Kdenlive''' с "gutsy" (7.10), но по тем же причинам  может быть предпочтительнее  обновление до последней версии.


В обеих случаях просто <code>apt-get install kdenlive</code> должно работать.
==== GNU/Linux ====


==== Fedora, RedHat и производные ====
* '''~/.config/kdenliverc''' : contains the general settings of the application. Delete this and restart kdenlive to reset the application to "factory" settings


RPM пакеты ещё не поддерживаются официально , но вы можете использовать неофициальные репозитарии, такие как  [http://rpmfusion.org/ RPM Fusion] или [http://packman.links2linux.de/package/kdenlive packman]. Следуйте рекомендациям сайтов как сделать их доступными и используйте <code>yum install kdenlive</code>
*'''~/.config/session/kdenlive_104534dcfdb61d887154xxxxxxxxxxx_154yyyyyy_98zzzz''' : temporary session info


==== Gentoo, Arch, BSD порты ====
*~/.cache/kdenlive


Скрипты сборки, готовы для up-to-date systems, так что запускайте <code>emerge kdenlive</code> или <code>pacman -S kdenlive</code> или <code>pkg_add kdenlive</code>, и т.д.
* ~/.local/share/kdenlive : lumas folder inside here contains the files used for  [[Special:MyLanguage/Kdenlive/Manual/Transitions/Wipe|Wipes]]


==== Windows ====
* ~/.local/share/stalefiles/kdenlive
 
Версии '''Kdenlive''' для  Windows ещё не существует. Тем не менее, вы можете использовать некоторые виртуальные (Live)[[Special:myLanguage/What_is_a_distribution|Linux дистрибутивы]] для запуска '''Kdenlive''' в '''Windows'''. Некоторые советы можно найти на [http://www.kdenlive.org/forum/kdenlive-windows этой странице].
 
==== MacOS ====
 
'' 'Kdenlive''' и'' 'MLT''' можно скомпилировать и запустить под Mac OS X. Пакеты доступны из проекта [http://www.macports.org/ MacPorts] .
 
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."
 
Для получения дополнительной информации см. [http://www.kdenlive.org/user-manual/downloading-and-installing-kdenlive/pre-compiled-packages/mac-os-x-packages-macports здесь]
 
=== Установка из исходных кодов ===
 
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 maintainance - 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 recommanded 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>


<references/>
<references/>
{{Prevnext2
{{Prevnext2
|prevpage=Special:MyLanguage/Kdenlive/Manual/Introduction
|prevpage=Special:MyLanguage/Kdenlive/Manual/Introduction
|prevtext=Введение
|prevtext=Introduction
|nextpage=Special:MyLanguage/Kdenlive/Manual/QuickStart
|nextpage=Special:MyLanguage/Kdenlive/Manual/QuickStart
|nexttext=Быстрый старт
|nexttext=QuickStart
|index=Special:MyLanguage/Kdenlive/Manual
|index=Special:MyLanguage/Kdenlive/Manual
|indextext=Вернуться к оглавлению
|indextext=Back to menu
}}
}}


[[Category:Kdenlive]]
[[Category:Kdenlive]]
[[Category:Multimedia]]
[[Category:Multimedia]]

Revision as of 06:00, 8 March 2019

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
  • ~/.local/share/kdenlive : lumas folder inside here contains the files used for Wipes
  • ~/.local/share/stalefiles/kdenlive