Metadata-Version: 2.4
Name: claudecut
Version: 0.1.4
Summary: AI-powered video editing agent using Claude
Project-URL: Homepage, https://github.com/mellebrouwer/claudecut
Project-URL: Repository, https://github.com/mellebrouwer/claudecut
Project-URL: Issues, https://github.com/mellebrouwer/claudecut/issues
Author-email: Mell Brouwer <mell@example.com>
License: MIT
License-File: LICENSE
Keywords: agent,ai,captions,claude,editing,subtitles,video,whisper
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: claude-agent-sdk>=0.1.1
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: onnxruntime>=1.23.1
Requires-Dist: playwright>=1.55.0
Requires-Dist: pysrt>=1.1.2
Requires-Dist: python-dotenv
Requires-Dist: rich
Requires-Dist: torchaudio>=2.8.0
Requires-Dist: whisper-timestamped>=1.15.9
Description-Content-Type: text/markdown

# claudecut

AI-powered vibe video editing with Claude Agent based on captions.

![claudecut](img/claudecut.png)

## Requirements

- **[ffmpeg](https://github.com/FFmpeg/FFmpeg)** (must be installed on your system - [installation guide](https://ffmpeg.org/download.html))
- **[Claude Code](https://www.claude.com/product/claude-code)** version 2.0.0 or higher
- **~1.5GB disk space** (Whisper large-v3-turbo model downloads on first run)

## Installation

**From PyPI:**
```bash
uvx claudecut
```

**Local development:**
```bash
git clone https://github.com/mellebrouwer/claudecut.git
cd claudecut
uv pip install -e .
uv run claudecut
```

## Acknowledgments

This project uses [whisper-timestamped](https://github.com/linto-ai/whisper-timestamped) for accurate speech-to-text transcription with word-level timestamps.

## License

MIT License - see [LICENSE](LICENSE) file for details.
