File size: 30,876 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
{
  "resolution": "640x360",
  "duration_seconds": 649,
  "content_parent_category": "Entertainment",
  "content_fine_category": "Daily Vlogs",
  "youtube_title": "CATCHING UP w/my crazy summer | GYMSHARK WEST COAST TOUR",
  "youtube_description": "Purchase my Glute Hypertropy Program (FULL BODY)! - https://robingallantt.com/products/glute-hypertrophy-program\n\nGymshark Channel https://www.youtube.com/GymSharkTV\n\nJaz's Channel https://www.youtube.com/channel/UCSVJEtScOE-0Q2iuAIvg4Ow/about\nEm's Channel https://www.youtube.com/emdunc\nNikki's Channel https://www.youtube.com/nikkiblackketter\nDavid's Channel https://www.youtube.com/user/computerman91\nLex's Channel https://www.youtube.com/user/LexFitness\n\nShop Gymshark here! https://gymshark.com\n\nSONG Lofticries BY PURITY RING https://www.youtube.com/watch?v=PmRraoL9v7k (Canada represent!) \n\nFind me on...\nINSTAGRAM https://www.instagram.com/robingallantt\nSNAPCHAT https://www.snapchat.com/add/robingallantt",
  "text_to_speech_word_count": 1759,
  "youtube_categories": [
    "People & Blogs"
  ],
  "youtube_tags": [
    "shredded",
    "lean",
    "abs",
    "flat stomach",
    "glutes",
    "booty",
    "butt",
    "big butt",
    "fitness",
    "fit",
    "vlogger",
    "nikki blackketter",
    "robin gallant",
    "powerlifting",
    "bodybuilding",
    "workout",
    "fat loss",
    "lose fat",
    "exercise",
    "iifym",
    "flexible dieting",
    "muscle",
    "flex",
    "ass",
    "bikini pro",
    "bikini competitor",
    "contest prep",
    "muffin top",
    "jazmine garcia",
    "gymshark",
    "tammy hembrow",
    "amanda bucci",
    "buff bunny",
    "buffbunny",
    "heidi somers",
    "girls",
    "david laid",
    "steve cook"
  ],
  "youtube_channel": "Robin Gallant",
  "youtube_view_count": 83763,
  "youtube_comment_count": 185,
  "youtube_like_count": 1747,
  "youtube_channel_follower_count": 384000,
  "youtube_upload_date": "20161014",
  "youtube_age_limit": 0,
  "content_metadata": {
    "title": "A Day with GymShark: Adventures, Growth, and Reflection",
    "description": "The video captures a day with the GymShark crew, showcasing exciting activities, personal growth through travels, and reflective moments.",
    "characterList": [
      {
        "characterId": "1",
        "name": "Woman",
        "description": "Blonde hair, wearing pink T-shirt and black choker necklace."
      },
      {
        "characterId": "2",
        "name": "Ben",
        "description": "Short dark hair, muscular build, wearing a gray T-shirt in the car, a black tank top at the gym, and a black hoodie on the pier."
      },
      {
        "characterId": "3",
        "name": "Jasmine",
        "description": "Long dark hair, wearing a black hoodie and sunglasses."
      },
      {
        "characterId": "4",
        "name": "Dan",
        "description": "Short brown hair, muscular build, wearing black tank top and gold wristwatch."
      },
      {
        "characterId": "5",
        "name": "Emily",
        "description": "Long dark hair, wearing sunglasses, white tank top, and black leggings."
      }
    ],
    "scenes": [
      {
        "sceneId": 1,
        "title": "Scene 1: Arrival and Excitement at Santa Monica Pier",
        "timestamps": {
          "start_timestamp": "00:00:00.000",
          "end_timestamp": "00:00:29.363"
        },
        "cast": [
          "Woman",
          "Ben",
          "Jasmine",
          "Dan"
        ],
        "activities": [
          {
            "description": "Ben takes pictures of Jasmine with a camera",
            "timestamp": {
              "start_timestamp": "00:00:08.008",
              "end_timestamp": "00:00:08.008"
            }
          },
          {
            "description": "Arriving at Santa Monica Pier",
            "timestamp": {
              "start_timestamp": "00:00:19.987",
              "end_timestamp": "00:00:19.987"
            }
          }
        ],
        "props": [
          {
            "name": "Sony camera",
            "timestamp": {
              "start_timestamp": "00:00:08.008",
              "end_timestamp": "00:00:08.008"
            }
          },
          {
            "name": "Metal water bottle",
            "timestamp": {
              "start_timestamp": "00:00:19.987",
              "end_timestamp": "00:00:19.987"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Quick cuts between shots of city streets and buildings",
            "timestamps": {
              "start_timestamp": "00:00:04.004",
              "end_timestamp": "00:00:07.007"
            }
          },
          {
            "description": "Quick cuts between shots of the pier, people walking, and the ocean",
            "timestamps": {
              "start_timestamp": "00:00:25.993",
              "end_timestamp": "00:00:28.996"
            }
          }
        ],
        "mood": {
          "description": "Excited, Happy. The fast pace of the video and upbeat music contribute to the sense of excitement.",
          "keyMoments": [
            {
              "timestamp": "00:00:15.015",
              "changeDescription": "The scene shifts from daytime to evening, creating a transition from a bright and energetic mood to a more relaxed and mellow atmosphere."
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "This scene introduces the characters and sets the stage for a fun outing.",
            "timestamp": "00:00:00.000"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Ben",
              "Jasmine",
              "Dan"
            ],
            "description": "The characters are friendly and seem excited to be together."
          }
        ],
        "thematicElements": "Anticipation of an adventure",
        "contextualRelevance": "The scene introduces the setting and characters, setting the tone for the day's adventures.",
        "dynamismScore": 0.8,
        "audioVisualCorrelation": 0.7
      },
      {
        "sceneId": 2,
        "title": "Scene 2: Adventure and Entertainment on the Pier",
        "timestamps": {
          "start_timestamp": "00:00:29.396",
          "end_timestamp": "00:01:03.230"
        },
        "cast": [
          "Woman",
          "Ben",
          "Jasmine",
          "Dan"
        ],
        "activities": [
          {
            "description": "Walking on the pier",
            "timestamp": {
              "start_timestamp": "00:00:36.003",
              "end_timestamp": "00:00:36.003"
            }
          },
          {
            "description": "Watching a street performer",
            "timestamp": {
              "start_timestamp": "00:00:44.011",
              "end_timestamp": "00:00:44.011"
            }
          },
          {
            "description": "Jasmine and Dan dancing",
            "timestamp": {
              "start_timestamp": "00:00:52.986",
              "end_timestamp": "00:00:52.986"
            }
          }
        ],
        "props": [],
        "videoEditingDetails": [
          {
            "description": "Quick cuts showcasing the lively atmosphere of the pier.",
            "timestamps": {
              "start_timestamp": "00:00:36.003",
              "end_timestamp": "00:00:43.010"
            }
          },
          {
            "description": "Slow-motion effect used to emphasize the dance moves.",
            "timestamps": {
              "start_timestamp": "00:00:49.016",
              "end_timestamp": "00:00:51.985"
            }
          }
        ],
        "mood": {
          "description": "Happy, Exciting. The scene captures the vibrant energy of the pier and the joy of the characters.",
          "keyMoments": [
            {
              "timestamp": "00:00:52.986",
              "changeDescription": "Highlighting the spontaneous dance of Jasmine and Dan, adding to the joy of the scene."
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "The characters continue their fun outing at the pier, enjoying the atmosphere and entertainment.",
            "timestamp": "00:00:36.003"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Jasmine",
              "Dan"
            ],
            "description": "The characters interact casually and seem to be having a great time together."
          }
        ],
        "thematicElements": "Joy and spontaneity",
        "contextualRelevance": "The scene emphasizes the fun and lively atmosphere of the pier.",
        "dynamismScore": 0.9,
        "audioVisualCorrelation": 0.8
      },
      {
        "sceneId": 3,
        "title": "Scene 3: Travels, Gym, and Life Updates",
        "timestamps": {
          "start_timestamp": "00:01:03.263",
          "end_timestamp": "00:05:51.151"
        },
        "cast": [
          "Woman",
          "Ben",
          "Jasmine",
          "Dan",
          "Emily"
        ],
        "activities": [
          {
            "description": "Woman talks about her recent travels.",
            "timestamp": {
              "start_timestamp": "00:01:03.263",
              "end_timestamp": "00:01:03.263"
            }
          },
          {
            "description": "GymShark Family meal in Venice, LA",
            "timestamp": {
              "start_timestamp": "00:01:21.014",
              "end_timestamp": "00:01:21.014"
            }
          },
          {
            "description": "Having dinner and drinks",
            "timestamp": {
              "start_timestamp": "00:01:45.005",
              "end_timestamp": "00:01:45.005"
            }
          },
          {
            "description": "Working out at Gold's Gym in LA",
            "timestamp": {
              "start_timestamp": "00:02:29.016",
              "end_timestamp": "00:02:29.016"
            }
          },
          {
            "description": "Driving through a city",
            "timestamp": {
              "start_timestamp": "00:03:31.011",
              "end_timestamp": "00:03:31.011"
            }
          },
          {
            "description": "Ben interacting with people on the street.",
            "timestamp": {
              "start_timestamp": "00:03:54.000",
              "end_timestamp": "00:03:54.000"
            }
          },
          {
            "description": "Woman packing belongings in an apartment.",
            "timestamp": {
              "start_timestamp": "00:04:17.991",
              "end_timestamp": "00:04:17.991"
            }
          },
          {
            "description": "Vegas Meet Up",
            "timestamp": {
              "start_timestamp": "00:05:51.151",
              "end_timestamp": "00:05:51.151"
            }
          }
        ],
        "props": [
          {
            "name": "List of questions",
            "timestamp": {
              "start_timestamp": "00:01:10.003",
              "end_timestamp": "00:01:10.003"
            }
          },
          {
            "name": "White cloth/napkin",
            "timestamp": {
              "start_timestamp": "00:01:59.987",
              "end_timestamp": "00:01:59.987"
            }
          },
          {
            "name": "Glasses of water, plate of food",
            "timestamp": {
              "start_timestamp": "00:02:09.997",
              "end_timestamp": "00:02:09.997"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Montage of various activities and travels interspersed with the Woman speaking directly to the camera in her room.",
            "timestamps": {
              "start_timestamp": "00:01:03.263",
              "end_timestamp": "00:05:51.151"
            }
          },
          {
            "description": "Fast cuts and upbeat music highlight the energy of the gym workout and the social interaction.",
            "timestamps": {
              "start_timestamp": "00:02:29.016",
              "end_timestamp": "00:03:30.010"
            }
          },
          {
            "description": "Slow-motion effect used when Ben interacts with people on the street, perhaps emphasizing the connection with fans.",
            "timestamps": {
              "start_timestamp": "00:03:57.003",
              "end_timestamp": "00:04:16.990"
            }
          }
        ],
        "mood": {
          "description": "Happy, Excited. The Woman's positive tone and the various activities shown in the montage contribute to the sense of joy and excitement.",
          "keyMoments": [
            {
              "timestamp": "00:02:29.016",
              "changeDescription": "The scene shifts from a relaxed dinner to a high-energy gym workout, creating an auditive and visual transition from a calm mood to a more motivated and dynamic atmosphere."
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "This scene summarizes the Woman's travels and life updates, focusing on her experiences during the GymShark World Tour and her personal growth.",
            "timestamp": "00:01:03.263"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Ben",
              "Jasmine",
              "Dan",
              "Emily"
            ],
            "description": "The Woman interacts with various people, including Ben, Jasmine, Dan, Emily, and fans. The interactions appear genuine and reflect positive relationships."
          }
        ],
        "thematicElements": "Travel and exploration, Personal growth, Importance of community",
        "contextualRelevance": "The scene details the personal growth and community involvement of the Woman.",
        "dynamismScore": 0.9,
        "audioVisualCorrelation": 0.6
      },
      {
        "sceneId": 4,
        "title": "Scene 4: Vegas Meet-Up and Gymshark Fashion",
        "timestamps": {
          "start_timestamp": "00:05:51.184",
          "end_timestamp": "00:08:30.510"
        },
        "cast": [
          "Woman",
          "Emily"
        ],
        "activities": [
          {
            "description": "Talking about GymShark clothing",
            "timestamp": {
              "start_timestamp": "00:05:51.985",
              "end_timestamp": "00:05:51.985"
            }
          },
          {
            "description": "Arriving at the location of the meetup",
            "timestamp": {
              "start_timestamp": "00:06:13.006",
              "end_timestamp": "00:06:13.006"
            }
          },
          {
            "description": "Showing Emily's GymShark Outfit",
            "timestamp": {
              "start_timestamp": "00:06:48.008",
              "end_timestamp": "00:06:48.008"
            }
          }
        ],
        "props": [
          {
            "name": "5-Hour Energy drink",
            "timestamp": {
              "start_timestamp": "00:06:23.984",
              "end_timestamp": "00:06:23.984"
            }
          },
          {
            "name": "Backpack",
            "timestamp": {
              "start_timestamp": "00:06:48.008",
              "end_timestamp": "00:06:48.008"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "The Woman speaks directly to the camera in her room.",
            "timestamps": {
              "start_timestamp": "00:05:51.985",
              "end_timestamp": "00:06:13.006"
            }
          },
          {
            "description": "The scene shifts to a handheld camera style as the Woman and Emily walk through a busy casino area.",
            "timestamps": {
              "start_timestamp": "00:06:13.006",
              "end_timestamp": "00:08:30.010"
            }
          }
        ],
        "mood": {
          "description": "Happy, Excited. The Woman's cheerful demeanor and her anticipation of the meet-up contribute to the positive mood.",
          "keyMoments": [
            {
              "timestamp": "00:06:48.008",
              "changeDescription": "The Woman focuses on showcasing Emily's gym wear, briefly shifting the mood from general excitement to one of fashion appreciation."
            }
          ]
        },
        "narrativeProgression": [
          {
            "description": "This scene captures the lead-up to the meet-up event, with the Woman expressing her excitement and showing Emily's gym wear.",
            "timestamp": "00:06:13.006"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Emily"
            ],
            "description": "The Woman interacts with Emily, showcasing their friendship and shared enthusiasm for the brand."
          }
        ],
        "thematicElements": "Anticipation, Fashion and style",
        "contextualRelevance": "The scene builds up to the excitement of the meet-up event and showcases GymShark's fashion elements.",
        "dynamismScore": 0.7,
        "audioVisualCorrelation": 0.8
      },
      {
        "sceneId": 5,
        "title": "Scene 5: Reflection and Gratitude",
        "timestamps": {
          "start_timestamp": "00:08:30.543",
          "end_timestamp": "00:10:49.115"
        },
        "cast": [
          "Woman",
          "Ben"
        ],
        "activities": [
          {
            "description": "Reflecting on the GymShark tour",
            "timestamp": {
              "start_timestamp": "00:08:30.543",
              "end_timestamp": "00:08:30.543"
            }
          },
          {
            "description": "Expressing gratitude",
            "timestamp": {
              "start_timestamp": "00:10:09.008",
              "end_timestamp": "00:10:09.008"
            }
          }
        ],
        "props": [],
        "videoEditingDetails": [
          {
            "description": "The Woman speaks directly to the camera in her room.",
            "timestamps": {
              "start_timestamp": "00:08:30.543",
              "end_timestamp": "00:10:49.015"
            }
          },
          {
            "description": "Text overlay 'Thank you!'",
            "timestamps": {
              "start_timestamp": "00:09:01.007",
              "end_timestamp": "00:09:01.007"
            }
          },
          {
            "description": "Text overlay 'CLICK HERE'",
            "timestamps": {
              "start_timestamp": "00:10:44.010",
              "end_timestamp": "00:10:44.010"
            }
          }
        ],
        "mood": {
          "description": "Grateful, Reflective. The Woman expresses her appreciation for the GymShark tour experience and its impact on her life.",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "This scene serves as a conclusion, with the Woman reflecting on her overall experience with the tour and expressing gratitude to GymShark and her supporters.",
            "timestamp": "00:08:30.543"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "Woman",
              "Ben"
            ],
            "description": "No direct interaction in this scene, but the Woman's words reflect her relationship with Ben and her appreciation for the GymShark team."
          }
        ],
        "thematicElements": "Gratitude, Reflection, Brand loyalty",
        "contextualRelevance": "The scene concludes the narrative by summarizing the Woman's positive experiences and gratitude.",
        "dynamismScore": 0.4,
        "audioVisualCorrelation": 0.5
      }
    ],
    "storylines": {
      "description": "The video captures two main storylines around the GymShark crew's adventures and personal growth.",
      "scenes": [
        1,
        2,
        3,
        4,
        5
      ],
      "climax": {
        "description": "The pivotal moments of both storylines emphasize joie de vivre and significant transitions.",
        "timestamp": "00:04:17.991"
      }
    },
    "qAndA": [
      {
        "question": "What brand of camera is Ben using to take pictures in the car?",
        "answer": "It's a Sony camera. The brand name is visible on the device."
      },
      {
        "question": "What unusual prop does Dan use during dinner?",
        "answer": "He holds up a white cloth napkin, seemingly making a joke."
      },
      {
        "question": "What happens when the Woman's flight to visit Emily is delayed?",
        "answer": "She ends up spending a night in Halifax and gets to visit her family."
      },
      {
        "question": "What type of energy drink does the Woman consume before the Vegas meet-up?",
        "answer": "She drinks a 5-Hour Energy shot."
      },
      {
        "question": "What key takeaway does the Woman emphasize about GymShark's approach to brand building?",
        "answer": "She highlights that GymShark prioritizes 'actions over words' by investing in genuine connections with their athletes and supporters through events like the World Tour meet-ups."
      }
    ],
    "trimmingSuggestions": [
      {
        "description": "The lengthy monologue in the Woman's room could be condensed, retaining key points while using more visually engaging moments from the montage.",
        "timestamps": {
          "start_timestamp": "00:08:30.543",
          "end_timestamp": "00:08:30.543"
        }
      },
      {
        "description": "This concluding monologue could also be shortened to highlight the most impactful expressions of gratitude and reflection while utilizing more footage from the meet-up or the tour.",
        "timestamps": {
          "start_timestamp": "00:08:30.543",
          "end_timestamp": "00:10:49.015"
        }
      }
    ],
    "fps": 29.97002997002997
  },
  "text_to_speech": "[Music] right [Music] Joslyn and Dan and me get together they're just hilarious and like I was actually choking laughing when Jasmine and Dan were having a damn pop one in Sheena's video sort of sum up the Jim Trek world tour he lost a lot of my footage from the UK and Ireland tour due to my memory card getting corrupted so I also just really really sad because I had an amazing time on the tour and eat up it was really really cool to get to see those cities I was blown away especially I learned of all the amazing people that turned out so thank you um the West Coast tour was also amazing only I was a lot more jet lag for that one was like you still some time zones so I was like dying a 78 damage from the fall asleep at that point after traveling a whole bunch right social interaction tank was just starting to just crack and crumble so it's definitely the combination made me a little bit more rundown and wanting to like kind of hide to myself but it's not obviously doing the group back to these in the meetups or whatever but San Francisco was such a cool city and LA was people as always at La meetup I had a blast chatting about you guys and especially the people who came up to ask me questions looking kind that was really I wanted to give you an update on my life I'm reading on movies here because it gets kind of ridiculous basically to sum it up and I've had like the craziest last three months I wanna say basically since [Music] July let's say summer I've had the craziest summer going into fall of my entire life I don't even know like I was just like I've literally been homeless I've been living out of a suitcase but like honestly like as crazy as it is I've been the happiest that I've ever been in my life I just feel like I'm on the right course of my life and I'm just really really happy and I can't stress that enough so although life has thrown me kind of lemons in the process and it's been super complicated it's like definitely hasn't been the easiest way out or like the most you know standard kind of like routine way oh it's been incredible and I wouldn't go back and I wouldn't change anything I've just been thrown into traveling a whole bunch so it's the most that I've ever traveled in my life in this short period of time up until a couple of years ago I actually had never flown until I was like 22 so to sum it all up the East Coast tour and that was like Philly New York and DC and I flew to Kelowna and I actually spent like less than 24 hours there packing up my stuff and then I flew directly to England at which point I stayed for a couple and I work at the gym card office and I did stuff with gym track so they kept me busy and I was awesome after England I was flying to go visit my friend Emily so you guys saw it in the last video and flight mishaps whatever I ended up staying overnight in Halifax I stayed for a couple of days and I visited my family so I got to see my family which was really really awesome because going to a big changes in my life I was really need to have their supports that was good and then I flew from there to Kentucky and I had a few days Emily and then from Kentucky I flew back to England and I was there about a week early for the UK tour it was like five days or something like that then we have a new page for which obviously we were flying to Edinburgh and Dublin so that was like more blades and then after you paid tour and save a little bit longer than okay because I was going to go to the west coast were after that anyway I decided to fly into Kelowna and I literally in one day I did all of the things that I needed to do like in Canada Exide man outside of Canada I'm just tours and stuff I rented a car from the airport and I went and I see the hotel and then I went to like my old apartment and I packed up all of my stuff into boxes it was like one of the most stressful nerve-racking things I've ever done but I knew that I needed to be done and I had to be an adult about it and risk it tired of being me within like to be that given like a day notice I flew to San Francisco and then they came and they picked up all of my stuff up and then they took it to Toronto so right now it's in stores and then I did the West Coast work which is what you guys are seeing now kind of letting the footage play and we went from San Francisco to LA Vegas after Vegas um Ben and I flew to Vancouver from Vancouver at 9th Luton Toronto and then this past last few days actually I flew home to visit my family for Thanksgiving that was super super fun I got to see like my sister and my nephews and my parents and my brother and it was just really really good I was really happy you got I'm in Toronto now so I sleep from Halifax to Toronto Here I am and I'm just kind of spending this next week just getting all of my together is like getting stuff done viewing this video I'm doing another video recording another video so I really want to like do YouTube so on the 17th now so today is October 13th so on the 17th I fly back to Birmingham and then I'm staying in England for a little while so that's kind of what has happened in my life like obviously I'm not going into like II tales would be like extremely stressful for me normally it definitely pushing outside of what I would be used to like I said I wouldn't change it anything so glad I got that experience of traveling to open up my mind so much and it gives me confidence to do more really excited to make 2017 the year that I see the world [Music] and they might be tired registering a rock star I only had three drinks last night yeah please have like this is the worst lighting for this but I just want to show you what Emily's wearing so she is wearing one of the new switchback tanks in white she's swaggin open gym chair oh it's so cute oh it looks so good you're back oh I like it I like it that brought me yeah it's tied up in the back when you can wear it open and then she's wearing and the new gym Troy bottoms they just came Oh there the flux to in all blocks that have swaggie and she's going on just wearing a bra that are they're coming and [Music] the most water on me honestly I drop this dress [Music] there you go me up because it was a smallest one and it's the most chill weekend it's over and everyone was just kind of calmed down and enjoying their time and everything so it was kind of the best possible way I think to end like obviously some people intend with a bang but like I really I appreciate the chillness so it was really really good definitely allowed for more time just check with each other and time with each other and Vegas was also awesome because Emily actually joined us for that last for the trip it was really great to see her especially since we didn't get out much there listen I want to extend a huge thank you to everyone who Nemo to one of the ships our world groom left us as athletes really do recognize the opportunities that were given by having your guys's support and having the platform that you give us to reach out to you guys and to provide info for you guys and to basically make a career and make money off of doing this so honestly thank you so much I think that Jim shark needs to be recognized as well none of this would have ever happened if they didn't see the value in connecting with their supporters like the fans by the gym shark clothing and see the value in getting us together as athletes and just being a family together bringing us to you guys and cutting out all the travel costs that you might incur visiting one of the Expos and tickets and sacrificing what they would have made sales through food with clothing available and sort of like that I think is such a cool investment there's no other company I know that would do that and then also pay to bring their athletes to different cities it's like overall I think it's such a huge win-win for like both us as athletes and for you guys who are interested in meeting us so basically what I'm trying to say is my decision to work with Jim shark is confirmed on a daily basis and they really do like have such a commitment to to their core values they they don't just say it like they actually do it and I am someone who really will use that actions speak louder than words not to be cheesy but I'm really proud to be a gym track athlete so thank you Jim sure and if you guys are interested you can still purchase my Glu program there's like a little bit of a hold on my account for a little bit because I was just switching over credit cards some of you thought that I stopped selling it but I am still selling it so if you do want to purchase a program I'm going to put a link here on screen a man's down below thank you guys so much for watching and I'll see you this ah"
}