-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjimeng-merchant-dance-video-scripts.html
More file actions
45 lines (41 loc) · 2.57 KB
/
Copy pathjimeng-merchant-dance-video-scripts.html
File metadata and controls
45 lines (41 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>How to Make 即梦 Merchant Dance Video Scripts for Local Lead Generation</title>
<meta name="description" content="How this repository structures merchant dance lead-generation scripts for 即梦 and Seedance using reusable skills and scene-aware prompt logic.">
<link rel="canonical" href="https://11yuxuanyang.github.io/seedance-viral-forge/jimeng-merchant-dance-video-scripts.html">
<meta name="robots" content="index,follow">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<main class="shell">
<section class="hero">
<p class="eyebrow">Merchant Lead-Gen</p>
<h1>How to make 即梦 merchant dance video scripts</h1>
<p class="lede">Good merchant dance videos are not about low-grade attraction. They are about using character energy to pull the viewer into a place worth visiting.</p>
<nav class="nav">
<a href="./index.html">Home</a>
<a href="https://github.com/11Yuxuanyang/seedance-viral-forge/blob/main/skills/跳舞/SKILL.md">Merchant dance skill</a>
</nav>
</section>
<section class="section">
<h2>The actual job</h2>
<p>The job is local traffic conversion. A strong script uses the character as the stopping trigger, but the venue remains visible enough that the viewer wants to ask where it is, what it sells, or whether the atmosphere matches a weekend plan.</p>
</section>
<section class="section">
<h2>How this repository handles it</h2>
<p>The merchant dance skill asks for the merchant type, the most filmable scene, and the offer. It then proposes three visual directions with different character and rhythm choices before writing the final 15-second script.</p>
</section>
<section class="section">
<h2>Why scene detail matters</h2>
<p>If the prompt only says “in a cafe” or “inside a hotpot restaurant,” the output collapses into generic imagery. This repository pushes operators to define space, lighting, signature elements, and movement paths so the generated video actually sells the place.</p>
</section>
<section class="section">
<h2>Chinese summary</h2>
<p>商家跳舞视频的关键不是擦边,而是让“人物吸引力”服务于“场景种草”。这个仓库把角色、人设、店内区域、氛围和 CTA 都写进了固定结构里,减少空泛出片。</p>
</section>
</main>
</body>
</html>