EN
返回档案库

档案库 · 开发与企业工具 · 产品决策 · 2026

VidStudio 押注浏览器本地视频编辑:Show HN 获 301 分,免费

一位独立开发者用 WebAssembly 运行 FFmpeg,视频不出设备,浏览器即编辑器——无需上传、无需账号、免费;Show HN 获 301 分。

VidStudio

它在赌什么创作者若有私密素材,会为了「不上传一帧」而选择免费浏览器编辑器,而非 CapCut——无账号的隐私保护胜过 AI 功能和模板。已上线

做的是什么生意

VidStudio is a free browser-based multi-track video editor: WebCodecs decodes frames (using hardware decoders where available), FFmpeg compiled to WebAssembly encodes and converts, and Pixi.js renders on a WebGL canvas. Files are read locally, projects persist in IndexedDB, heavy processing runs in Web Workers, and exports are written back to the device as MP4 (H.264/AAC) — no upload, no account, no watermark. It runs in Chrome, Edge, Firefox and Safari, works on mobile, and is paired with sibling tools such as compression and captioning pages.

起因

The developer (HN: kolx) first posted a browser video-processing tool on 2026-02-10, explaining in that post that the hard part — FFmpeg WASM commands that hang — was solved by controlling how many threads FFmpeg uses at each stage; it drew 2 points. He returned on 2026-04-21 with the full multi-track editor pitched on no-upload and no-account.

经过

The April Show HN hit the front page with 301 points and 109 comments, and Korben covered it the same day, praising an interface 'that looks like a real editing application' while flagging honest limits: HEVC struggles on Firefox, 10-bit video is unreliable on Windows, and some WEBM files with exotic audio codecs won't load.

结果

Still live and free as of 2026-09-04: no account, no upload, no watermark; the FAQ keeps the core editing flow free and says future features for regulated industries may sit behind a paid tier.

背景

VidStudio 是一款免费的浏览器端多轨视频编辑器,全在客户端运行:WebCodecs 尽量用硬件解码帧,FFmpeg 编译为 WebAssembly 处理编码和转换,Pixi.js 在 WebGL 画布上渲染(并有软件备选)。文件在本地读取,项目存于 IndexedDB,重活交给 Web Workers,导出为 MP4 存回设备——没有上传、账号或水印。

开发者(HN: kolx)先是在 2026 年 2 月发了浏览器端视频处理工具(得 2 分),并解释卡住的 FFmpeg WASM 任务靠分阶段限制线程数解决。2026-04-21 他带着完整编辑器回归,主打“一款不上传文件的浏览器视频编辑器”,拿到 301 分和 109 条评论。

当天 Korben 就介绍了它,称在隐私上比 Clipchamp 和 Canva 前进了一步,夸其像真实编辑器且支持移动端,也列出限制(Firefox 上 HEVC、Windows 上 10-bit)。截至 2026-09-04,编辑器仍然上线且免费,FAQ 说核心流程保持免费,收费可能留给未来受监管行业的功能。

这件事要成立,得有什么

  • 「不上传」可以验证:网站上让用户导出时盯着 Network 标签,把隐私承诺变成可测试的事实。
  • 浏览器本地免去了安装和商店的麻烦,同时保住了真正的多轨编辑界面。
  • Korben 当天转发说明这个切入点跨语言也有共鸣:隐私和不注册是普遍卖点。
  • 免费、无水印,削弱了 CapCut 这类工具的收费焦虑,正是最在乎素材的人所在意的。

可借鉴之处

第一次发帖只有 2 分,VidStudio 后来以完整编辑器回归,主打「不上传、不注册」——这是能验证的说法——结果拿到 301 分;隐私框架起了关键作用。

后续进展

截至 2026-09-04,VidStudio 在线上且完全免费:无账号、无上传、无水印,导出 MP4;FAQ 表示核心流程保持免费,未来任何付费功能只面向受监管行业。Korben 在 2026-04-21 的评测里说,它比 Clipchamp/Canva 在隐私上明显进步,对普通用户来说比 Cutia 更合适,但也提到限制:Firefox 上 HEVC 吃力,Windows 上 10-bit 视频不可靠,某些 WEBM 文件无法载入。项目存在浏览器配置对应的 IndexedDB 里,换电脑等于重来——这是无服务器化的代价。

资料来源

发现哪里写错了?告诉我们。

轮到你了

你刚读完一家。说说你在做什么,看看谁在赌同一件事。

免费账号 · 3 次免费提问 · 不用绑卡

相关案例