vcr-ascii-pipeline
Installation
SKILL.md
VCR ASCII Pipeline
Run repeatable ASCII-to-video pipelines using VCR’s ASCII tooling.
Core Commands
- Library discovery:
vcr ascii libraryvcr ascii sources
- Stage render (
.vcrtxttranscript):vcr ascii stage --in <input>.vcrtxt --out <out>.mp4 --preset <preset> --seed <n>
- Capture source to MOV:
vcr ascii capture --source <source_id> --out <out>.mov --duration <sec> --fps <fps> --size <cols>x<rows>
- URL to white-alpha overlay:
scripts/ascii_link_overlay.sh "<ascii_co_uk_url>" -- --width 1920 --height 1080 --fps 24
Pipeline Workflow
- Select source mode (library, stage transcript, remote/source capture, or URL overlay).
- Generate a short preview output first.
- Validate frame 0 is non-blank and transparency is correct (if alpha workflow).
- Produce final render artifact (
.mov/.mp4) and sidecar metadata if applicable.