vcr-ascii-pipeline
2
总安装量
2
周安装量
#68477
全站排名
安装命令
npx skills add https://github.com/coltonbatts/vcr --skill vcr-ascii-pipeline
Agent 安装分布
opencode
2
antigravity
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
Skill 文档
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.
Quality Checks
- Expected output file exists and is readable.
- For alpha overlays, foreground is white and background alpha is transparent.
- Timing/fps matches requested settings.
- Generated metadata (if emitted) contains expected source attribution.
Failure Handling
- Blank leading frames: enable/confirm trimming in URL overlay workflow.
- Source parse issues: switch to curated
library:*source to isolate parser/input issues. - Performance or backend issues: reduce duration/size first, then scale up.