Help us keep the list up to date and submit new video software here.
Tool
Description
Type
Rating
Reviews
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.
Free software
OS:
File size: 129MB
Portable version
Other versions
Old versions
Version history
Alternative software
OS:
File size: 129MB
Portable version
Other versions
Old versions
Version history
Alternative software
Latest version
Download
Download Kdenlive 26.08.0 Windows 64-bit 129MB Win64
Download Kdenlive 26.08.0 Mac Silicon ARM 64-bit 129MB MacARM64
Download Kdenlive 26.08.0 Mac Intel 64-bit 129MB Mac64
Download Kdenlive 26.08.0 Linux 64-bit 129MB Linux64
Download Portable and other versions
Download old versions
Software License
Supported operating systems
More information and other downloads
Kdenlive for Windows requires ffmpeg 64-bit.
Version history / Release notes / Changelog / What's New
Kdenlive 26.08.0 released
Monday, 31 August 2026 | Farid Abdelnour
#Release
We are happy to announce the summer release of Kdenlive 26.08. Continuing the efforts from the last version, the core team has been focusing mostly on stability - fixing bugs and crashes while also doing lot's under the hood improvements.
This release comes with 11 crash fixes as well as improvements to the undo/redo stack for compositions and sequence creation. Work has also been done to modernize the codebase in the Qml loader for Clips and Compositions.
The majority of the new, nifty and shiny additions and enhancements in this release were made by new contributors! This seems to have become a tradition in 2026, and we couldn’t be happier about it.
Highlights
Timeline
Automatic Track Creation
Added functionality to automatically create audio tracks when adding a clip to the timeline in case there are not enough. Implemented by Vineet Tiwari.
Reorder Tracks
Added a long awaited ability to reorder tracks. Implemented by Vineet Tiwari.
Markers At Gaps
Added option to add markers at gaps between timeline clips. Implemented by Yash Bavadiya.
Playhead Snapping When Dragging
ALT + drag the time cursor (playhead) in the timeline ruler, it now snaps to nearby snap points like clip edges, guides, markers, and zone in/out. Implemented by Yash Bavadiya.
Copy Selection To New Sequence
It works similarly to "Create sequence from selection" except that it does not remove the clips from the original sequence and replace them with the new sequence clip. Implemented by Vineet Tiwari.
Clip Color Configuration
Added an option to configure colors for video, audio, title, image, and slideshow clip types.
Color Clip Configuration
Playhead/Mouse Zoom
Added a button in the Status Bar to toggle between zooming to the mouse cursor position or the playhead position. Implemented by the mrfantastic.
Multi-Clip Speed Changes
Added the ability to change the playback speed of multiple clips at once either by directly Ctrl + dragging in the timeline or by using the Clip Speed tool. Implemented by Vineet Tiwari.
Title Editor
Snapping
Added snapping in the Title Editor. Implemented by chocolateimage.
Rounded Corners
Rectangles now can have rounded corners. Also notice the draggable spinbox ability to change the radius. Implemented by chocolateimage.
Copy/Paste
Added the ability to copy and paste elements in the Titler. Implemented by chocolateimage.
Automatic Clip Replacement
Added option to automatically replace a title clip in the timeline with the new title clip being edited. Implemented by Eduardo Guedes.
Miscellaneous
Additive Soloing
Added the ability to do additive soloing in the audio mixer by shift clicking. Implemented by Patrick Williamson.
Adjustable Rotation Anchor
Added the ability to set the rotation anchor in the Transform effect. Implemented by Jean Baptiste Mardelle.
Other Noteworthy Changes
Updated effects with text (GPS Text, Dynamic Text, Timer) to allow for more font properties. Implemented by Bernd Jordan.
Rectangular alpha mask is now animatable. Implemented by Jean Baptiste Mardelle.
Added ability to use math expressions in effects values. Implemented by Jean Baptiste Mardelle.
Drawbox and Delogo effects use the newly implemented feature to draw a rectangle directly on monitor. Implemented by Jean Baptiste Mardelle.
Added the frei0r Color Enhance effect. Implemented by Bernd Jordan.
Added option to add rendered video to project bin in the Render Widget. Implemented by Jaimukund Bhan.
Multi-cam Editing: Added functionality to insert clips to timeline using the clip's timecode from their metadata (if they contain it). Implemented by Jaimukund Bhan.
Ability to open video, audio, image files from file managers or CLI environments with Kdenlive. Implemented by Yash Bavadiya.
Added webp support for image sequences. Implemented by Farid Abdelnour.
Give back to Kdenlive
Releases are possible thanks to donations by the community.
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 Kdenlive 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
Full Changelog
Click to see the full changelog (English)
Fix crash selecting keyframe in time remap. Commit.
Add appdata changelog. Commit.
Fix full project reset on unsaved profile change by using .kdenlive temp extension. Commit.
Fix(monitor): guard ruler tick count against divide-by-zero freeze. Commit.
Fix corner radius input not updating when dragging. Commit.
Fix timeline clip deletion when toggling proxy on reversed clips. Commit. Fixes bug #523788
Use dissolve as default transition. Commit.
Switch default transition to luma, now that the transparency issue is solved in MLT. Commit.
Fix transform resize with side hanles and forced ratio. Commit. Fixes bug #516921
Fix possible crash in project opening when discarding autosave file. Commit.
Resolve video import and profile loading failures on paths with diacritical marks. Commit. Fixes bug #513899
Fix duplicate clip only duplicating one clip. Commit.
Fix allowing 0 length composition causing crash. Commit. See issue #2218
Fix crash on time remap title clip. Commit. Fixes bug #523277
Disable LV2 and Libplacebo. Commit.
Ensure attached picture stream are not incorrectly marked as video. Commit. Fixes bug #523268
Add blacklisted effects back in. Commit.
Notify when speech recognition finishes. Commit. Fixes bug #509977
Add duplicate clip action in timeline. Commit. Fixes bug #435319
Squashed commit of the following:. Commit.
Updating the About Kdenlive window with the core team members and other contributors. Commit.
Remove left-over kddockwidgets version include. Commit.
Remove left-over KF version includes. Commit.
Fix auto-keyframe generation and interaction across monitor scenes (Corners, Geometry, etc.). Commit.
Fix replacing titles longer than default duration. Commit.
Add option to replace the timeline clip when adding a new title. Commit. Fixes bug #498136
Remove unwanted spaces. Commit.
Move Clip Marker with mouse. Commit. Fixes bug #406887
Port ClipThumbs parentClip to var to resolve dependency and load Timeline. Commit.
Fixc thumbnails not correctly adjusting after dar change. Commit. Fixes bug #522252
Use same QQmlEngine for monitors and timelines. Commit.
Fix minor typo. Commit.
Ensure we always return a screen for secondary monitor. Commit. See bug #522261
Fix render test suite. Commit.
Fix splash screen. Commit.
Curves: add per-channel tab support using avfilter.curves. Commit.
Add XML files for Steve Harris' SWH Plugins. Commit.
Harden malicious params detection, don't load renderpresets 4 times on render dialog opening. Commit.
Fix incorrectly marking proxy param as always safe when it shouldn't. Commit.
Rename and reposition Replace Timeline Clip action. Commit.
Fix more QML warnings and enable qmllint in CMake. Commit.
Fix a bunch of unqualifed access QML warnings. Commit.
Anchor right side of list label to truncate text. Commit.
Copy & paste elements in title editor. Commit.
Improve message on no audio device. Commit.
Use QJSEngine instead of MLT to evaluate effect parameters math operations. Commit.
Allow math expressions in effects values. Commit.
Fix typo. Commit.
Make Rectangular alpha mask use keyframes. Commit. Fixes bug #521165
Fix typo. Commit.
Fix misplaced condition breaking components debug export. Commit.
Fix selecting items in titler changing item properties. Commit.
[CD] Only create Appx with MSVC. Commit.
[CD] Add job to build binary with MSVC. Commit.
Make monitor scene type available in qml. Commit.
Fix timer should display audio thumbs when switching between bin clip or changing streams in clip monitor. Commit.
Cleanup more monitor code and fix unqualified access warnings. Commit.
Refactor time zoom properties of monitor ruler. Commit.
Mark most TimelineWaveform properties as required. Commit.
Fix binding loop warnings with TimelineWaveform. Commit.
Remove root.captureRightClick hack. Commit.
Snapping is an integer, not a bool. Commit.
Fix crash deleting speed in speed change dialog. Commit.
Revert aac default bitrate to previous value (fix render test suite). Commit.
Cleanup duplicate method. Commit.
Cache clip start timecode so that we don't always query the producer, show error message on failure. Commit.
Add 'Return playhead to start position on stop' setting. Commit. Fixes bug #519449
Update effects with text (GPS Text, Dynamic Text, Timer) to allow for more font properties. Commit.
Fix end of timeline playing inconsistencies. Commit.
Fix crashing debug message. Commit.
Fix warnings in Qml monitor overlays. Commit.
Cleanup unused qml file. Commit.
Fix more unqualified access warnings in Qml. Commit.
Cleanup frameSize property in monitor qml. Commit.
Use a single QmlEngine for all timeline widgets. Commit.
Fix shadowed property, unqualified access warnings etc. Commit.
Fix timeline vertical scrolling on document opening. Commit. See bug #520944
Fix undefined variable. Commit.
Call K.Core.triggerAction and K.Core.actionText directly. Commit.
Use K.Core.getCurrentFps() directly. Commit.
Fix another bunch of unqualified access warnings in QML. Commit.
Read from K.UiUtils.smallestReadableFont directly. Commit.
Read from K.KdenliveSettings.uiDebugMode directly. Commit.
Cleanup unused file. Commit.
SubtitleModel: trim all leading and trailing whitespaces on adding. Commit.
Add webp support for image sequences. Commit.
Make audio / video bitrate adjust on profiles that support it, increase audio bitrate range. Commit. See bug #520750
Fix lin...
Monday, 31 August 2026 | Farid Abdelnour
#Release
We are happy to announce the summer release of Kdenlive 26.08. Continuing the efforts from the last version, the core team has been focusing mostly on stability - fixing bugs and crashes while also doing lot's under the hood improvements.
This release comes with 11 crash fixes as well as improvements to the undo/redo stack for compositions and sequence creation. Work has also been done to modernize the codebase in the Qml loader for Clips and Compositions.
The majority of the new, nifty and shiny additions and enhancements in this release were made by new contributors! This seems to have become a tradition in 2026, and we couldn’t be happier about it.
Highlights
Timeline
Automatic Track Creation
Added functionality to automatically create audio tracks when adding a clip to the timeline in case there are not enough. Implemented by Vineet Tiwari.
Reorder Tracks
Added a long awaited ability to reorder tracks. Implemented by Vineet Tiwari.
Markers At Gaps
Added option to add markers at gaps between timeline clips. Implemented by Yash Bavadiya.
Playhead Snapping When Dragging
ALT + drag the time cursor (playhead) in the timeline ruler, it now snaps to nearby snap points like clip edges, guides, markers, and zone in/out. Implemented by Yash Bavadiya.
Copy Selection To New Sequence
It works similarly to "Create sequence from selection" except that it does not remove the clips from the original sequence and replace them with the new sequence clip. Implemented by Vineet Tiwari.
Clip Color Configuration
Added an option to configure colors for video, audio, title, image, and slideshow clip types.
Color Clip Configuration
Playhead/Mouse Zoom
Added a button in the Status Bar to toggle between zooming to the mouse cursor position or the playhead position. Implemented by the mrfantastic.
Multi-Clip Speed Changes
Added the ability to change the playback speed of multiple clips at once either by directly Ctrl + dragging in the timeline or by using the Clip Speed tool. Implemented by Vineet Tiwari.
Title Editor
Snapping
Added snapping in the Title Editor. Implemented by chocolateimage.
Rounded Corners
Rectangles now can have rounded corners. Also notice the draggable spinbox ability to change the radius. Implemented by chocolateimage.
Copy/Paste
Added the ability to copy and paste elements in the Titler. Implemented by chocolateimage.
Automatic Clip Replacement
Added option to automatically replace a title clip in the timeline with the new title clip being edited. Implemented by Eduardo Guedes.
Miscellaneous
Additive Soloing
Added the ability to do additive soloing in the audio mixer by shift clicking. Implemented by Patrick Williamson.
Adjustable Rotation Anchor
Added the ability to set the rotation anchor in the Transform effect. Implemented by Jean Baptiste Mardelle.
Other Noteworthy Changes
Updated effects with text (GPS Text, Dynamic Text, Timer) to allow for more font properties. Implemented by Bernd Jordan.
Rectangular alpha mask is now animatable. Implemented by Jean Baptiste Mardelle.
Added ability to use math expressions in effects values. Implemented by Jean Baptiste Mardelle.
Drawbox and Delogo effects use the newly implemented feature to draw a rectangle directly on monitor. Implemented by Jean Baptiste Mardelle.
Added the frei0r Color Enhance effect. Implemented by Bernd Jordan.
Added option to add rendered video to project bin in the Render Widget. Implemented by Jaimukund Bhan.
Multi-cam Editing: Added functionality to insert clips to timeline using the clip's timecode from their metadata (if they contain it). Implemented by Jaimukund Bhan.
Ability to open video, audio, image files from file managers or CLI environments with Kdenlive. Implemented by Yash Bavadiya.
Added webp support for image sequences. Implemented by Farid Abdelnour.
Give back to Kdenlive
Releases are possible thanks to donations by the community.
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 Kdenlive 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
Full Changelog
Click to see the full changelog (English)
Fix crash selecting keyframe in time remap. Commit.
Add appdata changelog. Commit.
Fix full project reset on unsaved profile change by using .kdenlive temp extension. Commit.
Fix(monitor): guard ruler tick count against divide-by-zero freeze. Commit.
Fix corner radius input not updating when dragging. Commit.
Fix timeline clip deletion when toggling proxy on reversed clips. Commit. Fixes bug #523788
Use dissolve as default transition. Commit.
Switch default transition to luma, now that the transparency issue is solved in MLT. Commit.
Fix transform resize with side hanles and forced ratio. Commit. Fixes bug #516921
Fix possible crash in project opening when discarding autosave file. Commit.
Resolve video import and profile loading failures on paths with diacritical marks. Commit. Fixes bug #513899
Fix duplicate clip only duplicating one clip. Commit.
Fix allowing 0 length composition causing crash. Commit. See issue #2218
Fix crash on time remap title clip. Commit. Fixes bug #523277
Disable LV2 and Libplacebo. Commit.
Ensure attached picture stream are not incorrectly marked as video. Commit. Fixes bug #523268
Add blacklisted effects back in. Commit.
Notify when speech recognition finishes. Commit. Fixes bug #509977
Add duplicate clip action in timeline. Commit. Fixes bug #435319
Squashed commit of the following:. Commit.
Updating the About Kdenlive window with the core team members and other contributors. Commit.
Remove left-over kddockwidgets version include. Commit.
Remove left-over KF version includes. Commit.
Fix auto-keyframe generation and interaction across monitor scenes (Corners, Geometry, etc.). Commit.
Fix replacing titles longer than default duration. Commit.
Add option to replace the timeline clip when adding a new title. Commit. Fixes bug #498136
Remove unwanted spaces. Commit.
Move Clip Marker with mouse. Commit. Fixes bug #406887
Port ClipThumbs parentClip to var to resolve dependency and load Timeline. Commit.
Fixc thumbnails not correctly adjusting after dar change. Commit. Fixes bug #522252
Use same QQmlEngine for monitors and timelines. Commit.
Fix minor typo. Commit.
Ensure we always return a screen for secondary monitor. Commit. See bug #522261
Fix render test suite. Commit.
Fix splash screen. Commit.
Curves: add per-channel tab support using avfilter.curves. Commit.
Add XML files for Steve Harris' SWH Plugins. Commit.
Harden malicious params detection, don't load renderpresets 4 times on render dialog opening. Commit.
Fix incorrectly marking proxy param as always safe when it shouldn't. Commit.
Rename and reposition Replace Timeline Clip action. Commit.
Fix more QML warnings and enable qmllint in CMake. Commit.
Fix a bunch of unqualifed access QML warnings. Commit.
Anchor right side of list label to truncate text. Commit.
Copy & paste elements in title editor. Commit.
Improve message on no audio device. Commit.
Use QJSEngine instead of MLT to evaluate effect parameters math operations. Commit.
Allow math expressions in effects values. Commit.
Fix typo. Commit.
Make Rectangular alpha mask use keyframes. Commit. Fixes bug #521165
Fix typo. Commit.
Fix misplaced condition breaking components debug export. Commit.
Fix selecting items in titler changing item properties. Commit.
[CD] Only create Appx with MSVC. Commit.
[CD] Add job to build binary with MSVC. Commit.
Make monitor scene type available in qml. Commit.
Fix timer should display audio thumbs when switching between bin clip or changing streams in clip monitor. Commit.
Cleanup more monitor code and fix unqualified access warnings. Commit.
Refactor time zoom properties of monitor ruler. Commit.
Mark most TimelineWaveform properties as required. Commit.
Fix binding loop warnings with TimelineWaveform. Commit.
Remove root.captureRightClick hack. Commit.
Snapping is an integer, not a bool. Commit.
Fix crash deleting speed in speed change dialog. Commit.
Revert aac default bitrate to previous value (fix render test suite). Commit.
Cleanup duplicate method. Commit.
Cache clip start timecode so that we don't always query the producer, show error message on failure. Commit.
Add 'Return playhead to start position on stop' setting. Commit. Fixes bug #519449
Update effects with text (GPS Text, Dynamic Text, Timer) to allow for more font properties. Commit.
Fix end of timeline playing inconsistencies. Commit.
Fix crashing debug message. Commit.
Fix warnings in Qml monitor overlays. Commit.
Cleanup unused qml file. Commit.
Fix more unqualified access warnings in Qml. Commit.
Cleanup frameSize property in monitor qml. Commit.
Use a single QmlEngine for all timeline widgets. Commit.
Fix shadowed property, unqualified access warnings etc. Commit.
Fix timeline vertical scrolling on document opening. Commit. See bug #520944
Fix undefined variable. Commit.
Call K.Core.triggerAction and K.Core.actionText directly. Commit.
Use K.Core.getCurrentFps() directly. Commit.
Fix another bunch of unqualified access warnings in QML. Commit.
Read from K.UiUtils.smallestReadableFont directly. Commit.
Read from K.KdenliveSettings.uiDebugMode directly. Commit.
Cleanup unused file. Commit.
SubtitleModel: trim all leading and trailing whitespaces on adding. Commit.
Add webp support for image sequences. Commit.
Make audio / video bitrate adjust on profiles that support it, increase audio bitrate range. Commit. See bug #520750
Fix lin...
View full changelog
Sections/Browse similar tools
Alternative to Kdenlive
(Latest version updated)Adobe Premiere Pro (Aug 5, 2026)
DaVinci Resolve (Aug 5, 2026)
OpenShot Video Editor (Aug 30, 2026)
Shotcut (Aug 1, 2026)
Guides and How to's
Notify me when software updated or report software
| 31 reviews, Showing 1 to 5 reviews |
Import jpg files not chash anywhere.
Thanks
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. ¿?
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 for 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version for 64-bit Windows.
WinARM64 = Windows 64-bit ARM download version for Windows ARM64/AArch64.
Mac = Mac download version for 64-bit Mac OS Intel/ARM64/AArch64.
MacARM64 = Mac Silicon download version for 64-bit Mac OS ARM64/AArch64.
Mac64 = Mac OS download version for 64-bit Intel Mac OS.
Linux = Linux download version.
Linux64 = Linux download version for 64bit Linux.
Linux ARM = Linux download version for Linux ARM64/AArch64.
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 version available.
= Mac OS version available.
= 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.
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 for 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version for 64-bit Windows.
WinARM64 = Windows 64-bit ARM download version for Windows ARM64/AArch64.
Mac = Mac download version for 64-bit Mac OS Intel/ARM64/AArch64.
MacARM64 = Mac Silicon download version for 64-bit Mac OS ARM64/AArch64.
Mac64 = Mac OS download version for 64-bit Intel Mac OS.
Linux = Linux download version.
Linux64 = Linux download version for 64bit Linux.
Linux ARM = Linux download version for Linux ARM64/AArch64.
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.
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
All In One Blu-ray Converters (9)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (12)
Audio Editors (22)
Audio Encoders (80)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (13)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (12)
Audio Editors (22)
Audio Encoders (80)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (13)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
Codec, Video Identifiers (31)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (39)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (212)
MacOS Video Tools (243)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (24)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (26)
Screenshots , Thumbnails (13)
Codecs (67)
Decrypters (DVD Rippers) (16)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (39)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (15)
Linux Video Tools (212)
MacOS Video Tools (243)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (24)
Other Useful Tools (140)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (26)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (72)
Tag Editors (4)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (35)
Video Editors (Basic) (56)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (155)
Video Frameservers (9)
Video Players (48)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (20)
Video Streaming Downloaders (100)
Tag Editors (4)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (35)
Video Editors (Basic) (56)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (155)
Video Frameservers (9)
Video Players (48)
Video Repair, Fix (24)
Video Scripting (10)
Video Streaming (20)
Video Streaming Downloaders (100)
