返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / o1 / 7 / script.json
1 [
2 {
3 "scene_information": {
4 "who": [
5 "Jack",
6 "Rose",
7 "Mia"
8 ],
9 "where": "Apartment living room",
10 "what": "Jack announces his departure to Rose and Mia."
11 },
12 "dialogues": [
13 {
14 "speaker": "Jack",
15 "content": "I have something important to tell both of you.",
16 "actions": [
17 {
18 "character": "Jack",
19 "state": "sitting",
20 "action": "Sitting Talking"
21 }
22 ],
23 "selected shot": "Track Shot"
24 },
25 {
26 "speaker": "Rose",
27 "content": "Is everything alright, Jack?",
28 "actions": [
29 {
30 "character": "Rose",
31 "state": "sitting",
32 "action": "Sitting Talking"
33 }
34 ],
35 "selected shot": "Long Shot"
36 },
37 {
38 "speaker": "Mia",
39 "content": "Daddy, is it a surprise?",
40 "actions": [
41 {
42 "character": "Mia",
43 "state": "standing",
44 "action": "Standing Happy"
45 }
46 ],
47 "selected shot": "Long Shot"
48 },
49 {
50 "speaker": "Jack",
51 "content": "I've been offered a job in another city. I have to leave soon.",
52 "actions": [
53 {
54 "character": "Jack",
55 "state": "sitting",
56 "action": "Sitting Talking"
57 }
58 ],
59 "selected shot": "Zoom Shot"
60 },
61 {
62 "speaker": "Rose",
63 "content": "But when will you be back?",
64 "actions": [
65 {
66 "character": "Rose",
67 "state": "sitting",
68 "action": "Sitting Talking"
69 }
70 ],
71 "selected shot": "Close Shot"
72 },
73 {
74 "speaker": "Mia",
75 "content": "Can we come with you?",
76 "actions": [
77 {
78 "character": "Mia",
79 "state": "standing",
80 "action": "Standing Puzzled"
81 }
82 ],
83 "selected shot": "Mid Shot"
84 },
85 {
86 "speaker": "Jack",
87 "content": "I wish you could, but it's not possible right now.",
88 "actions": [
89 {
90 "character": "Jack",
91 "state": "sitting",
92 "action": "Sitting Talking"
93 }
94 ],
95 "selected shot": "Close Shot"
96 },
97 {
98 "speaker": "Rose",
99 "content": "We'll miss you dearly.",
100 "actions": [
101 {
102 "character": "Rose",
103 "state": "sitting",
104 "action": "Sitting Depressed"
105 }
106 ],
107 "selected shot": "Mid Shot"
108 },
109 {
110 "speaker": "Mia",
111 "content": "Will you call us every day?",
112 "actions": [
113 {
114 "character": "Mia",
115 "state": "standing",
116 "action": "Standing Thinking"
117 }
118 ],
119 "selected shot": "Close Shot"
120 },
121 {
122 "speaker": "Jack",
123 "content": "Of course, I will.",
124 "actions": [
125 {
126 "character": "Jack",
127 "state": "sitting",
128 "action": "Sitting Talking"
129 }
130 ],
131 "selected shot": "Close Shot"
132 }
133 ],
134 "initial position": [
135 {
136 "character": "Jack",
137 "position": "Position 1"
138 },
139 {
140 "character": "Rose",
141 "position": "Position 2"
142 },
143 {
144 "character": "Mia",
145 "position": "Position 5"
146 }
147 ]
148 },
149 {
150 "scene_information": {
151 "who": [
152 "Rose",
153 "Mia"
154 ],
155 "where": "Apartment kitchen",
156 "what": "Rose and Mia discuss their feelings about Jack's departure."
157 },
158 "dialogues": [
159 {
160 "speaker": "Mia",
161 "content": "Why can't we go with Daddy?",
162 "actions": [
163 {
164 "character": "Mia",
165 "state": "standing",
166 "action": "Standing Puzzled"
167 }
168 ],
169 "selected shot": "Long Shot"
170 },
171 {
172 "speaker": "Rose",
173 "content": "Sometimes grown-ups have to do things on their own, sweetie.",
174 "actions": [
175 {
176 "character": "Rose",
177 "state": "standing",
178 "action": "Standing Talking"
179 }
180 ],
181 "selected shot": "Mid Shot"
182 },
183 {
184 "speaker": "Mia",
185 "content": "But I'll miss him so much.",
186 "actions": [
187 {
188 "character": "Mia",
189 "state": "standing",
190 "action": "Standing Depressed"
191 }
192 ],
193 "selected shot": "Close Shot"
194 },
195 {
196 "speaker": "Rose",
197 "content": "I know, dear. We'll call him every day.",
198 "actions": [
199 {
200 "character": "Rose",
201 "state": "standing",
202 "action": "Standing Encouraging"
203 }
204 ],
205 "selected shot": "Close Shot"
206 },
207 {
208 "speaker": "Mia",
209 "content": "Can we make him a goodbye gift?",
210 "actions": [
211 {
212 "character": "Mia",
213 "state": "standing",
214 "action": "Standing Happy"
215 }
216 ],
217 "selected shot": "Mid Shot"
218 },
219 {
220 "speaker": "Rose",
221 "content": "That's a wonderful idea.",
222 "actions": [
223 {
224 "character": "Rose",
225 "state": "standing",
226 "action": "Standing Happy"
227 }
228 ],
229 "selected shot": "Close Shot"
230 }
231 ],
232 "initial position": [
233 {
234 "character": "Rose",
235 "position": "Position 2"
236 },
237 {
238 "character": "Mia",
239 "position": "Position 3"
240 }
241 ]
242 },
243 {
244 "scene_information": {
245 "who": [
246 "Jack",
247 "Rose"
248 ],
249 "where": "Roadside",
250 "what": "Jack and Rose say their emotional farewell at the roadside."
251 },
252 "dialogues": [
253 {
254 "speaker": "Jack",
255 "content": "It's time for me to go.",
256 "actions": [
257 {
258 "character": "Jack",
259 "state": "standing",
260 "action": "Standing Depressed"
261 }
262 ],
263 "selected shot": "Track Shot"
264 },
265 {
266 "speaker": "Rose",
267 "content": "Take care of yourself.",
268 "actions": [
269 {
270 "character": "Rose",
271 "state": "standing",
272 "action": "Standing Talking"
273 }
274 ],
275 "selected shot": "Long Shot"
276 },
277 {
278 "speaker": "Jack",
279 "content": "I will. And I'll be back before you know it.",
280 "actions": [
281 {
282 "character": "Jack",
283 "state": "standing",
284 "action": "Standing Encouraging"
285 }
286 ],
287 "selected shot": "Zoom Shot"
288 },
289 {
290 "speaker": "Rose",
291 "content": "We'll be waiting.",
292 "actions": [
293 {
294 "character": "Rose",
295 "state": "standing",
296 "action": "Standing Depressed"
297 }
298 ],
299 "selected shot": "Close Shot"
300 },
301 {
302 "speaker": "Jack",
303 "content": "Tell Mia I'll call tonight.",
304 "actions": [
305 {
306 "character": "Jack",
307 "state": "standing",
308 "action": "Standing Talking"
309 }
310 ],
311 "selected shot": "Mid Shot"
312 },
313 {
314 "speaker": "Rose",
315 "content": "She'll be happy to hear that.",
316 "actions": [
317 {
318 "character": "Rose",
319 "state": "standing",
320 "action": "Standing Happy"
321 }
322 ],
323 "selected shot": "Close Shot"
324 },
325 {
326 "speaker": "Jack",
327 "content": "Goodbye, Rose.",
328 "actions": [
329 {
330 "character": "Jack",
331 "state": "standing"
332 }
333 ],
334 "selected shot": "Close Shot"
335 },
336 {
337 "speaker": "Rose",
338 "content": "Goodbye, Jack.",
339 "actions": [
340 {
341 "character": "Rose",
342 "state": "standing",
343 "action": "Standing Crying"
344 }
345 ],
346 "selected shot": "Close Shot"
347 }
348 ],
349 "initial position": [
350 {
351 "character": "Jack",
352 "position": "Position 1"
353 },
354 {
355 "character": "Rose",
356 "position": "Position 2"
357 }
358 ]
359 }
360 ]
361
362
362 lines JSON