返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 7 / script.json
1 [
2 {
3 "sceneinformation": {
4 "who": [
5 "Alex",
6 "Maya"
7 ],
8 "where": "Apartment living room",
9 "what": "Alex and Maya discuss their future with heavy hearts as Alex prepares to leave."
10 },
11 "dialogues": [
12 {
13 "speaker": "Alex",
14 "content": "I never thought this day would come so soon.",
15 "actions": [
16 {
17 "character": "Alex",
18 "state": "standing",
19 "action": "Standing Thinking"
20 },
21 {
22 "character": "Maya",
23 "state": "standing",
24 "action": "Standing Normal"
25 }
26 ],
27 "selected shot": "Track Shot"
28 },
29 {
30 "speaker": "Maya",
31 "content": "I know... It's hard to say goodbye.",
32 "actions": [
33 {
34 "character": "Maya",
35 "state": "standing",
36 "action": "Standing Depressed"
37 }
38 ],
39 "selected shot": "Mid Shot"
40 },
41 {
42 "speaker": "Alex",
43 "content": "But it's not really goodbye, right? We'll stay in touch.",
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": "Of course. But it's not the same...",
56 "actions": [
57 {
58 "character": "Maya",
59 "state": "standing",
60 "action": "Standing Crying"
61 }
62 ],
63 "selected shot": "Zoom Shot"
64 }
65 ],
66 "initial position": [
67 {
68 "character": "Alex",
69 "position": "Position 3"
70 },
71 {
72 "character": "Maya",
73 "position": "Position 1"
74 }
75 ]
76 },
77 {
78 "sceneinformation": {
79 "who": [
80 "Jude",
81 "Zoe"
82 ],
83 "where": "Work room",
84 "what": "Jude tries to comfort Zoe as she vents her frustrations about Alex's departure."
85 },
86 "dialogues": [
87 {
88 "speaker": "Zoe",
89 "content": "How can he just leave like that?",
90 "actions": [
91 {
92 "character": "Zoe",
93 "state": "standing",
94 "action": "Standing Angry"
95 },
96 {
97 "character": "Jude",
98 "state": "standing",
99 "action": "Standing Normal"
100 }
101 ],
102 "selected shot": "Track Shot"
103 },
104 {
105 "speaker": "Jude",
106 "content": "He's not abandoning you. It's something he has to do.",
107 "actions": [
108 {
109 "character": "Jude",
110 "state": "standing",
111 "action": "Standing Talking"
112 }
113 ],
114 "selected shot": "Mid Shot"
115 },
116 {
117 "speaker": "Zoe",
118 "content": "But why now? Everything was just starting to get better.",
119 "actions": [
120 {
121 "character": "Zoe",
122 "state": "standing",
123 "action": "Standing Depressed"
124 }
125 ],
126 "selected shot": "Zoom Shot"
127 },
128 {
129 "speaker": "Jude",
130 "content": "Life has its own plans, Zoe.",
131 "actions": [
132 {
133 "character": "Jude",
134 "state": "standing",
135 "action": "Standing Reflective"
136 }
137 ],
138 "selected shot": "Close Shot"
139 }
140 ],
141 "initial position": [
142 {
143 "character": "Jude",
144 "position": "Position 1"
145 },
146 {
147 "character": "Zoe",
148 "position": "Position 5"
149 }
150 ]
151 },
152 {
153 "sceneinformation": {
154 "who": [
155 "Alex",
156 "Maya"
157 ],
158 "where": "Roadside",
159 "what": "The final tearful farewell takes place as Alex stands by the car, ready to leave."
160 },
161 "dialogues": [
162 {
163 "speaker": "Maya",
164 "content": "Please, take care of yourself.",
165 "actions": [
166 {
167 "character": "Maya",
168 "state": "standing",
169 "action": "Standing Crying"
170 }
171 ],
172 "selected shot": "Track Shot"
173 },
174 {
175 "speaker": "Alex",
176 "content": "I will. And you too, promise me.",
177 "actions": [
178 {
179 "character": "Alex",
180 "state": "standing",
181 "action": "Standing Depressed"
182 }
183 ],
184 "selected shot": "Mid Shot"
185 },
186 {
187 "speaker": "Maya",
188 "content": "I promise... just don't forget to call.",
189 "actions": [
190 {
191 "character": "Maya",
192 "state": "standing",
193 "action": "Standing Agree"
194 }
195 ],
196 "selected shot": "Zoom Shot"
197 },
198 {
199 "speaker": "Alex",
200 "content": "I could never forget.",
201 "actions": [
202 {
203 "character": "Alex",
204 "state": "standing",
205 "action": "Standing Crying"
206 }
207 ],
208 "selected shot": "Close Shot"
209 }
210 ],
211 "initial position": [
212 {
213 "character": "Alex",
214 "position": "Position 1"
215 },
216 {
217 "character": "Maya",
218 "position": "Position 2"
219 }
220 ]
221 }
222 ]
222 lines JSON