help menu

This commit is contained in:
2026-05-06 13:00:57 -06:00
parent acf7f2e64c
commit 6ac1d68887
8 changed files with 272 additions and 52 deletions

View File

@ -138,6 +138,21 @@ These aren't features to build — they're things to make more visible in the UI
---
## 🚫 Explicitly deferred — multi-track timeline
TalkEdit deliberately avoids becoming a general-purpose NLE. Multi-track compositing (z-order, per-track opacity, keyframe animation, nested sequences) would take months and you'd still lose to DaVinci Resolve (free), CapCut (free), and OpenShot (free).
**TalkEdit's advantage is that it isn't a timeline editor** — the text-is-the-timeline model makes spoken-word editing drastically faster than dragging razor cuts around.
What exists and what's planned:
- One audio track (main) + optional background music track (done)
- Clip concatenation (append clips end-to-end) (done)
- Potential future: **B-roll overlay** — a single up/down overlay track for inserting images or cutaway clips at specific timestamps. Useful for talking-head content (screenshots, charts, reaction clips) without a full multi-track system. The zone model already supports this — you add an overlay zone type with a file reference.
Everything beyond that (picture-in-picture, multi-layer compositing, per-layer keyframing) should stay deferred. If the market demands it later, it's easier to add than to remove complexity.
---
## ✅ Already Implemented
- [#025] Word-level transcript editing (select, drag, shift-click, delete)