返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 9 / script.json
1 [
2 {
3 "sceneinformation": {
4 "who": [
5 "John",
6 "Sara",
7 "Mia",
8 "Tom"
9 ],
10 "where": "Apartment living room",
11 "what": "A heated argument breaks out during a family meeting about Mia's college major."
12 },
13 "dialogues": [
14 {
15 "speaker": "John",
16 "content": "Mia, why can't you just stick to engineering? It's a stable career!",
17 "actions": [
18 {
19 "character": "John",
20 "state": "standing",
21 "action": "Standing Angry"
22 }
23 ],
24 "selected shot": "Track Shot"
25 },
26 {
27 "speaker": "Mia",
28 "content": "I've told you a million times, Dad! I want to study art! It's my passion!",
29 "actions": [
30 {
31 "character": "Mia",
32 "state": "standing",
33 "action": "Standing Arguing"
34 }
35 ],
36 "selected shot": "Pan Shot"
37 },
38 {
39 "speaker": "Sara",
40 "content": "John, calm down. Mia, we just want what's best for you.",
41 "actions": [
42 {
43 "character": "Sara",
44 "state": "standing",
45 "action": "Standing Thinking"
46 }
47 ],
48 "selected shot": "Pan Shot"
49 },
50 {
51 "speaker": "Tom",
52 "content": "This is going nowhere...",
53 "actions": [
54 {
55 "character": "Tom",
56 "state": "standing",
57 "action": "Standing Depressed"
58 }
59 ],
60 "selected shot": "Pan Shot"
61 }
62 ]
63 },
64 {
65 "sceneinformation": {
66 "who": [
67 "Mia",
68 "Sara"
69 ],
70 "where": "Roadside",
71 "what": "Mia storms out of the house and Sara follows to console her."
72 },
73 "dialogues": [
74 {
75 "speaker": "Mia",
76 "content": "I can't believe they don't understand me!",
77 "actions": [
78 {
79 "character": "Mia",
80 "state": "standing",
81 "action": "Standing Crying"
82 }
83 ],
84 "selected shot": "Track Shot"
85 },
86 {
87 "speaker": "Sara",
88 "content": "We do, sweetie. We just worry. But you have to follow your heart.",
89 "actions": [
90 {
91 "character": "Sara",
92 "state": "standing",
93 "action": "Standing Normal"
94 }
95 ],
96 "selected shot": "Close Shot"
97 },
98 {
99 "speaker": "Mia",
100 "content": "Then why can't Dad see that?",
101 "actions": [
102 {
103 "character": "Mia",
104 "state": "standing",
105 "action": "Standing Depressed"
106 }
107 ],
108 "selected shot": "Close Shot"
109 }
110 ]
111 },
112 {
113 "sceneinformation": {
114 "who": [
115 "John",
116 "Mia"
117 ],
118 "where": "Apartment kitchen",
119 "what": "John and Mia have a heartfelt conversation and John apologizes."
120 },
121 "dialogues": [
122 {
123 "speaker": "John",
124 "content": "Mia, I wanted to say I'm sorry. I know I can be stubborn.",
125 "actions": [
126 {
127 "character": "John",
128 "state": "standing",
129 "action": "Standing Depressed"
130 }
131 ],
132 "selected shot": "Track Shot"
133 },
134 {
135 "speaker": "Mia",
136 "content": "Dad, I get it. You just want the best for me.",
137 "actions": [
138 {
139 "character": "Mia",
140 "state": "standing",
141 "action": "Standing Agree"
142 }
143 ],
144 "selected shot": "Close Shot"
145 },
146 {
147 "speaker": "John",
148 "content": "You're right. And if art is what makes you happy, then I support you.",
149 "actions": [
150 {
151 "character": "John",
152 "state": "standing",
153 "action": "Standing Agree"
154 }
155 ],
156 "selected shot": "Close Shot"
157 }
158 ]
159 },
160 {
161 "sceneinformation": {
162 "initial position": [
163 {
164 "character": "John",
165 "position": "Position 3"
166 },
167 {
168 "character": "Sara",
169 "position": "Position 4"
170 },
171 {
172 "character": "Mia",
173 "position": "Position 1"
174 },
175 {
176 "character": "Tom",
177 "position": "Position 5"
178 }
179 ]
180 }
181 },
182 {
183 "sceneinformation": {
184 "initial position": [
185 {
186 "character": "Mia",
187 "position": "Position 1"
188 },
189 {
190 "character": "Sara",
191 "position": "Position 2"
192 }
193 ]
194 }
195 },
196 {
197 "sceneinformation": {
198 "initial position": [
199 {
200 "character": "John",
201 "position": "Position 3"
202 },
203 {
204 "character": "Mia",
205 "position": "Position 2"
206 }
207 ]
208 }
209 }
210 ]
210 lines JSON