返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / full / 11 / script.json
1 [
2 {
3 "scene information": {
4 "who": [
5 "Max",
6 "Zara",
7 "Leo",
8 "Maya"
9 ],
10 "where": "Meeting room",
11 "what": "The team gathers in the meeting room, reflecting on the successful completion of their six-month-long project. Max, the project manager, initiates the conversation by expressing his pride in the team's hard work. Zara, the team's designer, shares anecdotes about the late nights they spent troubleshooting issues. Leo, the software engineer, mentions the technical challenges they overcame, and Maya, the marketing lead, talks about how the project will impact the company's growth. The scene focuses on a sense of accomplishment and camaraderie."
12 },
13 "scene": [
14 {
15 "speaker": "Max",
16 "content": "Alright everyone, gather around. Six months of blood, sweat, and probably a few tears. And we did it.",
17 "actions": [
18 {
19 "character": "Max",
20 "state": "standing",
21 "action": "Standing Talking 1"
22 }
23 ],
24 "shot": "Long Shot 2",
25 "current position": [
26 {
27 "character": "Max",
28 "position": "Position 1"
29 },
30 {
31 "character": "Zara",
32 "position": "Position 2"
33 },
34 {
35 "character": "Leo",
36 "position": "Position 5"
37 },
38 {
39 "character": "Maya",
40 "position": "Position 6"
41 }
42 ]
43 },
44 {
45 "speaker": "Zara",
46 "content": "Remember those crazy all-nighters debugging that memory leak in module three?",
47 "actions": [
48 {
49 "character": "Zara",
50 "state": "standing",
51 "action": "Standing Talking 4"
52 }
53 ],
54 "shot": "Mid Shot",
55 "current position": [
56 {
57 "character": "Max",
58 "position": "Position 1"
59 },
60 {
61 "character": "Zara",
62 "position": "Position 2"
63 },
64 {
65 "character": "Leo",
66 "position": "Position 5"
67 },
68 {
69 "character": "Maya",
70 "position": "Position 6"
71 }
72 ]
73 },
74 {
75 "speaker": "Leo",
76 "content": "Of course. But seeing how our design finally syncs up with the code is immensely satisfying.",
77 "actions": [
78 {
79 "character": "Leo",
80 "state": "standing",
81 "action": "Standing Thinking"
82 }
83 ],
84 "shot": "Mid Shot",
85 "current position": [
86 {
87 "character": "Max",
88 "position": "Position 1"
89 },
90 {
91 "character": "Zara",
92 "position": "Position 2"
93 },
94 {
95 "character": "Leo",
96 "position": "Position 5"
97 },
98 {
99 "character": "Maya",
100 "position": "Position 6"
101 }
102 ]
103 },
104 {
105 "speaker": "Maya",
106 "content": "And beyond the tech achievements, this project's set to open new avenues for the company.",
107 "actions": [
108 {
109 "character": "Maya",
110 "state": "standing",
111 "action": "Standing Happy"
112 }
113 ],
114 "shot": "Close Shot",
115 "current position": [
116 {
117 "character": "Max",
118 "position": "Position 1"
119 },
120 {
121 "character": "Zara",
122 "position": "Position 2"
123 },
124 {
125 "character": "Leo",
126 "position": "Position 5"
127 },
128 {
129 "character": "Maya",
130 "position": "Position 6"
131 }
132 ]
133 },
134 {
135 "speaker": "Max",
136 "content": "How about we take this energy and celebrate properly? Drinks, anyone?",
137 "actions": [
138 {
139 "character": "Max",
140 "state": "standing",
141 "action": "Standing Talking 2"
142 }
143 ],
144 "shot": "Close Shot",
145 "current position": [
146 {
147 "character": "Max",
148 "position": "Position 1"
149 },
150 {
151 "character": "Zara",
152 "position": "Position 2"
153 },
154 {
155 "character": "Leo",
156 "position": "Position 5"
157 },
158 {
159 "character": "Maya",
160 "position": "Position 6"
161 }
162 ]
163 },
164 {
165 "speaker": "Zara",
166 "content": "Count me in! After all these nights, I could use a good drink.",
167 "actions": [
168 {
169 "character": "Zara",
170 "state": "standing",
171 "action": "Standing Talking 3"
172 }
173 ],
174 "shot": "Mid Shot",
175 "current position": [
176 {
177 "character": "Max",
178 "position": "Position 1"
179 },
180 {
181 "character": "Zara",
182 "position": "Position 2"
183 },
184 {
185 "character": "Leo",
186 "position": "Position 5"
187 },
188 {
189 "character": "Maya",
190 "position": "Position 6"
191 }
192 ]
193 },
194 {
195 "speaker": "Leo",
196 "content": "I'm game. Let's do it!",
197 "actions": [
198 {
199 "character": "Leo",
200 "state": "standing",
201 "action": "Standing Thinking"
202 }
203 ],
204 "shot": "Zoom Shot",
205 "current position": [
206 {
207 "character": "Max",
208 "position": "Position 1"
209 },
210 {
211 "character": "Zara",
212 "position": "Position 2"
213 },
214 {
215 "character": "Leo",
216 "position": "Position 5"
217 },
218 {
219 "character": "Maya",
220 "position": "Position 6"
221 }
222 ]
223 }
224 ],
225 "initial position": [
226 {
227 "character": "Max",
228 "position": "Position 1"
229 },
230 {
231 "character": "Zara",
232 "position": "Position 2"
233 },
234 {
235 "character": "Leo",
236 "position": "Position 5"
237 },
238 {
239 "character": "Maya",
240 "position": "Position 6"
241 }
242 ]
243 },
244 {
245 "scene information": {
246 "who": [
247 "Max",
248 "Zara",
249 "Leo",
250 "Maya"
251 ],
252 "where": "Billiard room",
253 "what": "The team relocates to the billiard room, where they continue their celebration more informally. Max and Zara engage in a friendly pool game while Leo and Maya cheer them on, laughing and reminiscing about funny moments from the project. Each character shares a personal takeaway from the project-Max talks about leadership skills, Zara about creative breakthroughs, Leo about technical innovations, and Maya about strategic marketing. The atmosphere is relaxed and joyful."
254 },
255 "scene": [
256 {
257 "speaker": "Max",
258 "content": "Alright, Zara, prepare to be schooled in pool.",
259 "actions": [
260 {
261 "character": "Max",
262 "state": "standing",
263 "action": "Standing Happy"
264 },
265 {
266 "character": "Zara",
267 "state": "standing",
268 "action": "Standing Normal"
269 }
270 ],
271 "shot": "Long Shot 2",
272 "current position": [
273 {
274 "character": "Max",
275 "position": "Position 1"
276 },
277 {
278 "character": "Zara",
279 "position": "Position 2"
280 },
281 {
282 "character": "Leo",
283 "position": "Position 3"
284 },
285 {
286 "character": "Maya",
287 "position": "Position 4"
288 }
289 ]
290 },
291 {
292 "speaker": "Zara",
293 "content": "Bring it on, Max! I've been practicing.",
294 "actions": [
295 {
296 "character": "Zara",
297 "state": "standing",
298 "action": "Standing Talking 6"
299 }
300 ],
301 "shot": "Pan Shot 1",
302 "current position": [
303 {
304 "character": "Max",
305 "position": "Position 1"
306 },
307 {
308 "character": "Zara",
309 "position": "Position 2"
310 },
311 {
312 "character": "Leo",
313 "position": "Position 3"
314 },
315 {
316 "character": "Maya",
317 "position": "Position 4"
318 }
319 ]
320 },
321 {
322 "speaker": "Leo",
323 "content": "This is going to be epic. Next round's on whoever loses!",
324 "actions": [
325 {
326 "character": "Leo",
327 "state": "standing",
328 "action": "Standing Talking 1"
329 },
330 {
331 "character": "Maya",
332 "state": "standing",
333 "action": "Standing Happy"
334 }
335 ],
336 "shot": "Mid Shot",
337 "current position": [
338 {
339 "character": "Max",
340 "position": "Position 1"
341 },
342 {
343 "character": "Zara",
344 "position": "Position 2"
345 },
346 {
347 "character": "Leo",
348 "position": "Position 3"
349 },
350 {
351 "character": "Maya",
352 "position": "Position 4"
353 }
354 ]
355 },
356 {
357 "speaker": "Maya",
358 "content": "Haha, Leo, already raising the stakes? Love it.",
359 "actions": [
360 {
361 "character": "Maya",
362 "state": "standing",
363 "action": "Standing Happy"
364 }
365 ],
366 "shot": "Close Shot",
367 "current position": [
368 {
369 "character": "Max",
370 "position": "Position 1"
371 },
372 {
373 "character": "Zara",
374 "position": "Position 2"
375 },
376 {
377 "character": "Leo",
378 "position": "Position 3"
379 },
380 {
381 "character": "Maya",
382 "position": "Position 4"
383 }
384 ]
385 },
386 {
387 "speaker": "Max",
388 "content": "Seriously though, leading this project was a massive learning curve. I truly appreciate how everyone stepped up.",
389 "actions": [
390 {
391 "character": "Max",
392 "state": "standing",
393 "action": "Standing Talking 2"
394 },
395 {
396 "character": "Zara",
397 "state": "standing",
398 "action": "Standing Happy"
399 },
400 {
401 "character": "Leo",
402 "state": "standing",
403 "action": "Standing Happy"
404 },
405 {
406 "character": "Maya",
407 "state": "standing",
408 "action": "Standing Happy"
409 }
410 ],
411 "shot": "Mid Shot",
412 "current position": [
413 {
414 "character": "Max",
415 "position": "Position 1"
416 },
417 {
418 "character": "Zara",
419 "position": "Position 2"
420 },
421 {
422 "character": "Leo",
423 "position": "Position 3"
424 },
425 {
426 "character": "Maya",
427 "position": "Position 4"
428 }
429 ]
430 },
431 {
432 "speaker": "Zara",
433 "content": "Creatively, I feel like I've grown miles. Working through those design crunches was worth it.",
434 "actions": [
435 {
436 "character": "Zara",
437 "state": "standing",
438 "action": "Standing Thinking"
439 },
440 {
441 "character": "Max",
442 "state": "standing",
443 "action": "Standing Happy"
444 },
445 {
446 "character": "Leo",
447 "state": "standing",
448 "action": "Standing Happy"
449 },
450 {
451 "character": "Maya",
452 "state": "standing",
453 "action": "Standing Happy"
454 }
455 ],
456 "shot": "Close Shot",
457 "current position": [
458 {
459 "character": "Max",
460 "position": "Position 1"
461 },
462 {
463 "character": "Zara",
464 "position": "Position 2"
465 },
466 {
467 "character": "Leo",
468 "position": "Position 3"
469 },
470 {
471 "character": "Maya",
472 "position": "Position 4"
473 }
474 ]
475 },
476 {
477 "speaker": "Leo",
478 "content": "And the technical feats we pulled off! Can't wait to see how users react.",
479 "actions": [
480 {
481 "character": "Leo",
482 "state": "standing",
483 "action": "Standing Talking 6"
484 }
485 ],
486 "shot": "Mid Shot",
487 "current position": [
488 {
489 "character": "Max",
490 "position": "Position 1"
491 },
492 {
493 "character": "Zara",
494 "position": "Position 2"
495 },
496 {
497 "character": "Leo",
498 "position": "Position 3"
499 },
500 {
501 "character": "Maya",
502 "position": "Position 4"
503 }
504 ]
505 },
506 {
507 "speaker": "Maya",
508 "content": "Strategically, we've set a new benchmark for ourselves. The market's gonna take notice.",
509 "actions": [
510 {
511 "character": "Maya",
512 "state": "standing",
513 "action": "Standing Happy"
514 }
515 ],
516 "shot": "Long Shot 2",
517 "current position": [
518 {
519 "character": "Max",
520 "position": "Position 1"
521 },
522 {
523 "character": "Zara",
524 "position": "Position 2"
525 },
526 {
527 "character": "Leo",
528 "position": "Position 3"
529 },
530 {
531 "character": "Maya",
532 "position": "Position 4"
533 }
534 ]
535 },
536 {
537 "speaker": "Max",
538 "content": "Absolutely. It's evident our success stems from our collaboration. Here's to many more.",
539 "actions": [
540 {
541 "character": "Max",
542 "state": "standing",
543 "action": "Standing Agree 1"
544 }
545 ],
546 "shot": "Pan Shot 1",
547 "current position": [
548 {
549 "character": "Max",
550 "position": "Position 1"
551 },
552 {
553 "character": "Zara",
554 "position": "Position 2"
555 },
556 {
557 "character": "Leo",
558 "position": "Position 3"
559 },
560 {
561 "character": "Maya",
562 "position": "Position 4"
563 }
564 ]
565 },
566 {
567 "speaker": "Zara",
568 "content": "Agreed. Cheers to us, the dream team!",
569 "actions": [
570 {
571 "character": "Zara",
572 "state": "standing",
573 "action": "Standing Agree 2"
574 }
575 ],
576 "shot": "Close Shot",
577 "current position": [
578 {
579 "character": "Max",
580 "position": "Position 1"
581 },
582 {
583 "character": "Zara",
584 "position": "Position 2"
585 },
586 {
587 "character": "Leo",
588 "position": "Position 3"
589 },
590 {
591 "character": "Maya",
592 "position": "Position 4"
593 }
594 ]
595 }
596 ],
597 "initial position": [
598 {
599 "character": "Max",
600 "position": "Position 1"
601 },
602 {
603 "character": "Zara",
604 "position": "Position 2"
605 },
606 {
607 "character": "Leo",
608 "position": "Position 3"
609 },
610 {
611 "character": "Maya",
612 "position": "Position 4"
613 }
614 ]
615 },
616 {
617 "scene information": {
618 "who": [
619 "Max",
620 "Zara",
621 "Leo",
622 "Maya"
623 ],
624 "where": "Apartment living room",
625 "what": "The team moves to Zara's apartment living room for a final round of cheers. They are seated comfortably with drinks in their hands. Max proposes a toast, highlighting each person's unique contribution to the project. Zara brings out a surprise cake she baked, adding to the celebration. Leo and Maya then talk about their excitement for the next project and brainstorm some initial ideas. The scene captures the team's strong bond and forward-looking enthusiasm."
626 },
627 "scene": [
628 {
629 "speaker": "Max",
630 "content": "Each of you brought something invaluable to the table.",
631 "actions": [
632 {
633 "character": "Max",
634 "state": "standing",
635 "action": "Standing Talking 3"
636 }
637 ],
638 "shot": "Track Shot 1",
639 "current position": [
640 {
641 "character": "Max",
642 "position": "Position 1"
643 },
644 {
645 "character": "Zara",
646 "position": "Position 2"
647 },
648 {
649 "character": "Leo",
650 "position": "Position 3"
651 },
652 {
653 "character": "Maya",
654 "position": "Position 5"
655 }
656 ]
657 },
658 {
659 "speaker": "Zara",
660 "content": "Wait, before we continue, I have a little surprise... brings out a cake",
661 "actions": [
662 {
663 "character": "Zara",
664 "state": "standing",
665 "action": "Standing Happy"
666 }
667 ],
668 "shot": "Pan Shot 1",
669 "current position": [
670 {
671 "character": "Max",
672 "position": "Position 1"
673 },
674 {
675 "character": "Zara",
676 "position": "Position 2"
677 },
678 {
679 "character": "Leo",
680 "position": "Position 3"
681 },
682 {
683 "character": "Maya",
684 "position": "Position 5"
685 }
686 ]
687 },
688 {
689 "speaker": "Leo",
690 "content": "Whoa, Zara, you baked that? Talk about a multitasking wizard.",
691 "actions": [
692 {
693 "character": "Leo",
694 "state": "standing",
695 "action": "Joyful Jump"
696 }
697 ],
698 "shot": "Mid Shot",
699 "current position": [
700 {
701 "character": "Max",
702 "position": "Position 1"
703 },
704 {
705 "character": "Zara",
706 "position": "Position 2"
707 },
708 {
709 "character": "Leo",
710 "position": "Position 3"
711 },
712 {
713 "character": "Maya",
714 "position": "Position 5"
715 }
716 ]
717 },
718 {
719 "speaker": "Maya",
720 "content": "It looks amazing! Just like our project.",
721 "actions": [
722 {
723 "character": "Maya",
724 "state": "standing",
725 "action": "Standing Happy"
726 }
727 ],
728 "shot": "Long Shot 2",
729 "current position": [
730 {
731 "character": "Max",
732 "position": "Position 1"
733 },
734 {
735 "character": "Zara",
736 "position": "Position 2"
737 },
738 {
739 "character": "Leo",
740 "position": "Position 3"
741 },
742 {
743 "character": "Maya",
744 "position": "Position 5"
745 }
746 ]
747 },
748 {
749 "speaker": "Max",
750 "content": "Alright, let's toast.",
751 "actions": [
752 {
753 "character": "Max",
754 "state": "standing",
755 "action": "Standing Happy"
756 },
757 {
758 "character": "Zara",
759 "state": "standing",
760 "action": "Standing Happy"
761 },
762 {
763 "character": "Leo",
764 "state": "standing",
765 "action": "Standing Happy"
766 },
767 {
768 "character": "Maya",
769 "state": "standing",
770 "action": "Standing Happy"
771 }
772 ],
773 "shot": "Long Shot 3",
774 "current position": [
775 {
776 "character": "Max",
777 "position": "Position 1"
778 },
779 {
780 "character": "Zara",
781 "position": "Position 2"
782 },
783 {
784 "character": "Leo",
785 "position": "Position 3"
786 },
787 {
788 "character": "Maya",
789 "position": "Position 5"
790 }
791 ]
792 }
793 ],
794 "initial position": [
795 {
796 "character": "Max",
797 "position": "Position 1"
798 },
799 {
800 "character": "Zara",
801 "position": "Position 2"
802 },
803 {
804 "character": "Leo",
805 "position": "Position 3"
806 },
807 {
808 "character": "Maya",
809 "position": "Position 5"
810 }
811 ]
812 }
813 ]
813 lines JSON