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

## 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "claudecut",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "agent, ai, captions, claude, editing, subtitles, video, whisper",
"author": null,
"author_email": "Mell Brouwer <mell@example.com>",
"download_url": "https://files.pythonhosted.org/packages/e3/11/70e926592afba77be87cda2a5a1c7f1bcc6cd9fd3ad5bce31fceb62b5ce5/claudecut-0.1.3.tar.gz",
"platform": null,
"description": "# claudecut\n\nAI-powered vibe video editing with Claude Agent based on captions.\n\n\n\n## Requirements\n\n- **[ffmpeg](https://github.com/FFmpeg/FFmpeg)** (must be installed on your system - [installation guide](https://ffmpeg.org/download.html))\n- **[Claude Code](https://www.claude.com/product/claude-code)** version 2.0.0 or higher\n- **~1.5GB disk space** (Whisper large-v3-turbo model downloads on first run)\n\n## Installation\n\n**From PyPI:**\n```bash\nuvx claudecut\n```\n\n**Local development:**\n```bash\ngit clone https://github.com/mellebrouwer/claudecut.git\ncd claudecut\nuv pip install -e .\nuv run claudecut\n```\n\n## Acknowledgments\n\nThis project uses [whisper-timestamped](https://github.com/linto-ai/whisper-timestamped) for accurate speech-to-text transcription with word-level timestamps.\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "AI-powered video editing agent using Claude",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/mellebrouwer/claudecut",
"Issues": "https://github.com/mellebrouwer/claudecut/issues",
"Repository": "https://github.com/mellebrouwer/claudecut"
},
"split_keywords": [
"agent",
" ai",
" captions",
" claude",
" editing",
" subtitles",
" video",
" whisper"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "10f8c30dd2bef42a34ad1cb3d0acc8fba175390a57caaf0eea2bc78d0da718c8",
"md5": "d97af2d25646c6a9bf192eefc61cb11f",
"sha256": "c544114ff3ca89447d5bf6ac35beea5eba21861b95749b2efae8c3274285035f"
},
"downloads": -1,
"filename": "claudecut-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d97af2d25646c6a9bf192eefc61cb11f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 14718,
"upload_time": "2025-10-09T15:54:58",
"upload_time_iso_8601": "2025-10-09T15:54:58.383896Z",
"url": "https://files.pythonhosted.org/packages/10/f8/c30dd2bef42a34ad1cb3d0acc8fba175390a57caaf0eea2bc78d0da718c8/claudecut-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e31170e926592afba77be87cda2a5a1c7f1bcc6cd9fd3ad5bce31fceb62b5ce5",
"md5": "faae58d5ad22ea92daa848ecbbbf5e3e",
"sha256": "4f3e49b355577c7191fdeddd87dd92b891cf4d3149d233ec974c425323faddae"
},
"downloads": -1,
"filename": "claudecut-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "faae58d5ad22ea92daa848ecbbbf5e3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 3605173,
"upload_time": "2025-10-09T15:54:59",
"upload_time_iso_8601": "2025-10-09T15:54:59.255503Z",
"url": "https://files.pythonhosted.org/packages/e3/11/70e926592afba77be87cda2a5a1c7f1bcc6cd9fd3ad5bce31fceb62b5ce5/claudecut-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-09 15:54:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mellebrouwer",
"github_project": "claudecut",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "claudecut"
}