返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 11 / script.json
1 [
2 {
3 "scene_information": {
4 "who": [
5 "Alex",
6 "Max",
7 "Sam",
8 "Lee"
9 ],
10 "where": "Meeting room",
11 "what": "The team has just successfully completed their project presentation and gather in the meeting room to celebrate their accomplishment."
12 },
13 "dialogues": [
14 {
15 "speaker": "Alex",
16 "content": "Fantastic job, team! The client was really impressed.",
17 "actions": [
18 {
19 "character": "Alex",
20 "state": "Sitting",
21 "action": "Sitting Talking"
22 }
23 ],
24 "selected shot": "Long Shot"
25 },
26 {
27 "speaker": "Sam",
28 "content": "Absolutely! I could see their eyes light up during the demo.",
29 "actions": [
30 {
31 "character": "Sam",
32 "state": "Sitting",
33 "action": "Sitting Laughing"
34 }
35 ],
36 "selected shot": "Mid Shot"
37 },
38 {
39 "speaker": "Max",
40 "content": "I'm relieved that everything went smoothly. The last-minute bug fix paid off.",
41 "actions": [
42 {
43 "character": "Max",
44 "state": "Sitting",
45 "action": "Sitting Talking"
46 }
47 ],
48 "selected shot": "Mid Shot"
49 },
50 {
51 "speaker": "Lee",
52 "content": "Your quick thinking made all the difference, Max.",
53 "actions": [
54 {
55 "character": "Lee",
56 "state": "Sitting",
57 "action": "Sitting Talking"
58 }
59 ],
60 "selected shot": "Close Shot"
61 },
62 {
63 "speaker": "Alex",
64 "content": "Everyone contributed significantly. I couldn't have asked for a better team.",
65 "actions": [
66 {
67 "character": "Alex",
68 "state": "Sitting",
69 "action": "Sitting Talking"
70 }
71 ],
72 "selected shot": "Mid Shot"
73 },
74 {
75 "speaker": "Sam",
76 "content": "Agreed! This calls for a celebration.",
77 "actions": [
78 {
79 "character": "Sam",
80 "state": "Sitting",
81 "action": "Sitting Clapping"
82 }
83 ],
84 "selected shot": "Mid Shot"
85 },
86 {
87 "speaker": "Lee",
88 "content": "How about we take a moment to appreciate our hard work?",
89 "actions": [
90 {
91 "character": "Lee",
92 "state": "Sitting",
93 "action": "Sitting Talking"
94 }
95 ],
96 "selected shot": "Mid Shot"
97 }
98 ],
99 "initial position": [
100 {
101 "character": "Alex",
102 "position": "Position 1"
103 },
104 {
105 "character": "Max",
106 "position": "Position 2"
107 },
108 {
109 "character": "Sam",
110 "position": "Position 5"
111 },
112 {
113 "character": "Lee",
114 "position": "Position 3"
115 }
116 ]
117 },
118 {
119 "scene_information": {
120 "who": [
121 "Alex",
122 "Max",
123 "Sam",
124 "Lee"
125 ],
126 "where": "Relaxing Room",
127 "what": "The team moves to the relaxing room to unwind and share personal reflections on the project."
128 },
129 "dialogues": [
130 {
131 "speaker": "Sam",
132 "content": "This is the perfect spot to unwind.",
133 "actions": [
134 {
135 "character": "Sam",
136 "state": "Sitting",
137 "action": "Sitting Talking"
138 }
139 ],
140 "selected shot": "Long Shot"
141 },
142 {
143 "speaker": "Max",
144 "content": "I still can't believe we pulled it off.",
145 "actions": [
146 {
147 "character": "Max",
148 "state": "Standing",
149 "action": "Standing Talking"
150 }
151 ],
152 "selected shot": "Mid Shot"
153 },
154 {
155 "speaker": "Alex",
156 "content": "Confidence, Max! You did an excellent job.",
157 "actions": [
158 {
159 "character": "Alex",
160 "state": "Sitting",
161 "action": "Sitting Talking"
162 }
163 ],
164 "selected shot": "Mid Shot"
165 },
166 {
167 "speaker": "Lee",
168 "content": "It's moments like these that remind me why I love teamwork.",
169 "actions": [
170 {
171 "character": "Lee",
172 "state": "Standing",
173 "action": "Standing Happy"
174 }
175 ],
176 "selected shot": "Close Shot"
177 },
178 {
179 "speaker": "Sam",
180 "content": "Speaking of which, Lee, your guidance was invaluable.",
181 "actions": [
182 {
183 "character": "Sam",
184 "state": "Sitting",
185 "action": "Sitting Talking"
186 }
187 ],
188 "selected shot": "Mid Shot"
189 },
190 {
191 "speaker": "Lee",
192 "content": "I'm glad I could help. Watching you all grow has been rewarding.",
193 "actions": [
194 {
195 "character": "Lee",
196 "state": "Standing",
197 "action": "Standing Talking"
198 }
199 ],
200 "selected shot": "Mid Shot"
201 },
202 {
203 "speaker": "Alex",
204 "content": "I propose we share what we learned from this project.",
205 "actions": [
206 {
207 "character": "Alex",
208 "state": "Sitting",
209 "action": "Sitting Talking"
210 }
211 ],
212 "selected shot": "Mid Shot"
213 },
214 {
215 "speaker": "Max",
216 "content": "I learned that collaboration truly enhances the final product.",
217 "actions": [
218 {
219 "character": "Max",
220 "state": "Standing",
221 "action": "Standing Thinking"
222 }
223 ],
224 "selected shot": "Close Shot"
225 },
226 {
227 "speaker": "Sam",
228 "content": "And that creativity flourishes when everyone feels heard.",
229 "actions": [
230 {
231 "character": "Sam",
232 "state": "Sitting",
233 "action": "Sitting Talking"
234 }
235 ],
236 "selected shot": "Mid Shot"
237 }
238 ],
239 "initial position": [
240 {
241 "character": "Alex",
242 "position": "Position 4"
243 },
244 {
245 "character": "Sam",
246 "position": "Position 5"
247 },
248 {
249 "character": "Max",
250 "position": "Position 1"
251 },
252 {
253 "character": "Lee",
254 "position": "Position 2"
255 }
256 ]
257 },
258 {
259 "scene_information": {
260 "who": [
261 "Alex",
262 "Max",
263 "Sam",
264 "Lee"
265 ],
266 "where": "Apartment living room",
267 "what": "The team gathers at Alex's apartment to toast to their success and look forward to future projects together."
268 },
269 "dialogues": [
270 {
271 "speaker": "Alex",
272 "content": "Welcome to my humble abode, everyone!",
273 "actions": [
274 {
275 "character": "Alex",
276 "state": "Sitting",
277 "action": "Sitting Talking"
278 }
279 ],
280 "selected shot": "Long Shot"
281 },
282 {
283 "speaker": "Lee",
284 "content": "Thank you for hosting us, Alex.",
285 "actions": [
286 {
287 "character": "Lee",
288 "state": "Standing",
289 "action": "Standing Talking"
290 }
291 ],
292 "selected shot": "Mid Shot"
293 },
294 {
295 "speaker": "Sam",
296 "content": "Your place is lovely!",
297 "actions": [
298 {
299 "character": "Sam",
300 "state": "Sitting",
301 "action": "Sitting Happy"
302 }
303 ],
304 "selected shot": "Mid Shot"
305 },
306 {
307 "speaker": "Max",
308 "content": "The ambiance here is great.",
309 "actions": [
310 {
311 "character": "Max",
312 "state": "Standing",
313 "action": "Standing Talking"
314 }
315 ],
316 "selected shot": "Mid Shot"
317 },
318 {
319 "speaker": "Alex",
320 "content": "Shall we make a toast?",
321 "actions": [
322 {
323 "character": "Alex",
324 "state": "Sitting",
325 "action": "Sitting Talking"
326 }
327 ],
328 "selected shot": "Mid Shot"
329 },
330 {
331 "speaker": "Lee",
332 "content": "To a successful project and many more to come.",
333 "actions": [
334 {
335 "character": "Lee",
336 "state": "Standing",
337 "action": "Standing Happy"
338 }
339 ],
340 "selected shot": "Close Shot"
341 },
342 {
343 "speaker": "Sam",
344 "content": "Cheers to that!",
345 "actions": [
346 {
347 "character": "Sam",
348 "state": "Sitting",
349 "action": "Sitting Clapping"
350 }
351 ],
352 "selected shot": "Mid Shot"
353 },
354 {
355 "speaker": "Max",
356 "content": "Cheers!",
357 "actions": [
358 {
359 "character": "Max",
360 "state": "Standing",
361 "action": "Standing Happy"
362 }
363 ],
364 "selected shot": "Mid Shot"
365 }
366 ],
367 "initial position": [
368 {
369 "character": "Alex",
370 "position": "Position 1"
371 },
372 {
373 "character": "Sam",
374 "position": "Position 2"
375 },
376 {
377 "character": "Lee",
378 "position": "Position 3"
379 },
380 {
381 "character": "Max",
382 "position": "Position 5"
383 }
384 ]
385 }
386 ]
387
388
388 lines JSON