Timeline Studio – Open-source AI video editing
Another browser video editor with AI voiceovers competing against CapCut and Descript.
Weave is a browser-based video editor that renders videos directly with FFmpeg
Compiles a React timeline into a raw FFmpeg command; clever prototype.
Frontend developers and FFmpeg users
FFmpeg.wasm · Shotcut · Kdenlive
I tried my best to have the React "video" preview closely replicate the FFmpeg lavfi filtergraph output, but naturally this is not perfect (especially replicating the `eq` filter using SVG filters is quite inaccurate).
I've built this as a prototype for another project I'm working on, so I don't plan to actively maintain it, but I thought it'd be cool to share it.
Try it live: https://weave.salviano.xyz/
Another browser video editor with AI voiceovers competing against CapCut and Descript.
Running FFmpeg in-browser combined with WebGL-accelerated rendering and a Fabric.js timeline is a concrete technical win — it actually removes the need for a heavy server backend. The Gemini-powered 'AI Analytics' highlight detection is the feature people will demo first, but the real risk is memory and export performance with large assets in the browser; that's the engineering problem this project needs practical answers for.
Renderer-agnostic core swaps WebGL/Canvas/WebGPU without touching state — rare architectural discipline.
JSON timeline interface lets AI agents edit video while humans watch live.
Replace timeline scrubber with a glass clickwheel for tactile video editing on iPhone.
Modular React video SDK with AI captions, but Descript and Remotion already own this space.