Cookbook overview
Each example is a fully runnable script with run.sh, JSON data, screenshots, and notes. cd examples/<id>/ && bash run.sh and the result shows up inside CapCut / Jianying.
Starter examples (W1)
| Example | Demo | Difficulty |
|---|---|---|
| 01-hello-caption | One caption + entrance animation | ⭐ |
| 02-image-slideshow-bgm | 3-image slideshow + transitions + BGM | ⭐ |
| 03-tiktok-keyword-highlight | Multiple captions with keyword highlight | ⭐ |
| 04-easy-by-audio | Auto-fit assets to audio length | ⭐ |
| 05-keyframe-zoom-in | Image + keyframe zoom | ⭐⭐ |
Scenario tutorials
Step-by-step write-ups grouped by scenario:
Submit your example
Pull requests welcome. Workflow in CONTRIBUTING.md.
The shortest path:
bash
git clone https://github.com/xuliang2024/cutcli-cookbook.git
cd cutcli-cookbook
node scripts/new-example.mjs my-cool-case
# Edit examples/99-community/<your-handle>/my-cool-case/run.sh