AI News AI资讯 23h ago Updated 20h ago 更新于 20小时前 42

Show HN: I built an open source video editor that you can control with an LLM 展示 HN:我构建了一个可通过 LLM 控制的开源视频编辑器

Donkey Cut is a free, open-source video editor that runs in the browser, positioning itself as a CapCut alternative with AI-powered editing capabilities The platform supports both cloud-hosted and local projects, giving users full control over where their media files are stored and processed An integrated AI assistant can generate video clips, images, voiceovers, and music directly within the editor, with iterative chat-based refinement A macOS companion app enables local processing via a bundle Donkey Cut 是开源免费的 CapCut 替代方案,支持通过聊天指令编辑视频并生成图像、配音和音乐 提供云端和本地双模式项目存储,云端项目跨设备可用,本地项目保持文件在用户计算机 集成 AI 助手可与 Codex/Claude Code 登录连接,Mac 配套应用支持本地转录和屏幕录制 采用 Next.js + Supabase Postgres 架构,本地引擎运行在 127.0.0.1,使用 bundled ffmpeg 处理媒体 编辑器完全免费,仅对云存储和 AI 内容生成收费,采用 Apache 2.0 许可证开源

65
Hot 热度
60
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • Donkey Cut is a free, open-source video editor that runs in the browser, positioning itself as a CapCut alternative with AI-powered editing capabilities
  • The platform supports both cloud-hosted and local projects, giving users full control over where their media files are stored and processed
  • An integrated AI assistant can generate video clips, images, voiceovers, and music directly within the editor, with iterative chat-based refinement
  • A macOS companion app enables local processing via a bundled Cut engine, on-device speech transcription, screen recording, and integration with existing Claude/Codex logins
  • The architecture separates cloud projects (hosted APIs, Postgres, R2 storage) from local projects (browser storage or ~/Movies on Mac), with the editor UI remaining consistent across both modes

Why It Matters

Donkey Cut represents a growing trend of open-source, AI-native creative tools that lower the barrier to professional video production by combining traditional editing workflows with generative AI capabilities. For AI practitioners and developers, it demonstrates a practical hybrid architecture where cloud and local processing coexist, offering a blueprint for privacy-conscious AI applications that don't force all computation into the cloud.

Technical Details

  • Hybrid Architecture: Projects can be cloud-based (hosted APIs, Supabase Postgres via Prisma, R2 storage) or local (browser storage or Mac disk at ~/Movies), with both types visible on a unified home screen
  • macOS Companion App: Built with Swift, runs a local Cut engine on 127.0.0.1, bundles ffmpeg for processing, performs on-device speech transcription, and connects to existing Claude/Codex authentication
  • AI-Integrated Editing: The editor features a multi-track timeline with captions, music, and effects; the AI assistant generates media (video, images, voiceovers, music) that integrates seamlessly as timeline assets
  • Iterative Generation Workflow: Users can describe shots in chat and refine outputs iteratively, as demonstrated by example projects like "The Railway Mystery" (Franco-Belgian comic style with generated shots and brass-and-strings score) and "City poster series" (animated hand-painted travel posters)
  • Tech Stack: Next.js frontend, Supabase Postgres, Prisma ORM, Apache 2.0 license; local development requires npm, Supabase credentials in .env, and Swift for the macOS app

Industry Insight

  • The hybrid cloud/local model addresses growing user demand for data privacy without sacrificing accessibility—this dual-mode approach could become a standard pattern for AI-powered creative tools, especially as regulations around data residency tighten
  • Integrating generative AI directly into the editing workflow (rather than as a separate tool) represents a shift toward "AI-native" creative suites; competitors should consider embedding generation capabilities natively rather than relying on external API calls
  • The open-source, freemium model (free editor, paid cloud storage and AI generation) provides a sustainable revenue framework while building community adoption—this pricing strategy could be replicated for other creative AI tools seeking to balance accessibility with monetization

TL;DR

  • Donkey Cut 是开源免费的 CapCut 替代方案,支持通过聊天指令编辑视频并生成图像、配音和音乐
  • 提供云端和本地双模式项目存储,云端项目跨设备可用,本地项目保持文件在用户计算机
  • 集成 AI 助手可与 Codex/Claude Code 登录连接,Mac 配套应用支持本地转录和屏幕录制
  • 采用 Next.js + Supabase Postgres 架构,本地引擎运行在 127.0.0.1,使用 bundled ffmpeg 处理媒体
  • 编辑器完全免费,仅对云存储和 AI 内容生成收费,采用 Apache 2.0 许可证开源

为什么值得看

Donkey Cut 展示了 AI 驱动视频编辑工具的新范式,将自然语言交互与专业剪辑功能结合,降低了视频创作门槛。其云端/本地混合架构为创作者提供了灵活的工作流选择,开源模式为行业提供了可定制的替代方案。

技术解析

  • 双模式项目架构:云端项目使用 Supabase Postgres 存储元数据、R2 对象存储媒体文件,通过托管 API 处理;本地项目将文件保存在用户计算机的 ~/Movies 目录,浏览器本地存储项目配置
  • Mac 配套应用:Swift 开发的 companion app 在本地运行 Cut 引擎(127.0.0.1),集成 bundled ffmpeg 进行媒体处理,支持设备端语音识别和屏幕录制直接添加到时间线
  • AI 内容生成:内置 AI 助手支持通过聊天描述生成视频片段、图像、配音和音乐,生成的媒体文件可直接添加到项目时间线,支持迭代优化直到满意
  • 技术栈:前端 Next.js 站点,后端 Supabase Postgres + Prisma ORM,本地引擎使用 bundled ffmpeg,语音处理在 Mac 设备上本地运行

行业启示

  • AI 视频编辑工具正从单一功能向全栈解决方案演进,自然语言交互成为降低专业工具使用门槛的关键路径
  • 开源替代商业软件的趋势在创意工具领域加速,Apache 2.0 许可证的 Donkey Cut 为开发者提供了可定制的基础框架
  • 云端/本地混合架构平衡了协作便利性与数据隐私需求,本地处理敏感内容(如转录)成为行业最佳实践

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Open Source 开源 LLM 大模型 Video Generation 视频生成 Creative AI 创意AI Programming 编程