You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
42
46
</p>
43
47
48
+
<palign="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."*
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.
0 commit comments