updated features and docs

This commit is contained in:
2026-05-06 16:15:38 -06:00
parent e4484a57f9
commit 813877a7b4
4 changed files with 276 additions and 269 deletions

View File

@ -131,9 +131,13 @@ Features adapted from OpenShot Video Editor that would fill capability gaps.
These aren't features to build — they're things to make more visible in the UI and README:
- **7-day free trial (no CC required)** — full feature access for 7 days with no credit card. Try everything risk-free.
- **One-time purchase, no subscription** — pay once, own forever. No recurring fees, no cloud dependency.
- **100% offline / no account required** — CapCut requires login and sends data to servers. Descript is cloud-first. TalkEdit never leaves the machine.
- **Local AI models** — Ollama support means no API costs and no data leaving the device.
- **Word-level precision** — editing by deleting words (not dragging razor cuts) is faster for talking-head content than any timeline-based editor.
- **Word-level precision editing** — editing by deleting words (not dragging razor cuts) is faster for talking-head content than any timeline-based editor. Double-click any word to correct its text in-place.
- **Per-segment re-transcription** — select any word range and re-run Whisper on just that segment instead of re-transcribing the entire file.
- **Auto-ducking background music** — add a second audio track that automatically lowers when speech is detected, no manual keyframing needed.
- **Works on long files** — virtualized transcript + chunked waveform handles 1hr+ content that bogs down CapCut.
---
@ -171,3 +175,14 @@ Everything beyond that (picture-in-picture, multi-layer compositing, per-layer k
- [#038] Keyboard shortcuts (Space, J/K/L, arrows, Ctrl+Z/Shift+Z, Ctrl+S, Ctrl+E)
- [#039] Settings panel: AI provider config (Ollama, OpenAI, Claude)
- [#040] Cut/mute range creation on timeline with draggable zone edits and Delete-to-remove
- [#058] Help panel with full feature documentation and searchable index
- [#059] First-run welcome overlay with quick-start guides
- [#060] Auto-save crash recovery — periodic project snapshots, restore on next launch
- [#061] Error boundary + global error logging to `~/.TalkEdit/logs/`
- [#062] Store input validation — Zustand middleware guards against invalid state
- [#063] Trial system — 7-day free trial, sentinel file with integrity check, no CC required
- [#064] License activation — email confirmation flow, offline validation
- [#065] Model management — view/delete downloaded Whisper and DeepFilterNet models
- [#066] Keyboard cheatsheet — press `?` overlay with close button and active preset indicator
- [#067] Visual toolbar — grouped icon buttons with section dividers
- [#068] Backend health check — reconnecting banner when backend is unreachable