返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 13 / script.json
1 [
2 {
3 "scene_information": {
4 "who": [
5 "Mia",
6 "Zoe",
7 "Liam"
8 ],
9 "where": "Apartment living room",
10 "what": "Mia is hosting a small house party with her friends Zoe and Liam. They are in the apartment living room, chatting and enjoying the evening."
11 },
12 "initial position": [
13 {
14 "character": "Mia",
15 "position": "Position 1"
16 },
17 {
18 "character": "Liam",
19 "position": "Position 2"
20 },
21 {
22 "character": "Zoe",
23 "position": "Position 5"
24 }
25 ],
26 "dialogues": [
27 {
28 "speaker": "Mia",
29 "content": "Thanks for coming over, guys. I hope you like the snacks I prepared.",
30 "actions": [
31 {
32 "character": "Mia",
33 "state": "sitting",
34 "action": "Sitting Talking"
35 }
36 ],
37 "selected shot": "Long Shot"
38 },
39 {
40 "speaker": "Liam",
41 "content": "You always outdo yourself, Mia. The guacamole is tech-tier!",
42 "actions": [
43 {
44 "character": "Liam",
45 "state": "sitting",
46 "action": "Sitting Talking"
47 }
48 ],
49 "selected shot": "Mid Shot"
50 },
51 {
52 "speaker": "Zoe",
53 "content": "Seriously, this playlist is lit! Mind if I add a few tracks?",
54 "actions": [
55 {
56 "character": "Zoe",
57 "state": "standing",
58 "action": "Standing Talking"
59 }
60 ],
61 "selected shot": "Close Shot"
62 },
63 {
64 "speaker": "Mia",
65 "content": "Sure, go ahead! The more the merrier.",
66 "actions": [
67 {
68 "character": "Mia",
69 "state": "sitting",
70 "action": "Sitting Happy"
71 }
72 ],
73 "selected shot": "Mid Shot"
74 },
75 {
76 "speaker": "Liam",
77 "content": "Hey, did you guys hear about the new VR game release?",
78 "actions": [
79 {
80 "character": "Liam",
81 "state": "sitting",
82 "action": "Sitting Talking"
83 }
84 ],
85 "selected shot": "Mid Shot"
86 },
87 {
88 "speaker": "Zoe",
89 "content": "Oh yeah! I've been dying to try it out.",
90 "actions": [
91 {
92 "character": "Zoe",
93 "state": "standing",
94 "action": "Standing Happy"
95 }
96 ],
97 "selected shot": "Mid Shot"
98 },
99 {
100 "speaker": "Mia",
101 "content": "Actually, I have it installed. Want to give it a go later?",
102 "actions": [
103 {
104 "character": "Mia",
105 "state": "sitting",
106 "action": "Sitting Talking"
107 }
108 ],
109 "selected shot": "Long Shot"
110 }
111 ]
112 },
113 {
114 "scene_information": {
115 "who": [
116 "Mia",
117 "Zoe",
118 "Liam",
119 "Max"
120 ],
121 "where": "Apartment kitchen",
122 "what": "While Mia is in the kitchen preparing snacks, there's a knock at the door. Max, a mysterious private investigator, enters uninvited, claiming to be looking for someone."
123 },
124 "initial position": [
125 {
126 "character": "Mia",
127 "position": "Position 1"
128 },
129 {
130 "character": "Liam",
131 "position": "Position 2"
132 },
133 {
134 "character": "Zoe",
135 "position": "Position 3"
136 },
137 {
138 "character": "Max",
139 "position": "Position 4"
140 }
141 ],
142 "dialogues": [
143 {
144 "speaker": "Mia",
145 "content": "Could you pass me the chips, Liam?",
146 "actions": [
147 {
148 "character": "Mia",
149 "state": "standing",
150 "action": "Standing Talking"
151 }
152 ],
153 "selected shot": "Track Shot"
154 },
155 {
156 "speaker": "Liam",
157 "content": "Sure thing. Here you go.",
158 "actions": [
159 {
160 "character": "Liam",
161 "state": "standing",
162 "action": "Standing Talking"
163 }
164 ],
165 "selected shot": "Mid Shot"
166 },
167 {
168 "speaker": "Zoe",
169 "content": "Expecting anyone else?",
170 "actions": [
171 {
172 "character": "Zoe",
173 "state": "standing",
174 "action": "Standing Surprise"
175 }
176 ],
177 "selected shot": "Close Shot"
178 },
179 {
180 "speaker": "Mia",
181 "content": "No, that's strange.",
182 "actions": [
183 {
184 "character": "Mia",
185 "state": "standing",
186 "action": "Standing Puzzled"
187 }
188 ],
189 "selected shot": "Mid Shot"
190 },
191 {
192 "speaker": "Max",
193 "content": "Good evening. I'm looking for someone. Mind if I come in?",
194 "actions": [
195 {
196 "character": "Max",
197 "state": "standing",
198 "action": "Standing Talking"
199 }
200 ],
201 "selected shot": "360 Degrees Shot"
202 },
203 {
204 "speaker": "Mia",
205 "content": "Um, who are you?",
206 "actions": [
207 {
208 "character": "Mia",
209 "state": "standing",
210 "action": "Standing Puzzled"
211 }
212 ],
213 "selected shot": "Mid Shot"
214 },
215 {
216 "speaker": "Max",
217 "content": "Just a private investigator. I'm tracking down someone important.",
218 "actions": [
219 {
220 "character": "Max",
221 "state": "standing",
222 "action": "Standing Talking"
223 }
224 ],
225 "selected shot": "Mid Shot"
226 },
227 {
228 "speaker": "Liam",
229 "content": "I think you have the wrong address, buddy.",
230 "actions": [
231 {
232 "character": "Liam",
233 "state": "standing",
234 "action": "Standing Deny"
235 }
236 ],
237 "selected shot": "Mid Shot"
238 },
239 {
240 "speaker": "Zoe",
241 "content": "Yeah, we didn't invite any PIs to our little shindig.",
242 "actions": [
243 {
244 "character": "Zoe",
245 "state": "standing",
246 "action": "Standing Talking"
247 }
248 ],
249 "selected shot": "Pan Shot"
250 },
251 {
252 "speaker": "Max",
253 "content": "Apologies for the intrusion. Enjoy your evening.",
254 "actions": [
255 {
256 "character": "Max",
257 "state": "standing",
258 "action": "Standing Talking"
259 }
260 ],
261 "selected shot": "Follow Shot"
262 }
263 ]
264 },
265 {
266 "scene_information": {
267 "who": [
268 "Mia",
269 "Zoe",
270 "Liam"
271 ],
272 "where": "Apartment living room",
273 "what": "The group discusses the strange encounter, tension is resolved, and they decide to continue the party."
274 },
275 "initial position": [
276 {
277 "character": "Mia",
278 "position": "Position 1"
279 },
280 {
281 "character": "Liam",
282 "position": "Position 2"
283 },
284 {
285 "character": "Zoe",
286 "position": "Position 5"
287 }
288 ],
289 "dialogues": [
290 {
291 "speaker": "Mia",
292 "content": "Well, that was...odd.",
293 "actions": [
294 {
295 "character": "Mia",
296 "state": "sitting",
297 "action": "Sitting Talking"
298 }
299 ],
300 "selected shot": "Long Shot"
301 },
302 {
303 "speaker": "Liam",
304 "content": "Talk about a party crasher, huh?",
305 "actions": [
306 {
307 "character": "Liam",
308 "state": "sitting",
309 "action": "Sitting Talking"
310 }
311 ],
312 "selected shot": "Mid Shot"
313 },
314 {
315 "speaker": "Zoe",
316 "content": "Maybe we're more popular than we thought!",
317 "actions": [
318 {
319 "character": "Zoe",
320 "state": "standing",
321 "action": "Standing Happy"
322 }
323 ],
324 "selected shot": "Mid Shot"
325 },
326 {
327 "speaker": "Mia",
328 "content": "*nervous laughter* I hope he doesn't come back.",
329 "actions": [
330 {
331 "character": "Mia",
332 "state": "sitting",
333 "action": "Sitting Talking"
334 }
335 ],
336 "selected shot": "Mid Shot"
337 },
338 {
339 "speaker": "Liam",
340 "content": "Don't worry, we're here. Let's get back to that VR game!",
341 "actions": [
342 {
343 "character": "Liam",
344 "state": "sitting",
345 "action": "Sitting Happy"
346 }
347 ],
348 "selected shot": "Mid Shot"
349 },
350 {
351 "speaker": "Zoe",
352 "content": "Yeah, let's turn this night around!",
353 "actions": [
354 {
355 "character": "Zoe",
356 "state": "standing",
357 "action": "Standing Happy"
358 }
359 ],
360 "selected shot": "Mid Shot"
361 }
362 ]
363 }
364 ]
365
365 lines JSON