这是一款开源、免费的视频编辑器,致力于成为 CapCut(剪映)的开源替代品。项目地址是:https://github.com/OpenCut-app/OpenCut

Why?

  • 隐私: 您的视频将保留在您的设备上

  • 免费: CapCut 的所有基本功能现在都已付费

  • 简单: 易于使用的编辑器

功能

  • 基于时间轴的编辑

  • 多轨道支持

  • 实时预览

  • 无水印,无需订阅

  • 由 Databuddy 提供分析,100% 匿名且无侵入性。

开始使用

安装要求

开始之前确认下面程序已安装:

安装

  1. Clone仓库

    git clone https://github.com/OpenCut-app/OpenCut.git
    cd OpenCut
  2. 开启服务:

    docker-compose up -d
  3. 配置环境:

    cd apps/web
    
    
    # Unix/Linux/Mac
    cp .env.example .env.local
    
    # Windows Command Prompt
    copy .env.example .env.local
    
    # Windows PowerShell
    Copy-Item .env.example .env.local

  4. 安装依赖.

    # With bun
    bun install
    
    # Or with npm
    npm install
  5. 运行数据迁移:

    # With bun
    bun run db:push:local
    
    # Or with npm
    npm run db:push:local
  6. 开启服务

    # With bun
    bun run dev
    
    # Or with npm
    npm run dev

浏览器访问 http://localhost:3000.