返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 4 / script.json
1 [
2 {
3 "scene_information": {
4 "who": [
5 "Zoe",
6 "Alex"
7 ],
8 "where": "Work room",
9 "what": "Zoe discovers a security breach and informs Alex. They discuss the initial findings."
10 },
11 "dialogues": [
12 {
13 "speaker": "Zoe",
14 "content": "This can't be right... The firewall logs are off the charts.",
15 "actions": [
16 {
17 "character": "Zoe",
18 "state": "sitting",
19 "action": "Sitting Puzzled"
20 }
21 ],
22 "selected shot": "Long Shot"
23 },
24 {
25 "speaker": "Zoe",
26 "content": "Alex, we have a problem. A big one.",
27 "actions": [
28 {
29 "character": "Zoe",
30 "state": "sitting",
31 "action": "Sitting Talking"
32 }
33 ],
34 "selected shot": "Close Shot"
35 },
36 {
37 "speaker": "Alex",
38 "content": "What's the situation, Zoe?",
39 "actions": [
40 {
41 "character": "Alex",
42 "state": "standing",
43 "action": "Standing Talking"
44 }
45 ],
46 "selected shot": "Close Shot"
47 },
48 {
49 "speaker": "Zoe",
50 "content": "Unusual traffic patterns, unauthorized access attempts. I think we've been breached.",
51 "actions": [
52 {
53 "character": "Zoe",
54 "state": "sitting",
55 "action": "Sitting Talking"
56 }
57 ],
58 "selected shot": "Close Shot"
59 },
60 {
61 "speaker": "Alex",
62 "content": "I'll be there in five minutes.",
63 "actions": [
64 {
65 "character": "Alex",
66 "state": "standing",
67 "action": "Standing Agree"
68 }
69 ],
70 "selected shot": "Close Shot"
71 },
72 {
73 "speaker": "Alex",
74 "content": "Show me what you've found.",
75 "actions": [
76 {
77 "character": "Alex",
78 "state": "standing",
79 "action": "Standing Talking"
80 }
81 ],
82 "selected shot": "Mid Shot"
83 },
84 {
85 "speaker": "Zoe",
86 "content": "Look here—the intrusion seems to have originated from an internal IP. But I can't trace it.",
87 "actions": [
88 {
89 "character": "Zoe",
90 "state": "sitting",
91 "action": "Sitting Talking"
92 }
93 ],
94 "selected shot": "Close Shot"
95 },
96 {
97 "speaker": "Alex",
98 "content": "Any indications of data exfiltration?",
99 "actions": [
100 {
101 "character": "Alex",
102 "state": "standing",
103 "action": "Standing Thinking"
104 }
105 ],
106 "selected shot": "Close Shot"
107 },
108 {
109 "speaker": "Zoe",
110 "content": "Not yet, but if we don't act fast, they might get to sensitive data.",
111 "actions": [
112 {
113 "character": "Zoe",
114 "state": "sitting",
115 "action": "Sitting Talking"
116 }
117 ],
118 "selected shot": "Close Shot"
119 },
120 {
121 "speaker": "Alex",
122 "content": "Understood. We need to inform Maya.",
123 "actions": [
124 {
125 "character": "Alex",
126 "state": "standing",
127 "action": "Standing Agree"
128 }
129 ],
130 "selected shot": "Mid Shot"
131 }
132 ],
133 "initial position": [
134 {
135 "character": "Zoe",
136 "position": "Position 1"
137 },
138 {
139 "character": "Alex",
140 "position": "Position 5"
141 }
142 ]
143 },
144 {
145 "scene_information": {
146 "who": [
147 "Alex",
148 "Zoe",
149 "Maya"
150 ],
151 "where": "Office",
152 "what": "Alex and Zoe brief Maya about the breach."
153 },
154 "dialogues": [
155 {
156 "speaker": "Alex",
157 "content": "Maya, we have a potential security breach.",
158 "actions": [
159 {
160 "character": "Alex",
161 "state": "sitting",
162 "action": "Sitting Talking"
163 }
164 ],
165 "selected shot": "Long Shot"
166 },
167 {
168 "speaker": "Maya",
169 "content": "Details?",
170 "actions": [
171 {
172 "character": "Maya",
173 "state": "sitting",
174 "action": "Sitting Talking"
175 }
176 ],
177 "selected shot": "Close Shot"
178 },
179 {
180 "speaker": "Zoe",
181 "content": "Anomalous activities detected in the network. Possible internal source.",
182 "actions": [
183 {
184 "character": "Zoe",
185 "state": "sitting",
186 "action": "Sitting Talking"
187 }
188 ],
189 "selected shot": "Close Shot"
190 },
191 {
192 "speaker": "Maya",
193 "content": "Could it be a false positive?",
194 "actions": [
195 {
196 "character": "Maya",
197 "state": "sitting",
198 "action": "Sitting Thinking"
199 }
200 ],
201 "selected shot": "Mid Shot"
202 },
203 {
204 "speaker": "Alex",
205 "content": "Unlikely. The patterns match known intrusion methods.",
206 "actions": [
207 {
208 "character": "Alex",
209 "state": "sitting",
210 "action": "Sitting Talking"
211 }
212 ],
213 "selected shot": "Close Shot"
214 },
215 {
216 "speaker": "Maya",
217 "content": "Alright. What are our immediate steps?",
218 "actions": [
219 {
220 "character": "Maya",
221 "state": "sitting",
222 "action": "Sitting Agree"
223 }
224 ],
225 "selected shot": "Mid Shot"
226 },
227 {
228 "speaker": "Alex",
229 "content": "We need to isolate affected systems and begin forensic analysis.",
230 "actions": [
231 {
232 "character": "Alex",
233 "state": "sitting",
234 "action": "Sitting Talking"
235 }
236 ],
237 "selected shot": "Mid Shot"
238 },
239 {
240 "speaker": "Maya",
241 "content": "Agreed. Zoe, start the isolation protocols.",
242 "actions": [
243 {
244 "character": "Maya",
245 "state": "sitting",
246 "action": "Sitting Agree"
247 }
248 ],
249 "selected shot": "Close Shot"
250 },
251 {
252 "speaker": "Zoe",
253 "content": "On it.",
254 "actions": [
255 {
256 "character": "Zoe",
257 "state": "sitting",
258 "action": "Sitting Agree"
259 }
260 ],
261 "selected shot": "Close Shot"
262 }
263 ],
264 "initial position": [
265 {
266 "character": "Alex",
267 "position": "Position 3"
268 },
269 {
270 "character": "Maya",
271 "position": "Position 1"
272 },
273 {
274 "character": "Zoe",
275 "position": "Position 2"
276 }
277 ]
278 },
279 {
280 "scene_information": {
281 "who": [
282 "Blake",
283 "Alex",
284 "Maya",
285 "Zoe"
286 ],
287 "where": "Meeting room",
288 "what": "An emergency meeting is held to discuss the breach and decide on immediate actions."
289 },
290 "dialogues": [
291 {
292 "speaker": "Blake",
293 "content": "I was told there's an emergency. Explain.",
294 "actions": [
295 {
296 "character": "Blake",
297 "state": "sitting",
298 "action": "Sitting Talking"
299 }
300 ],
301 "selected shot": "Long Shot"
302 },
303 {
304 "speaker": "Alex",
305 "content": "We've detected a security breach, possibly internal.",
306 "actions": [
307 {
308 "character": "Alex",
309 "state": "sitting",
310 "action": "Sitting Talking"
311 }
312 ],
313 "selected shot": "Mid Shot"
314 },
315 {
316 "speaker": "Blake",
317 "content": "How severe?",
318 "actions": [
319 {
320 "character": "Blake",
321 "state": "sitting",
322 "action": "Sitting Talking"
323 }
324 ],
325 "selected shot": "Close Shot"
326 },
327 {
328 "speaker": "Maya",
329 "content": "Still assessing, but initial signs indicate a significant threat.",
330 "actions": [
331 {
332 "character": "Maya",
333 "state": "sitting",
334 "action": "Sitting Talking"
335 }
336 ],
337 "selected shot": "Mid Shot"
338 },
339 {
340 "speaker": "Blake",
341 "content": "I need specifics, people.",
342 "actions": [
343 {
344 "character": "Blake",
345 "state": "sitting",
346 "action": "Stand Up"
347 }
348 ],
349 "selected shot": "Mid Shot"
350 },
351 {
352 "speaker": "Zoe",
353 "content": "Sir, unauthorized access attempts have been made to our core servers.",
354 "actions": [
355 {
356 "character": "Zoe",
357 "state": "sitting",
358 "action": "Sitting Talking"
359 }
360 ],
361 "selected shot": "Close Shot"
362 },
363 {
364 "speaker": "Blake",
365 "content": "How did this happen?",
366 "actions": [
367 {
368 "character": "Blake",
369 "state": "standing",
370 "action": "Standing Angry"
371 }
372 ],
373 "selected shot": "Close Shot"
374 },
375 {
376 "speaker": "Alex",
377 "content": "We're investigating the vector. Immediate action is required.",
378 "actions": [
379 {
380 "character": "Alex",
381 "state": "sitting",
382 "action": "Sitting Talking"
383 }
384 ],
385 "selected shot": "Mid Shot"
386 },
387 {
388 "speaker": "Blake",
389 "content": "What's the plan?",
390 "actions": [
391 {
392 "character": "Blake",
393 "state": "standing",
394 "action": "Standing Talking"
395 }
396 ],
397 "selected shot": "Close Shot"
398 },
399 {
400 "speaker": "Maya",
401 "content": "We're isolating systems and initiating a full security sweep.",
402 "actions": [
403 {
404 "character": "Maya",
405 "state": "sitting",
406 "action": "Sitting Talking"
407 }
408 ],
409 "selected shot": "Mid Shot"
410 },
411 {
412 "speaker": "Blake",
413 "content": "Make it fast. Our reputation is on the line.",
414 "actions": [
415 {
416 "character": "Blake",
417 "state": "standing",
418 "action": "Standing Angry"
419 }
420 ],
421 "selected shot": "Close Shot"
422 },
423 {
424 "speaker": "Alex",
425 "content": "Understood. We'll keep you updated.",
426 "actions": [
427 {
428 "character": "Alex",
429 "state": "sitting",
430 "action": "Sitting Agree"
431 }
432 ],
433 "selected shot": "Close Shot"
434 }
435 ],
436 "initial position": [
437 {
438 "character": "Blake",
439 "position": "Position 1"
440 },
441 {
442 "character": "Alex",
443 "position": "Position 2"
444 },
445 {
446 "character": "Maya",
447 "position": "Position 5"
448 },
449 {
450 "character": "Zoe",
451 "position": "Position 6"
452 }
453 ]
454 }
455 ]
455 lines JSON