Skip to content

v0.1.1

Choose a tag to compare

@lucyfengcl-art lucyfengcl-art released this 21 Jun 13:49
· 17 commits to main since this release

Fixes

  • All-black video on iPhone .MOV clips. auto-editor v29 renders all-black video when a file's audio stream precedes its video stream (the iPhone ordering). The cleanup step now remuxes such inputs video-first (lossless stream copy) before editing, so the picture is preserved. If you hit black output on v0.1.0, upgrade to this release.

Clean up 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 / upgrade

Claude Code
```
/plugin marketplace update video-prep
/plugin install video-prep
```

Codex / CLI
```sh
uv tool upgrade video-prep # or: uv tool install git+https://github.com/lucyfengcl-art/video-prep
```

Requires `uv` and `ffmpeg` (+ `ffmpeg-full` and a CJK font to burn subtitles).