返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 3 / script.json
1 [
2 {
3 "scene_information": {
4 "who": [
5 "Emma",
6 "Jake"
7 ],
8 "where": "Roadside",
9 "what": "Emma and Jake, old college friends, unexpectedly run into each other on the street after years of no contact. They have a brief conversation catching up and decide to meet for coffee."
10 },
11 "initial position": [
12 {
13 "character": "Emma",
14 "position": "Position 1"
15 },
16 {
17 "character": "Jake",
18 "position": "Position 2"
19 }
20 ],
21 "dialogues": [
22 {
23 "speaker": "Emma",
24 "content": "Jake? Is that you? It's like spotting a familiar brushstroke in a crowded canvas!",
25 "actions": [
26 {
27 "character": "Emma",
28 "state": "standing",
29 "action": "Standing Surprise"
30 }
31 ],
32 "selected shot": "Zoom Shot"
33 },
34 {
35 "speaker": "Jake",
36 "content": "Emma! Long time no see. Small world, isn't it?",
37 "actions": [
38 {
39 "character": "Jake",
40 "state": "standing",
41 "action": "Standing Happy"
42 }
43 ],
44 "selected shot": "Close Shot"
45 },
46 {
47 "speaker": "Emma",
48 "content": "Indeed. I haven't seen you since graduation. How have the numbers been treating you?",
49 "actions": [
50 {
51 "character": "Emma",
52 "state": "standing",
53 "action": "Standing Talking"
54 }
55 ],
56 "selected shot": "Mid Shot"
57 },
58 {
59 "speaker": "Jake",
60 "content": "Well, the market's volatile as ever, but I can't complain. How about you? Still painting the town red?",
61 "actions": [
62 {
63 "character": "Jake",
64 "state": "standing",
65 "action": "Standing Talking"
66 }
67 ],
68 "selected shot": "Mid Shot"
69 },
70 {
71 "speaker": "Emma",
72 "content": "Oh, I've been weaving colors into stories at a design firm. It's been quite the journey.",
73 "actions": [
74 {
75 "character": "Emma",
76 "state": "standing",
77 "action": "Standing Happy"
78 }
79 ],
80 "selected shot": "Mid Shot"
81 },
82 {
83 "speaker": "Jake",
84 "content": "Sounds... vibrant. Maybe we should catch up properly over coffee?",
85 "actions": [
86 {
87 "character": "Jake",
88 "state": "standing",
89 "action": "Standing Thinking"
90 }
91 ],
92 "selected shot": "Close Shot"
93 },
94 {
95 "speaker": "Emma",
96 "content": "I'd love that. How about Lily's cafe? She's still running it, right?",
97 "actions": [
98 {
99 "character": "Emma",
100 "state": "standing",
101 "action": "Standing Agree"
102 }
103 ],
104 "selected shot": "Close Shot"
105 },
106 {
107 "speaker": "Jake",
108 "content": "Absolutely. Let's meet there this afternoon?",
109 "actions": [
110 {
111 "character": "Jake",
112 "state": "standing",
113 "action": "Standing Happy"
114 }
115 ],
116 "selected shot": "Mid Shot"
117 },
118 {
119 "speaker": "Emma",
120 "content": "Perfect. See you then!",
121 "actions": [
122 {
123 "character": "Emma",
124 "state": "standing",
125 "action": "Standing Happy"
126 }
127 ],
128 "selected shot": "Mid Shot"
129 }
130 ]
131 },
132 {
133 "scene_information": {
134 "who": [
135 "Emma",
136 "Jake",
137 "Lily"
138 ],
139 "where": "Beverage Room",
140 "what": "Emma and Jake meet at Lily's cafe to catch up over coffee. They reminisce about old times and share updates about their lives. Lily joins their conversation."
141 },
142 "initial position": [
143 {
144 "character": "Emma",
145 "position": "Position 1"
146 },
147 {
148 "character": "Jake",
149 "position": "Position 2"
150 },
151 {
152 "character": "Lily",
153 "position": "Position 3"
154 }
155 ],
156 "dialogues": [
157 {
158 "speaker": "Emma",
159 "content": "This place hasn't changed a bit. Feels like stepping back into a cherished memory.",
160 "actions": [
161 {
162 "character": "Emma",
163 "state": "sitting",
164 "action": "Sitting Talking"
165 }
166 ],
167 "selected shot": "Long Shot"
168 },
169 {
170 "speaker": "Jake",
171 "content": "Consistency is key, as they say. Ah, there's Lily!",
172 "actions": [
173 {
174 "character": "Jake",
175 "state": "standing",
176 "action": "Standing Talking"
177 }
178 ],
179 "selected shot": "Mid Shot"
180 },
181 {
182 "speaker": "Lily",
183 "content": "Emma! Jake! It's been ages! So glad you both dropped by.",
184 "actions": [
185 {
186 "character": "Lily",
187 "state": "standing",
188 "action": "Standing Happy"
189 }
190 ],
191 "selected shot": "Close Shot"
192 },
193 {
194 "speaker": "Emma",
195 "content": "Lily, your cafe still feels as warm as your smile.",
196 "actions": [
197 {
198 "character": "Emma",
199 "state": "sitting",
200 "action": "Sitting Happy"
201 }
202 ],
203 "selected shot": "Close Shot"
204 },
205 {
206 "speaker": "Jake",
207 "content": "You must be doing well to keep this place running smoothly in this economy.",
208 "actions": [
209 {
210 "character": "Jake",
211 "state": "standing",
212 "action": "Standing Talking"
213 }
214 ],
215 "selected shot": "Mid Shot"
216 },
217 {
218 "speaker": "Lily",
219 "content": "It's all about passion and good coffee. What brings you two here together?",
220 "actions": [
221 {
222 "character": "Lily",
223 "state": "standing",
224 "action": "Standing Talking"
225 }
226 ],
227 "selected shot": "Mid Shot"
228 },
229 {
230 "speaker": "Emma",
231 "content": "We just bumped into each other today. Decided to catch up.",
232 "actions": [
233 {
234 "character": "Emma",
235 "state": "sitting",
236 "action": "Sitting Talking"
237 }
238 ],
239 "selected shot": "Mid Shot"
240 },
241 {
242 "speaker": "Jake",
243 "content": "Figured we'd reminisce about the good old days.",
244 "actions": [
245 {
246 "character": "Jake",
247 "state": "standing",
248 "action": "Standing Happy"
249 }
250 ],
251 "selected shot": "Mid Shot"
252 },
253 {
254 "speaker": "Lily",
255 "content": "That's wonderful! Mind if I join you for a bit?",
256 "actions": [
257 {
258 "character": "Lily",
259 "state": "standing",
260 "action": "Standing Happy"
261 }
262 ],
263 "selected shot": "Close Shot"
264 },
265 {
266 "speaker": "Emma",
267 "content": "The more, the merrier!",
268 "actions": [
269 {
270 "character": "Emma",
271 "state": "sitting",
272 "action": "Sitting Claping"
273 }
274 ],
275 "selected shot": "Close Shot"
276 },
277 {
278 "speaker": "Jake",
279 "content": "Sure, pull up a chair.",
280 "actions": [
281 {
282 "character": "Jake",
283 "state": "standing",
284 "action": "Standing Agree"
285 }
286 ],
287 "selected shot": "Mid Shot"
288 },
289 {
290 "speaker": "Lily",
291 "content": "Sit Down",
292 "actions": [
293 {
294 "character": "Lily",
295 "state": "standing",
296 "action": "Sit Down"
297 }
298 ],
299 "selected shot": "Mid Shot"
300 },
301 {
302 "speaker": "Lily",
303 "content": "So, tell me, what have you both been up to?",
304 "actions": [
305 {
306 "character": "Lily",
307 "state": "sitting",
308 "action": "Sitting Talking"
309 }
310 ],
311 "selected shot": "Mid Shot"
312 },
313 {
314 "speaker": "Emma",
315 "content": "I've been immersed in design projects, turning visions into visuals.",
316 "actions": [
317 {
318 "character": "Emma",
319 "state": "sitting",
320 "action": "Sitting Talking"
321 }
322 ],
323 "selected shot": "Mid Shot"
324 },
325 {
326 "speaker": "Jake",
327 "content": "Crunching numbers and trying to predict market fluctuations. Not as artistic, but keeps me busy.",
328 "actions": [
329 {
330 "character": "Jake",
331 "state": "standing",
332 "action": "Standing Talking"
333 }
334 ],
335 "selected shot": "Mid Shot"
336 },
337 {
338 "speaker": "Lily",
339 "content": "Sounds like you both are doing what you love.",
340 "actions": [
341 {
342 "character": "Lily",
343 "state": "sitting",
344 "action": "Sitting Happy"
345 }
346 ],
347 "selected shot": "Close Shot"
348 },
349 {
350 "speaker": "Emma",
351 "content": "What about Ryan? Have either of you kept in touch?",
352 "actions": [
353 {
354 "character": "Emma",
355 "state": "sitting",
356 "action": "Sitting Thinking"
357 }
358 ],
359 "selected shot": "Mid Shot"
360 },
361 {
362 "speaker": "Lily",
363 "content": "He actually stops by here occasionally. He's performing nearby tonight.",
364 "actions": [
365 {
366 "character": "Lily",
367 "state": "sitting",
368 "action": "Sitting Talking"
369 }
370 ],
371 "selected shot": "Mid Shot"
372 },
373 {
374 "speaker": "Jake",
375 "content": "Maybe we should all get together. It's been too long.",
376 "actions": [
377 {
378 "character": "Jake",
379 "state": "standing",
380 "action": "Standing Agree"
381 }
382 ],
383 "selected shot": "Close Shot"
384 },
385 {
386 "speaker": "Emma",
387 "content": "That's a splendid idea. It'd be like a reunion.",
388 "actions": [
389 {
390 "character": "Emma",
391 "state": "sitting",
392 "action": "Sitting Happy"
393 }
394 ],
395 "selected shot": "Close Shot"
396 },
397 {
398 "speaker": "Lily",
399 "content": "I'll give him a call and see if he's free.",
400 "actions": [
401 {
402 "character": "Lily",
403 "state": "sitting",
404 "action": "Sitting Agree"
405 }
406 ],
407 "selected shot": "Mid Shot"
408 }
409 ]
410 },
411 {
412 "scene_information": {
413 "who": [
414 "Emma",
415 "Jake",
416 "Lily",
417 "Ryan"
418 ],
419 "where": "Billiard room",
420 "what": "Ryan joins them, and they all decide to play a game of billiards, rekindling their friendship and enjoying each other's company."
421 },
422 "initial position": [
423 {
424 "character": "Emma",
425 "position": "Position 1"
426 },
427 {
428 "character": "Jake",
429 "position": "Position 2"
430 },
431 {
432 "character": "Lily",
433 "position": "Position 3"
434 },
435 {
436 "character": "Ryan",
437 "position": "Position 4"
438 }
439 ],
440 "dialogues": [
441 {
442 "speaker": "Ryan",
443 "content": "Well, if it isn't my favorite trio! Heard you were looking for me.",
444 "actions": [
445 {
446 "character": "Ryan",
447 "state": "standing",
448 "action": "Standing Happy"
449 }
450 ],
451 "selected shot": "Track Shot"
452 },
453 {
454 "speaker": "Emma",
455 "content": "Ryan! It's been ages. You're a sight for sore eyes.",
456 "actions": [
457 {
458 "character": "Emma",
459 "state": "standing",
460 "action": "Standing Happy"
461 }
462 ],
463 "selected shot": "Mid Shot"
464 },
465 {
466 "speaker": "Jake",
467 "content": "Still strumming those strings, I see.",
468 "actions": [
469 {
470 "character": "Jake",
471 "state": "standing",
472 "action": "Standing Talking"
473 }
474 ],
475 "selected shot": "Close Shot"
476 },
477 {
478 "speaker": "Ryan",
479 "content": "Music is the rhythm of my soul, can't stop now.",
480 "actions": [
481 {
482 "character": "Ryan",
483 "state": "standing",
484 "action": "Standing Happy"
485 }
486 ],
487 "selected shot": "Mid Shot"
488 },
489 {
490 "speaker": "Lily",
491 "content": "We were just thinking, why not do something fun together?",
492 "actions": [
493 {
494 "character": "Lily",
495 "state": "standing",
496 "action": "Standing Talking"
497 }
498 ],
499 "selected shot": "Mid Shot"
500 },
501 {
502 "speaker": "Emma",
503 "content": "How about a game of billiards? Just like old times.",
504 "actions": [
505 {
506 "character": "Emma",
507 "state": "standing",
508 "action": "Standing Agree"
509 }
510 ],
511 "selected shot": "Close Shot"
512 },
513 {
514 "speaker": "Ryan",
515 "content": "Now you're speaking my language. Let's cue up!",
516 "actions": [
517 {
518 "character": "Ryan",
519 "state": "standing",
520 "action": "Standing Happy"
521 }
522 ],
523 "selected shot": "Mid Shot"
524 },
525 {
526 "speaker": "Jake",
527 "content": "I suppose I can calculate some angles for a win.",
528 "actions": [
529 {
530 "character": "Jake",
531 "state": "standing",
532 "action": "Standing Thinking"
533 }
534 ],
535 "selected shot": "Close Shot"
536 },
537 {
538 "speaker": "Lily",
539 "content": "This is going to be so much fun!",
540 "actions": [
541 {
542 "character": "Lily",
543 "state": "standing",
544 "action": "Standing Happy"
545 }
546 ],
547 "selected shot": "Mid Shot"
548 },
549 {
550 "speaker": "Ryan",
551 "content": "Loser buys the next round of coffee?",
552 "actions": [
553 {
554 "character": "Ryan",
555 "state": "standing",
556 "action": "Standing Agree"
557 }
558 ],
559 "selected shot": "Mid Shot"
560 },
561 {
562 "speaker": "Emma",
563 "content": "Deal. Prepare to part with your wallet, gentlemen.",
564 "actions": [
565 {
566 "character": "Emma",
567 "state": "standing",
568 "action": "Standing Happy"
569 }
570 ],
571 "selected shot": "Close Shot"
572 },
573 {
574 "speaker": "Jake",
575 "content": "We'll see about that.",
576 "actions": [
577 {
578 "character": "Jake",
579 "state": "standing",
580 "action": "Standing Agree"
581 }
582 ],
583 "selected shot": "Mid Shot"
584 },
585 {
586 "speaker": "Lily",
587 "content": "Let the games begin!",
588 "actions": [
589 {
590 "character": "Lily",
591 "state": "standing",
592 "action": "Standing Happy"
593 }
594 ],
595 "selected shot": "Mid Shot"
596 }
597 ]
598 }
599 ]
599 lines JSON