Releases: jurczykpawel/captions-cli
Releases · jurczykpawel/captions-cli
Release list
v1.0.0
First public release. Burn word-level karaoke captions onto videos — fully local, no SaaS.
Highlights
- Two render engines:
ass(default, ffmpeg+libass, ~3s for a 60s clip) andhf(Hyperframes, CSS-perfect effects via headless Chromium). - Local transcription with whisper.cpp (free, offline) or the OpenAI Whisper API.
- Three-state karaoke colouring (past / active / upcoming), configurable colour, size, position.
- Free
clean-whitepreset (MIT). Basic/premium packs ship as separate builds.
Quick start (Docker, zero local deps)
docker pull ghcr.io/jurczykpawel/captions-cli:slim # multi-arch: amd64 + arm64
docker run --rm -v "$PWD:/work" -v captions-cache:/data \
ghcr.io/jurczykpawel/captions-cli:slim /work/reel.mp4 --lang enOr install the tiny captions wrapper and just run captions reel.mp4 --lang pl from anywhere — see the README ("Make it a real captions command"). Native (no-Docker) install options are in the README too.