FileCobra Logo FileCobra

Buying Guide

7 Best Free Open-Source Video Tools for Windows in 2026 (No Watermarks, No Licence Keys)

By · Updated 2026-09-02 · 4 min read · 804 words

Short answer

The strongest free open-source video toolchain for Windows is Shotcut for timeline editing, LosslessCut for instant trimming, HandBrake for transcoding, OBS Studio for recording and streaming, and VLC or MPC-HC for playback. All are open source, run offline, and add no watermark, licence key or upload requirement to your footage.

Multi-Track 4K Open-Source Video Editing and Transcoding Workflow on Windows
Multi-Track 4K Open-Source Video Editing and Transcoding Workflow on Windows

Most "free" video software on Windows is a trial. You edit for an hour, hit export, and discover that 4K is behind a licence key or that the output carries a watermark. The tools below are not trials — they are open-source projects under GPL-family licences, which means no key, no export cap, and no account.

They also divide cleanly by job. Trying to do everything in one editor is the usual mistake; a trim does not need a timeline, and a batch compress does not need a preview window. What follows is a toolchain, ordered by how often you will reach for each piece.

1. Shotcut — the timeline editor

Shotcut is the general-purpose editor of the set. It handles multi-track editing at 4K 60fps and reads ProRes, DNxHD, H.264, HEVC and AV1 natively because it is built on FFmpeg.

  • Version: v26.8.1 · Size: 155.1 MB · Licence: GPL, open source
  • Needs: Windows 10/11 64-bit, 4 GB RAM minimum — but realistically 8 GB for 1080p and 16 GB for 4K

The RAM figures matter. Shotcut will open on 4 GB, and it will stutter badly the moment you stack tracks. Its one genuine weakness is that the encoding presets expose a lot of surface area; the defaults are sensible, but the advanced panel is not self-explanatory.

Reach for it when: you need actual editing — cuts, transitions, multiple tracks, colour work.

2. LosslessCut — trimming without re-encoding

LosslessCut does one thing that no editor on this list can do: it removes a section of video without re-encoding anything.

  • Version: v3.69.0 · Size: 139.4 MB · Licence: Open source
  • Needs: Windows 7, 10 or 11

It cuts on keyframe boundaries and copies the original audio and video streams straight through. A 40-minute 4K recording is trimmed in about the time it takes to write the file. The tradeoff is precision: your cut lands on the nearest keyframe, so it can be off by a fraction of a second.

Reach for it when: you only need to remove the dead air at the start and end of a recording. Opening a timeline editor for that wastes an hour.

3. HandBrake — batch transcoding

HandBrake is the compression workhorse, and at 24.2 MB it is by far the smallest tool here.

  • Version: v1.11.2 · Size: 24.2 MB · Licence: GPL, open source
  • Needs: Windows 10/11 64-bit

Its queue is the reason to use it: point it at a folder, pick a quality target, and let it work through the lot. The HEVC and AV1 encoders give real control over the size-versus-quality curve rather than a single "compress" slider.

Reach for it when: you have many files to shrink, or you need one specific codec and bitrate.

4. OBS Studio — recording and streaming

OBS Studio captures what is on your screen, from your webcam, or both composited together.

  • Version: v32.2.2 · Size: 152.4 MB · Licence: GPL, open source
  • Needs: Windows 10/11 64-bit

It is the de facto standard for streaming, but it is equally useful purely as a local recorder — scene composition, multiple audio tracks, and hardware-encoded capture that costs very little CPU.

Reach for it when: you are creating the footage rather than editing it.

5 & 6. VLC and MPC-HC — playback

VLC (v3.0.21, 42.8 MB) plays essentially any file you give it, including broken ones, and runs back to Windows 7. MPC-HC (v2.8.0, 21.8 MB) is the lighter option, using LAV Filters for hardware-accelerated decoding.

Pick one. VLC if you want the file to play no matter what state it is in; MPC-HC if you want the lowest possible overhead during playback.

7. Kodi — the media centre

Kodi (v21.0 Omega, 79.2 MB) is not a player you open per file. It is a full-screen library front end for a collection, built for a TV and a remote rather than a desk.

Reach for it when: the machine is attached to a television.

Choosing quickly

JobToolRe-encodes?
Multi-track editShotcutYes
Remove start/endLosslessCutNo
Batch compressHandBrakeYes
Record screenOBS Studion/a
Play one fileVLC or MPC-HCn/a
Browse a libraryKodin/a

The realistic install for most people is three of these: Shotcut, LosslessCut and HandBrake. That covers editing, trimming and compression with no licence key anywhere in the chain, and each one has a SHA-256 on its page here that you can check your download against — see how to compare a checksum if you have not done it before.

🛡️ How this guide was sourced

Every app named here resolves to a page in the FileCobra catalogue — the build fails if one does not. Versions, package sizes and system requirements are read from that catalogue rather than written by hand. Where our ingestion worker has fetched a release itself, it records a SHA-256 of the exact file we serve and publishes it on the app’s page. We do not run an antivirus lab: where a VirusTotal report exists we link it, and where none exists we say so rather than imply one.

RA

Rehman Ahmad

VERIFIED AUTHOR

Chief Technology Officer & Lead Systems Auditor at FileCobra

Rehman specializes in Android operating system internals, cryptographic integrity verification, reverse engineering APK packaging architectures, and high-performance audio/video DSP pipelines. He directs the security verification and release ingestion infrastructure across FileCobra.

rehmanahmad.pro ↗ · GitHub ↗ · X / Twitter ↗

Apps covered in this guide

  • Shotcut

    26.8.1 · 155.13 MB · Open Source

  • LosslessCut

    3.69.0 · 139.42 MB · Open Source

  • HandBrake

    1.11.2 · 24.16 MB · Open Source

  • OBS Studio

    32.2.2 · 152.41 MB · Open Source

  • VLC Media Player

    3.0.23 · 43.82 MB · Open Source

  • MPC-HC

    2.8.1 · 21.88 MB · Open Source

  • Kodi

    21.0 Omega · 73.36 MB · Open Source

Frequently asked questions

Is there a genuinely free video editor for Windows with no watermark?

Yes. Shotcut (v26.8.1) is GPL-licensed and applies no watermark, time limit or export cap. Because it is open source rather than a free tier of a paid product, there is no upgrade prompt gating 4K export or specific codecs.

Do I need HandBrake if I already have Shotcut?

Usually yes. Shotcut re-encodes through its own export pipeline, which is fine for a finished edit. HandBrake (24.2 MB) is purpose-built for batch transcoding and gives finer control over HEVC and AV1 quality targets, so it is the better tool for compressing a whole folder of files.

Which of these tools can trim a video without re-encoding it?

LosslessCut. It cuts on keyframe boundaries and copies the original streams straight through, so a 4K clip is trimmed in seconds with zero quality loss. Shotcut and HandBrake both re-encode, which costs time and a small amount of fidelity.

Are these tools safe to download outside the Microsoft Store?

They are as safe as the place you get them from. All seven are open-source projects that publish their own builds, so the developer's own site or GitHub releases page is always the best source. Where we have computed a SHA-256 for the exact file we serve, it is printed on that app's page here — that tells you your download matches our copy, which is a check worth doing, but it is not the same as checking against the publisher's own published hash. Do that too where they publish one.

Related guides