百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
B

beutl

> 开发工具
开源

跨平台视频编辑(合成)软件。

1.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

跨平台视频编辑(合成)软件。

Beutl

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.

Features

Cross-Platform

Beutl uses the latest .NET, enabling it to run on various operating systems. It supports Windows, Linux, and macOS.

⏳ Keyframes

Using keyframes, you can create basic animations such as fade-ins and slide-ins, as well as animate various objects.

Extensions

Create a Beutl account to acquire extensions or publish your own developed extensions. Extensions can add effects, objects, codecs, UI, and more.

Rich Effects

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.

Version Control

Track a project's editing history with Git, restore earlier versions, create experimental branches, and back up work to a remote repository from within Beutl.

Installation

Refer to the documentation here.

Development

On a fresh checkout, initialize the Git submodules first with git submodule update --init --recursive.

Run the application from the repository root using the included scripts, which do not require the global Nuke tool.

macOS/Linux:

./build.sh dev

Windows (PowerShell):

.\build.ps1 dev

This runs src/Beutl in Debug configuration, automatically selecting net10.0-windows on Windows and net10.0 on macOS/Linux. If the global Nuke tool is already installed, you can also use nuke dev.

License

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.

Patrons

  • ozero
  • darthaunty1
  • calloc134
  • Bony_Chops
  • Hayashi Tomonari

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C#c-sharpcompositioncsharpdotnet

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类开发工具
定价开源

> 相关工具

V
VS Code
流行的开源代码编辑器
G
Git
分布式版本控制系统
V
Vite
下一代前端构建工具