| 1 | [ |
| 2 | { |
| 3 | "scene_information": { |
| 4 | "who": [ |
| 5 | "Liam", |
| 6 | "Mia" |
| 7 | ], |
| 8 | "where": "Apartment living room", |
| 9 | "what": "Liam forgets their anniversary, leading to an argument with Mia." |
| 10 | }, |
| 11 | "dialogues": [ |
| 12 | { |
| 13 | "speaker": "Mia", |
| 14 | "content": "I can't believe you forgot what today is.", |
| 15 | "actions": [ |
| 16 | { |
| 17 | "character": "Mia", |
| 18 | "state": "standing", |
| 19 | "action": "Standing Angry" |
| 20 | }, |
| 21 | { |
| 22 | "character": "Liam", |
| 23 | "state": "standing", |
| 24 | "action": "Standing Puzzled" |
| 25 | } |
| 26 | ], |
| 27 | "selected shot": "Track Shot" |
| 28 | }, |
| 29 | { |
| 30 | "speaker": "Liam", |
| 31 | "content": "Is it your art exhibition?", |
| 32 | "actions": [ |
| 33 | { |
| 34 | "character": "Liam", |
| 35 | "state": "standing", |
| 36 | "action": "Standing Thinking" |
| 37 | } |
| 38 | ], |
| 39 | "selected shot": "Long Shot" |
| 40 | }, |
| 41 | { |
| 42 | "speaker": "Mia", |
| 43 | "content": "No, Liam! It's our anniversary.", |
| 44 | "actions": [ |
| 45 | { |
| 46 | "character": "Mia", |
| 47 | "state": "standing", |
| 48 | "action": "Standing Depressed" |
| 49 | } |
| 50 | ], |
| 51 | "selected shot": "Zoom Shot" |
| 52 | }, |
| 53 | { |
| 54 | "speaker": "Liam", |
| 55 | "content": "I'm sorry, it slipped my mind.", |
| 56 | "actions": [ |
| 57 | { |
| 58 | "character": "Liam", |
| 59 | "state": "standing", |
| 60 | "action": "Standing Apologetic" |
| 61 | } |
| 62 | ], |
| 63 | "selected shot": "Close Shot" |
| 64 | }, |
| 65 | { |
| 66 | "speaker": "Mia", |
| 67 | "content": "That's the problem—you never pay attention!", |
| 68 | "actions": [ |
| 69 | { |
| 70 | "character": "Mia", |
| 71 | "state": "standing", |
| 72 | "action": "Standing Arguing" |
| 73 | } |
| 74 | ], |
| 75 | "selected shot": "Pan Shot" |
| 76 | } |
| 77 | ], |
| 78 | "initial position": [ |
| 79 | { |
| 80 | "character": "Liam", |
| 81 | "position": "Position 1" |
| 82 | }, |
| 83 | { |
| 84 | "character": "Mia", |
| 85 | "position": "Position 5" |
| 86 | } |
| 87 | ] |
| 88 | }, |
| 89 | { |
| 90 | "scene_information": { |
| 91 | "who": [ |
| 92 | "Mia", |
| 93 | "Noah" |
| 94 | ], |
| 95 | "where": "Roadside", |
| 96 | "what": "Mia confides in Noah about her issues with Liam." |
| 97 | }, |
| 98 | "dialogues": [ |
| 99 | { |
| 100 | "speaker": "Noah", |
| 101 | "content": "You seem troubled. What's going on?", |
| 102 | "actions": [ |
| 103 | { |
| 104 | "character": "Noah", |
| 105 | "state": "sitting", |
| 106 | "action": "Sitting Talking" |
| 107 | } |
| 108 | ], |
| 109 | "selected shot": "Track Shot" |
| 110 | }, |
| 111 | { |
| 112 | "speaker": "Mia", |
| 113 | "content": "Liam forgot our anniversary. Again.", |
| 114 | "actions": [ |
| 115 | { |
| 116 | "character": "Mia", |
| 117 | "state": "sitting", |
| 118 | "action": "Sitting Depressed" |
| 119 | } |
| 120 | ], |
| 121 | "selected shot": "Long Shot" |
| 122 | }, |
| 123 | { |
| 124 | "speaker": "Noah", |
| 125 | "content": "That's rough. Have you talked to him about it?", |
| 126 | "actions": [ |
| 127 | { |
| 128 | "character": "Noah", |
| 129 | "state": "sitting", |
| 130 | "action": "Sitting Thinking" |
| 131 | } |
| 132 | ], |
| 133 | "selected shot": "Zoom Shot" |
| 134 | }, |
| 135 | { |
| 136 | "speaker": "Mia", |
| 137 | "content": "I have, but he doesn't seem to care.", |
| 138 | "actions": [ |
| 139 | { |
| 140 | "character": "Mia", |
| 141 | "state": "sitting", |
| 142 | "action": "Sitting Crying" |
| 143 | } |
| 144 | ], |
| 145 | "selected shot": "Close Shot" |
| 146 | }, |
| 147 | { |
| 148 | "speaker": "Noah", |
| 149 | "content": "Maybe it's time to make a tough decision.", |
| 150 | "actions": [ |
| 151 | { |
| 152 | "character": "Noah", |
| 153 | "state": "sitting", |
| 154 | "action": "Sitting Serious" |
| 155 | } |
| 156 | ], |
| 157 | "selected shot": "Pan Shot" |
| 158 | } |
| 159 | ], |
| 160 | "initial position": [ |
| 161 | { |
| 162 | "character": "Mia", |
| 163 | "position": "Position 1" |
| 164 | }, |
| 165 | { |
| 166 | "character": "Noah", |
| 167 | "position": "Position 2" |
| 168 | } |
| 169 | ] |
| 170 | }, |
| 171 | { |
| 172 | "scene_information": { |
| 173 | "who": [ |
| 174 | "Liam", |
| 175 | "Mia" |
| 176 | ], |
| 177 | "where": "Apartment kitchen", |
| 178 | "what": "Liam and Mia have a final confrontation leading to their breakup." |
| 179 | }, |
| 180 | "dialogues": [ |
| 181 | { |
| 182 | "speaker": "Liam", |
| 183 | "content": "We need to talk.", |
| 184 | "actions": [ |
| 185 | { |
| 186 | "character": "Liam", |
| 187 | "state": "standing", |
| 188 | "action": "Standing Serious" |
| 189 | } |
| 190 | ], |
| 191 | "selected shot": "Track Shot" |
| 192 | }, |
| 193 | { |
| 194 | "speaker": "Mia", |
| 195 | "content": "There's nothing left to say.", |
| 196 | "actions": [ |
| 197 | { |
| 198 | "character": "Mia", |
| 199 | "state": "standing", |
| 200 | "action": "Standing Depressed" |
| 201 | } |
| 202 | ], |
| 203 | "selected shot": "Long Shot" |
| 204 | }, |
| 205 | { |
| 206 | "speaker": "Liam", |
| 207 | "content": "I can change. Just give me another chance.", |
| 208 | "actions": [ |
| 209 | { |
| 210 | "character": "Liam", |
| 211 | "state": "standing", |
| 212 | "action": "Standing Pleading" |
| 213 | } |
| 214 | ], |
| 215 | "selected shot": "Zoom Shot" |
| 216 | }, |
| 217 | { |
| 218 | "speaker": "Mia", |
| 219 | "content": "It's too late. I'm done.", |
| 220 | "actions": [ |
| 221 | { |
| 222 | "character": "Mia", |
| 223 | "state": "standing", |
| 224 | "action": "Standing Deny" |
| 225 | } |
| 226 | ], |
| 227 | "selected shot": "Close Shot" |
| 228 | }, |
| 229 | { |
| 230 | "speaker": "Liam", |
| 231 | "content": "If that's how you feel, then I won't stop you.", |
| 232 | "actions": [ |
| 233 | { |
| 234 | "character": "Liam", |
| 235 | "state": "standing", |
| 236 | "action": "Standing Resigned" |
| 237 | } |
| 238 | ], |
| 239 | "selected shot": "Pan Shot" |
| 240 | } |
| 241 | ], |
| 242 | "initial position": [ |
| 243 | { |
| 244 | "character": "Liam", |
| 245 | "position": "Position 2" |
| 246 | }, |
| 247 | { |
| 248 | "character": "Mia", |
| 249 | "position": "Position 4" |
| 250 | } |
| 251 | ] |
| 252 | } |
| 253 | ] |