mltframework/shotcut

GitHub: mltframework/shotcut

一款免费开源的跨平台视频编辑器,基于 MLT 框架和 FFmpeg 构建,帮助用户在不产生软件成本的前提下完成日常视频剪辑任务。

Stars: 13851 | Forks: 1343

[![build-shotcut-linux](https://static.pigsec.cn/wp-content/uploads/repos/2026/05/6b4d7d829b045218.svg)](https://github.com/mltframework/shotcut/actions?query=workflow%3Abuild-shotcut-linux+is%3Acompleted+branch%3Amaster) [![build-shotcut-macos](https://static.pigsec.cn/wp-content/uploads/repos/2026/05/c6a4cd9dac045219.svg)](https://github.com/mltframework/shotcut/actions?query=workflow%3Abuild-shotcut-macos+is%3Acompleted+branch%3Amaster) [![build-shotcut-windows](https://static.pigsec.cn/wp-content/uploads/repos/2026/05/99dd46df69045220.svg)](https://github.com/mltframework/shotcut/actions?query=workflow%3Abuild-shotcut-windows+is%3Acompleted+branch%3Amaster) # Shotcut - 免费、开源、跨平台的**视频编辑器**
screenshot
- 功能:https://www.shotcut.org/features/ - 路线图:https://www.shotcut.org/roadmap/ ## 安装 二进制文件会定期构建,并可在 https://www.shotcut.org/download/ 获取。 ## 依赖 Shotcut 的直接依赖(链接或硬运行时依赖)包括: - [MLT](https://www.mltframework.org/):多媒体创作框架 - [Qt 6 (最低版本 6.4)](https://www.qt.io/):应用程序和 UI 框架 - [FFTW](https://fftw.org/) - [FFmpeg](https://www.ffmpeg.org/):多媒体格式和编解码器库 - [Frei0r](https://www.dyne.org/software/frei0r/):视频插件 - [SDL](http://www.libsdl.org/):跨平台音频播放 包含间接依赖和捆绑依赖的更完整列表,请参见 https://shotcut.org/credits/。 ## 许可证 GPLv3。参见 [COPYING](COPYING)。 ## 如何构建 **警告**:构建 Shotcut 应仅限于明确自己操作目的的 beta 测试人员或贡献者。 ### Qt Creator 构建和尝试 Shotcut 开发版本的最快方法是使用 [Qt Creator](https://www.qt.io/download#qt-creator)。 ### 从命令行 首先,检查依赖是否满足,以及各种路径是否正确设置以找到不同的库和头文件(Qt、MLT、frei0r 等)。 #### 配置 在一个用于构建的新目录中(与源代码分离): ``` cmake -DCMAKE_INSTALL_PREFIX=/usr/local/ /path/to/shotcut ``` 我们建议通过在上述命令行中添加 `-GNinja` 来使用 Ninja 生成器。 #### 构建 ``` cmake --build . ``` #### 安装 如果您不进行安装,Shotcut 在运行时可能会因为找不到它在运行时读取的 QML 文件而失败。 ``` cmake --install . ``` ## 翻译 如果您想将 Shotcut 翻译成另一种语言,请使用 [Transifex](https://explore.transifex.com/ddennedy/shotcut/)。
标签:Bash脚本, FFmpeg, FFTW, Frei0r, GPLv3, MLT框架, Python 3.9+, Qt6, SDL, Shotcut, 免费软件, 内容创作, 多媒体处理, 多媒体框架, 开源, 桌面应用, 视频剪辑, 视频合成, 视频后期制作, 视频特效, 视频编辑器, 跨平台应用, 非线性编辑, 音频处理