| 1 | [ |
| 2 | { |
| 3 | "scene_information": { |
| 4 | "who": [ |
| 5 | "Mark", |
| 6 | "Emma", |
| 7 | "Lily", |
| 8 | "Alex" |
| 9 | ], |
| 10 | "where": "Apartment kitchen", |
| 11 | "what": "The family is in the kitchen preparing dinner. Tensions are rising as they interact." |
| 12 | }, |
| 13 | "dialogues": [ |
| 14 | { |
| 15 | "speaker": "Emma", |
| 16 | "content": "Mark, could you pass me the salt, please?", |
| 17 | "actions": [ |
| 18 | { |
| 19 | "character": "Emma", |
| 20 | "state": "standing", |
| 21 | "action": "Standing Talking" |
| 22 | } |
| 23 | ], |
| 24 | "selected shot": "Track Shot" |
| 25 | }, |
| 26 | { |
| 27 | "speaker": "Mark", |
| 28 | "content": "Sure, here you go.", |
| 29 | "actions": [ |
| 30 | { |
| 31 | "character": "Mark", |
| 32 | "state": "standing", |
| 33 | "action": "Standing Talking" |
| 34 | } |
| 35 | ], |
| 36 | "selected shot": "Long Shot" |
| 37 | }, |
| 38 | { |
| 39 | "speaker": "Lily", |
| 40 | "content": "Mom, do we really need to have broccoli again? It's so boring.", |
| 41 | "actions": [ |
| 42 | { |
| 43 | "character": "Lily", |
| 44 | "state": "standing", |
| 45 | "action": "Standing Bored" |
| 46 | } |
| 47 | ], |
| 48 | "selected shot": "Zoom Shot" |
| 49 | }, |
| 50 | { |
| 51 | "speaker": "Emma", |
| 52 | "content": "Vegetables are important, Lily. You can't live on pizza alone.", |
| 53 | "actions": [ |
| 54 | { |
| 55 | "character": "Emma", |
| 56 | "state": "standing", |
| 57 | "action": "Standing Talking" |
| 58 | } |
| 59 | ], |
| 60 | "selected shot": "Mid Shot" |
| 61 | }, |
| 62 | { |
| 63 | "speaker": "Lily", |
| 64 | "content": "I wish I could. At least pizza is exciting.", |
| 65 | "actions": [ |
| 66 | { |
| 67 | "character": "Lily", |
| 68 | "state": "standing", |
| 69 | "action": "Standing Talking" |
| 70 | } |
| 71 | ], |
| 72 | "selected shot": "Close Shot" |
| 73 | }, |
| 74 | { |
| 75 | "speaker": "Mark", |
| 76 | "content": "Well, if you helped cook, maybe you'd appreciate the effort.", |
| 77 | "actions": [ |
| 78 | { |
| 79 | "character": "Mark", |
| 80 | "state": "standing", |
| 81 | "action": "Standing Angry" |
| 82 | } |
| 83 | ], |
| 84 | "selected shot": "Pan Shot" |
| 85 | }, |
| 86 | { |
| 87 | "speaker": "Lily", |
| 88 | "content": "Oh, sorry, I didn't realize expressing an opinion was a crime.", |
| 89 | "actions": [ |
| 90 | { |
| 91 | "character": "Lily", |
| 92 | "state": "standing", |
| 93 | "action": "Standing Deny" |
| 94 | } |
| 95 | ], |
| 96 | "selected shot": "Pan Shot" |
| 97 | }, |
| 98 | { |
| 99 | "speaker": "Alex", |
| 100 | "content": "Come on, guys, let's not start before dinner even begins.", |
| 101 | "actions": [ |
| 102 | { |
| 103 | "character": "Alex", |
| 104 | "state": "standing", |
| 105 | "action": "Standing Agree" |
| 106 | } |
| 107 | ], |
| 108 | "selected shot": "Pan Shot" |
| 109 | }, |
| 110 | { |
| 111 | "speaker": "Emma", |
| 112 | "content": "Lily, your sarcasm isn't helping.", |
| 113 | "actions": [ |
| 114 | { |
| 115 | "character": "Emma", |
| 116 | "state": "standing", |
| 117 | "action": "Standing Deny" |
| 118 | } |
| 119 | ], |
| 120 | "selected shot": "Pan Shot" |
| 121 | }, |
| 122 | { |
| 123 | "speaker": "Lily", |
| 124 | "content": "Neither is being forced to eat food I don't like.", |
| 125 | "actions": [ |
| 126 | { |
| 127 | "character": "Lily", |
| 128 | "state": "standing", |
| 129 | "action": "Standing Angry" |
| 130 | } |
| 131 | ], |
| 132 | "selected shot": "Long Shot" |
| 133 | }, |
| 134 | { |
| 135 | "speaker": "Mark", |
| 136 | "content": "Enough, Lily. Just set the table, please.", |
| 137 | "actions": [ |
| 138 | { |
| 139 | "character": "Mark", |
| 140 | "state": "standing", |
| 141 | "action": "Standing Deny" |
| 142 | } |
| 143 | ], |
| 144 | "selected shot": "Close Shot" |
| 145 | }, |
| 146 | { |
| 147 | "speaker": "Lily", |
| 148 | "content": "Fine.", |
| 149 | "actions": [ |
| 150 | { |
| 151 | "character": "Lily", |
| 152 | "state": "standing", |
| 153 | "action": "Standing Normal" |
| 154 | } |
| 155 | ], |
| 156 | "selected shot": "Mid Shot" |
| 157 | }, |
| 158 | { |
| 159 | "speaker": "Alex", |
| 160 | "content": "I'll help you, sis.", |
| 161 | "actions": [ |
| 162 | { |
| 163 | "character": "Alex", |
| 164 | "state": "standing", |
| 165 | "action": "Standing Agree" |
| 166 | } |
| 167 | ], |
| 168 | "selected shot": "Long Shot" |
| 169 | } |
| 170 | ], |
| 171 | "initial position": [ |
| 172 | { |
| 173 | "character": "Mark", |
| 174 | "position": "Position 2" |
| 175 | }, |
| 176 | { |
| 177 | "character": "Emma", |
| 178 | "position": "Position 1" |
| 179 | }, |
| 180 | { |
| 181 | "character": "Lily", |
| 182 | "position": "Position 4" |
| 183 | }, |
| 184 | { |
| 185 | "character": "Alex", |
| 186 | "position": "Position 3" |
| 187 | } |
| 188 | ] |
| 189 | }, |
| 190 | { |
| 191 | "scene_information": { |
| 192 | "who": [ |
| 193 | "Mark", |
| 194 | "Emma", |
| 195 | "Lily", |
| 196 | "Alex" |
| 197 | ], |
| 198 | "where": "Meeting room", |
| 199 | "what": "During dinner, an argument escalates when Lily brings up wanting to go on a trip with friends, leading to disagreement." |
| 200 | }, |
| 201 | "dialogues": [ |
| 202 | { |
| 203 | "speaker": "Emma", |
| 204 | "content": "So, how was everyone's day?", |
| 205 | "actions": [ |
| 206 | { |
| 207 | "character": "Emma", |
| 208 | "state": "sitting", |
| 209 | "action": "Sitting Talking" |
| 210 | } |
| 211 | ], |
| 212 | "selected shot": "Track Shot" |
| 213 | }, |
| 214 | { |
| 215 | "speaker": "Alex", |
| 216 | "content": "Classes were good. I got an A on my economics paper.", |
| 217 | "actions": [ |
| 218 | { |
| 219 | "character": "Alex", |
| 220 | "state": "sitting", |
| 221 | "action": "Sitting Talking" |
| 222 | } |
| 223 | ], |
| 224 | "selected shot": "Long Shot" |
| 225 | }, |
| 226 | { |
| 227 | "speaker": "Emma", |
| 228 | "content": "That's wonderful, Alex!", |
| 229 | "actions": [ |
| 230 | { |
| 231 | "character": "Emma", |
| 232 | "state": "sitting", |
| 233 | "action": "Sitting Claping" |
| 234 | } |
| 235 | ], |
| 236 | "selected shot": "Zoom Shot" |
| 237 | }, |
| 238 | { |
| 239 | "speaker": "Mark", |
| 240 | "content": "Proud of you, son.", |
| 241 | "actions": [ |
| 242 | { |
| 243 | "character": "Mark", |
| 244 | "state": "sitting", |
| 245 | "action": "Sitting Talking" |
| 246 | } |
| 247 | ], |
| 248 | "selected shot": "Mid Shot" |
| 249 | }, |
| 250 | { |
| 251 | "speaker": "Lily", |
| 252 | "content": "Must be nice to have everything figured out.", |
| 253 | "actions": [ |
| 254 | { |
| 255 | "character": "Lily", |
| 256 | "state": "sitting", |
| 257 | "action": "Sitting Talking" |
| 258 | } |
| 259 | ], |
| 260 | "selected shot": "Close Shot" |
| 261 | }, |
| 262 | { |
| 263 | "speaker": "Emma", |
| 264 | "content": "Lily, how about you? Anything new at school?", |
| 265 | "actions": [ |
| 266 | { |
| 267 | "character": "Emma", |
| 268 | "state": "sitting", |
| 269 | "action": "Sitting Talking" |
| 270 | } |
| 271 | ], |
| 272 | "selected shot": "Mid Shot" |
| 273 | }, |
| 274 | { |
| 275 | "speaker": "Lily", |
| 276 | "content": "Actually, yes. My friends are planning a road trip this weekend. I'd like to go.", |
| 277 | "actions": [ |
| 278 | { |
| 279 | "character": "Lily", |
| 280 | "state": "sitting", |
| 281 | "action": "Sitting Talking" |
| 282 | } |
| 283 | ], |
| 284 | "selected shot": "Mid Shot" |
| 285 | }, |
| 286 | { |
| 287 | "speaker": "Mark", |
| 288 | "content": "A road trip? With whom?", |
| 289 | "actions": [ |
| 290 | { |
| 291 | "character": "Mark", |
| 292 | "state": "sitting", |
| 293 | "action": "Sitting Talking" |
| 294 | } |
| 295 | ], |
| 296 | "selected shot": "Long Shot" |
| 297 | }, |
| 298 | { |
| 299 | "speaker": "Lily", |
| 300 | "content": "Just some friends from school.", |
| 301 | "actions": [ |
| 302 | { |
| 303 | "character": "Lily", |
| 304 | "state": "sitting", |
| 305 | "action": "Sitting Talking" |
| 306 | } |
| 307 | ], |
| 308 | "selected shot": "Mid Shot" |
| 309 | }, |
| 310 | { |
| 311 | "speaker": "Emma", |
| 312 | "content": "I don't think that's a good idea. You're too young for unsupervised trips.", |
| 313 | "actions": [ |
| 314 | { |
| 315 | "character": "Emma", |
| 316 | "state": "sitting", |
| 317 | "action": "Sitting Talking" |
| 318 | } |
| 319 | ], |
| 320 | "selected shot": "Pan Shot" |
| 321 | }, |
| 322 | { |
| 323 | "speaker": "Lily", |
| 324 | "content": "I'm seventeen! I can handle myself.", |
| 325 | "actions": [ |
| 326 | { |
| 327 | "character": "Lily", |
| 328 | "state": "sitting", |
| 329 | "action": "Sitting Talking" |
| 330 | } |
| 331 | ], |
| 332 | "selected shot": "Pan Shot" |
| 333 | }, |
| 334 | { |
| 335 | "speaker": "Mark", |
| 336 | "content": "We barely know these friends of yours.", |
| 337 | "actions": [ |
| 338 | { |
| 339 | "character": "Mark", |
| 340 | "state": "sitting", |
| 341 | "action": "Sitting Talking" |
| 342 | } |
| 343 | ], |
| 344 | "selected shot": "Pan Shot" |
| 345 | }, |
| 346 | { |
| 347 | "speaker": "Lily", |
| 348 | "content": "Because you never bother to meet them!", |
| 349 | "actions": [ |
| 350 | { |
| 351 | "character": "Lily", |
| 352 | "state": "sitting", |
| 353 | "action": "Sitting Talking" |
| 354 | } |
| 355 | ], |
| 356 | "selected shot": "Pan Shot" |
| 357 | }, |
| 358 | { |
| 359 | "speaker": "Emma", |
| 360 | "content": "Lower your voice, young lady.", |
| 361 | "actions": [ |
| 362 | { |
| 363 | "character": "Emma", |
| 364 | "state": "sitting", |
| 365 | "action": "Sitting Talking" |
| 366 | } |
| 367 | ], |
| 368 | "selected shot": "Pan Shot" |
| 369 | }, |
| 370 | { |
| 371 | "speaker": "Lily", |
| 372 | "content": "Why? So you can control everything I do? I'm not a child!", |
| 373 | "actions": [ |
| 374 | { |
| 375 | "character": "Lily", |
| 376 | "state": "sitting", |
| 377 | "action": "Sitting Talking" |
| 378 | } |
| 379 | ], |
| 380 | "selected shot": "Pan Shot" |
| 381 | }, |
| 382 | { |
| 383 | "speaker": "Alex", |
| 384 | "content": "Maybe we can discuss this calmly.", |
| 385 | "actions": [ |
| 386 | { |
| 387 | "character": "Alex", |
| 388 | "state": "sitting", |
| 389 | "action": "Sitting Talking" |
| 390 | } |
| 391 | ], |
| 392 | "selected shot": "Close Shot" |
| 393 | }, |
| 394 | { |
| 395 | "speaker": "Mark", |
| 396 | "content": "Stay out of this, Alex.", |
| 397 | "actions": [ |
| 398 | { |
| 399 | "character": "Mark", |
| 400 | "state": "sitting", |
| 401 | "action": "Sitting Talking" |
| 402 | } |
| 403 | ], |
| 404 | "selected shot": "Close Shot" |
| 405 | }, |
| 406 | { |
| 407 | "speaker": "Lily", |
| 408 | "content": "Of course, perfect Alex can do no wrong!", |
| 409 | "actions": [ |
| 410 | { |
| 411 | "character": "Lily", |
| 412 | "state": "sitting", |
| 413 | "action": "Sitting Talking" |
| 414 | } |
| 415 | ], |
| 416 | "selected shot": "Mid Shot" |
| 417 | }, |
| 418 | { |
| 419 | "speaker": "Emma", |
| 420 | "content": "That's enough, Lily. You're not going, and that's final.", |
| 421 | "actions": [ |
| 422 | { |
| 423 | "character": "Emma", |
| 424 | "state": "sitting", |
| 425 | "action": "Sitting Talking" |
| 426 | } |
| 427 | ], |
| 428 | "selected shot": "Close Shot" |
| 429 | }, |
| 430 | { |
| 431 | "speaker": "Lily", |
| 432 | "content": "You know what? I can't stand this anymore!", |
| 433 | "actions": [ |
| 434 | { |
| 435 | "character": "Lily", |
| 436 | "state": "sitting", |
| 437 | "action": "Stand Up" |
| 438 | } |
| 439 | ], |
| 440 | "selected shot": "Mid Shot" |
| 441 | } |
| 442 | ], |
| 443 | "initial position": [ |
| 444 | { |
| 445 | "character": "Mark", |
| 446 | "position": "Position 1" |
| 447 | }, |
| 448 | { |
| 449 | "character": "Emma", |
| 450 | "position": "Position 2" |
| 451 | }, |
| 452 | { |
| 453 | "character": "Lily", |
| 454 | "position": "Position 5" |
| 455 | }, |
| 456 | { |
| 457 | "character": "Alex", |
| 458 | "position": "Position 3" |
| 459 | } |
| 460 | ] |
| 461 | }, |
| 462 | { |
| 463 | "scene_information": { |
| 464 | "who": [ |
| 465 | "Emma", |
| 466 | "Lily" |
| 467 | ], |
| 468 | "where": "Apartment living room", |
| 469 | "what": "After dinner, Emma and Lily discuss the argument and try to understand each other's perspectives." |
| 470 | }, |
| 471 | "dialogues": [ |
| 472 | { |
| 473 | "speaker": "Emma", |
| 474 | "content": "Can we talk?", |
| 475 | "actions": [ |
| 476 | { |
| 477 | "character": "Emma", |
| 478 | "state": "standing", |
| 479 | "action": "Standing Talking" |
| 480 | } |
| 481 | ], |
| 482 | "selected shot": "Long Shot" |
| 483 | }, |
| 484 | { |
| 485 | "speaker": "Lily", |
| 486 | "content": "What's there to talk about? You never listen anyway.", |
| 487 | "actions": [ |
| 488 | { |
| 489 | "character": "Lily", |
| 490 | "state": "sitting", |
| 491 | "action": "Sitting Talking" |
| 492 | } |
| 493 | ], |
| 494 | "selected shot": "Close Shot" |
| 495 | }, |
| 496 | { |
| 497 | "speaker": "Emma", |
| 498 | "content": "I'm sorry if it feels that way. We just worry about you.", |
| 499 | "actions": [ |
| 500 | { |
| 501 | "character": "Emma", |
| 502 | "state": "standing", |
| 503 | "action": "Standing Talking" |
| 504 | } |
| 505 | ], |
| 506 | "selected shot": "Mid Shot" |
| 507 | }, |
| 508 | { |
| 509 | "speaker": "Lily", |
| 510 | "content": "Worry or control?", |
| 511 | "actions": [ |
| 512 | { |
| 513 | "character": "Lily", |
| 514 | "state": "sitting", |
| 515 | "action": "Sitting Talking" |
| 516 | } |
| 517 | ], |
| 518 | "selected shot": "Close Shot" |
| 519 | }, |
| 520 | { |
| 521 | "speaker": "Emma", |
| 522 | "content": "It's not about control. We want you to be safe.", |
| 523 | "actions": [ |
| 524 | { |
| 525 | "character": "Emma", |
| 526 | "state": "standing", |
| 527 | "action": "Standing Talking" |
| 528 | } |
| 529 | ], |
| 530 | "selected shot": "Mid Shot" |
| 531 | }, |
| 532 | { |
| 533 | "speaker": "Lily", |
| 534 | "content": "I just want a little freedom. You let Alex do whatever he wants.", |
| 535 | "actions": [ |
| 536 | { |
| 537 | "character": "Lily", |
| 538 | "state": "sitting", |
| 539 | "action": "Sitting Talking" |
| 540 | } |
| 541 | ], |
| 542 | "selected shot": "Close Shot" |
| 543 | }, |
| 544 | { |
| 545 | "speaker": "Emma", |
| 546 | "content": "That's not true.", |
| 547 | "actions": [ |
| 548 | { |
| 549 | "character": "Emma", |
| 550 | "state": "standing", |
| 551 | "action": "Standing Talking" |
| 552 | } |
| 553 | ], |
| 554 | "selected shot": "Mid Shot" |
| 555 | }, |
| 556 | { |
| 557 | "speaker": "Lily", |
| 558 | "content": "Feels like it.", |
| 559 | "actions": [ |
| 560 | { |
| 561 | "character": "Lily", |
| 562 | "state": "sitting", |
| 563 | "action": "Sitting Talking" |
| 564 | } |
| 565 | ], |
| 566 | "selected shot": "Close Shot" |
| 567 | }, |
| 568 | { |
| 569 | "speaker": "Emma", |
| 570 | "content": "Maybe we haven't been fair. But you need to understand our perspective.", |
| 571 | "actions": [ |
| 572 | { |
| 573 | "character": "Emma", |
| 574 | "state": "standing", |
| 575 | "action": "Standing Talking" |
| 576 | } |
| 577 | ], |
| 578 | "selected shot": "Mid Shot" |
| 579 | }, |
| 580 | { |
| 581 | "speaker": "Lily", |
| 582 | "content": "Maybe you should try understanding mine.", |
| 583 | "actions": [ |
| 584 | { |
| 585 | "character": "Lily", |
| 586 | "state": "sitting", |
| 587 | "action": "Sitting Talking" |
| 588 | } |
| 589 | ], |
| 590 | "selected shot": "Close Shot" |
| 591 | }, |
| 592 | { |
| 593 | "speaker": "Emma", |
| 594 | "content": "Perhaps we can find a compromise.", |
| 595 | "actions": [ |
| 596 | { |
| 597 | "character": "Emma", |
| 598 | "state": "standing", |
| 599 | "action": "Sit Down" |
| 600 | } |
| 601 | ], |
| 602 | "selected shot": "Mid Shot" |
| 603 | }, |
| 604 | { |
| 605 | "speaker": "Lily", |
| 606 | "content": "Like what?", |
| 607 | "actions": [ |
| 608 | { |
| 609 | "character": "Lily", |
| 610 | "state": "sitting", |
| 611 | "action": "Sitting Talking" |
| 612 | } |
| 613 | ], |
| 614 | "selected shot": "Close Shot" |
| 615 | }, |
| 616 | { |
| 617 | "speaker": "Emma", |
| 618 | "content": "Maybe we can meet your friends first, and if we feel comfortable, we can discuss the trip.", |
| 619 | "actions": [ |
| 620 | { |
| 621 | "character": "Emma", |
| 622 | "state": "sitting", |
| 623 | "action": "Sitting Talking" |
| 624 | } |
| 625 | ], |
| 626 | "selected shot": "Mid Shot" |
| 627 | }, |
| 628 | { |
| 629 | "speaker": "Lily", |
| 630 | "content": "Really?", |
| 631 | "actions": [ |
| 632 | { |
| 633 | "character": "Lily", |
| 634 | "state": "sitting", |
| 635 | "action": "Sitting Laughing" |
| 636 | } |
| 637 | ], |
| 638 | "selected shot": "Close Shot" |
| 639 | }, |
| 640 | { |
| 641 | "speaker": "Emma", |
| 642 | "content": "Yes, but you have to be willing to work with us.", |
| 643 | "actions": [ |
| 644 | { |
| 645 | "character": "Emma", |
| 646 | "state": "sitting", |
| 647 | "action": "Sitting Talking" |
| 648 | } |
| 649 | ], |
| 650 | "selected shot": "Mid Shot" |
| 651 | }, |
| 652 | { |
| 653 | "speaker": "Lily", |
| 654 | "content": "Fine. I can do that.", |
| 655 | "actions": [ |
| 656 | { |
| 657 | "character": "Lily", |
| 658 | "state": "sitting", |
| 659 | "action": "Sitting Talking" |
| 660 | } |
| 661 | ], |
| 662 | "selected shot": "Close Shot" |
| 663 | } |
| 664 | ], |
| 665 | "initial position": [ |
| 666 | { |
| 667 | "character": "Emma", |
| 668 | "position": "Position 1" |
| 669 | }, |
| 670 | { |
| 671 | "character": "Lily", |
| 672 | "position": "Position 2" |
| 673 | } |
| 674 | ] |
| 675 | } |
| 676 | ] |