| 1 | [ |
| 2 | { |
| 3 | "scene_information": { |
| 4 | "who": [ |
| 5 | "Alex", |
| 6 | "Maya", |
| 7 | "Leo", |
| 8 | "Zoe" |
| 9 | ], |
| 10 | "where": "Apartment living room", |
| 11 | "what": "The four friends gather in Alex's apartment for a movie night." |
| 12 | }, |
| 13 | "initial position": [ |
| 14 | { |
| 15 | "character": "Alex", |
| 16 | "position": "Position 1" |
| 17 | }, |
| 18 | { |
| 19 | "character": "Maya", |
| 20 | "position": "Position 2" |
| 21 | }, |
| 22 | { |
| 23 | "character": "Leo", |
| 24 | "position": "Position 3" |
| 25 | }, |
| 26 | { |
| 27 | "character": "Zoe", |
| 28 | "position": "Position 5" |
| 29 | } |
| 30 | ], |
| 31 | "dialogues": [ |
| 32 | { |
| 33 | "speaker": "Alex", |
| 34 | "content": "Alright, the movie is ready. Everyone settled?", |
| 35 | "actions": [ |
| 36 | { |
| 37 | "character": "Alex", |
| 38 | "state": "sitting", |
| 39 | "action": "Sitting Talking" |
| 40 | } |
| 41 | ], |
| 42 | "selected shot": "Track Shot" |
| 43 | }, |
| 44 | { |
| 45 | "speaker": "Zoe", |
| 46 | "content": "Can't wait! I've heard great things about this one.", |
| 47 | "actions": [ |
| 48 | { |
| 49 | "character": "Zoe", |
| 50 | "state": "standing", |
| 51 | "action": "Standing Happy" |
| 52 | } |
| 53 | ], |
| 54 | "selected shot": "Long Shot" |
| 55 | }, |
| 56 | { |
| 57 | "speaker": "Leo", |
| 58 | "content": "I hope it's better than the last thriller we watched.", |
| 59 | "actions": [ |
| 60 | { |
| 61 | "character": "Leo", |
| 62 | "state": "standing", |
| 63 | "action": "Standing Talking" |
| 64 | } |
| 65 | ], |
| 66 | "selected shot": "Mid Shot" |
| 67 | }, |
| 68 | { |
| 69 | "speaker": "Maya", |
| 70 | "content": "I'm sure it'll be interesting.", |
| 71 | "actions": [ |
| 72 | { |
| 73 | "character": "Maya", |
| 74 | "state": "sitting", |
| 75 | "action": "Sitting Talking" |
| 76 | } |
| 77 | ], |
| 78 | "selected shot": "Close Shot" |
| 79 | }, |
| 80 | { |
| 81 | "speaker": "Alex", |
| 82 | "content": "Trust me, you'll all love it.", |
| 83 | "actions": [ |
| 84 | { |
| 85 | "character": "Alex", |
| 86 | "state": "sitting", |
| 87 | "action": "Sitting Talking" |
| 88 | } |
| 89 | ], |
| 90 | "selected shot": "Mid Shot" |
| 91 | }, |
| 92 | { |
| 93 | "speaker": "Leo", |
| 94 | "content": "Alright then, let's get started.", |
| 95 | "actions": [ |
| 96 | { |
| 97 | "character": "Leo", |
| 98 | "state": "standing", |
| 99 | "action": "Standing Agree" |
| 100 | } |
| 101 | ], |
| 102 | "selected shot": "Pan Shot" |
| 103 | }, |
| 104 | { |
| 105 | "speaker": "Maya", |
| 106 | "content": "Actually, could we hold on a second?", |
| 107 | "actions": [ |
| 108 | { |
| 109 | "character": "Maya", |
| 110 | "state": "sitting", |
| 111 | "action": "Sitting Thinking" |
| 112 | } |
| 113 | ], |
| 114 | "selected shot": "Close Shot" |
| 115 | }, |
| 116 | { |
| 117 | "speaker": "Zoe", |
| 118 | "content": "Everything okay, Maya?", |
| 119 | "actions": [ |
| 120 | { |
| 121 | "character": "Zoe", |
| 122 | "state": "standing", |
| 123 | "action": "Standing Puzzled" |
| 124 | } |
| 125 | ], |
| 126 | "selected shot": "Close Shot" |
| 127 | }, |
| 128 | { |
| 129 | "speaker": "Maya", |
| 130 | "content": "Yes, just... need a moment.", |
| 131 | "actions": [ |
| 132 | { |
| 133 | "character": "Maya", |
| 134 | "state": "sitting", |
| 135 | "action": "Sitting Depressed" |
| 136 | } |
| 137 | ], |
| 138 | "selected shot": "Close Shot" |
| 139 | }, |
| 140 | { |
| 141 | "speaker": "Alex", |
| 142 | "content": "Take your time.", |
| 143 | "actions": [ |
| 144 | { |
| 145 | "character": "Alex", |
| 146 | "state": "sitting", |
| 147 | "action": "Sitting Agree" |
| 148 | } |
| 149 | ], |
| 150 | "selected shot": "Long Shot" |
| 151 | } |
| 152 | ] |
| 153 | }, |
| 154 | { |
| 155 | "scene_information": { |
| 156 | "who": [ |
| 157 | "Alex", |
| 158 | "Maya", |
| 159 | "Leo", |
| 160 | "Zoe" |
| 161 | ], |
| 162 | "where": "Dining Room", |
| 163 | "what": "During dinner, subtle tensions arise as Maya appears anxious." |
| 164 | }, |
| 165 | "initial position": [ |
| 166 | { |
| 167 | "character": "Alex", |
| 168 | "position": "Position 1" |
| 169 | }, |
| 170 | { |
| 171 | "character": "Maya", |
| 172 | "position": "Position 2" |
| 173 | }, |
| 174 | { |
| 175 | "character": "Leo", |
| 176 | "position": "Position 3" |
| 177 | }, |
| 178 | { |
| 179 | "character": "Zoe", |
| 180 | "position": "Position 4" |
| 181 | } |
| 182 | ], |
| 183 | "dialogues": [ |
| 184 | { |
| 185 | "speaker": "Leo", |
| 186 | "content": "This lasagna is fantastic, Alex.", |
| 187 | "actions": [ |
| 188 | { |
| 189 | "character": "Leo", |
| 190 | "state": "sitting", |
| 191 | "action": "Sitting Talking" |
| 192 | } |
| 193 | ], |
| 194 | "selected shot": "Track Shot" |
| 195 | }, |
| 196 | { |
| 197 | "speaker": "Alex", |
| 198 | "content": "Glad you like it. Secret family recipe.", |
| 199 | "actions": [ |
| 200 | { |
| 201 | "character": "Alex", |
| 202 | "state": "sitting", |
| 203 | "action": "Sitting Happy" |
| 204 | } |
| 205 | ], |
| 206 | "selected shot": "Long Shot" |
| 207 | }, |
| 208 | { |
| 209 | "speaker": "Zoe", |
| 210 | "content": "Maya, you're awfully quiet tonight.", |
| 211 | "actions": [ |
| 212 | { |
| 213 | "character": "Zoe", |
| 214 | "state": "sitting", |
| 215 | "action": "Sitting Talking" |
| 216 | } |
| 217 | ], |
| 218 | "selected shot": "Close Shot" |
| 219 | }, |
| 220 | { |
| 221 | "speaker": "Maya", |
| 222 | "content": "Oh, sorry. Just thinking.", |
| 223 | "actions": [ |
| 224 | { |
| 225 | "character": "Maya", |
| 226 | "state": "sitting", |
| 227 | "action": "Sitting Thinking" |
| 228 | } |
| 229 | ], |
| 230 | "selected shot": "Close Shot" |
| 231 | }, |
| 232 | { |
| 233 | "speaker": "Alex", |
| 234 | "content": "Everything okay?", |
| 235 | "actions": [ |
| 236 | { |
| 237 | "character": "Alex", |
| 238 | "state": "sitting", |
| 239 | "action": "Sitting Talking" |
| 240 | } |
| 241 | ], |
| 242 | "selected shot": "Close Shot" |
| 243 | }, |
| 244 | { |
| 245 | "speaker": "Maya", |
| 246 | "content": "Yes, just a lot on my mind lately.", |
| 247 | "actions": [ |
| 248 | { |
| 249 | "character": "Maya", |
| 250 | "state": "sitting", |
| 251 | "action": "Sitting Thinking" |
| 252 | } |
| 253 | ], |
| 254 | "selected shot": "Close Shot" |
| 255 | }, |
| 256 | { |
| 257 | "speaker": "Leo", |
| 258 | "content": "You know we're here for you.", |
| 259 | "actions": [ |
| 260 | { |
| 261 | "character": "Leo", |
| 262 | "state": "sitting", |
| 263 | "action": "Sitting Talking" |
| 264 | } |
| 265 | ], |
| 266 | "selected shot": "Mid Shot" |
| 267 | }, |
| 268 | { |
| 269 | "speaker": "Maya", |
| 270 | "content": "I appreciate that.", |
| 271 | "actions": [ |
| 272 | { |
| 273 | "character": "Maya", |
| 274 | "state": "sitting", |
| 275 | "action": "Sitting Agree" |
| 276 | } |
| 277 | ], |
| 278 | "selected shot": "Close Shot" |
| 279 | } |
| 280 | ] |
| 281 | }, |
| 282 | { |
| 283 | "scene_information": { |
| 284 | "who": [ |
| 285 | "Maya", |
| 286 | "Alex", |
| 287 | "Leo", |
| 288 | "Zoe" |
| 289 | ], |
| 290 | "where": "Apartment kitchen", |
| 291 | "what": "Maya finally confesses her secret to her friends in the kitchen." |
| 292 | }, |
| 293 | "initial position": [ |
| 294 | { |
| 295 | "character": "Maya", |
| 296 | "position": "Position 2" |
| 297 | }, |
| 298 | { |
| 299 | "character": "Alex", |
| 300 | "position": "Position 1" |
| 301 | }, |
| 302 | { |
| 303 | "character": "Leo", |
| 304 | "position": "Position 3" |
| 305 | }, |
| 306 | { |
| 307 | "character": "Zoe", |
| 308 | "position": "Position 4" |
| 309 | } |
| 310 | ], |
| 311 | "dialogues": [ |
| 312 | { |
| 313 | "speaker": "Maya", |
| 314 | "content": "Guys, I need to tell you something important.", |
| 315 | "actions": [ |
| 316 | { |
| 317 | "character": "Maya", |
| 318 | "state": "standing", |
| 319 | "action": "Standing Thinking" |
| 320 | } |
| 321 | ], |
| 322 | "selected shot": "Track Shot" |
| 323 | }, |
| 324 | { |
| 325 | "speaker": "Alex", |
| 326 | "content": "We're listening.", |
| 327 | "actions": [ |
| 328 | { |
| 329 | "character": "Alex", |
| 330 | "state": "standing", |
| 331 | "action": "Standing Agree" |
| 332 | } |
| 333 | ], |
| 334 | "selected shot": "Long Shot" |
| 335 | }, |
| 336 | { |
| 337 | "speaker": "Maya", |
| 338 | "content": "I've been offered a position abroad, and I think I'm going to take it.", |
| 339 | "actions": [ |
| 340 | { |
| 341 | "character": "Maya", |
| 342 | "state": "standing", |
| 343 | "action": "Standing Talking" |
| 344 | } |
| 345 | ], |
| 346 | "selected shot": "Zoom Shot" |
| 347 | }, |
| 348 | { |
| 349 | "speaker": "Zoe", |
| 350 | "content": "Oh my god, Maya! That's huge!", |
| 351 | "actions": [ |
| 352 | { |
| 353 | "character": "Zoe", |
| 354 | "state": "standing", |
| 355 | "action": "Standing Surprise" |
| 356 | } |
| 357 | ], |
| 358 | "selected shot": "Pan Shot" |
| 359 | }, |
| 360 | { |
| 361 | "speaker": "Leo", |
| 362 | "content": "When did this happen?", |
| 363 | "actions": [ |
| 364 | { |
| 365 | "character": "Leo", |
| 366 | "state": "standing", |
| 367 | "action": "Standing Puzzled" |
| 368 | } |
| 369 | ], |
| 370 | "selected shot": "Pan Shot" |
| 371 | }, |
| 372 | { |
| 373 | "speaker": "Maya", |
| 374 | "content": "A few weeks ago. I've been debating whether to tell you.", |
| 375 | "actions": [ |
| 376 | { |
| 377 | "character": "Maya", |
| 378 | "state": "standing", |
| 379 | "action": "Standing Depressed" |
| 380 | } |
| 381 | ], |
| 382 | "selected shot": "Pan Shot" |
| 383 | }, |
| 384 | { |
| 385 | "speaker": "Alex", |
| 386 | "content": "Why didn't you share this earlier?", |
| 387 | "actions": [ |
| 388 | { |
| 389 | "character": "Alex", |
| 390 | "state": "standing", |
| 391 | "action": "Standing Deny" |
| 392 | } |
| 393 | ], |
| 394 | "selected shot": "Close Shot" |
| 395 | }, |
| 396 | { |
| 397 | "speaker": "Maya", |
| 398 | "content": "I didn't want to upset anyone.", |
| 399 | "actions": [ |
| 400 | { |
| 401 | "character": "Maya", |
| 402 | "state": "standing", |
| 403 | "action": "Standing Depressed" |
| 404 | } |
| 405 | ], |
| 406 | "selected shot": "Close Shot" |
| 407 | }, |
| 408 | { |
| 409 | "speaker": "Leo", |
| 410 | "content": "We're your friends. We support you no matter what.", |
| 411 | "actions": [ |
| 412 | { |
| 413 | "character": "Leo", |
| 414 | "state": "standing", |
| 415 | "action": "Standing Agree" |
| 416 | } |
| 417 | ], |
| 418 | "selected shot": "Mid Shot" |
| 419 | }, |
| 420 | { |
| 421 | "speaker": "Zoe", |
| 422 | "content": "Exactly! We're happy for you, even if we'll miss you.", |
| 423 | "actions": [ |
| 424 | { |
| 425 | "character": "Zoe", |
| 426 | "state": "standing", |
| 427 | "action": "Standing Happy" |
| 428 | } |
| 429 | ], |
| 430 | "selected shot": "Mid Shot" |
| 431 | }, |
| 432 | { |
| 433 | "speaker": "Maya", |
| 434 | "content": "Thank you all. It means so much.", |
| 435 | "actions": [ |
| 436 | { |
| 437 | "character": "Maya", |
| 438 | "state": "standing", |
| 439 | "action": "Standing Happy" |
| 440 | } |
| 441 | ], |
| 442 | "selected shot": "Long Shot" |
| 443 | } |
| 444 | ] |
| 445 | } |
| 446 | ] |
| 447 | |
| 448 |