English / Japanese
Beutl (pronounced /bjΓΊtΙl/) is a cross-platform video editing (compositing) software.
Source code of the old version (BEditor)
The image is from a development version.
Beutl uses the latest .NET, enabling it to run on various operating systems. It supports Windows, Linux, and macOS.
Using keyframes, you can create basic animations such as fade-ins and slide-ins, as well as animate various objects.
Create a Beutl account to acquire extensions or publish your own developed extensions. Extensions can add effects, objects, codecs, UI, and more.
From basic effects like color filters, blurs, shadows, and LUTs, to minor effects like outlines, inner shadows, and long shadows, Beutl offers a wide range of effects. These can be further expanded through extensions.
Refer to the documentation here.
This project is licensed under the MIT License (LICENSE).
Beutl.FFmpegWorker is a separate executable that links with GPL-licensed FFmpeg and is distributed under the GNU General Public License v3 (LICENSE.GPL). It runs as an independent process and communicates with the main application via IPC, so the GPL does not apply to the rest of the codebase.