返回 VideoClaw
script.json
根目录 / FilmAgent / FilmAgent / scripts / cot / 4o / 6 / script.json
1 [
2 {
3 "sceneinformation": {
4 "who": [
5 "David",
6 "Mary",
7 "Lisa",
8 "Sam"
9 ],
10 "where": "Dining Room",
11 "what": "The family gathers for dinner, but tensions quickly escalate due to Lisa's rebellious remarks and David's authoritative personality."
12 },
13 "dialogues": [
14 {
15 "speaker": "David",
16 "content": "Lisa, you missed your curfew again. We need to discuss this.",
17 "actions": [
18 {
19 "character": "David",
20 "state": "sitting",
21 "action": "Sitting Talking"
22 }
23 ],
24 "selected shot": "Track Shot"
25 },
26 {
27 "speaker": "Lisa",
28 "content": "I'm 18, Dad! It's not like I'm a kid anymore!",
29 "actions": [
30 {
31 "character": "Lisa",
32 "state": "sitting",
33 "action": "Sitting Talking"
34 }
35 ],
36 "selected shot": "Close Shot"
37 },
38 {
39 "speaker": "Mary",
40 "content": "Let's all calm down. We can talk this through without raising our voices.",
41 "actions": [
42 {
43 "character": "Mary",
44 "state": "sitting",
45 "action": "Sitting Talking"
46 }
47 ],
48 "selected shot": "Mid Shot"
49 },
50 {
51 "speaker": "Sam",
52 "content": "(mumbling) This is always how it goes...",
53 "actions": [
54 {
55 "character": "Sam",
56 "state": "sitting",
57 "action": "Sitting Talking"
58 }
59 ],
60 "selected shot": "Close Shot"
61 },
62 {
63 "speaker": "David",
64 "content": "We need to set rules, Mary. Lisa, you live under our roof; you follow our rules.",
65 "actions": [
66 {
67 "character": "David",
68 "state": "sitting",
69 "action": "Sitting Talking"
70 }
71 ],
72 "selected shot": "Pan Shot"
73 },
74 {
75 "speaker": "Lisa",
76 "content": "Your rules are so outdated! I can't wait to move out!",
77 "actions": [
78 {
79 "character": "Lisa",
80 "state": "sitting",
81 "action": "Sitting Talking"
82 }
83 ],
84 "selected shot": "Pan Shot"
85 }
86 ]
87 },
88 {
89 "sceneinformation": {
90 "who": [
91 "Lisa",
92 "Sam"
93 ],
94 "where": "Gaming room",
95 "what": "Lisa and Sam retreat to the gaming room to escape the tension from the dining room."
96 },
97 "dialogues": [
98 {
99 "speaker": "Sam",
100 "content": "Why do you always have to push Dad's buttons?",
101 "actions": [
102 {
103 "character": "Sam",
104 "state": "sitting",
105 "action": "Sitting Talking"
106 }
107 ],
108 "selected shot": "Track Shot"
109 },
110 {
111 "speaker": "Lisa",
112 "content": "Because someone has to, Sam. He's too strict.",
113 "actions": [
114 {
115 "character": "Lisa",
116 "state": "sitting",
117 "action": "Sitting Talking"
118 }
119 ],
120 "selected shot": "Close Shot"
121 },
122 {
123 "speaker": "Sam",
124 "content": "I just want one dinner without shouting.",
125 "actions": [
126 {
127 "character": "Sam",
128 "state": "sitting",
129 "action": "Sitting Talking"
130 }
131 ],
132 "selected shot": "Mid Shot"
133 },
134 {
135 "speaker": "Lisa",
136 "content": "Me too, Sam. Maybe one day.",
137 "actions": [
138 {
139 "character": "Lisa",
140 "state": "sitting",
141 "action": "Sitting Talking"
142 }
143 ],
144 "selected shot": "Zoom Shot"
145 }
146 ]
147 },
148 {
149 "sceneinformation": {
150 "who": [
151 "David",
152 "Mary"
153 ],
154 "where": "Apartment living room",
155 "what": "David and Mary have a private conversation in the living room about their kids and the argument."
156 },
157 "dialogues": [
158 {
159 "speaker": "David",
160 "content": "Am I being too hard on Lisa?",
161 "actions": [
162 {
163 "character": "David",
164 "state": "standing",
165 "action": "Standing Thinking"
166 }
167 ],
168 "selected shot": "Track Shot"
169 },
170 {
171 "speaker": "Mary",
172 "content": "You're just trying to protect her, but maybe we need to give her some space.",
173 "actions": [
174 {
175 "character": "Mary",
176 "state": "standing",
177 "action": "Standing Talking"
178 }
179 ],
180 "selected shot": "360 Degrees Shot"
181 }
182 ]
183 }
184 ]
184 lines JSON