v0.1.0
First release of video-prep — a cross-platform tool that does the tedious cleanup pass on raw video clips before editing: cut silence, transcribe subtitles (any language, Mandarin by default), normalize speed, stitch in filename order, and optionally burn subtitles. Outputs clean per-clip .mp4 + .srt ready to drop into any editor.
Install
Claude Code
```
/plugin marketplace add lucyfengcl-art/video-prep
/plugin install video-prep
```
Codex / CLI
```sh
uv tool install git+https://github.com/lucyfengcl-art/video-prep
```
Requires `uv` and `ffmpeg` (+ `ffmpeg-full` and a CJK font to burn subtitles). Transcription runs on CPU on any OS, or a CUDA GPU automatically if present.
Highlights
- `faster-whisper` transcription (macOS/Windows/Linux, Intel/ARM)
- Ships as a Claude Code plugin with the `/video-prep:prep-clips` skill + self-locating `uv` launcher
- `AGENTS.md` for Codex / shell-driven agents
- Filler-word removal and subtitle-burning helpers