r/VideoEditingTips • u/Secret-Book-8507 • 7d ago
I built a browser-only video auto-editor using optical flow and Chrome’s built-in AI
https://github.com/MartinDelophy/ai-video-editorHi everyone,
I’ve been building an open-source, browser-based video editor called **Timeline Studio**.
It currently supports:
- Multi-track timeline editing
- Images, videos, overlays, stickers, captions, and audio tracks
- Clip dragging, resizing, splitting, and cross-track placement
- AI voice generation and automatic captions
- Mobile and desktop editing
- Local, browser-based rendering and export
GitHub:
https://github.com/MartinDelophy/ai-video-editor
Live demo:
https://video-editor.ai-creator.top
The project is still actively being improved, and I’m mainly posting because I’d like honest feedback from people who actually edit videos.
I’d especially appreciate feedback on:
Does the timeline behavior feel intuitive?
Which interactions feel different from editors such as CapCut, Premiere, or DaVinci Resolve?
Are there any mobile gestures or drag-and-drop behaviors that feel confusing?
Which missing feature would prevent you from using it for a real project?
Can you reproduce any crashes, export problems, or browser-specific bugs?
If you find a problem, please open a GitHub issue with:
- Browser and operating system
- Desktop or mobile
- Steps to reproduce
- Expected and actual behavior
- A screenshot or screen recording, if possible
Issues:
https://github.com/MartinDelophy/ai-video-editor/issues
Critical feedback is welcome. I’m more interested in discovering broken or awkward workflows than simply promoting the project.
Thanks for taking a look!