返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 1 / script.json
1 [
2 {
3 "sceneinformation": {
4 "who": [
5 "Jack",
6 "Lena",
7 "Maya",
8 "Sam"
9 ],
10 "where": "Apartment living room",
11 "what": "Friends Jack, Lena, Maya, and Sam gather for a long-overdue reunion but underlying tensions from past conflicts create an uneasy atmosphere."
12 },
13 "dialogues": [
14 {
15 "speaker": "Jack",
16 "content": "It's been a while, hasn't it?",
17 "actions": [
18 {
19 "character": "Jack",
20 "state": "standing",
21 "action": "Standing Talking"
22 }
23 ],
24 "selected shot": "Track Shot"
25 },
26 {
27 "speaker": "Lena",
28 "content": "Hard to believe it's been five years since we all sat down together.",
29 "actions": [
30 {
31 "character": "Lena",
32 "state": "standing",
33 "action": "Standing Talking"
34 }
35 ],
36 "selected shot": "Long Shot"
37 },
38 {
39 "speaker": "Maya",
40 "content": "We really need to do this more often. Life's too short.",
41 "actions": [
42 {
43 "character": "Maya",
44 "state": "standing",
45 "action": "Standing Talking"
46 }
47 ],
48 "selected shot": "Close Shot"
49 },
50 {
51 "speaker": "Sam",
52 "content": "Absolutely, Maya. We need to reconcile and move past the tension.",
53 "actions": [
54 {
55 "character": "Sam",
56 "state": "standing",
57 "action": "Standing Talking"
58 }
59 ],
60 "selected shot": "Mid Shot"
61 },
62 {
63 "speaker": "Jack",
64 "content": "There are still things we need to address... and forgive.",
65 "actions": [
66 {
67 "character": "Jack",
68 "state": "standing",
69 "action": "Standing Depressed"
70 }
71 ],
72 "selected shot": "Close Shot"
73 },
74 {
75 "speaker": "Lena",
76 "content": "I agree, Jack. It's not been easy, but we have to try.",
77 "actions": [
78 {
79 "character": "Lena",
80 "state": "standing",
81 "action": "Standing Agree"
82 }
83 ],
84 "selected shot": "Pan Shot"
85 },
86 {
87 "speaker": "Maya",
88 "content": "Okay, let's lay it all out on the table.",
89 "actions": [
90 {
91 "character": "Maya",
92 "state": "standing",
93 "action": "Standing Strong-Willed"
94 }
95 ],
96 "selected shot": "Pan Shot"
97 }
98 ],
99 "initial position": [
100 {
101 "character": "Jack",
102 "position": "Position 1"
103 },
104 {
105 "character": "Lena",
106 "position": "Position 2"
107 },
108 {
109 "character": "Maya",
110 "position": "Position 3"
111 },
112 {
113 "character": "Sam",
114 "position": "Position 4"
115 }
116 ]
117 },
118 {
119 "sceneinformation": {
120 "who": [
121 "Jack",
122 "Sam"
123 ],
124 "where": "Roadside",
125 "what": "Jack and Sam take a walk to clear the air regarding a past argument."
126 },
127 "dialogues": [
128 {
129 "speaker": "Jack",
130 "content": "Sam, I've wanted to apologize about our last conversation.",
131 "actions": [
132 {
133 "character": "Jack",
134 "state": "standing",
135 "action": "Standing Talking"
136 }
137 ],
138 "selected shot": "Track Shot"
139 },
140 {
141 "speaker": "Sam",
142 "content": "I appreciate that, Jack. It wasn't easy for either of us.",
143 "actions": [
144 {
145 "character": "Sam",
146 "state": "standing",
147 "action": "Standing Talking"
148 }
149 ],
150 "selected shot": "Mid Shot"
151 },
152 {
153 "speaker": "Jack",
154 "content": "It bothered me too. I regret not handling it better.",
155 "actions": [
156 {
157 "character": "Jack",
158 "state": "standing",
159 "action": "Standing Depressed"
160 }
161 ],
162 "selected shot": "Close Shot"
163 },
164 {
165 "speaker": "Sam",
166 "content": "Water under the bridge, my friend. Let's move forward.",
167 "actions": [
168 {
169 "character": "Sam",
170 "state": "standing",
171 "action": "Standing Agree"
172 }
173 ],
174 "selected shot": "Mid Shot"
175 }
176 ],
177 "initial position": [
178 {
179 "character": "Jack",
180 "position": "Position 1"
181 },
182 {
183 "character": "Sam",
184 "position": "Position 2"
185 }
186 ]
187 },
188 {
189 "sceneinformation": {
190 "who": [
191 "Lena",
192 "Maya"
193 ],
194 "where": "Sofa Corner",
195 "what": "Lena and Maya have an emotional conversation about an event that strained their friendship."
196 },
197 "dialogues": [
198 {
199 "speaker": "Lena",
200 "content": "Maya, there's something I've been holding back for too long.",
201 "actions": [
202 {
203 "character": "Lena",
204 "state": "standing",
205 "action": "Standing Depressed"
206 }
207 ],
208 "selected shot": "Long Shot"
209 },
210 {
211 "speaker": "Maya",
212 "content": "I know, Lena. It's time we talked about it openly.",
213 "actions": [
214 {
215 "character": "Maya",
216 "state": "standing",
217 "action": "Standing Agree"
218 }
219 ],
220 "selected shot": "Mid Shot"
221 },
222 {
223 "speaker": "Lena",
224 "content": "I felt betrayed when you went behind my back with that project.",
225 "actions": [
226 {
227 "character": "Lena",
228 "state": "standing",
229 "action": "Standing Depressed"
230 }
231 ],
232 "selected shot": "Close Shot"
233 },
234 {
235 "speaker": "Maya",
236 "content": "I didn't mean to hurt you. I was just so driven, I lost sight of our friendship.",
237 "actions": [
238 {
239 "character": "Maya",
240 "state": "standing",
241 "action": "Standing Depressed"
242 }
243 ],
244 "selected shot": "Close Shot"
245 },
246 {
247 "speaker": "Lena",
248 "content": "It's not too late, Maya. I still value our friendship so much.",
249 "actions": [
250 {
251 "character": "Lena",
252 "state": "standing",
253 "action": "Standing Talking"
254 }
255 ],
256 "selected shot": "Pan Shot"
257 },
258 {
259 "speaker": "Maya",
260 "content": "Me too, Lena. Let's make things right.",
261 "actions": [
262 {
263 "character": "Maya",
264 "state": "standing",
265 "action": "Standing Talking"
266 }
267 ],
268 "selected shot": "Pan Shot"
269 }
270 ],
271 "initial position": [
272 {
273 "character": "Lena",
274 "position": "Position 1"
275 },
276 {
277 "character": "Maya",
278 "position": "Position 2"
279 }
280 ]
281 }
282 ]
282 lines JSON