File size: 21,128 Bytes
8a53a03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
{
  "resolution": "360x640",
  "duration_seconds": 32,
  "content_parent_category": "Hobbies & Interests",
  "content_fine_category": "Pranks",
  "youtube_title": "Best Pick Up Line WINS!",
  "youtube_description": "-Merch👕 https://yesquad.store/\n-Discord ▶️ https://discord.com/invite/yesquad",
  "text_to_speech_word_count": 95,
  "youtube_categories": [
    "Gaming"
  ],
  "youtube_tags": [
    "yesquad",
    "yesloth",
    "screedi",
    "jonathan reed",
    "the ye squad",
    "edgy videos",
    "gaming team",
    "gaming clan",
    "fortnite clan",
    "gamer house",
    "yesloth clan",
    "tiktok clan",
    "tiktok team",
    "yesquad tiktoks",
    "gamer team",
    "fortnite tiktok clan",
    "edgy tiktoks",
    "yesquad guess",
    "guess celebrity",
    "yesquad top 5",
    "yesquad sloth",
    "yesquad screedi",
    "gaming house",
    "content group",
    "content house",
    "gamer team house",
    "yesquad faze rug",
    "tiktok gamer",
    "yesquad roblox",
    "yesquad omegle",
    "yesquad house"
  ],
  "youtube_channel": "YeSquad",
  "youtube_view_count": 6864086,
  "youtube_comment_count": 2000,
  "youtube_like_count": 233121,
  "youtube_channel_follower_count": 904000,
  "youtube_upload_date": "20230429",
  "youtube_age_limit": 0,
  "content_metadata": {
    "title": "Pickup Line Challenge",
    "description": "A group of men compete in a pickup line challenge judged by a woman.",
    "characterList": [
      {
        "characterId": "1",
        "name": "Woman",
        "description": "Long brown hair with blonde highlights, wearing a blue tank top and white headphones."
      },
      {
        "characterId": "2",
        "name": "Man 1",
        "description": "Short curly brown hair, clean-shaven, wearing a black t-shirt and black headphones."
      },
      {
        "characterId": "3",
        "name": "Man 2",
        "description": "Short brown hair, wearing a black t-shirt with a white design and black headphones."
      },
      {
        "characterId": "4",
        "name": "Man 3",
        "description": "Black hair with a bandana, wearing a white tank top and black headphones."
      }
    ],
    "scenes": [
      {
        "sceneId": 1,
        "title": "Pickup Line Challenge Announcement",
        "timestamps": {
          "start_timestamp": "00:00:00.000",
          "end_timestamp": "00:00:02.833"
        },
        "cast": [
          "Woman",
          "Man 1",
          "Man 2",
          "Man 3"
        ],
        "activities": [
          {
            "description": "Woman announces a pickup line challenge.",
            "timestamp": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:01.000"
            }
          },
          {
            "description": "Men react excitedly.",
            "timestamp": {
              "start_timestamp": "00:00:01.000",
              "end_timestamp": "00:00:02.833"
            }
          }
        ],
        "props": [
          {
            "name": "Microphones",
            "timestamp": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:02.833"
            }
          },
          {
            "name": "Headphones",
            "timestamp": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:02.833"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Fast cuts between the Woman and the Men.",
            "timestamps": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:02.833"
            }
          },
          {
            "description": "Text overlay: \"HAS,\" \"PICKUP,\" \"WINS.\"",
            "timestamps": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:02.833"
            }
          }
        ],
        "mood": {
          "description": "Excited.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "Sets up a pickup line competition.",
            "timestamp": "00:00:00.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Man 1",
              "Man 2",
              "Man 3"
            ],
            "description": "The Woman acts as the host while the Men are the contestants."
          }
        ],
        "thematicElements": "",
        "contextualRelevance": "",
        "dynamismScore": 0.9,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 2,
        "title": "Man 1's Pickup Line Attempt",
        "timestamps": {
          "start_timestamp": "00:00:02.867",
          "end_timestamp": "00:00:10.233"
        },
        "cast": [
          "Woman",
          "Man 1"
        ],
        "activities": [
          {
            "description": "Man 1 attempts a pickup line about the Woman's mouth.",
            "timestamp": {
              "start_timestamp": "00:00:04.000",
              "end_timestamp": "00:00:06.000"
            }
          },
          {
            "description": "Woman reacts with confusion.",
            "timestamp": {
              "start_timestamp": "00:00:06.000",
              "end_timestamp": "00:00:07.000"
            }
          },
          {
            "description": "Man 1 expresses his failure.",
            "timestamp": {
              "start_timestamp": "00:00:07.000",
              "end_timestamp": "00:00:08.000"
            }
          },
          {
            "description": "Woman calls the pickup line awful.",
            "timestamp": {
              "start_timestamp": "00:00:08.000",
              "end_timestamp": "00:00:09.000"
            }
          },
          {
            "description": "Man 1 expresses disbelief.",
            "timestamp": {
              "start_timestamp": "00:00:09.000",
              "end_timestamp": "00:00:10.000"
            }
          }
        ],
        "props": [
          {
            "name": "Microphones",
            "timestamp": {
              "start_timestamp": "00:00:03.000",
              "end_timestamp": "00:00:10.000"
            }
          },
          {
            "name": "Headphones",
            "timestamp": {
              "start_timestamp": "00:00:03.000",
              "end_timestamp": "00:00:10.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Split-screen showing the Woman and Man 1.",
            "timestamps": {
              "start_timestamp": "00:00:03.000",
              "end_timestamp": "00:00:10.000"
            }
          },
          {
            "description": "Text overlay: \"I WAS,\" \"HOW,\" \"YOUR,\" \"WHY?,\" \"THIS,\" \"AWFUL,\" \"WTF!\"",
            "timestamps": {
              "start_timestamp": "00:00:03.000",
              "end_timestamp": "00:00:10.000"
            }
          }
        ],
        "mood": {
          "description": "Humorous, transitioning to awkward and uncomfortable.",
          "keyMoments": [
            {
              "timestamp": "00:00:07.000",
              "changeDescription": "The Woman's confused expression and her question \"Why?\""
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "Man 1 fails his attempt at a pickup line.",
            "timestamp": "00:00:10.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Man 1"
            ],
            "description": "Awkward interaction between the Woman and Man 1."
          }
        ],
        "thematicElements": "Humor, awkwardness, failure.",
        "contextualRelevance": "",
        "dynamismScore": 0.7,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 3,
        "title": "Man 2's Humorous Attempt",
        "timestamps": {
          "start_timestamp": "00:00:10.267",
          "end_timestamp": "00:00:17.433"
        },
        "cast": [
          "Woman",
          "Man 2"
        ],
        "activities": [
          {
            "description": "Man 2 pretends to draw the Woman.",
            "timestamp": {
              "start_timestamp": "00:00:11.000",
              "end_timestamp": "00:00:12.000"
            }
          },
          {
            "description": "Woman stays still.",
            "timestamp": {
              "start_timestamp": "00:00:12.000",
              "end_timestamp": "00:00:13.000"
            }
          },
          {
            "description": "Man 2 finishes drawing and reveals a wet spot on his pants.",
            "timestamp": {
              "start_timestamp": "00:00:14.000",
              "end_timestamp": "00:00:15.000"
            }
          },
          {
            "description": "Woman laughs.",
            "timestamp": {
              "start_timestamp": "00:00:15.000",
              "end_timestamp": "00:00:16.000"
            }
          }
        ],
        "props": [
          {
            "name": "Microphones",
            "timestamp": {
              "start_timestamp": "00:00:10.267",
              "end_timestamp": "00:00:17.000"
            }
          },
          {
            "name": "Headphones",
            "timestamp": {
              "start_timestamp": "00:00:10.267",
              "end_timestamp": "00:00:17.000"
            }
          },
          {
            "name": "Drawing pad (off-screen).",
            "timestamp": {
              "start_timestamp": "00:00:11.000",
              "end_timestamp": "00:00:12.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Split-screen showing the Woman and Man 2.",
            "timestamps": {
              "start_timestamp": "00:00:10.267",
              "end_timestamp": "00:00:17.000"
            }
          },
          {
            "description": "Text overlay: \"MOVE,\" \"DONE,\" \"FINISHED,\" \"HAHA.\"",
            "timestamps": {
              "start_timestamp": "00:00:10.267",
              "end_timestamp": "00:00:17.000"
            }
          }
        ],
        "mood": {
          "description": "Humorous and light-hearted.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "Man 2 attempts a humorous pickup line that backfires.",
            "timestamp": "00:00:15.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Man 2"
            ],
            "description": "Humorous interaction between the Woman and Man 2."
          }
        ],
        "thematicElements": "Humor, absurdity, unexpected outcomes.",
        "contextualRelevance": "Man 2's accidental wetting himself could be interpreted as a physical manifestation of his nervousness or attraction to the Woman.",
        "dynamismScore": 0.8,
        "audioVisualCorrelation": 0.8
      },
      {
        "sceneId": 4,
        "title": "Man 3's Cheesy Pickup Line",
        "timestamps": {
          "start_timestamp": "00:00:17.467",
          "end_timestamp": "00:00:22.567"
        },
        "cast": [
          "Woman",
          "Man 3"
        ],
        "activities": [
          {
            "description": "Man 3 delivers a pickup line comparing the Woman to a care package.",
            "timestamp": {
              "start_timestamp": "00:00:17.467",
              "end_timestamp": "00:00:20.000"
            }
          },
          {
            "description": "Woman smiles.",
            "timestamp": {
              "start_timestamp": "00:00:20.000",
              "end_timestamp": "00:00:21.000"
            }
          }
        ],
        "props": [
          {
            "name": "Microphones",
            "timestamp": {
              "start_timestamp": "00:00:17.467",
              "end_timestamp": "00:00:22.000"
            }
          },
          {
            "name": "Headphones",
            "timestamp": {
              "start_timestamp": "00:00:17.467",
              "end_timestamp": "00:00:22.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Split-screen showing the Woman and Man 3.",
            "timestamps": {
              "start_timestamp": "00:00:17.467",
              "end_timestamp": "00:00:22.000"
            }
          },
          {
            "description": "Text overlay: \"ARE YOU,\" \"CARE,\" \"CAUSE,\" \"FELL,\" \"HONESTLY,\" \"WORKING.\"",
            "timestamps": {
              "start_timestamp": "00:00:17.467",
              "end_timestamp": "00:00:22.000"
            }
          }
        ],
        "mood": {
          "description": "Romantic, cheesy, slightly awkward.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "Man 3 delivers a cheesy pickup line.",
            "timestamp": "00:00:21.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Man 3"
            ],
            "description": "Flirty interaction between the Woman and Man 3."
          }
        ],
        "thematicElements": "Romance, flirting, cheesy pickup lines.",
        "contextualRelevance": "",
        "dynamismScore": 0.6,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 5,
        "title": "Man 3's Second Attempt",
        "timestamps": {
          "start_timestamp": "00:00:22.600",
          "end_timestamp": "00:00:28.100"
        },
        "cast": [
          "Woman",
          "Man 3"
        ],
        "activities": [
          {
            "description": "Man 3 delivers a pickup line about Tilted Towers.",
            "timestamp": {
              "start_timestamp": "00:00:23.000",
              "end_timestamp": "00:00:25.000"
            }
          },
          {
            "description": "Woman expresses dislike for the pickup line.",
            "timestamp": {
              "start_timestamp": "00:00:25.000",
              "end_timestamp": "00:00:26.000"
            }
          }
        ],
        "props": [
          {
            "name": "Microphones",
            "timestamp": {
              "start_timestamp": "00:00:22.600",
              "end_timestamp": "00:00:28.000"
            }
          },
          {
            "name": "Headphones",
            "timestamp": {
              "start_timestamp": "00:00:22.600",
              "end_timestamp": "00:00:28.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Split-screen showing the Woman and Man 3.",
            "timestamps": {
              "start_timestamp": "00:00:22.600",
              "end_timestamp": "00:00:28.000"
            }
          },
          {
            "description": "Text overlay: \"TOWERS,\" \"YOU,\" \"THAT,\" \"BAD,\" \"HAHA.\"",
            "timestamps": {
              "start_timestamp": "00:00:22.600",
              "end_timestamp": "00:00:28.000"
            }
          }
        ],
        "mood": {
          "description": "Starts light-hearted, transitions to awkwardness.",
          "keyMoments": [
            {
              "timestamp": "00:00:25.000",
              "changeDescription": "The mood shifts to awkward when the Woman expresses her dislike for the pickup line with a disgusted expression."
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "Man 3 delivers a second pickup line that falls flat.",
            "timestamp": "00:00:25.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Man 3"
            ],
            "description": "The interaction turns awkward after the unsuccessful pickup line."
          }
        ],
        "thematicElements": "Humor, awkwardness, rejection.",
        "contextualRelevance": "",
        "dynamismScore": 0.6,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 6,
        "title": "Winner Announcement",
        "timestamps": {
          "start_timestamp": "00:00:28.133",
          "end_timestamp": "00:00:30.833"
        },
        "cast": [
          "Woman",
          "Man 2"
        ],
        "activities": [
          {
            "description": "Woman announces Man 2 as the winner.",
            "timestamp": {
              "start_timestamp": "00:00:28.133",
              "end_timestamp": "00:00:29.000"
            }
          },
          {
            "description": "Man 2 celebrates excitedly.",
            "timestamp": {
              "start_timestamp": "00:00:29.000",
              "end_timestamp": "00:00:30.000"
            }
          }
        ],
        "props": [
          {
            "name": "Microphones",
            "timestamp": {
              "start_timestamp": "00:00:28.133",
              "end_timestamp": "00:00:30.833"
            }
          },
          {
            "name": "Headphones",
            "timestamp": {
              "start_timestamp": "00:00:28.133",
              "end_timestamp": "00:00:30.833"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Split-screen showing the Woman and Man 2.",
            "timestamps": {
              "start_timestamp": "00:00:28.133",
              "end_timestamp": "00:00:30.833"
            }
          },
          {
            "description": "Text overlay: \"WINNER,\" \"YESLOTH,\" \"WTF.\"",
            "timestamps": {
              "start_timestamp": "00:00:28.133",
              "end_timestamp": "00:00:30.833"
            }
          }
        ],
        "mood": {
          "description": "Excited, celebratory.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "The winner of the pickup line challenge is announced.",
            "timestamp": "00:00:28.133"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Man 2"
            ],
            "description": "The Woman acts as the host and announces the winner, Man 2, who reacts enthusiastically."
          }
        ],
        "thematicElements": "Competition, victory.",
        "contextualRelevance": "",
        "dynamismScore": 0.8,
        "audioVisualCorrelation": 1.0
      }
    ],
    "storylines": {
      "description": "A group of men compete in a pickup line challenge judged by a woman.",
      "scenes": [
        1,
        2,
        3,
        4,
        5,
        6
      ],
      "climax": {
        "description": "The winner is announced.",
        "timestamp": "00:00:28.000"
      }
    },
    "qAndA": [
      {
        "question": "What is the implied activity of Man 2 in Scene 3?",
        "answer": "He is pretending to draw the Woman."
      },
      {
        "question": "Why does Man 1 react with disbelief in Scene 2?",
        "answer": "He is surprised that his pickup line, which he likely thought was clever, was received so poorly."
      },
      {
        "question": "What specific detail in the video reveals the winner before the announcement?",
        "answer": "The text overlay in Scene 6 (0:29) shows \"YESLOTH,\" which is the username of Man 2, before the Woman verbally announces the winner."
      },
      {
        "question": "How does the video use editing to enhance the humor?",
        "answer": "The video utilizes fast cuts, split screens, and comedic text overlays to emphasize reactions and highlight the awkwardness or humor of the situations."
      },
      {
        "question": "What is the overall mood of the video?",
        "answer": "Humorous and light-hearted. The video focuses on funny and awkward pickup line attempts, with the overall tone being playful and entertaining."
      }
    ],
    "trimmingSuggestions": [
      {
        "description": "This scene features a relatively long pickup line that, while well-received, doesn't significantly impact the overall narrative. Trimming or removing this scene could help maintain the fast-paced, humorous tone of the video.",
        "timestamps": {
          "start_timestamp": "00:00:28.133",
          "end_timestamp": "00:00:28.133"
        }
      }
    ],
    "fps": 30.0
  },
  "text_to_speech": "Whoever has the best pickup line then let's go come on my lady I was just wondering uh how wide does your uh your mouth open why and why I never made it this far that was awful what the [ __ ] don't move don't move I'm almost done oh I finished I finished okay you would BO2 Edition care package because you must have fell from heaven honestly it's working are you from tilted Towers because I want to tilt you over I hated that one that was pretty bad and the winner is [Music]"
}