Commit Graph

12 Commits

Author SHA1 Message Date
78d34133ad Add image to README for visual enhancement
Added an image to the README to enhance visual appeal.
2026-03-03 14:45:36 -05: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
f04853eba9 Enhance file selection to support additional audio format (M4A) and update README.md to reflect new supported formats for video and audio recordings. 2025-08-05 11:18:36 -04:00
3346b0df0f Refactor Dockerfile and requirements.txt for improved dependency management; update README.md with clearer installation options and instructions for prebuilt images. 2025-07-23 14:45:19 -04:00
dcf13c1423 Enhance README.md with Docker installation instructions and update Ollama API endpoint to be configurable via environment variable. 2025-07-17 00:05:23 -04:00
9ca396d6fa Update README.md 2025-03-03 12:28:32 -05:00
56e947cc71 Update README.md 2025-03-03 12:07:30 -05:00
524f0d6a6c Update README.md
New implemented modules
2025-03-03 08:26:39 -05:00
7ea098bd05 Add installation scripts and update documentation for Phase 3 features 2025-03-01 20:37:52 -05:00
a653ac7f28 Update README.md 2025-01-28 17:05:50 -05:00
a78d2a6053 Update README.md 2025-01-28 17:00:49 -05:00
3c44257d8a Updated with code 2025-01-28 17:00:03 -05:00