Help us keep the list up to date and submit new video software here.






Software Home »


Tool

Description

Type
Rating
Reviews
Kdenlive

RECENTLY UPDATED
Kdenlive is a non-linear video editor for GNU/Linux and Windows, which supports DV, HDV and AVCHD(not complete yet) editing. Kdenlive relies on several other open source projects like FFmpeg and the MLT video framework. It was designed to answer all needs, from basic video editing to semi-professionnal work.

6.9/10
31 votes
Rate it




Screenshots

Kdenlive screenshot

Kdenlive screenshot 2

Kdenlive screenshot 3
Latest version

25.04.0 (April 28, 2025)



Download


Visit developer's site

Download Kdenlive 25.04.0 Windows 64-bit  116MB  Win64 Win

Download Kdenlive 25.04.0 Mac 64-bit  114MB  Mac64 Mac

Download Kdenlive 25.04.0 Mac ARM 64-bit  114MB  MacARM64 Mac

Download Kdenlive 25.04.0 Linux 64-bit  114MB  Linux64 Linux




Download Portable and other versions

Download Kdenlive 25.04.0 Portable Windows 64-bit  115MB  Win64 Win  Portable Portable




Download old versions


Download Kdenlive old versions Archive Archive



Software License

Free software / FOSS (Free and Open Source Software)



Supported operating systems

Windows Win Mac OS Mac Linux Linux



More information and other downloads

Kdenlive for Windows requires ffmpeg 64-bit.



Version history / Release notes / Changelog / What's New


Kdenlive 25.04.0 released
Monday, 28 April 2025  |  Jean-Baptiste Mardelle

#Release
We are proud to announce the release of Kdenlive 25.04.0. Here are some highlights of this major release:

Object segmentation
A new plugin based on the SAM2 model now allows you to create object masks to remove the background of your videos or apply an effect only to an object. All processing is done locally.

Improved audio waveforms in timeline.
A nice refactoring was done by Etienne André to make the audio thumbnails faster and more precise.

OpentimelineIO import/export
Darby Johnston rewrote our OpentimelineIO import and export function using the C++ library. Now you can exchange projects with other editing applications that support this open source file format. Please note that effects, filters, and transitions are not exported as each application uses its own standard.

Workflow improvements
Among the many small improvements, here are some of the noteworthy changes:

The duration of multiple adjacent clips can be changed in one operation
Allow vertical zooming of audio waveforms
Fixed proxy clips workflow for videos with an alpha channel
Added Shift+Click to expand/collapse all effects in the stack
It is now easier to find out which monitor is active as the time code widget now uses a different color
Added a search feature to the project notes, and made standard search shortcut work on all widgets
Fixed UI translations not appearing correctly despite being translated
Kdenlive now remembers the last used LUT files when doing color correction, making it easier to access them
Fixed Render widget hidden behind main window on Mac
Many other improvements made it into this release, and we closed more than 30 reported bugs. Please see the change log below for details.

Last minute fixes
Some last minute fixes have been included in our binaries:

Fixed a corruption when copying and pasting sequence clips to another project
Improved the Title Editor's text outline to follow the font curves more closely
Fixed an application freeze when trying to extract the last clip in a track
Made the Auto Save feature less aggressive by increasing the time intervals and fine tuning the triggers in order to prevent a severe lag in large projects
Need help ?
As usual, you will find very useful tips in our documentation website. You can also get help and exchange your ideas in our users matrix chat room.

Get involved
Kdenlive relies on its community, your help is always welcome. You can contribute by :

Helping to identify and triage bugs
Contribute to translating Kdenlive in your language
Promote Kdenlive in your local community
You can also support us by considering a donation that will help Kdenlive's development.

The work on the OpentimelineIO and audio waveform features was made possible thanks to all the people who contributed to our fundraising, see our final campaign report.

