Commit Graph

47 Commits

Author SHA1 Message Date
9a301fe2a2 robustness plan 2026-05-06 13:18:53 -06:00
6ac1d68887 help menu 2026-05-06 13:00:57 -06:00
acf7f2e64c more polish 2026-05-06 12:15:46 -06:00
a96e42c9f9 improved tooltips 2026-05-06 11:41:32 -06:00
fd6697b48e polishing 2026-05-06 10:53:27 -06:00
91217f6db0 added free trial timer at welcome screen 2026-05-06 01:43:55 -06:00
835719a907 added licensing stuff and free trial timer 2026-05-06 01:35:42 -06:00
810957747b clean up of features 2026-05-05 23:31:18 -06:00
4d4dfa7f7c implemented the lower priority features; haven't tested them 2026-05-05 20:46:55 -06:00
cde635a660 improved chapters/markers 2026-05-05 12:29:25 -06:00
21e4255325 verified hotkeys 2026-05-05 10:22:35 -06:00
1678d28db7 able to re-transcribe 2026-05-04 23:54:14 -06:00
dd4ce58920 fixed dropdown bar visibility 2026-05-04 18:39:36 -06:00
5758401dda export works 2026-05-04 17:43:00 -06:00
90b1999a57 implemented 15,12,18 didn't check 18 2026-05-04 16:37:25 -06:00
0c7a4c94c2 trying to fix export issue and waveform load 2026-04-15 21:51:05 -06:00
168676a9e9 improved feature 11 and UI 2026-04-15 21:25:47 -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
af8e0cf6eb zone previews 2026-04-15 20:27:24 -06:00
4d3d8a2218 speed zones work now 2026-04-15 20:17:05 -06:00
b7a795f986 UI improvements, moved file name and moved buttons left 2026-04-15 19:54:39 -06:00
7479acd3ee forgot to add stuff 2026-04-15 18:02:25 -06:00
17874587a4 improved zone handling 2026-04-15 18:00:34 -06:00
84edddded8 removed electron 2026-04-15 17:40:27 -06:00
48d761c713 defaults to project folders; examining zones 2026-04-15 17:31:41 -06:00
024b9bd806 ai tools finished 2026-04-15 17:13:56 -06:00
d11e26cf2d improved tools for ai 2026-04-15 16:36:21 -06:00
4f90750497 volume panel; copilot instructions 2026-04-15 16:10:35 -06:00
0df967507f able to process audio with different model; new project button 2026-04-11 19:42:30 -06:00
b8ec396ebd able to modify trim zones 2026-04-11 19:13:04 -06:00
140b7a5319 fixed error 2026-04-09 01:50:19 -06:00
1d17a8f19a trying to fix bug 2026-04-09 01:36:28 -06:00
d80ff847d8 silence trimmer 2026-04-03 12:05:44 -06:00
8a7c94d594 delete key can remove zones 2026-04-03 11:38:58 -06:00
0237d685e5 able to drag edges of zones 2026-04-03 11:36:08 -06:00
585262c3e7 added cut and mute zones 2026-04-03 11:14:31 -06:00
addd87c45b Remove obsolete open-cutscript script 2026-04-03 10:34:04 -06:00
c7445206cc added distil models 2026-04-03 10:25:48 -06:00
ea3f1d2b23 close sh;able to save/load projects 2026-03-30 18:36:41 -06:00
246d816f84 added close; fixed some issues 2026-03-28 15:09:56 -06:00
2ffc406b10 changed to python312 2026-03-28 12:26:45 -06:00
164b2f87d4 got cpu based backend working; trying python/gpu solution bc faster probs 2026-03-26 00:58:57 -06:00
00ee076baa frontend changes 2026-03-25 01:41:40 -06:00
b4bcb8f3f2 i think i got step one working 2026-03-25 01:22:30 -06:00
c01db38eb3 update files 2026-03-24 23:56:08 -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