返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 12 / script.json
1 [
2 {
3 "sceneinformation": {
4 "who": [
5 "Avery",
6 "Quinn",
7 "Max"
8 ],
9 "where": "Apartment living room",
10 "what": "Avery discusses an idea for a secret escape plan with Quinn and Max."
11 },
12 "dialogues": [
13 {
14 "speaker": "Avery",
15 "content": "Guys, we need to break free from this endless cycle. I have an idea... but it's a bit out there.",
16 "actions": [
17 {
18 "character": "Avery",
19 "state": "standing",
20 "action": "Standing Talking"
21 },
22 {
23 "character": "Quinn",
24 "state": "sitting",
25 "action": "Sitting Talking"
26 },
27 {
28 "character": "Max",
29 "state": "sitting",
30 "action": "Sitting Talking"
31 }
32 ],
33 "selected shot": "Track Shot"
34 },
35 {
36 "speaker": "Quinn",
37 "content": "Avery, you always have these wild ideas. What makes this any different?",
38 "actions": [
39 {
40 "character": "Quinn",
41 "state": "sitting",
42 "action": "Sitting Talking"
43 }
44 ],
45 "selected shot": "Close Shot"
46 },
47 {
48 "speaker": "Avery",
49 "content": "Well, this time, we're planning a secret escape from the mundane. Imagine... an adventure, a complete change of scenery.",
50 "actions": [
51 {
52 "character": "Avery",
53 "state": "standing",
54 "action": "Standing Talking"
55 }
56 ],
57 "selected shot": "Zoom Shot"
58 },
59 {
60 "speaker": "Max",
61 "content": "I'm all in! Let's do something spontaneous!",
62 "actions": [
63 {
64 "character": "Max",
65 "state": "sitting",
66 "action": "Sitting Laughing"
67 }
68 ],
69 "selected shot": "Close Shot"
70 },
71 {
72 "speaker": "Quinn",
73 "content": "Alright, let's hear this plan of yours, Avery.",
74 "actions": [
75 {
76 "character": "Quinn",
77 "state": "sitting",
78 "action": "Sitting Talking"
79 }
80 ],
81 "selected shot": "Mid Shot"
82 },
83 {
84 "speaker": "Avery",
85 "content": "First, we need to figure out a destination...",
86 "actions": [
87 {
88 "character": "Avery",
89 "state": "standing",
90 "action": "Standing Talking"
91 }
92 ],
93 "selected shot": "Pan Shot"
94 }
95 ]
96 },
97 {
98 "sceneinformation": {
99 "who": [
100 "Avery",
101 "Finn"
102 ],
103 "where": "Roadside",
104 "what": "Avery and Finn discuss the details of the escape plan."
105 },
106 "dialogues": [
107 {
108 "speaker": "Avery",
109 "content": "Finn, we need you to distract people while we prepare.",
110 "actions": [
111 {
112 "character": "Avery",
113 "state": "standing",
114 "action": "Standing Talking"
115 }
116 ],
117 "selected shot": "Track Shot"
118 },
119 {
120 "speaker": "Finn",
121 "content": "No problem. I can handle that. What's the backup plan if things go wrong?",
122 "actions": [
123 {
124 "character": "Finn",
125 "state": "standing",
126 "action": "Standing Thinking"
127 }
128 ],
129 "selected shot": "Close Shot"
130 },
131 {
132 "speaker": "Avery",
133 "content": "We'll meet at the old storehouse... but let's keep our fingers crossed that everything goes smoothly.",
134 "actions": [
135 {
136 "character": "Avery",
137 "state": "standing",
138 "action": "Standing Talking"
139 }
140 ],
141 "selected shot": "Zoom Shot"
142 }
143 ]
144 },
145 {
146 "sceneinformation": {
147 "who": [
148 "Avery",
149 "Quinn",
150 "Max"
151 ],
152 "where": "Storehouse",
153 "what": "The group gathers to finalize the details and embark on the secret escape."
154 },
155 "dialogues": [
156 {
157 "speaker": "Avery",
158 "content": "Everyone ready? This is it.",
159 "actions": [
160 {
161 "character": "Avery",
162 "state": "standing",
163 "action": "Standing Happy"
164 }
165 ],
166 "selected shot": "Track Shot"
167 },
168 {
169 "speaker": "Quinn",
170 "content": "I have everything we need. Let's make our escape.",
171 "actions": [
172 {
173 "character": "Quinn",
174 "state": "standing",
175 "action": "Standing Agree"
176 }
177 ],
178 "selected shot": "Mid Shot"
179 },
180 {
181 "speaker": "Max",
182 "content": "Adventure here we come!",
183 "actions": [
184 {
185 "character": "Max",
186 "state": "standing",
187 "action": "Joyful Jump"
188 }
189 ],
190 "selected shot": "360 Degrees Shot"
191 }
192 ]
193 }
194 ]
194 lines JSON