返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 1 / script.json
1 [
2 {
3 "scene_information": {
4 "who": [
5 "Alex",
6 "Ben",
7 "Maya",
8 "Zoe"
9 ],
10 "where": "Apartment living room",
11 "what": "The four friends gather in Alex's apartment for a reunion after years apart. Tension arises between Alex and Ben over a past disagreement.",
12 "initial position": [
13 {
14 "character": "Alex",
15 "position": "Position 1"
16 },
17 {
18 "character": "Ben",
19 "position": "Position 2"
20 },
21 {
22 "character": "Maya",
23 "position": "Position 3"
24 },
25 {
26 "character": "Zoe",
27 "position": "Position 5"
28 }
29 ]
30 },
31 "dialogues": [
32 {
33 "speaker": "Alex",
34 "content": "Welcome, everyone. It's been far too long since our last assembly.",
35 "actions": [
36 {
37 "character": "Alex",
38 "state": "standing",
39 "action": "Standing Greeting"
40 }
41 ],
42 "selected shot": "Track Shot"
43 },
44 {
45 "speaker": "Maya",
46 "content": "Indeed, time flows like a river, carrying us to distant shores.",
47 "actions": [
48 {
49 "character": "Maya",
50 "state": "standing",
51 "action": "Standing Happy"
52 }
53 ],
54 "selected shot": "Long Shot"
55 },
56 {
57 "speaker": "Zoe",
58 "content": "How have you all been? It's so wonderful to see familiar faces.",
59 "actions": [
60 {
61 "character": "Zoe",
62 "state": "standing",
63 "action": "Standing Happy"
64 }
65 ],
66 "selected shot": "Long Shot"
67 },
68 {
69 "speaker": "Ben",
70 "content": "Busy, as usual. Projects don't finish themselves.",
71 "actions": [
72 {
73 "character": "Ben",
74 "state": "standing",
75 "action": "Standing Normal"
76 }
77 ],
78 "selected shot": "Long Shot"
79 },
80 {
81 "speaker": "Alex",
82 "content": "Ben, always the diligent one. Still working on those engineering marvels?",
83 "actions": [
84 {
85 "character": "Alex",
86 "state": "standing",
87 "action": "Standing Normal"
88 }
89 ],
90 "selected shot": "Long Shot"
91 },
92 {
93 "speaker": "Ben",
94 "content": "Yes. And you, practicing your courtroom theatrics?",
95 "actions": [
96 {
97 "character": "Ben",
98 "state": "standing",
99 "action": "Standing Bored"
100 }
101 ],
102 "selected shot": "Pan Shot"
103 },
104 {
105 "speaker": "Alex",
106 "content": "It's more than theatrics, Ben. The law requires precision.",
107 "actions": [
108 {
109 "character": "Alex",
110 "state": "standing",
111 "action": "Standing Angry"
112 }
113 ],
114 "selected shot": "Pan Shot"
115 },
116 {
117 "speaker": "Maya",
118 "content": "Let's not delve into debates tonight. The stars are shining brightly for us.",
119 "actions": [
120 {
121 "character": "Maya",
122 "state": "standing",
123 "action": "Standing Agree"
124 }
125 ],
126 "selected shot": "Pan Shot"
127 },
128 {
129 "speaker": "Zoe",
130 "content": "Agreed. Let's focus on enjoying our reunion.",
131 "actions": [
132 {
133 "character": "Zoe",
134 "state": "standing",
135 "action": "Standing Agree"
136 }
137 ],
138 "selected shot": "Long Shot"
139 },
140 {
141 "speaker": "Ben",
142 "content": "Sure, as long as we avoid certain topics.",
143 "actions": [
144 {
145 "character": "Ben",
146 "state": "standing",
147 "action": "Standing Deny"
148 }
149 ],
150 "selected shot": "Close Shot"
151 },
152 {
153 "speaker": "Alex",
154 "content": "Perhaps that's best.",
155 "actions": [
156 {
157 "character": "Alex",
158 "state": "standing",
159 "action": "Standing Depressed"
160 }
161 ],
162 "selected shot": "Close Shot"
163 }
164 ]
165 },
166 {
167 "scene_information": {
168 "who": [
169 "Alex",
170 "Ben"
171 ],
172 "where": "Billiard room",
173 "what": "Alex and Ben move to the billiard room to talk privately. They confront each other about the past conflict.",
174 "initial position": [
175 {
176 "character": "Alex",
177 "position": "Position 1"
178 },
179 {
180 "character": "Ben",
181 "position": "Position 2"
182 }
183 ]
184 },
185 "dialogues": [
186 {
187 "speaker": "Alex",
188 "content": "Ben, we can't keep sidestepping the issue.",
189 "actions": [
190 {
191 "character": "Alex",
192 "state": "standing",
193 "action": "Standing Talking"
194 }
195 ],
196 "selected shot": "Long Shot"
197 },
198 {
199 "speaker": "Ben",
200 "content": "What's there to discuss? You made your choices.",
201 "actions": [
202 {
203 "character": "Ben",
204 "state": "standing",
205 "action": "Standing Angry"
206 }
207 ],
208 "selected shot": "Pan Shot"
209 },
210 {
211 "speaker": "Alex",
212 "content": "I acted within the parameters necessary at the time.",
213 "actions": [
214 {
215 "character": "Alex",
216 "state": "standing",
217 "action": "Standing Deny"
218 }
219 ],
220 "selected shot": "Pan Shot"
221 },
222 {
223 "speaker": "Ben",
224 "content": "Parameters? You mean you chose your career over our friendship.",
225 "actions": [
226 {
227 "character": "Ben",
228 "state": "standing",
229 "action": "Standing Angry"
230 }
231 ],
232 "selected shot": "Pan Shot"
233 },
234 {
235 "speaker": "Alex",
236 "content": "That's a mischaracterization. The situation was complex.",
237 "actions": [
238 {
239 "character": "Alex",
240 "state": "standing",
241 "action": "Standing Deny"
242 }
243 ],
244 "selected shot": "Pan Shot"
245 },
246 {
247 "speaker": "Ben",
248 "content": "Complex or not, you left without a word.",
249 "actions": [
250 {
251 "character": "Ben",
252 "state": "standing",
253 "action": "Standing Angry"
254 }
255 ],
256 "selected shot": "Pan Shot"
257 },
258 {
259 "speaker": "Alex",
260 "content": "I believed it was the optimal decision.",
261 "actions": [
262 {
263 "character": "Alex",
264 "state": "standing",
265 "action": "Standing Depressed"
266 }
267 ],
268 "selected shot": "Close Shot"
269 },
270 {
271 "speaker": "Ben",
272 "content": "For you, maybe. Did you consider anyone else?",
273 "actions": [
274 {
275 "character": "Ben",
276 "state": "standing",
277 "action": "Standing Angry"
278 }
279 ],
280 "selected shot": "Close Shot"
281 }
282 ]
283 },
284 {
285 "scene_information": {
286 "who": [
287 "Maya",
288 "Zoe",
289 "Alex",
290 "Ben"
291 ],
292 "where": "Apartment kitchen",
293 "what": "Maya and Zoe encourage Alex and Ben to reconcile. They all come together in the kitchen, and Alex and Ben make amends.",
294 "initial position": [
295 {
296 "character": "Maya",
297 "position": "Position 2"
298 },
299 {
300 "character": "Zoe",
301 "position": "Position 3"
302 },
303 {
304 "character": "Alex",
305 "position": "Position 1"
306 },
307 {
308 "character": "Ben",
309 "position": "Position 4"
310 }
311 ]
312 },
313 "dialogues": [
314 {
315 "speaker": "Maya",
316 "content": "Gentlemen, the past is a shadow; it's time to step into the light.",
317 "actions": [
318 {
319 "character": "Maya",
320 "state": "standing",
321 "action": "Standing Happy"
322 }
323 ],
324 "selected shot": "Long Shot"
325 },
326 {
327 "speaker": "Zoe",
328 "content": "We all value this friendship. Can't we find common ground?",
329 "actions": [
330 {
331 "character": "Zoe",
332 "state": "standing",
333 "action": "Standing Talking"
334 }
335 ],
336 "selected shot": "Long Shot"
337 },
338 {
339 "speaker": "Alex",
340 "content": "Perhaps I've been too rigid.",
341 "actions": [
342 {
343 "character": "Alex",
344 "state": "standing",
345 "action": "Standing Depressed"
346 }
347 ],
348 "selected shot": "Zoom Shot"
349 },
350 {
351 "speaker": "Ben",
352 "content": "Maybe I should've tried to understand your perspective.",
353 "actions": [
354 {
355 "character": "Ben",
356 "state": "standing",
357 "action": "Standing Thinking"
358 }
359 ],
360 "selected shot": "Zoom Shot"
361 },
362 {
363 "speaker": "Maya",
364 "content": "See? The dawn breaks after the darkest night.",
365 "actions": [
366 {
367 "character": "Maya",
368 "state": "standing",
369 "action": "Standing Happy"
370 }
371 ],
372 "selected shot": "Close Shot"
373 },
374 {
375 "speaker": "Zoe",
376 "content": "How about we start fresh?",
377 "actions": [
378 {
379 "character": "Zoe",
380 "state": "standing",
381 "action": "Standing Happy"
382 }
383 ],
384 "selected shot": "Close Shot"
385 },
386 {
387 "speaker": "Alex",
388 "content": "Agreed.",
389 "actions": [
390 {
391 "character": "Alex",
392 "state": "standing",
393 "action": "Standing Agree"
394 }
395 ],
396 "selected shot": "Long Shot"
397 },
398 {
399 "speaker": "Ben",
400 "content": "Yeah, let's move forward.",
401 "actions": [
402 {
403 "character": "Ben",
404 "state": "standing",
405 "action": "Standing Agree"
406 }
407 ],
408 "selected shot": "Long Shot"
409 }
410 ]
411 }
412 ]
412 lines JSON