Skip to content

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)

ExampleDemoDifficulty
01-hello-captionOne caption + entrance animation
02-image-slideshow-bgm3-image slideshow + transitions + BGM
03-tiktok-keyword-highlightMultiple captions with keyword highlight
04-easy-by-audioAuto-fit assets to audio length
05-keyframe-zoom-inImage + 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

Released under the MIT License.