• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

cmake/modules/H28-Feb-2022-125101

data/H03-May-2022-165,661101,806

dev-docs/H28-Feb-2022-449315

doc/H03-May-2022-411403

fuzzer/H03-May-2022-9,9457,505

packaging/H28-Feb-2022-4,0993,055

plugins/sampleplugin/H03-May-2022-259222

po/H01-Mar-2022-901,323739,609

renderer/H03-May-2022-605513

src/H03-May-2022-185,954154,112

testingArea/H03-May-2022-152114

tests/H03-May-2022-36,19527,969

thumbnailer/H03-May-2022-229179

.clang-formatH A D28-Feb-20222.7 KiB9493

.clang-format-ignoreH A D28-Feb-202262 43

.clang-tidyH A D28-Feb-20227.7 KiB166165

.gitignoreH A D28-Feb-2022174 1613

.gitlab-ci.ymlH A D28-Feb-2022272 54

.kde-ci.ymlH A D28-Feb-20221.3 KiB3634

.tarignoreH A D28-Feb-202266 88

AUTHORSH A D28-Feb-20221.5 KiB5147

COPYINGH A D28-Feb-202234.3 KiB675553

ChangeLogH A D28-Feb-202219.2 KiB351333

Messages.shH A D28-Feb-2022545 105

README.mdH A D28-Feb-20225 KiB4734

config-kdenlive.h.cmakeH A D28-Feb-2022394 1711

kdenlive.categoriesH A D28-Feb-202274 21

tidy.shH A D28-Feb-20221 KiB4535

README.md

1![](data/pics/kdenlive-logo.png)
2
3| Jenkins CI Name | Master / Nightly | Stable |
4| --------------- | ---------------- | ------ |
5| OpenSuse Qt 5.15 | [![Build Status](https://build.kde.org/job/Applications/job/kdenlive/job/kf5-qt5%20SUSEQt5.15/badge/icon)](https://build.kde.org/job/Applications/job/kdenlive/job/kf5-qt5%20SUSEQt5.15//) |[![Build Status](https://build.kde.org/job/Applications/job/kdenlive/job/stable-kf5-qt5%20SUSEQt5.15/badge/icon)](https://build.kde.org/job/Applications/job/kdenlive/job/stable-kf5-qt5%20SUSEQt5.15/)|
6| FreeBSD Qt 5.15 | [![Build Status](https://build.kde.org/job/Applications/job/kdenlive/job/kf5-qt5%20FreeBSDQt5.15/badge/icon)](https://build.kde.org/job/Applications/job/kdenlive/job/kf5-qt5%20FreeBSDQt5.15/) |[![Build Status](https://build.kde.org/job/Applications/job/kdenlive/job/stable-kf5-qt5%20FreeBSDQt5.15/badge/icon)](https://build.kde.org/job/Applications/job/kdenlive/job/stable-kf5-qt5%20FreeBSDQt5.15/)|
7| Flatpak | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_x86_64_flatpak/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_x86_64_flatpak/) | See [here](https://flathub.org/builds/#/apps/org.kde.kdenlive)|
8| Nightly Appimage | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/) | |
9| Nightly Appimage Dependency | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Dependency_Build/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Dependency_Build/)  | |
10| Craft Appimage | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Nightly_appimage-centos7/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Nightly_appimage-centos7/) | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Stable_appimage-centos7/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Stable_appimage-centos7/) |
11| MinGW64 | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/) | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Stable_mingw64/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Stable_mingw64/) |
12| macOS | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Nightly_macos/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Nightly_macos/) | [![Build Status](https://binary-factory.kde.org/job/Kdenlive_Stable_macos/badge/icon)](https://binary-factory.kde.org/job/Kdenlive_Stable_macos/) |
13
14# About Kdenlive
15
16[Kdenlive](https://kdenlive.org) is a Free and Open Source video editing application, based on MLT Framework and KDE Frameworks 5. It is distributed under the [GNU General Public License Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html) or any later version that is accepted by the KDE project.
17
18# Building from source
19
20[Instructions to build Kdenlive](dev-docs/build.md) are available in the dev-docs folder.
21
22# Testing Kdenlive via Nightly Builds
23
24- AppImage (Linux): https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/
25- Flatpak (Linux): Add the kde flatpak repository (if not already done) by typing `flatpak remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo` on a command line. Install kdenlive nightly with `flatpak install kdeapps org.kde.kdenlive`. Use `flatpak update` to update if the nightly is already installed. _Attention! If you use the stable kdenlive flatpak already, the `*.desktop` file (e.g. responsible for start menu entry) is maybe replaced by the nightly (and vice versa). You can still run the stable version with `flatpak run org.kde.kdenlive/x86_64/stable` and the nightly with `flatpak run org.kde.kdenlive/x86_64/master` (replace `x86_64` by `aarch64` or `arm` depending on your system)_
26- Windows: https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/
27
28*Note * - nightly/daily builds are not meant to be used in production.*
29
30# Contributing to Kdenlive
31
32Please note that Kdenlive's Github repo is just a mirror: see [the detailed explanations on how to submit patches](https://community.kde.org/Infrastructure/Github_Mirror).
33
34We welcome all feedback and offers for help!
35
36* Talk about us!
37* [Report bugs](https://kdenlive.org/en/bug-reports/) you encounter (if not already done)
38* Help other users [on the forum](http://forum.kde.org/viewforum.php?f=262) and bug tracker
39* [Help to fill the manual](https://community.kde.org/Kdenlive/Workgroup/Documentation)
40* Complete and check [application and documentation translation](http://l10n.kde.org)
41* Prepare video tutorials (intro, special tricks...) in your language
42  and send us a link to add in homepage or doc
43* Detail improvement suggestions
44  we don't test every (any?) other video editor, so give precise explanations
45* Code! Help fixing bugs, improving usability, optimizing, porting...
46  register on KDE infrastructure, study its guidelines, and pick from roadmap. See [here](dev-docs/contributing.md) for more information
47