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