返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 13 / script.json
1 [
2 {
3 "sceneinformation": {
4 "who": [
5 "Max",
6 "Lily",
7 "Jake"
8 ],
9 "where": "Apartment living room",
10 "what": "Max, Lily, and Jake are enjoying a small house party when an unexpected guest, Zara, crashes the party."
11 },
12 "dialogues": [
13 {
14 "speaker": "Max",
15 "content": "This playlist is fire! Jake, you outdid yourself.",
16 "actions": [
17 {
18 "character": "Max",
19 "state": "standing",
20 "action": "Standing Happy"
21 },
22 {
23 "character": "Jake",
24 "state": "standing",
25 "action": "Standing Happy"
26 }
27 ],
28 "selected shot": "Track Shot"
29 },
30 {
31 "speaker": "Jake",
32 "content": "Thanks, man! Just wait till you hear the next track.",
33 "actions": [
34 {
35 "character": "Jake",
36 "state": "standing",
37 "action": "Standing Talking"
38 },
39 {
40 "character": "Max",
41 "state": "standing",
42 "action": "Standing Talking"
43 }
44 ],
45 "selected shot": "Mid Shot"
46 },
47 {
48 "speaker": "Lily",
49 "content": "You guys are always so animated. Isn't it great just to relax with friends?",
50 "actions": [
51 {
52 "character": "Lily",
53 "state": "sitting",
54 "action": "Sitting Talking"
55 },
56 {
57 "character": "Max",
58 "state": "standing",
59 "action": "Standing Talking"
60 },
61 {
62 "character": "Jake",
63 "state": "standing",
64 "action": "Standing Talking"
65 }
66 ],
67 "selected shot": "Close Shot"
68 },
69 {
70 "speaker": "Max",
71 "content": "Exactly, and a good playlist makes-",
72 "actions": [
73 {
74 "character": "Max",
75 "state": "standing",
76 "action": "Standing Talking"
77 },
78 {
79 "character": "Jake",
80 "state": "standing",
81 "action": "Standing Talking"
82 }
83 ],
84 "selected shot": "Mid Shot"
85 },
86 {
87 "speaker": "Zara",
88 "content": "Hey there. Mind if I join?",
89 "actions": [
90 {
91 "character": "Zara",
92 "state": "standing",
93 "action": "Standing Greeting"
94 },
95 {
96 "character": "Max",
97 "state": "standing",
98 "action": "Standing Surprise"
99 },
100 {
101 "character": "Lily",
102 "state": "sitting",
103 "action": "Sitting Talking"
104 }
105 ],
106 "selected shot": "360 Degrees Shot"
107 },
108 {
109 "speaker": "Lily",
110 "content": "Uh, hi! We weren't expecting anyone else tonight.",
111 "actions": [
112 {
113 "character": "Lily",
114 "state": "sitting",
115 "action": "Sitting Talking"
116 },
117 {
118 "character": "Max",
119 "state": "standing",
120 "action": "Standing Puzzled"
121 },
122 {
123 "character": "Jake",
124 "state": "standing",
125 "action": "Standing Talking"
126 },
127 {
128 "character": "Zara",
129 "state": "standing",
130 "action": "Standing Normal"
131 }
132 ],
133 "selected shot": "Close Shot"
134 },
135 {
136 "speaker": "Jake",
137 "content": "Yeah, who invited you?",
138 "actions": [
139 {
140 "character": "Jake",
141 "state": "standing",
142 "action": "Standing Puzzled"
143 },
144 {
145 "character": "Lily",
146 "state": "sitting",
147 "action": "Sitting Talking"
148 },
149 {
150 "character": "Max",
151 "state": "standing",
152 "action": "Standing Thinking"
153 },
154 {
155 "character": "Zara",
156 "state": "standing",
157 "action": "Standing Normal"
158 }
159 ],
160 "selected shot": "Close Shot"
161 },
162 {
163 "speaker": "Zara",
164 "content": "Does it matter? I'm here now.",
165 "actions": [
166 {
167 "character": "Zara",
168 "state": "standing",
169 "action": "Standing Talking"
170 },
171 {
172 "character": "Max",
173 "state": "standing",
174 "action": "Standing Puzzled"
175 },
176 {
177 "character": "Lily",
178 "state": "sitting",
179 "action": "Sitting Talking"
180 },
181 {
182 "character": "Jake",
183 "state": "standing",
184 "action": "Standing Thinking"
185 }
186 ],
187 "selected shot": "Zoom Shot"
188 },
189 {
190 "speaker": "Max",
191 "content": "Well, Zara, right? Make yourself at home.",
192 "actions": [
193 {
194 "character": "Max",
195 "state": "standing",
196 "action": "Standing Agree"
197 },
198 {
199 "character": "Zara",
200 "state": "standing",
201 "action": "Standing Agree"
202 }
203 ],
204 "selected shot": "Pan Shot"
205 },
206 {
207 "speaker": "Lily",
208 "content": "Yeah, why not? Grab a drink from the kitchen.",
209 "actions": [
210 {
211 "character": "Lily",
212 "state": "sitting",
213 "action": "Sitting Talking"
214 },
215 {
216 "character": "Jake",
217 "state": "standing",
218 "action": "Standing Agree"
219 },
220 {
221 "character": "Max",
222 "state": "standing",
223 "action": "Standing Agree"
224 }
225 ],
226 "selected shot": "Pan Shot"
227 },
228 {
229 "speaker": "Zara",
230 "content": "Don't mind if I do.",
231 "actions": [
232 {
233 "character": "Zara",
234 "state": "standing",
235 "action": "Standing Happy"
236 },
237 {
238 "character": "Max",
239 "state": "standing",
240 "action": "Standing Agree"
241 },
242 {
243 "character": "Lily",
244 "state": "sitting",
245 "action": "Sitting Claping"
246 }
247 ],
248 "selected shot": "Mid Shot"
249 }
250 ]
251 },
252 {
253 "sceneinformation": {
254 "who": [
255 "Lily",
256 "Zara"
257 ],
258 "where": "Apartment kitchen",
259 "what": "Lily talks to Zara in the kitchen, trying to get to know her."
260 },
261 "dialogues": [
262 {
263 "speaker": "Lily",
264 "content": "So, Zara, how did you hear about our little get-together?",
265 "actions": [
266 {
267 "character": "Lily",
268 "state": "standing",
269 "action": "Standing Talking"
270 },
271 {
272 "character": "Zara",
273 "state": "standing",
274 "action": "Standing Normal"
275 }
276 ],
277 "selected shot": "Track Shot"
278 },
279 {
280 "speaker": "Zara",
281 "content": "You can say I have my ways.",
282 "actions": [
283 {
284 "character": "Zara",
285 "state": "standing",
286 "action": "Standing Enigmatic"
287 },
288 {
289 "character": "Lily",
290 "state": "standing",
291 "action": "Standing Puzzled"
292 }
293 ],
294 "selected shot": "Close Shot"
295 },
296 {
297 "speaker": "Lily",
298 "content": "That's... interesting. You're quite the mystery, aren't you?",
299 "actions": [
300 {
301 "character": "Lily",
302 "state": "standing",
303 "action": "Standing Talking"
304 },
305 {
306 "character": "Zara",
307 "state": "standing",
308 "action": "Standing Enigmatic"
309 }
310 ],
311 "selected shot": "Mid Shot"
312 },
313 {
314 "speaker": "Zara",
315 "content": "Let's just say I enjoy keeping things intriguing.",
316 "actions": [
317 {
318 "character": "Zara",
319 "state": "standing",
320 "action": "Standing Happy"
321 },
322 {
323 "character": "Lily",
324 "state": "standing",
325 "action": "Standing Talking"
326 }
327 ],
328 "selected shot": "Close Shot"
329 },
330 {
331 "speaker": "Lily",
332 "content": "Well, welcome anyway. Cheers to new surprises!",
333 "actions": [
334 {
335 "character": "Lily",
336 "state": "standing",
337 "action": "Standing Happy"
338 },
339 {
340 "character": "Zara",
341 "state": "standing",
342 "action": "Standing Agree"
343 }
344 ],
345 "selected shot": "Zoom Shot"
346 }
347 ]
348 },
349 {
350 "sceneinformation": {
351 "who": [
352 "Max",
353 "Jake",
354 "Zara"
355 ],
356 "where": "Gaming room",
357 "what": "Max and Jake are playing video games when Zara joins them and reveals her unexpected talent."
358 },
359 "dialogues": [
360 {
361 "speaker": "Max",
362 "content": "Come on, Jake, you're going down!",
363 "actions": [
364 {
365 "character": "Max",
366 "state": "sitting",
367 "action": "Sitting Talking"
368 },
369 {
370 "character": "Jake",
371 "state": "sitting",
372 "action": "Sitting Talking"
373 }
374 ],
375 "selected shot": "Track Shot"
376 },
377 {
378 "speaker": "Jake",
379 "content": "Oh, please! You wish!",
380 "actions": [
381 {
382 "character": "Jake",
383 "state": "sitting",
384 "action": "Sitting Laughing"
385 },
386 {
387 "character": "Max",
388 "state": "sitting",
389 "action": "Sitting Talking"
390 }
391 ],
392 "selected shot": "Close Shot"
393 },
394 {
395 "speaker": "Zara",
396 "content": "Mind if I take a turn?",
397 "actions": [
398 {
399 "character": "Zara",
400 "state": "standing",
401 "action": "Standing Greeting"
402 },
403 {
404 "character": "Max",
405 "state": "sitting",
406 "action": "Sitting Talking"
407 },
408 {
409 "character": "Jake",
410 "state": "sitting",
411 "action": "Sitting Talking"
412 }
413 ],
414 "selected shot": "360 Degrees Shot"
415 },
416 {
417 "speaker": "Max",
418 "content": "Uh, sure, why not? Think you can keep up?",
419 "actions": [
420 {
421 "character": "Max",
422 "state": "sitting",
423 "action": "Sitting Talking"
424 }
425 ],
426 "selected shot": "Close Shot"
427 },
428 {
429 "speaker": "Zara",
430 "content": "Watch and learn, guys.",
431 "actions": [
432 {
433 "character": "Zara",
434 "state": "standing",
435 "action": "Standing Happy"
436 },
437 {
438 "character": "Jake",
439 "state": "sitting",
440 "action": "Sitting Laughing"
441 }
442 ],
443 "selected shot": "Zoom Shot"
444 },
445 {
446 "speaker": "Jake",
447 "content": "Whoa, she's a natural!",
448 "actions": [
449 {
450 "character": "Jake",
451 "state": "sitting",
452 "action": "Sitting Talking"
453 },
454 {
455 "character": "Max",
456 "state": "sitting",
457 "action": "Sitting Claping"
458 }
459 ],
460 "selected shot": "Pan Shot"
461 },
462 {
463 "speaker": "Max",
464 "content": "Where did you learn to play like that?",
465 "actions": [
466 {
467 "character": "Max",
468 "state": "sitting",
469 "action": "Sitting Talking"
470 },
471 {
472 "character": "Zara",
473 "state": "standing",
474 "action": "Standing Happy"
475 }
476 ],
477 "selected shot": "Close Shot"
478 },
479 {
480 "speaker": "Zara",
481 "content": "Like I said, I have my ways.",
482 "actions": [
483 {
484 "character": "Zara",
485 "state": "standing",
486 "action": "Standing Enigmatic"
487 },
488 {
489 "character": "Jake",
490 "state": "sitting",
491 "action": "Sitting Talking"
492 }
493 ],
494 "selected shot": "Zoom Shot"
495 }
496 ]
497 }
498 ]
498 lines JSON