返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 10 / script.json
1 [
2 {
3 "scene_information": {
4 "who": [
5 "Maya",
6 "Sam"
7 ],
8 "where": "Beverage Room",
9 "what": "Maya mentions she's planning a secret event, which Sam overhears and misunderstands as Maya planning to leave the company."
10 },
11 "initial position": [
12 {
13 "character": "Maya",
14 "position": "Position 1"
15 },
16 {
17 "character": "Sam",
18 "position": "Position 2"
19 }
20 ],
21 "dialogues": [
22 {
23 "speaker": "Maya",
24 "content": "I can't believe it's finally happening. I have to prepare for the big day.",
25 "actions": [
26 {
27 "character": "Maya",
28 "state": "sitting",
29 "action": "Sitting Talking"
30 }
31 ],
32 "selected shot": "Track Shot"
33 },
34 {
35 "speaker": "Sam",
36 "content": "Hey Maya, you seem excited about something.",
37 "actions": [
38 {
39 "character": "Sam",
40 "state": "standing",
41 "action": "Standing Talking"
42 }
43 ],
44 "selected shot": "Long Shot"
45 },
46 {
47 "speaker": "Maya",
48 "content": "Oh, it's just something special I've been planning. Can't share the details yet.",
49 "actions": [
50 {
51 "character": "Maya",
52 "state": "sitting",
53 "action": "Sitting Talking"
54 }
55 ],
56 "selected shot": "Close Shot"
57 },
58 {
59 "speaker": "Sam",
60 "content": "Sounds mysterious! Is everything okay?",
61 "actions": [
62 {
63 "character": "Sam",
64 "state": "standing",
65 "action": "Standing Puzzled"
66 }
67 ],
68 "selected shot": "Mid Shot"
69 },
70 {
71 "speaker": "Maya",
72 "content": "Absolutely! You'll find out soon enough.",
73 "actions": [
74 {
75 "character": "Maya",
76 "state": "sitting",
77 "action": "Sitting Laughing"
78 }
79 ],
80 "selected shot": "Mid Shot"
81 },
82 {
83 "speaker": "Sam",
84 "content": "Well, if you need anything, let me know.",
85 "actions": [
86 {
87 "character": "Sam",
88 "state": "standing",
89 "action": "Standing Agree"
90 }
91 ],
92 "selected shot": "Long Shot"
93 },
94 {
95 "speaker": "Maya",
96 "content": "Thanks, Sam. I appreciate it.",
97 "actions": [
98 {
99 "character": "Maya",
100 "state": "sitting",
101 "action": "Sitting Talking"
102 }
103 ],
104 "selected shot": "Long Shot"
105 }
106 ]
107 },
108 {
109 "scene_information": {
110 "who": [
111 "Sam",
112 "Alex"
113 ],
114 "where": "Work room",
115 "what": "Sam tells Alex about Maya's supposed plan to leave the company, and Alex reacts with surprise."
116 },
117 "initial position": [
118 {
119 "character": "Sam",
120 "position": "Position 5"
121 },
122 {
123 "character": "Alex",
124 "position": "Position 1"
125 }
126 ],
127 "dialogues": [
128 {
129 "speaker": "Sam",
130 "content": "Alex, have you heard about Maya?",
131 "actions": [
132 {
133 "character": "Sam",
134 "state": "standing",
135 "action": "Standing Talking"
136 }
137 ],
138 "selected shot": "Long Shot"
139 },
140 {
141 "speaker": "Alex",
142 "content": "No, what about her?",
143 "actions": [
144 {
145 "character": "Alex",
146 "state": "sitting",
147 "action": "Sitting Talking"
148 }
149 ],
150 "selected shot": "Mid Shot"
151 },
152 {
153 "speaker": "Sam",
154 "content": "I think she might be planning to leave the company.",
155 "actions": [
156 {
157 "character": "Sam",
158 "state": "standing",
159 "action": "Standing Thinking"
160 }
161 ],
162 "selected shot": "Close Shot"
163 },
164 {
165 "speaker": "Alex",
166 "content": "What? That's impossible. We have a big project coming up.",
167 "actions": [
168 {
169 "character": "Alex",
170 "state": "sitting",
171 "action": "Stand Up"
172 }
173 ],
174 "selected shot": "Mid Shot"
175 },
176 {
177 "speaker": "Sam",
178 "content": "I overheard her talking about a big day and secret plans.",
179 "actions": [
180 {
181 "character": "Sam",
182 "state": "standing",
183 "action": "Standing Thinking"
184 }
185 ],
186 "selected shot": "Close Shot"
187 },
188 {
189 "speaker": "Alex",
190 "content": "This can't be happening. We need to find out what's going on.",
191 "actions": [
192 {
193 "character": "Alex",
194 "state": "standing",
195 "action": "Standing Angry"
196 }
197 ],
198 "selected shot": "Close Shot"
199 },
200 {
201 "speaker": "Sam",
202 "content": "Maybe we should talk to her directly.",
203 "actions": [
204 {
205 "character": "Sam",
206 "state": "standing",
207 "action": "Standing Agree"
208 }
209 ],
210 "selected shot": "Mid Shot"
211 },
212 {
213 "speaker": "Alex",
214 "content": "Yes, let's do that.",
215 "actions": [
216 {
217 "character": "Alex",
218 "state": "standing",
219 "action": "Standing Agree"
220 }
221 ],
222 "selected shot": "Long Shot"
223 }
224 ]
225 },
226 {
227 "scene_information": {
228 "who": [
229 "Maya",
230 "Sam",
231 "Alex",
232 "Leo"
233 ],
234 "where": "Meeting room",
235 "what": "They all gather for a meeting. The misunderstanding is clarified when Maya reveals she was planning a surprise birthday party for Leo."
236 },
237 "initial position": [
238 {
239 "character": "Maya",
240 "position": "Position 1"
241 },
242 {
243 "character": "Alex",
244 "position": "Position 2"
245 },
246 {
247 "character": "Sam",
248 "position": "Position 5"
249 },
250 {
251 "character": "Leo",
252 "position": "Position 3"
253 }
254 ],
255 "dialogues": [
256 {
257 "speaker": "Maya",
258 "content": "Thank you all for coming.",
259 "actions": [
260 {
261 "character": "Maya",
262 "state": "sitting",
263 "action": "Sitting Talking"
264 }
265 ],
266 "selected shot": "Long Shot"
267 },
268 {
269 "speaker": "Alex",
270 "content": "Maya, is there something you want to tell us?",
271 "actions": [
272 {
273 "character": "Alex",
274 "state": "sitting",
275 "action": "Sitting Talking"
276 }
277 ],
278 "selected shot": "Mid Shot"
279 },
280 {
281 "speaker": "Maya",
282 "content": "Yes, I've been planning a surprise for Leo's birthday.",
283 "actions": [
284 {
285 "character": "Maya",
286 "state": "sitting",
287 "action": "Sitting Claping"
288 }
289 ],
290 "selected shot": "Close Shot"
291 },
292 {
293 "speaker": "Sam",
294 "content": "Wait, so you're not leaving the company?",
295 "actions": [
296 {
297 "character": "Sam",
298 "state": "sitting",
299 "action": "Sitting Talking"
300 }
301 ],
302 "selected shot": "Close Shot"
303 },
304 {
305 "speaker": "Maya",
306 "content": "Leaving? Of course not! Where did you get that idea?",
307 "actions": [
308 {
309 "character": "Maya",
310 "state": "sitting",
311 "action": "Sitting Talking"
312 }
313 ],
314 "selected shot": "Mid Shot"
315 },
316 {
317 "speaker": "Alex",
318 "content": "We misunderstood. Sorry about that.",
319 "actions": [
320 {
321 "character": "Alex",
322 "state": "sitting",
323 "action": "Stand Up"
324 }
325 ],
326 "selected shot": "Mid Shot"
327 },
328 {
329 "speaker": "Leo",
330 "content": "Well, this is a pleasant surprise. Thanks, Maya.",
331 "actions": [
332 {
333 "character": "Leo",
334 "state": "sitting",
335 "action": "Sitting Talking"
336 }
337 ],
338 "selected shot": "Close Shot"
339 },
340 {
341 "speaker": "Maya",
342 "content": "Happy Birthday, Leo!",
343 "actions": [
344 {
345 "character": "Maya",
346 "state": "sitting",
347 "action": "Sitting Claping"
348 }
349 ],
350 "selected shot": "Close Shot"
351 },
352 {
353 "speaker": "Sam",
354 "content": "We're glad you're staying with us.",
355 "actions": [
356 {
357 "character": "Sam",
358 "state": "sitting",
359 "action": "Sitting Claping"
360 }
361 ],
362 "selected shot": "Mid Shot"
363 },
364 {
365 "speaker": "Alex",
366 "content": "Sorry for the misunderstanding, Maya.",
367 "actions": [
368 {
369 "character": "Alex",
370 "state": "standing",
371 "action": "Standing Agree"
372 }
373 ],
374 "selected shot": "Mid Shot"
375 },
376 {
377 "speaker": "Maya",
378 "content": "No worries. Let's celebrate!",
379 "actions": [
380 {
381 "character": "Maya",
382 "state": "sitting",
383 "action": "Sitting Laughing"
384 }
385 ],
386 "selected shot": "Long Shot"
387 }
388 ]
389 }
390 ]
391
391 lines JSON