File size: 22,169 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
{
  "resolution": "360x640",
  "duration_seconds": 59,
  "content_parent_category": "Entertainment",
  "content_fine_category": "Sketches",
  "youtube_title": "Bartender who lets you BYOB?",
  "youtube_description": "Mixology Mayhem!\n\n🔒 Unlock the chaos! Dive into a mixological whirlwind at Status Quo Bar, where a simple drink order turns into a quest for the impossible. 🍹✨\n\nIn this YouTube short, witness the uproarious misadventures of our Barman as he faces the ultimate mixological challenge – concocting a Dark & Stormy without key ingredients! From a lack of ginger beer to an unforeseen twist involving locked keys, each moment is a rollercoaster of hilarious surprises.\n\n🤣\n- 🍹 Dark & Stormy order throws Barman into a panic!\n- 🚗 Unleashing the unexpected from a car stash.\n- 🤷‍♂️ Pockets become a secret weapon.\n- ☕ Espresso martinis and steak tartare? \nThe madness escalates!\n\n🎉 Experience the laughter and absurdity by hitting play! Subscribe for more mixological mayhem and unexpected twists at Status Quo bar. Revel in the unpredictable world of bar humor, quirky tales, and cocktails that defy expectation. Cheers to the unexpected journey in every sip! 🥂🎬\n\nFor all my links: https://kaz.bio\n\n#MixologyMayhem #BarHumor #YouTubeShorts #DarkAndStormy #UnexpectedTwists #CocktailChaos #StatusQuoBar #shorts #comedy #skit",
  "text_to_speech_word_count": 159,
  "youtube_categories": [
    "Comedy"
  ],
  "youtube_tags": [
    "Comedy",
    "Bartender",
    "skit",
    "mixology",
    "sketches",
    "bar",
    "silly",
    "funny",
    "alex kazam",
    "status quo",
    "humor"
  ],
  "youtube_channel": "Alex Kazam",
  "youtube_view_count": 3129973,
  "youtube_comment_count": 382,
  "youtube_like_count": 237681,
  "youtube_channel_follower_count": 278000,
  "youtube_upload_date": "20240229",
  "youtube_age_limit": 0,
  "content_metadata": {
    "title": "A Misunderstanding at the Bar: BYOB Fiasco",
    "description": "A comedic video where a customer misunderstands the concept of BYOB (Bring Your Own Beverage) while ordering a cocktail at a bar.",
    "characterList": [
      {
        "characterId": "1",
        "name": "Bartender",
        "description": "A male with a beard wearing a black button-down shirt. He's behind a bar with shelves full of liquor bottles."
      },
      {
        "characterId": "2",
        "name": "Customer",
        "description": "A male with a beard wearing a red baseball cap, a blue suit, and a blue-striped tie. He's sitting at the bar."
      }
    ],
    "scenes": [
      {
        "sceneId": 1,
        "title": "The Drink Order",
        "timestamps": {
          "start_timestamp": "00:00:00.000",
          "end_timestamp": "00:00:03.750"
        },
        "cast": [
          "Bartender",
          "Customer"
        ],
        "activities": [
          {
            "description": "Customer asks for a Dark and Stormy.",
            "timestamp": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:01.000"
            }
          }
        ],
        "props": [],
        "videoEditingDetails": [
          {
            "description": "Fast cuts between the bartender and the customer.",
            "timestamps": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:03.750"
            }
          },
          {
            "description": "Text overlay: 'What B.Y.O.B. DOESN'T mean'",
            "timestamps": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:02.000"
            }
          },
          {
            "description": "Text overlay: 'WHAT CAN I GET'",
            "timestamps": {
              "start_timestamp": "00:00:02.000",
              "end_timestamp": "00:00:03.750"
            }
          }
        ],
        "mood": {
          "description": "Curious - The fast cuts and text overlay create a sense of intrigue, leaving the viewer wondering what B.Y.O.B. doesn't mean.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "Introduces the setting (a bar) and the characters (bartender and customer). The customer's drink order sets the stage for a humorous misunderstanding.",
            "timestamp": "00:00:00.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Customer",
              "Bartender"
            ],
            "description": "The customer is demanding, while the bartender seems taken aback but tries to fulfill the order."
          }
        ],
        "thematicElements": "Comedy of misunderstandings with the concept of BYOB.",
        "contextualRelevance": "Sets the stage for the unfolding comedic misunderstanding.",
        "dynamismScore": 0.8,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 2,
        "title": "Out of Ginger Beer",
        "timestamps": {
          "start_timestamp": "00:00:03.792",
          "end_timestamp": "00:00:09.167"
        },
        "cast": [
          "Bartender",
          "Customer"
        ],
        "activities": [
          {
            "description": "Bartender says he's out of ginger beer.",
            "timestamp": {
              "start_timestamp": "00:00:04.000",
              "end_timestamp": "00:00:05.000"
            }
          },
          {
            "description": "Customer offers to get ginger beer from his car.",
            "timestamp": {
              "start_timestamp": "00:00:06.000",
              "end_timestamp": "00:00:07.000"
            }
          }
        ],
        "props": [],
        "videoEditingDetails": [
          {
            "description": "Fast cuts continue.",
            "timestamps": {
              "start_timestamp": "00:00:04.000",
              "end_timestamp": "00:00:09.000"
            }
          },
          {
            "description": "Text overlay: 'Dark & Stormy 2 oz. Dark Rum 0.5 oz. Lime Juice 3 oz. Ginger Beer'",
            "timestamps": {
              "start_timestamp": "00:00:04.000",
              "end_timestamp": "00:00:06.000"
            }
          },
          {
            "description": "Text overlay: 'GINGER' 'I'VE GOT A' 'CAR' 'DOES THAT WORK?'",
            "timestamps": {
              "start_timestamp": "00:00:06.000",
              "end_timestamp": "00:00:09.000"
            }
          }
        ],
        "mood": {
          "description": "Humorous, building tension - The customer's absurd offer to fetch ginger beer from his car creates humor and anticipation for the bartender's reaction.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "The misunderstanding around B.Y.O.B. escalates with the customer's solution.",
            "timestamp": "00:00:04.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Bartender",
              "Customer"
            ],
            "description": "The bartender is increasingly surprised by the customer's behavior."
          }
        ],
        "thematicElements": "Escalation of comedic misunderstanding.",
        "contextualRelevance": "Builds on the initial misunderstanding with the bartender.",
        "dynamismScore": 0.9,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 3,
        "title": "Revealing the Rum",
        "timestamps": {
          "start_timestamp": "00:00:09.208",
          "end_timestamp": "00:00:15.875"
        },
        "cast": [
          "Bartender",
          "Customer"
        ],
        "activities": [
          {
            "description": "Bartender reluctantly agrees.",
            "timestamp": {
              "start_timestamp": "00:00:09.208",
              "end_timestamp": "00:00:10.000"
            }
          },
          {
            "description": "Bartender reveals he's out of dark rum.",
            "timestamp": {
              "start_timestamp": "00:00:10.000",
              "end_timestamp": "00:00:12.000"
            }
          },
          {
            "description": "Customer reveals he has a bottle of rum.",
            "timestamp": {
              "start_timestamp": "00:00:13.000",
              "end_timestamp": "00:00:15.000"
            }
          }
        ],
        "props": [
          {
            "name": "Bottle of dark rum",
            "timestamp": {
              "start_timestamp": "00:00:15.875",
              "end_timestamp": "00:00:15.875"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Fast cuts continue.",
            "timestamps": {
              "start_timestamp": "00:00:09.208",
              "end_timestamp": "00:00:15.875"
            }
          },
          {
            "description": "Text overlay: 'AS LONG AS YOU' 'Oh, you know what?' 'BARTENDER' 'SMASHED' 'BOTTLE' 'TODAY' 'BE' 'UNORTHODOX'",
            "timestamps": {
              "start_timestamp": "00:00:13.000",
              "end_timestamp": "00:00:15.875"
            }
          }
        ],
        "mood": {
          "description": "Humorous, absurd - The situation becomes increasingly ridiculous as the customer reveals he has rum.",
          "keyMoments": [
            {
              "timestamp": "00:00:10.000",
              "changeDescription": "Mood Change: From Excited to Confused"
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "The humor peaks as the customer reveals he anticipated the bar's shortcomings.",
            "timestamp": "00:00:09.208"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Customer",
              "Bartender"
            ],
            "description": "The power dynamic subtly shifts as the customer seems more prepared than the bartender."
          }
        ],
        "thematicElements": "Escalating absurdity in customer’s preparedness.",
        "contextualRelevance": "Deepens the comedic scenario.",
        "dynamismScore": 0.9,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 4,
        "title": "Adding Limes",
        "timestamps": {
          "start_timestamp": "00:00:15.917",
          "end_timestamp": "00:00:28.042"
        },
        "cast": [
          "Bartender",
          "Customer"
        ],
        "activities": [
          {
            "description": "Bartender expresses concern about lack of limes.",
            "timestamp": {
              "start_timestamp": "00:00:19.000",
              "end_timestamp": "00:00:20.000"
            }
          },
          {
            "description": "Customer reveals he has limes.",
            "timestamp": {
              "start_timestamp": "00:00:21.000",
              "end_timestamp": "00:00:22.000"
            }
          },
          {
            "description": "Bartender questions why the customer is so prepared.",
            "timestamp": {
              "start_timestamp": "00:00:27.000",
              "end_timestamp": "00:00:28.000"
            }
          },
          {
            "description": "Customer jokes about having everything for a Dark and Stormy.",
            "timestamp": {
              "start_timestamp": "00:00:28.000",
              "end_timestamp": "00:00:28.042"
            }
          }
        ],
        "props": [
          {
            "name": "Bottle of dark rum",
            "timestamp": {
              "start_timestamp": "00:00:18.000",
              "end_timestamp": "00:00:19.000"
            }
          },
          {
            "name": "Bag of limes",
            "timestamp": {
              "start_timestamp": "00:00:25.000",
              "end_timestamp": "00:00:26.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Fast cuts continue.",
            "timestamps": {
              "start_timestamp": "00:00:16.000",
              "end_timestamp": "00:00:28.000"
            }
          },
          {
            "description": "Text overlay: 'AND IF I WAS OUT' 'LIME' 'LIMES' 'WHY DO YOU' 'HA!' 'WHY DO I HAVE EVERYTHING' 'WE NEED FOR A' 'STORMY'",
            "timestamps": {
              "start_timestamp": "00:00:25.000",
              "end_timestamp": "00:00:28.000"
            }
          }
        ],
        "mood": {
          "description": "Comedic, absurd - The repetition of the customer pulling out ingredients adds a comedic rhythm.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "The pattern of the customer being overly prepared is established, turning the initial request into a running gag.",
            "timestamp": "00:00:16.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Customer",
              "Bartender"
            ],
            "description": "The bartender becomes increasingly bewildered, while the customer seems to enjoy his 'preparedness.'"
          }
        ],
        "thematicElements": "Repetition and comedic rhythm in customer’s actions.",
        "contextualRelevance": "Emphasizes the customer’s eccentricity and preparedness.",
        "dynamismScore": 0.9,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 5,
        "title": "Odd Revelations",
        "timestamps": {
          "start_timestamp": "00:00:28.083",
          "end_timestamp": "00:00:39.583"
        },
        "cast": [
          "Bartender",
          "Customer"
        ],
        "activities": [
          {
            "description": "Bartender questions why the customer smells like raw meat and Starbucks.",
            "timestamp": {
              "start_timestamp": "00:00:28.083",
              "end_timestamp": "00:00:29.000"
            }
          },
          {
            "description": "Customer reveals he's having steak after the drink.",
            "timestamp": {
              "start_timestamp": "00:00:37.000",
              "end_timestamp": "00:00:38.000"
            }
          }
        ],
        "props": [
          {
            "name": "Bottle of dark rum",
            "timestamp": {
              "start_timestamp": "00:00:28.083",
              "end_timestamp": "00:00:28.083"
            }
          },
          {
            "name": "Bag of limes",
            "timestamp": {
              "start_timestamp": "00:00:28.083",
              "end_timestamp": "00:00:28.083"
            }
          },
          {
            "name": "Bag of coffee beans and raw steak",
            "timestamp": {
              "start_timestamp": "00:00:39.000",
              "end_timestamp": "00:00:39.583"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Fast cuts continue.",
            "timestamps": {
              "start_timestamp": "00:00:28.083",
              "end_timestamp": "00:00:39.000"
            }
          },
          {
            "description": "Text overlay: 'LIKE' 'RAW MEAT' 'STARBUCKS?' 'Oh, because after this,' 'ESPRESSO' 'AND'",
            "timestamps": {
              "start_timestamp": "00:00:37.000",
              "end_timestamp": "00:00:39.000"
            }
          }
        ],
        "mood": {
          "description": "Comedic, over-the-top - The revelation about the steak and coffee pushes the humor to absurdity.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "The customer's eccentricity is emphasized, suggesting he planned his entire evening around this drink.",
            "timestamp": "00:00:28.083"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Bartender",
              "Customer"
            ],
            "description": "The bartender is speechless, highlighting the customer's oddness."
          }
        ],
        "thematicElements": "Absurdity escalates in the customer’s revelations.",
        "contextualRelevance": "Showcases the customer's quirky nature and preparedness.",
        "dynamismScore": 0.9,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 6,
        "title": "The Climax",
        "timestamps": {
          "start_timestamp": "00:00:39.625",
          "end_timestamp": "00:00:59.375"
        },
        "cast": [
          "Bartender",
          "Customer"
        ],
        "activities": [
          {
            "description": "Bartender offers to have someone get the ginger beer.",
            "timestamp": {
              "start_timestamp": "00:00:41.000",
              "end_timestamp": "00:00:42.000"
            }
          },
          {
            "description": "Customer realizes he locked his keys in the car.",
            "timestamp": {
              "start_timestamp": "00:00:49.000",
              "end_timestamp": "00:00:50.000"
            }
          }
        ],
        "props": [
          {
            "name": "Bottle of dark rum",
            "timestamp": {
              "start_timestamp": "00:00:39.625",
              "end_timestamp": "00:00:39.625"
            }
          },
          {
            "name": "Bag of limes",
            "timestamp": {
              "start_timestamp": "00:00:39.625",
              "end_timestamp": "00:00:39.625"
            }
          },
          {
            "name": "Bag of coffee beans and raw steak",
            "timestamp": {
              "start_timestamp": "00:00:39.625",
              "end_timestamp": "00:00:40.000"
            }
          },
          {
            "name": "Cocktail shaker",
            "timestamp": {
              "start_timestamp": "00:00:42.000",
              "end_timestamp": "00:00:43.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Fast cuts continue.",
            "timestamps": {
              "start_timestamp": "00:00:39.625",
              "end_timestamp": "00:00:58.000"
            }
          },
          {
            "description": "Text overlay: 'Alright, well,' 'YOUR' 'Oh, damn' 'IN THE CAR' 'BUMMER' 'Subscribe if you tip your bartenders' 'HOTTER' 'OUT THERE TODAY' 'BAD NEWS FOR THE GINGER BEER.'",
            "timestamps": {
              "start_timestamp": "00:00:49.000",
              "end_timestamp": "00:00:58.000"
            }
          }
        ],
        "mood": {
          "description": "Comedic, ironic - The customer’s predicament provides a humorous twist after his meticulous planning.",
          "keyMoments": [
            {
              "timestamp": "00:00:49.000",
              "changeDescription": "Mood change: From Happy to Sad"
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "The punchline arrives with the customer's forgetfulness, undermining his earlier confidence.",
            "timestamp": "00:00:39.625"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Customer",
              "Bartender"
            ],
            "description": "The bartender might be feeling a mix of amusement and frustration."
          }
        ],
        "thematicElements": "Ironic twist in comedic preparation.",
        "contextualRelevance": "Conclusion of the customer's ill-preparedness despite seeming prepared.",
        "dynamismScore": 0.8,
        "audioVisualCorrelation": 1.0
      }
    ],
    "storylines": {
      "description": "A customer attempts to order a Dark & Stormy but doesn't understand the concept of BYOB, leading to a humorous exchange where he reveals he brought all the ingredients. However, the punchline reveals he locked his keys in the car, making his preparedness futile.",
      "scenes": [
        1,
        2,
        3,
        4,
        5,
        6
      ],
      "climax": {
        "description": "The customer realizing he locked his keys in the car is the comedic climax.",
        "timestamp": "00:00:49.000"
      }
    },
    "qAndA": [
      {
        "question": "What drink does the customer order?",
        "answer": "A Dark and Stormy."
      },
      {
        "question": "What ingredient does the bartender not have behind the bar?",
        "answer": "Ginger beer."
      },
      {
        "question": "Where does the customer offer to get the missing ingredient?",
        "answer": "His car."
      },
      {
        "question": "What additional items does the customer have in his possession?",
        "answer": "Limes, dark rum, coffee beans, and raw steak."
      },
      {
        "question": "Why is the customer unable to get the ginger beer from his car?",
        "answer": "He locked his keys in the car."
      }
    ],
    "trimmingSuggestions": [
      {
        "description": "The segment where the bartender questions the smell could be trimmed, as it slightly slows the momentum towards the punchline.",
        "timestamps": {
          "start_timestamp": "00:00:39.625",
          "end_timestamp": "00:00:39.625"
        }
      }
    ],
    "fps": 24.0
  },
  "text_to_speech": "what can I get you afternoon I'll take a dark and stormy I don't have ginger beer right now I've got a full case of it in my car just outside does that work as long as you don't mind us oh you know what our opening bartender smashed the last bottle of dark rum today I know this may be unorthodox but and if I was out of limes and lime juice why do you why do I have everything we need for a dark and stormy with no why do you smell like raw meat and Starbucks oh because after this I'd like an espresso martini and steak tacha all right well if you don't like your car I'll get FR to go grab the ginger beer oh damn must have lock the keys in the car bummer and it's hotter than hell out there today bad news for the ginger beer oh yeah and my kids"
}