返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 4 / script.json
1 [
2 {
3 "sceneinformation": {
4 "who": [
5 "Alex",
6 "Maya",
7 "Blake",
8 "Sam"
9 ],
10 "where": "Meeting room",
11 "what": "The team gathers to discuss the details of the security breach and how it happened."
12 },
13 "dialogues": [
14 {
15 "speaker": "Blake",
16 "content": "Alright everyone, thanks for joining on short notice. Let's get down to business.",
17 "actions": [
18 {
19 "character": "Blake",
20 "state": "standing",
21 "action": "Standing Talking"
22 },
23 {
24 "character": "Alex",
25 "state": "standing",
26 "action": "Standing Normal"
27 },
28 {
29 "character": "Maya",
30 "state": "standing",
31 "action": "Standing Normal"
32 },
33 {
34 "character": "Sam",
35 "state": "standing",
36 "action": "Standing Normal"
37 }
38 ],
39 "selected shot": "Track Shot"
40 },
41 {
42 "speaker": "Alex",
43 "content": "Maya, can you brief us on the breach?",
44 "actions": [
45 {
46 "character": "Alex",
47 "state": "standing",
48 "action": "Standing Talking"
49 }
50 ],
51 "selected shot": "Close Shot"
52 },
53 {
54 "speaker": "Maya",
55 "content": "The breach happened at 3 AM. Our preliminary findings suggest an unauthorized access through a compromised VPN.",
56 "actions": [
57 {
58 "character": "Maya",
59 "state": "standing",
60 "action": "Standing Talking"
61 },
62 {
63 "character": "Blake",
64 "state": "standing",
65 "action": "Standing Thinking"
66 }
67 ],
68 "selected shot": "Pan Shot"
69 },
70 {
71 "speaker": "Sam",
72 "content": "Do we know the extent of the damage yet?",
73 "actions": [
74 {
75 "character": "Sam",
76 "state": "standing",
77 "action": "Standing Talking"
78 },
79 {
80 "character": "Alex",
81 "state": "standing",
82 "action": "Standing Thinking"
83 }
84 ],
85 "selected shot": "Pan Shot"
86 },
87 {
88 "speaker": "Maya",
89 "content": "Not entirely. We're still assessing. But initial indicators show potential data exfiltration.",
90 "actions": [
91 {
92 "character": "Maya",
93 "state": "standing",
94 "action": "Standing Talking"
95 },
96 {
97 "character": "Sam",
98 "state": "standing",
99 "action": "Standing Puzzled"
100 }
101 ],
102 "selected shot": "Close Shot"
103 }
104 ],
105 "initial position": [
106 {
107 "character": "Blake",
108 "position": "Position 1"
109 },
110 {
111 "character": "Alex",
112 "position": "Position 2"
113 },
114 {
115 "character": "Maya",
116 "position": "Position 6"
117 },
118 {
119 "character": "Sam",
120 "position": "Position 7"
121 }
122 ]
123 },
124 {
125 "sceneinformation": {
126 "who": [
127 "Maya",
128 "Sam"
129 ],
130 "where": "Office",
131 "what": "Maya and Sam discuss next steps and the importance of tightening security protocols."
132 },
133 "dialogues": [
134 {
135 "speaker": "Maya",
136 "content": "Sam, we need to ramp up our security measures immediately.",
137 "actions": [
138 {
139 "character": "Maya",
140 "state": "standing",
141 "action": "Standing Talking"
142 },
143 {
144 "character": "Sam",
145 "state": "standing",
146 "action": "Standing Agree"
147 }
148 ],
149 "selected shot": "Track Shot"
150 },
151 {
152 "speaker": "Sam",
153 "content": "Absolutely. I'll start with a full audit of all access logs and VPN connections.",
154 "actions": [
155 {
156 "character": "Sam",
157 "state": "standing",
158 "action": "Standing Talking"
159 }
160 ],
161 "selected shot": "Close Shot"
162 },
163 {
164 "speaker": "Maya",
165 "content": "Good. We can't afford any oversights at this point.",
166 "actions": [
167 {
168 "character": "Maya",
169 "state": "standing",
170 "action": "Standing Agree"
171 }
172 ],
173 "selected shot": "Close Shot"
174 }
175 ],
176 "initial position": [
177 {
178 "character": "Maya",
179 "position": "Position 1"
180 },
181 {
182 "character": "Sam",
183 "position": "Position 2"
184 }
185 ]
186 },
187 {
188 "sceneinformation": {
189 "who": [
190 "Blake",
191 "Alex"
192 ],
193 "where": "Beverage Room",
194 "what": "Blake and Alex take a moment to discuss the broader implications for the company."
195 },
196 "dialogues": [
197 {
198 "speaker": "Blake",
199 "content": "Alex, this breach could have serious repercussions. We need to reassure our stakeholders.",
200 "actions": [
201 {
202 "character": "Blake",
203 "state": "standing",
204 "action": "Standing Talking"
205 },
206 {
207 "character": "Alex",
208 "state": "standing",
209 "action": "Standing Thinking"
210 }
211 ],
212 "selected shot": "Track Shot"
213 },
214 {
215 "speaker": "Alex",
216 "content": "You're right. I'll prepare a report for the board and get in touch with our PR team.",
217 "actions": [
218 {
219 "character": "Alex",
220 "state": "standing",
221 "action": "Standing Talking"
222 }
223 ],
224 "selected shot": "Close Shot"
225 },
226 {
227 "speaker": "Blake",
228 "content": "We also need to show that we're taking decisive action to prevent this from happening again.",
229 "actions": [
230 {
231 "character": "Blake",
232 "state": "standing",
233 "action": "Standing Agree"
234 }
235 ],
236 "selected shot": "Close Shot"
237 }
238 ],
239 "initial position": [
240 {
241 "character": "Blake",
242 "position": "Position 1"
243 },
244 {
245 "character": "Alex",
246 "position": "Position 3"
247 }
248 ]
249 }
250 ]
250 lines JSON