Commit Graph

9 Commits

Author SHA1 Message Date
acf7f2e64c more polish 2026-05-06 12:15:46 -06:00
21e4255325 verified hotkeys 2026-05-05 10:22:35 -06:00
3fa67383c4 feature 10,11 2026-04-15 20:57:43 -06:00
f121d71f5f added save as 2026-04-15 20:51:24 -06:00
4d3d8a2218 speed zones work now 2026-04-15 20:17:05 -06:00
024b9bd806 ai tools finished 2026-04-15 17:13:56 -06:00
585262c3e7 added cut and mute zones 2026-04-03 11:14:31 -06:00
00ee076baa frontend changes 2026-03-25 01:41:40 -06:00
33cca5f552 Initial CutScript release - Open-source AI-powered text-based video editor
CutScript is a local-first, Descript-like video editor where you edit video by editing text.
Delete a word from the transcript and it's cut from the video.

Features:
- Word-level transcription with WhisperX
- Text-based video editing with undo/redo
- AI filler word removal (Ollama/OpenAI/Claude)
- AI clip creation for shorts
- Waveform timeline with virtualized transcript
- FFmpeg stream-copy (fast) and re-encode (4K) export
- Caption burn-in and sidecar SRT generation
- Studio Sound audio enhancement (DeepFilterNet)
- Keyboard shortcuts (J/K/L, Space, Delete, Ctrl+Z/S/E)
- Encrypted API key storage
- Project save/load (.aive files)

Architecture:
- Electron + React + Tailwind (frontend)
- FastAPI + Python (backend)
- WhisperX for transcription
- FFmpeg for video processing
- Multi-provider AI support

Performance optimizations:
- RAF-throttled time updates
- Zustand selectors for granular subscriptions
- Dual-canvas waveform rendering
- Virtualized transcript with react-virtuoso

Built on top of DataAnts-AI/VideoTranscriber, completely rewritten as a desktop application.

License: MIT
2026-03-03 06:31:04 -05:00