Full Changelog
Click to see the full changelog (English)
Ensure secondary bins are created after mainwindow is initialized. Commit.
Fix corrupted bin icon. Commit. Fixes issue #1993
Fix crash duplicating a sequence with built-in effects enabled. Commit. Fixes issue #1996
Temporarily disable exporting OTIO metadata on macos. Commit.
Snapcraft: sync fixes from master to release. Commit.
Don't search LUT file in all subdirectories. Commit. See bug #502581
Fix GPU whisper script. Commit.
Show proper error message when trying to apply a mix and all tracks are disabled. Commit. Fixes bug #502610
Fix qml typo. Commit.
Fix clip markers vertical pos. Commit.
Fix typo breaking timeline thumbnails. Commit.
Fix major slowdown to timeline operations (scroll, etc) on large projects using clip markers. Commit. See bug #502610
Refactor qml around timeline mouse position. Commit.
Try to fix render dialog categories (xml extract does not work with i18nc). Commit. See bug #502297
Add torchaudio for NVidia GPU whisper in case it is not automatically installed. Commit.
Fix Extract clip with multiple selection. Commit. Fixes bug #485517
Don't enforce mapping audio or video streams if we anyways don't want them. Commit. See bug #502437
Fix Clip monitor audio preview causing monitor image resize when not permanently enabled. Commit. See issue #1984
Fix audio spectrum not correctly refreshing on color theme change. Commit.
Remove undocumented tag in effects xml breaking translations. Commit. See bug #502594
Fix documentation link to JogShuttle. Commit. Fixes bug #502618
Cleanup track head tooltips, show track name on track tag hover when collapsed. Commit.
Make Slider in AudioMixer follow changes done in the SpinBox. Commit.
Fix cut-off text of dB scale values in AudioLevelWidget. Commit.
Additional OTIO missing media test. Commit.
Fixes for small clips. Commit.
Fix effect stack model crashes and undo move. Commit.
Fix deleting single bin clip effect when effect group is enabled. Commit.
Increase precision of BoxBlur to allow 1 pixel blur. Commit.
LUT: always list LUTS placed in the last opened folder. Commit. See issue #1985
Fix timeline audio thumbnails for clips with multiple streams and different channel count. Commit. Fixes bug #501280
Make Remove timeline preview work with undo/redo. Commit. Fixes bug #502192
Fix timeline preview chunk incorrectly identified as missing bin clip. Commit.
Timeline preview: fix breakage with build-in effects and undo. Commit.
Fix clear history broken. Commit. Fixes bug #499544
Fix glaxnimate connection not terminated on app close on Windows. Commit. Fixes bug #473036
Text based edit: with multiple text selection, create multiple markers. Commit. Fixes bug #498259
Fix markers on clips with negative speed seeking to incorrect position. Commit.
Fix variable fps message in clip properties using too much space. Commit.
Better default height for assets info box, remember its size. Commit. Fixes bug #502089
Fix 1 frame offset in reverse clip. Commit.
Fix incorrect waveform on clips with negative speed. Commit. Fixes issue #1981
Prevent loading MLT Qt5 modules crashing tests. Commit.
Ensure track state is correctly restored on undo hide. Commit.
Fix missing menu entry for hide track, cleanup and allow Shift+click to hide all audio/video tracks. Commit. See bug #495921
Fix first background frame not displayed when opening a timeline clip in glaxnimate. Commit.
Correclty restore all audio streams in restore audio operation. Commit. Fixes bug #474140
Ensure render dialog shows up even if it was minimized. Commit.
Try to move Render Widget on top when activated. Commit.
Fix audio targets not updating anymore after audio or video only drag from clip monitor. Commit.
Cleanup debug lines. Commit.
Add Quick Sync h264/265 render profile. Commit.
Ensure we don't delete a builtin effect. Commit.
Fix crash undoing delete all effects. Commit.
Fix crash trying to group a clip with a composition. Commit.
Enable Ctrl+F shortcut to focus search line in Bin, Guides and Effects/Transitions list. Commit.
Text based edit: don't use hardcoded colors in text search background, make standard shortcuts work (find, find next/previous). Commit.
Fix some effects/composition names appear untranslated - caused by i18n context. Commit. See bug #473086
Fix tests after last commit. Commit.
When opening a project file with a custom effect that is not on the system, use the MLT base effect to correctly recover the project. Commit. Fixes bug #460928
Correctly set audio flag for generator clips (don't pretend we have an audio track when we don't). Commit.
Fix autoclose attribute not properly set on playlists on rendering, causing huge memory usage. Commit. See bug #501578
Fix some minor color palette issues in effect stack. Commit.
Remove unsupported html tags from notifications. Commit. Fixes bug #174560
Improve our memory checks on rendering to use more sane values and be more visible on low memory. Commit.
Get rid of stylesheets for asset panel. Commit.
Ensure we use cpu by default for whisper if no device configured yet. Commit.
Fix speed dialog mnemonics and tab order. Commit. Fixes bug #501565
Several monitor qml overlay fixes. Commit.
Fix profile change aborted when switching from empty project. Commit. Fixes bug #500751
Insert space should move guides if they are not locked. Commit. Fixes bug #500773
Add keyboard shortut for render filename field. Commit. Fixes bug #500772
Fix rendering files with an ampersand in name is broken on linux. Commit. Fixes bug #500794
Remove link character that is missing in many fonts. Commit.
Motion tracker: create keyframes with smooth_natural type instead of the deprecated smooth that caused cusps and could lead to empty area causing crashes. Commit. See bug #500850
Add missing subfolders for translations. Commit. See bug #473086
Fix saved tracker effect doesn't work. Commit. Fixes bug #501227
Add OTIO tests for transitions and missing media. Commit.
Ensure Bin messages don't crash when running in headless mode (like tests). Commit.
Fix project monitor ruler not updating correctly on scene change. Commit.
Display black frame when seeking after last clip in timeline. Commit.
Display timecode in project monitor even if we are past the last clip. Commit.
Fix replacing color clip. Commit. Fixes bug #501394
Reorganize timeline toolbar separators to be more coherent with feature. Commit. See issue #1972
Re-enable the keep source default size feature now that qtblend is fixed. Commit.
Add some context info for built-in effects. Commit.
Fix crash on close with mask task running. Commit.
XML effect file corrections. Commit.
Add some contextual info buttons to plugins. Commit.
Fix transcoding and proxying of clips with cover art. Commit. Fixes bug #496599
Add info message about SAM2's high memory usage. Commit.
Hide some built-in effects on color clips. Commit.
Fix incorrect properties keyword. Commit.
Disable...

