Kdenlive — бесплатный нелинейный видеоредактор, который удовлетворяет большинство задач пользователя, от базового редактирования видео до профессиональной работы. Присутствует возможность использовать любые аудио/видео форматы (например QuickTime, AVI, WMV, MPEG и пр.), поддерживается 4:3 и 16:9 соотношение сторон для PAL, NTSC и различных HD стандартов, в том числе HDV и AVCHD.
Приложение может быть использовано в качестве полноценной студии для создания видео. Имеется автоматическое создание слайд-шоу из картинок с различными переходами и эффектами, присутствует встроенный редактор заголовков, доступны инструменты для создания, перемещения, кадрирования и удаления видео, аудио, текстовых и графических фрагментов. Программа включает в себя разнообразные аудиоэффекты (нормализация, смещение фазы и высоты тона, ограничение, регулировка громкости, реверберация и др.) и визуальные эффекты (синий экран, искажения, вращения, размытие, затемнение и т.д.).
Основные возможности Kdenlive:
- Возможность использовать любые аудио/видео форматы.
- Создание многодорожечных проектов.
- Резка клипов, вставка и удаление пробелов между ними.
- Разнообразные эффекты, титры, переходы и т.д.
- Возможность добавлять в проект текстовые файлы (с расширением .txt) в качестве титров.
- Гибкая настройка интерфейса.
- Встроенный редактор титров.
- Возможность задавать собственные комбинации горячих клавиш.
- Неразрушающий монтаж.
- Создание слайд-шоу в автоматическом режиме.
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…
Kdenlive is a FREE non linear Video Editing software that allows you to perform a plethora of video editing features without being a pro. You can be new to video editing or a professional video editor and be happy with this program. It works on many different platforms such as Linux, BSD, MacOS, as well as Microsoft now. For you to use Kdenlive you may have to download some other plugins for you to fully utilize the software. You can use just about any audio or video format and start editing. Its very easy to drag any of your files to begin editing to make your video looking great. You can add title and include transitions to your video that fade in and out. Try different wipe effects and adjust how sharp or soft the transitions are. Adjust the volume of the audio files in the background so they are not too loud as well as transition from different audio files. There are lots of different effects that you can apply to your video or audio file to make it unique. If you need help editing the online community has your back. There are plenty of online tutorials and plenty of forums for you to ask fellow Kdenlive users for advice. Great customer support where you can submit bugs to the dev team where they will take your input and make improvements to the program.
Features:
- FREE to download
- Multi-track editing
- Create title
- Use any video format
- Color correct and enhance audio
- Create transition effects
- Plenty of online support
- Great online community
Kdenlive is a great video editing program that allows anyone to create video files and look like a pro. The user interface is friendly and easy to use. It was so much fun to see the many different ways you can change your file to make something completely your own. It has inspired me to continue to work and try to make own creations of different subjects. Also, it has given me hope to help my spouse in creating some YouTube videos that she has always wanted to make.
Free video editor and easy to use.
Operating system: Linux, BSD, MacOS, or Windows
Requires additional plugins for full functionality
Offers multi-track video editing with a flexible and intuitive interface.
Supports a wide range of video and audio formats.
Free and open-source, allowing for user modifications and improvements.
Can be unstable, causing crashes during essential editing tasks.
User interface might be tricky for beginners to navigate.
Lacks professional features compared to other major video editing software.
👨💻️ USER REVIEWS AND COMMENTS 💬
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Oscar
kdenlive is one of the best video editing software.
kdenlive is based on the MLT framework and ffmpeg libraries and it is an open-source video editing software.
kdenlive is a safe video editing software.
Download the kdenlive software on an official website to avoid any problems on use of the software.
it is used for design from basic video to professional video editing work.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Caleb Dowda
Kdenlive is a free and open source video editing software application for Linux, FreeBSD, and Windows. It is designed for basic to advanced video editing, with support for a wide range of media formats and a powerful collection of tools to create stunning video projects. Kdenlive has a wide range of features such as multicam editing, clip and transition effects, color grading, audio mixing, and more. It is a great choice for both beginners and professionals.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Joseph G*********k
Kdenlive is an impressive video editing software. It is free and open source, making it accessible to anyone who wants to use it. I found the user interface to be intuitive and relatively easy to use. The software has a wide range of features, including video transitions, effects, and basic colour correction tools. I was able to create a short video with it in a relatively short amount of time. It did not crash while I was editing, and saved my progress quickly. I also found the audio editing tools to be useful, and the audio synchronization tool worked well. Overall, it is a great software for anyone looking for a free and easy to use video editing program.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Murray Vassel
Kdenlive is a great video editing software with a lot of powerful features. I’ve been using it for a few months now and I’m really impressed with the way it handles multiple tracks and the smoothness of the timeline editing. It also has a wide range of effects and transitions that make it easy to add professional touches to videos. The software has a lot of options that can be used to customize the look of your projects. Overall, I’m quite pleased with its performance.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Blair Gebremichael
The interface is user-friendly and easy to navigate. The timeline is intuitive and offers a variety of editing options. The rendering process can be slow at times. The audio editing tools are limited. The software crashes occasionally. The color grading options are impressive.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Luke B******i
The software provides a range of editing tools and effects, but may require some learning to master.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Kai
Kdenlive is an open-source video editing software, providing a comprehensive set of tools to create professional-level videos. Its key features include multi-track editing, a timeline preview, and customizable layout support. The software also supports a wide range of audio and video formats for seamless editing experience.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Liam
Great for cutting and editing videos, but crashes occasionally.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
Dylan
Reliable video editing, intuitive interface, occasional unexpected crashes.
image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner
David
Intuitive, reliable video editing.
User-friendly video editing software with nice effects and transitions.
A decent open-source video editor
Kdenlive is an open-source project launched back in 2003 for Linux and under development ever since then that thas now landed on Windows. It’s a video editing and mounting software adapted to all levels from the most basic to professional usage.
Main features
If you decided to download and try out this software, you’ll be able to access loads of free tools and options that will be very useful when it comes to working with video:
- Allows us to use several audio and video channels at once and organized them however we need to.
- Includes several tools to create 2D titles: alignment, fonts, color, shadows, rotation and zoom, templates…
- Wide range of effects and transitions available: color correction, transformations, visual filters…
- Plenty of audio and video analysis instruments: Audio Meter, Waveform, Vectorscope…
- Automatically create low-resolution backups of the source-clips to be able to edit them on other computers.
- Allows us to schedule automatic backups every five minutes to make sure we don’t lose any of our work.
- There are several preset themes for the interface, adapted to the user’s different needs.
- Apart from the default options, we can also download more resources such as rendering settings, effects or transitions.
Lauriane Guilloux
Hi, I’m Lauriane Guilloux. I grew up surrounded by gadgets and technology and everyone who knows me assumes that it will always be one of my greatest interests. I’ve evolved hand-in-hand with PCs, laptops, video gaming consoles, smartphones,…
- Crystal of Atlan
- HypeHype
- Anime Games
- Last War: Survival
- PowerTunnel
- VPN Apps
- Yuanbao
- Etheria: Restart
- Android games on PC
- Quark
- Right Click Windows Magic
- Battle Royale
- Xmind
- Microsoft Edge
- Open Source Apps
5
26.8 k downloads
Create and edit video projects with this open-source program
Advertisement
Remove ads and more with Turbo
Information about Kdenlive 24.12.3
License | Free | |
---|---|---|
Op. System | Windows | |
Category | Edition | |
Language | English | |
Author | Kdenlive | |
Size | 113.44 MB | |
Permissions |
Not applicable |
|
Downloads | 26,849 | |
Date | Mar 12, 2025 | |
File type | EXE | |
Architecture | Not specified | |
Content Rating | All ages | |
Advertisement | Not specified | |
SHA256 | 897869933906d90d7e844dbc62676823c0cd393eeb92badf64c6343ff2ba7731 | |
Why is this app published on Uptodown? |
(More information) |
|
Requirements |
|
Advertisement
Remove ads and more with Turbo
Click on «Download» to get the file. Find it in your browser’s Download folder and open it to start the installation. If you need further assistance, please visit our Help Center
Apps recommended for you
Enjoy all your Android games on PC
Incredibly powerful and easy-to-use video editor
Download the latest Windows 10 ISO on your device
The official WhatsApp app for Windows
A free, powerful and easy-to-use antivirus
Fast, clean and easy web browsing courtesy of Google
A robust, versatile, and customizable browser
Can you become the Most Wanted?
Available for other platforms
A powerful media player and streaming server
Conversion between video, sound and image formats
Development environment for C and C++
Automate mouse clicks on your computer
An easy-to-use virtualization tool
All the features you need to work on data science projects
A VPN connection for your PC
Create and manage SDNs on your PC
Incredibly powerful and easy-to-use video editor
Play HEVC (H.265) encoded videos on Windows
A powerful media player and streaming server
Conversion between video, sound and image formats
Video edition tool for novice and professional users
An app for watching IPTV links on Windows
Create and edit impressive videos in the easiest way possible
A complete collection of codecs for your videos
Advertisement
Remove ads and more with Turbo
A simple and powerful video editor
Edit, compress, and convert videos for free
Video editing and color management with nodes
Easy and practical video editing for Windows
Incredibly powerful and easy-to-use video editor
Video edition tool for novice and professional users
Create and edit impressive videos in the easiest way possible
Advanced photo-editing from this free program