{"id":13442009,"url":"https://github.com/KDE/kdenlive","last_synced_at":"2025-03-20T13:31:50.654Z","repository":{"id":37270135,"uuid":"42723268","full_name":"KDE/kdenlive","owner":"KDE","description":"Free and open source video editor, based on MLT Framework and KDE Frameworks","archived":false,"fork":false,"pushed_at":"2024-10-29T14:15:33.000Z","size":2171795,"stargazers_count":3154,"open_issues_count":0,"forks_count":264,"subscribers_count":79,"default_branch":"master","last_synced_at":"2024-10-29T15:35:17.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://invent.kde.org/multimedia/kdenlive","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KDE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-18T13:16:08.000Z","updated_at":"2024-10-29T13:16:14.000Z","dependencies_parsed_at":"2023-10-12T17:31:55.041Z","dependency_job_id":"f4337456-3519-453c-9871-ba581599a621","html_url":"https://github.com/KDE/kdenlive","commit_stats":null,"previous_names":[],"tags_count":209,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDE%2Fkdenlive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDE%2Fkdenlive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDE%2Fkdenlive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KDE%2Fkdenlive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KDE","download_url":"https://codeload.github.com/KDE/kdenlive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244574842,"owners_count":20474823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:40.606Z","updated_at":"2025-03-20T13:31:50.649Z","avatar_url":"https://github.com/KDE.png","language":"C++","funding_links":[],"categories":["C++","\u003ca name=\"cpp\"\u003e\u003c/a\u003eC++","Table of Contents","Applications","GUI Apps","Stuff","Creative","Media Processing"],"sub_categories":["Video Editing","Graphics","Workstation - Content Creation","RFID","Other","Rust"],"readme":"![](data/pics/kdenlive-logo.png)\n\n# About Kdenlive\n\n[Kdenlive](https://kdenlive.org) is a Free and Open Source video editing application, based on MLT Framework and KDE Frameworks 6. 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.\n\n# Building from source\n\n[Instructions to build Kdenlive](dev-docs/build.md) are available in the dev-docs folder.\n\n# Testing Kdenlive via Nightly Builds\n\n- AppImage (Linux): https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/linux/\n- Flatpak (Linux):\n  - 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.)\n  - Install kdenlive nightly with `flatpak install kdeapps org.kde.kdenlive`.\n  - Use `flatpak update` to update if the nightly is already installed.\n  - _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)_\n- Windows: https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/windows/\n- macOS x86: https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/macos-x86_64/\n- macOS ARM: https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/macos-arm64/\n\n*Note * - nightly/daily builds are not meant to be used in production.*\n\n# Contributing to Kdenlive\n\nPlease note that Kdenlive's Github repo is just a mirror: read [this explanation for more details](https://community.kde.org/Infrastructure/Github_Mirror). \n\nThe 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).\n\nWe welcome all feedback and offers for help!\n\n* Talk about us!\n* [Report bugs](https://kdenlive.org/en/bug-reports/) you encounter (if not already done)\n* Help other users [on the forum](http://forum.kde.org/viewforum.php?f=262) and bug tracker\n* [Help to fill the manual](https://community.kde.org/Kdenlive/Workgroup/Documentation)\n* Complete and check [application and documentation translation](http://l10n.kde.org)\n* Prepare video tutorials (intro, special tricks...) in your language\n  and send us a link to add in homepage or doc\n* Detail improvement suggestions\n  we don't test every (any?) other video editor, so give precise explanations\n* Code! Help fixing bugs, improving usability, optimizing, porting...\n  register on KDE infrastructure, study its guidelines, and pick from roadmap. See [here](dev-docs/contributing.md) for more information\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKDE%2Fkdenlive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKDE%2Fkdenlive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKDE%2Fkdenlive/lists"}