View full changelog




Sections/Browse similar tools






Alternative to Kdenlive

(Latest version updated)

OpenShot Video Editor  (Dec 22, 2024)



Shotcut  (Apr 25, 2025)







Guides and How to's


Download Kdenlive Portable download from the Download links under Download and Download other versions!



Notify me when software updated or report software

Email me when it has been updated    Report this software (dead link/new version)  




31 reviews, Showing 1 to 5 reviews


Import jpg files not chash anywhere.
Thanks


Review by lamola2010 on Jul 10, 2024 Version: 24.05.2 OS: Windows 11 64-bit Ease of use: 10/10 Functionality: 10/10 Value for money: 10/10 Overall: 10/10




kdenlive has been my go-to video editor for years.
However, it often introduces bugs in new versions, such as 24.05.0 and 24.05.1.
When you import a JPG image into the timeline the program crashes. ¿?


Review by lamola2010 on Jun 28, 2024 Version: 24.5.0 OS: Windows 11 64-bit Ease of use: 10/10 Functionality: 10/10 Value for money: 10/10 Overall: 10/10




I've no doubt this program has advanced special effects, but compared to AviUtl, basic editing is a hassle. Transitions should be objects you can set parameters on, then copy/paste to where you need them on the timeline.

Review by Bob on Oct 18, 2022 Version: 22.08.2 OS: Windows 10 64-bit Ease of use: 1/10 Functionality: 10/10 Value for money: 10/10 Overall: 4/10




I love kdenlive. It is the best video editor for me.

Review by lamola on Aug 25, 2022 Version: 22.08 OS: Windows 10 64-bit Ease of use: 10/10 Functionality: 10/10 Value for money: 10/10 Overall: 10/10




I love kdenlive. It is the best video editor for me.

Review by lamola on Aug 25, 2022 Version: 22.08 OS: Windows 10 64-bit Ease of use: 10/10 Functionality: 10/10 Value for money: 10/10 Overall: 10/10


31 reviews, Showing 1 to 5 reviews

1 tool hits, Showing 1 to 1 tools
   



Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version

Latest version
Version number / Beta version number / Update version number and when it whas released.

Type and download
NO MORE UPDATES? = The software hasn't been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn't been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don't want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
Windows = Windows version available.
Mac OS = Mac OS version available.
Linux = Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it's if they are not all same virus/trojan then it's 99% false positives.)


Rating
Rating from 0-10.



Browse software by sections



Visit our sponsors! Try DVDFab and backup Blu-rays!
Search   Contact us   Privacy Policy   About   Advertise   Forum   RSS Feeds   Statistics   Software   

Site layout: Default Classic Blue

Affiliates: free-codecs.com

©1999-2025 videohelp.com