Warning, /multimedia/kdenlive/README.md is written in an unsupported language. File is not indexed.

0001 ![](data/pics/kdenlive-logo.png)
0002 
0003 | Jenkins CI Name | Master / Nightly | Stable |
0004 | --------------- | ---------------- | ------ |
0005 | 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)|
0006 | 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/) |
0007 | 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/) |
0008 | 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/) |
0009 
0010 For macOS builds with Apple Silicon, watch progress at https://bugs.kde.org/show_bug.cgi?id=443871
0011 
0012 # About Kdenlive
0013 
0014 [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.
0015 
0016 # Building from source
0017 
0018 [Instructions to build Kdenlive](dev-docs/build.md) are available in the dev-docs folder.
0019 
0020 # Testing Kdenlive via Nightly Builds
0021 
0022 - AppImage (Linux): https://binary-factory.kde.org/job/Kdenlive_Nightly_appimage-centos7/
0023 - Flatpak (Linux):
0024   - 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. (This step may be optional in your version of Flatpak.)
0025   - Install kdenlive nightly with `flatpak install kdeapps org.kde.kdenlive`.
0026   - Use `flatpak update` to update if the nightly is already installed.
0027   - _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)_
0028 - Windows: https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/
0029 - macOS: https://binary-factory.kde.org/job/Kdenlive_Nightly_macos/
0030 
0031 *Note * - nightly/daily builds are not meant to be used in production.*
0032 
0033 # Contributing to Kdenlive
0034 
0035 Please note that Kdenlive's Github repo is just a mirror: read [this explanation for more details](https://community.kde.org/Infrastructure/Github_Mirror). 
0036 
0037 The prefered way of submitting patches is a merge request on the [KDE GitLab on invent.kde.org](https://invent.kde.org/-/ide/project/multimedia/kdenlive): if you are not familar with the process there is a [step by step instruction on how to submit a merge reqest in KDE context](https://community.kde.org/Infrastructure/GitLab#Submitting_a_Merge_Request).
0038 
0039 We welcome all feedback and offers for help!
0040 
0041 * Talk about us!
0042 * [Report bugs](https://kdenlive.org/en/bug-reports/) you encounter (if not already done)
0043 * Help other users [on the forum](http://forum.kde.org/viewforum.php?f=262) and bug tracker
0044 * [Help to fill the manual](https://community.kde.org/Kdenlive/Workgroup/Documentation)
0045 * Complete and check [application and documentation translation](http://l10n.kde.org)
0046 * Prepare video tutorials (intro, special tricks...) in your language
0047   and send us a link to add in homepage or doc
0048 * Detail improvement suggestions
0049   we don't test every (any?) other video editor, so give precise explanations
0050 * Code! Help fixing bugs, improving usability, optimizing, porting...
0051   register on KDE infrastructure, study its guidelines, and pick from roadmap. See [here](dev-docs/contributing.md) for more information