Skip to content

Commit e564b6f

Browse files
authored
Update README.md
1 parent 9b03ff3 commit e564b6f

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,38 @@ Equip your AI Agent out-of-the-box with these capabilities, composable across co
3737
- **Console capabilities** — Browse Bailian apps (`app list`) and check free-tier quota (`usage free`)
3838
- **Local file auto-upload** — Every URL parameter accepts a local path; uploaded to free temp storage with 48-hour validity
3939

40+
## Showcase: One-Sentence Cinematic Video
41+
4042
<p align="center">
41-
<img src="https://img.alicdn.com/imgextra/i1/O1CN01Df2LiL1IcCkXJROYz_!!6000000000913-2-tps-759-426.png" alt="bl --help" width="720" />
43+
<a href="https://cloud.video.taobao.com/vod/pQlbW_HCZzrxCZqwWjZCG1uBpLHrRGqfGiLKZ9Fqidg.mp4">
44+
<img src="https://img.alicdn.com/imgextra/i1/O1CN01Q5052k232Hd36NodG_!!6000000007197-0-tps-2940-1656.jpg" alt="Click to play the demo video" width="720" />
45+
</a>
4246
</p>
4347

48+
<p align="center"><i>👆 Click the cover to play the full 2-minute demo</i></p>
49+
50+
A complete **2-minute, 16:9 cinematic short film** — produced end-to-end from a single natural-language sentence, with **zero manual editing**. This showcase demonstrates how an AI Agent can compose a multi-step creative pipeline by orchestrating three primitives:
51+
52+
- **[Qwen Code](https://github.com/QwenLM/qwen-code)** — the agentic coding model that interprets the user's intent and drives the workflow
53+
- **[Aliyun Model Studio CLI](https://github.com/modelstudioai/cli/)** — invokes **HappyHorse 1.0**, Aliyun Model Studio's text-/image-/reference-to-video generation model
54+
- **[spark-video Skill](https://github.com/JohnKeating1997/spark-video)** — handles scene decomposition, storyboarding, shot continuity, and final stitching
55+
56+
### The single prompt
57+
58+
> *"Generate a roughly 2-minute video in Japanese cinematic style — a sweet, innocent first-love story about a high-school girl. The plot should be heart-fluttering enough to make viewers want to fall in love. Aspect ratio: 16:9."*
59+
>
60+
> *(Original: "帮我生成一段日系影视风格,高中女生的青涩初恋故事,剧情高甜,让人看了想谈恋爱,2分钟左右的视频,尺寸是16:9")*
61+
62+
### How it works
63+
64+
1. **Qwen Code** parses the request, plans the narrative beats, and decides which tools to call.
65+
2. The **spark-video Skill** breaks the story into shots, writes per-shot prompts, and enforces visual continuity (characters, lighting, palette, lens language).
66+
3. **`bl video generate`** dispatches each shot to **HappyHorse 1.0** in parallel.
67+
4. The skill stitches all clips back together into a single 16:9 / ~2-min deliverable.
68+
69+
No timeline scrubbing. No frame-by-frame editing. Just one sentence → one video.
70+
71+
4472
## Installation
4573

4674
```bash

0 commit comments

Comments
 (0)