AVE — a local Mac video editor that turns Whisper transcripts into searchable, reviewable timeline edits #2814
lemberalla
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am building AVE, a local-first video editor for Apple Silicon Macs.
Most AI video tools begin with generation. AVE begins by understanding the footage already on your Mac.
AVE uses MLX Whisper for local transcription on Apple Silicon. Transcript segments retain their source time ranges and, when available, word-level timing. That transcription drives several editing workflows:
Visual analysis sits alongside the transcript rather than replacing it. A search result can therefore be supported by spoken content, visual content, or both, with the original source range preserved.
AVE also exposes scoped editing tools to locally connected coding assistants such as Codex CLI and Claude Code. The assistant works with structured project information and allowed review frames; source footage does not pass through the MCP connection. Proposed timeline changes remain reviewable before export.
Current boundaries:
Product: https://www.aivideoeditor.app/
More about the footage-first approach: https://www.aivideoeditor.app/blog/ai-video-editing-starts-with-footage/
I would be interested in comparing notes with anyone using Whisper timestamps as an editing primitive rather than only producing a transcript file.
All reactions