mfarre HF staff commited on
Commit
8a53a03
1 Parent(s): 1e1c315
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +5 -4
  2. app.py +788 -0
  3. logo.png +0 -0
  4. metadata/-Dpap9i2yb4.json +906 -0
  5. metadata/09KmKSz4r_Y.json +393 -0
  6. metadata/3rhsSPxQ39c.json +618 -0
  7. metadata/5a6uouatCM0.json +1268 -0
  8. metadata/5xKfzIYlpW0.json +1032 -0
  9. metadata/69_i31b3f2E.json +1029 -0
  10. metadata/7BhJmDPB7RU.json +516 -0
  11. metadata/9zqRljmFsB4.json +860 -0
  12. metadata/BtbQ7_il7iQ.json +627 -0
  13. metadata/CMA8BJCjlUA.json +903 -0
  14. metadata/DBn1iy9wQA4.json +752 -0
  15. metadata/LGRsqar8yk8.json +689 -0
  16. metadata/MewNUHRGOm0.json +693 -0
  17. metadata/NPB8XDpx1ao.json +1231 -0
  18. metadata/OVKaA1YCeH8.json +489 -0
  19. metadata/P7WnJZ55sgc.json +1556 -0
  20. metadata/PrAwsi3Ldzo.json +640 -0
  21. metadata/PwscWHMFkiE.json +794 -0
  22. metadata/Ru3nrJt-KRo.json +826 -0
  23. metadata/StKxb6z-MHk.json +326 -0
  24. metadata/T2azPjFcEH8.json +520 -0
  25. metadata/_85luiLyPpg.json +682 -0
  26. metadata/_cKN1HYBnqY.json +542 -0
  27. metadata/bbNbcE8qCIk.json +542 -0
  28. metadata/eb_4nuNxQto.json +342 -0
  29. metadata/fKX4qV0i9dw.json +398 -0
  30. metadata/g9GtUQs7XUM.json +687 -0
  31. metadata/q7j8CyvJf0Q.json +417 -0
  32. metadata/yuBeE-PNm_s.json +753 -0
  33. metadata/zdj0yyoEz7I.json +881 -0
  34. requirements.txt +1 -0
  35. video/-Dpap9i2yb4.mp4 +3 -0
  36. video/09KmKSz4r_Y.mp4 +3 -0
  37. video/3rhsSPxQ39c.mp4 +3 -0
  38. video/5a6uouatCM0.mp4 +3 -0
  39. video/5xKfzIYlpW0.mp4 +3 -0
  40. video/69_i31b3f2E.mp4 +3 -0
  41. video/7BhJmDPB7RU.mp4 +3 -0
  42. video/9zqRljmFsB4.mp4 +3 -0
  43. video/BtbQ7_il7iQ.mp4 +3 -0
  44. video/CMA8BJCjlUA.mp4 +3 -0
  45. video/LGRsqar8yk8.mp4 +3 -0
  46. video/MewNUHRGOm0.mp4 +3 -0
  47. video/OVKaA1YCeH8.mp4 +3 -0
  48. video/P7WnJZ55sgc.mp4 +3 -0
  49. video/PrAwsi3Ldzo.mp4 +3 -0
  50. video/PwscWHMFkiE.mp4 +3 -0
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
 
2
  title: FineVideo Explorer
3
- emoji: 🐢
4
- colorFrom: purple
5
- colorTo: gray
6
  sdk: gradio
7
- sdk_version: 4.43.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
 
1
  ---
2
+ iframe_resizer: false
3
  title: FineVideo Explorer
4
+ emoji:
5
+ colorFrom: indigo
6
+ colorTo: purple
7
  sdk: gradio
8
+ sdk_version: 4.42.0
9
  app_file: app.py
10
  pinned: false
11
  license: apache-2.0
app.py ADDED
@@ -0,0 +1,788 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import logging
3
+ import json
4
+ import os
5
+ from typing import Dict, Any, List
6
+ from itertools import groupby
7
+
8
+ # Configure logging
9
+ logging.basicConfig(level=logging.INFO)
10
+ logger = logging.getLogger(__name__)
11
+
12
+ video_folder = 'video/'
13
+ metadata_folder = 'metadata/'
14
+
15
+ def load_video_list() -> List[Dict[str, str]]:
16
+ video_list = []
17
+ for filename in os.listdir(video_folder):
18
+ if filename.endswith('.mp4'):
19
+ video_id = os.path.splitext(filename)[0]
20
+ metadata_path = os.path.join(metadata_folder, f"{video_id}.json")
21
+ if os.path.exists(metadata_path):
22
+ with open(metadata_path, 'r') as f:
23
+ metadata = json.load(f)
24
+ metadata = metadata['content_metadata']
25
+ title = metadata.get('title', 'Untitled')
26
+ video_list.append({"video_id": video_id, "title": title})
27
+
28
+ # Define the custom order for the first five videos
29
+ custom_order = ['7BhJmDPB7RU', 'PrAwsi3Ldzo', '3rhsSPxQ39c', 'P7WnJZ55sgc', 'g9GtUQs7XUM']
30
+
31
+ # Custom sorting function
32
+ def custom_sort(item):
33
+ try:
34
+ return custom_order.index(item['video_id'])
35
+ except ValueError:
36
+ return len(custom_order) + 1 # Place non-specified videos after the custom ordered ones
37
+
38
+ # Sort the video list
39
+ video_list.sort(key=lambda x: (custom_sort(x), x['title']))
40
+
41
+ return video_list
42
+
43
+ def score_to_emoji(score):
44
+ if score < 0.2:
45
+ return "😴"
46
+ elif score < 0.4:
47
+ return "🙂"
48
+ elif score < 0.6:
49
+ return "😊"
50
+ elif score < 0.8:
51
+ return "😃"
52
+ else:
53
+ return "🤩"
54
+ def load_metadata(video_id: str) -> Dict[str, Any]:
55
+ metadata_path = os.path.join(metadata_folder, f"{video_id}.json")
56
+ try:
57
+ with open(metadata_path, 'r') as f:
58
+ asd =json.load(f)
59
+ return asd['content_metadata']
60
+ except FileNotFoundError:
61
+ logger.error(f"Metadata file not found for video ID: {video_id}")
62
+ raise
63
+ except json.JSONDecodeError:
64
+ logger.error(f"Invalid JSON in metadata file for video ID: {video_id}")
65
+ raise
66
+
67
+ def timestamp_to_seconds(timestamp: str) -> float:
68
+ try:
69
+ h, m, s = timestamp.split(':')
70
+ return int(h) * 3600 + int(m) * 60 + float(s)
71
+ except ValueError:
72
+ logger.error(f"Invalid timestamp format: {timestamp}")
73
+ return 0.0
74
+
75
+ def format_timestamp(timestamp: str) -> str:
76
+ try:
77
+ h, m, s = timestamp.split(':')
78
+ return f"{int(m):02d}:{int(float(s)):02d}"
79
+ except Exception as e:
80
+ logger.error(f"Invalid timestamp format: {timestamp}")
81
+ return ""
82
+ def create_scene_table(scene: Dict[str, Any]) -> str:
83
+ dynamism_score = scene.get('dynamismScore', 0)
84
+ av_correlation = scene.get('audioVisualCorrelation', 0)
85
+ cast = ", ".join([cast_member for cast_member in scene.get('cast', []) if cast_member and cast_member != 'None'])
86
+
87
+ output = f"""
88
+ <div class="scene-container">
89
+ <h3>Scene {scene.get('sceneId', 'Unknown')}: {scene.get('title', '')}</h3>
90
+ <p>Dynamism: {score_to_emoji(dynamism_score)} Audio-visual correlation: {score_to_emoji(av_correlation)} Cast: {cast}</p>
91
+ <table class="metadata-table">
92
+ <tr>
93
+ <th>Timestamp</th>
94
+ <th>Type</th>
95
+ <th>Description</th>
96
+ </tr>
97
+ """
98
+
99
+ scene_events = []
100
+
101
+ # Collect all scene data
102
+ data_types = [
103
+ ('Activities', scene.get('activities', [])),
104
+ ('Props', scene.get('props', [])),
105
+ ('Mood', [scene.get('mood', {})]),
106
+ ('Narrative Progression', scene.get('narrativeProgression', [])),
107
+ ('Video Editing Details', scene.get('videoEditingDetails', [])),
108
+ ('Thematic Elements', [{'description': scene.get('thematicElements', '')}]),
109
+ ('Contextual Relevance', [{'description': scene.get('contextualRelevance', '')}]),
110
+ ('Character Interaction', scene.get('characterInteraction', []))
111
+ ]
112
+
113
+ for data_type, data_list in data_types:
114
+ for item in data_list:
115
+ if isinstance(item, dict):
116
+ start_time = ''
117
+ end_time = ''
118
+ description = ''
119
+
120
+ if data_type == 'Activities':
121
+ start_time = item.get('timestamp', {}).get('start_timestamp', '')
122
+ end_time = item.get('timestamp', {}).get('end_timestamp', '')
123
+ description = item.get('description', '')
124
+ elif data_type == 'Props':
125
+ start_time = item.get('timestamp', {}).get('start_timestamp', '')
126
+ end_time = item.get('timestamp', {}).get('end_timestamp', '')
127
+ description = item.get('name', '')
128
+ elif data_type == 'Video Editing Details':
129
+ start_time = item.get('timestamps', {}).get('start_timestamp', '')
130
+ end_time = item.get('timestamps', {}).get('end_timestamp', '')
131
+ description = item.get('description', '')
132
+ elif data_type == 'Mood':
133
+ description = item.get('description', '')
134
+ # Handle mood changes
135
+ for mood_change in item.get('keyMoments', []):
136
+ if isinstance(mood_change, dict):
137
+ mood_change_description = mood_change.get('changeDescription', '')
138
+ if mood_change_description and mood_change_description != 'None':
139
+ scene_events.append({
140
+ 'timestamp_start': mood_change.get('timestamp', ''),
141
+ 'timestamp_end': '',
142
+ 'type': 'Mood Change',
143
+ 'description': mood_change_description
144
+ })
145
+ elif data_type == 'Character Interaction':
146
+ characters = ', '.join([char for char in item.get('characters', []) if char and char != 'None'])
147
+ description = f"{characters}: {item.get('description', '')}"
148
+ else:
149
+ start_time = item.get('timestamp', '')
150
+ description = item.get('description', '')
151
+
152
+ if description and description != 'None': # Only add the event if there's a valid description
153
+ scene_events.append({
154
+ 'timestamp_start': start_time,
155
+ 'timestamp_end': end_time,
156
+ 'type': data_type,
157
+ 'description': description
158
+ })
159
+ elif isinstance(item, str) and item and item != 'None': # Only add non-empty and non-'None' string items
160
+ scene_events.append({
161
+ 'timestamp_start': '',
162
+ 'timestamp_end': '',
163
+ 'type': data_type,
164
+ 'description': item
165
+ })
166
+
167
+ # Sort events by timestamp
168
+ scene_events.sort(key=lambda x: x['timestamp_start'] if x['timestamp_start'] else '')
169
+
170
+ for event in scene_events:
171
+ start_time = format_timestamp(event['timestamp_start'])
172
+ end_time = format_timestamp(event['timestamp_end'])
173
+ start_link = f'<a href="#" class="timestamp-link" data-timestamp="{event["timestamp_start"]}">{start_time}</a>' if start_time else ''
174
+ end_link = f' - <a href="#" class="timestamp-link" data-timestamp="{event["timestamp_end"]}">{end_time}</a>' if end_time else ''
175
+
176
+ output += f"""
177
+ <tr>
178
+ <td>{start_link}{end_link}</td>
179
+ <td>{event['type']}</td>
180
+ <td>{event['description']}</td>
181
+ </tr>
182
+ """
183
+
184
+ output += """
185
+ </table>
186
+ </div>
187
+ """
188
+ return output
189
+
190
+ def create_storylines_table(storylines: Dict[str, Any]) -> str:
191
+ output = """
192
+ <div class="storylines-container">
193
+ <h3>Storylines</h3>
194
+ <table class="metadata-table">
195
+ <tr>
196
+ <th>Storyline</th>
197
+ <th>Scenes Involved</th>
198
+ </tr>
199
+ """
200
+
201
+ output += f"""
202
+ <tr>
203
+ <td>{storylines.get('description', 'No description available')}</td>
204
+ <td>{', '.join(map(str, storylines.get('scenes', [])))}</td>
205
+ </tr>
206
+ """
207
+
208
+ output += """
209
+ </table>
210
+ </div>
211
+ """
212
+ return output
213
+
214
+ def create_qa_section(qa_list: List[Dict[str, str]]) -> str:
215
+ output = """
216
+ <div class="qa-container">
217
+ <h3>Q&A</h3>
218
+ <div class="chat-discussion">
219
+ """
220
+
221
+ for qa in qa_list:
222
+ output += f"""
223
+ <div class="question">{qa.get('question', '')}</div>
224
+ <div class="answer">{qa.get('answer', '')}</div>
225
+ """
226
+
227
+ output += """
228
+ </div>
229
+ </div>
230
+ """
231
+ return output
232
+
233
+ def create_trimming_suggestions(suggestions: List[Dict[str, Any]]) -> str:
234
+ output = """
235
+ <div class="trimming-suggestions-container">
236
+ <h3>Trimming Suggestions</h3>
237
+ <table class="metadata-table">
238
+ <tr>
239
+ <th>Timestamp</th>
240
+ <th>Description</th>
241
+ </tr>
242
+ """
243
+
244
+ for suggestion in suggestions:
245
+ start_time = suggestion.get('timestamps', {}).get('start_timestamp', '')
246
+ end_time = suggestion.get('timestamps', {}).get('end_timestamp', '')
247
+ start_formatted = format_timestamp(start_time)
248
+ end_formatted = format_timestamp(end_time)
249
+
250
+ output += f"""
251
+ <tr>
252
+ <td>
253
+ <a href="#" class="timestamp-link" data-timestamp="{start_time}">{start_formatted}</a>
254
+ {f' - <a href="#" class="timestamp-link" data-timestamp="{end_time}">{end_formatted}</a>' if end_time else ''}
255
+ </td>
256
+ <td>{suggestion.get('description', '')}</td>
257
+ </tr>
258
+ """
259
+
260
+ output += """
261
+ </table>
262
+ </div>
263
+ """
264
+ return output
265
+
266
+ def create_filmstrip(scenes: List[Dict[str, Any]], video_duration: float) -> str:
267
+ filmstrip_html = f"""
268
+ <div id="filmstrip-inner" style="position: relative; width: 100%; height: 100%;" data-duration="{video_duration}">
269
+ """
270
+
271
+ for scene in scenes:
272
+ start_time = timestamp_to_seconds(scene['timestamps'].get('start_timestamp', '0:00:00'))
273
+ end_time = timestamp_to_seconds(scene['timestamps'].get('end_timestamp', str(video_duration)))
274
+ left_pos = (start_time / video_duration) * 100
275
+ width = ((end_time - start_time) / video_duration) * 100
276
+ title = scene.get('title', '')
277
+ filmstrip_html += f'''
278
+ <div class="scene-marker" style="position: absolute; left: {left_pos}%; width: {width}%; height: 100%; background-color: rgba(0, 0, 255, 0.2); border-right: 1px solid blue; overflow: hidden;">
279
+ <div class="scene-title" style="font-size: 10px; word-wrap: break-word; padding: 2px;">{title}</div>
280
+ </div>
281
+ '''
282
+
283
+ filmstrip_html += """
284
+ <div id="scrubbing-needle" style="position: absolute; width: 2px; height: 100%; background-color: red; top: 0; left: 0; pointer-events: none;"></div>
285
+ </div>
286
+ """
287
+ return filmstrip_html
288
+
289
+ # def generate_correlation_scores(metadata: Dict[str, Any]) -> str:
290
+ # dynamism_score = metadata.get('dynamismscore', 0)
291
+ # av_correlation = metadata.get('audiovisualcorrelation', 0)
292
+
293
+ # def score_to_emoji(score):
294
+ # if score < 0.2:
295
+ # return "😴"
296
+ # elif score < 0.4:
297
+ # return "🙂"
298
+ # elif score < 0.6:
299
+ # return "😊"
300
+ # elif score < 0.8:
301
+ # return "😃"
302
+ # else:
303
+ # return "🤩"
304
+
305
+ # return f"""
306
+ # <div class="correlation-scores">
307
+ # <p>Dynamism: {score_to_emoji(dynamism_score)} ({dynamism_score:.2f})</p>
308
+ # <p>Audio-Visual Correlation: {score_to_emoji(av_correlation)} ({av_correlation:.2f})</p>
309
+ # </div>
310
+ # """
311
+
312
+ def process_video(video_id: str):
313
+ try:
314
+ #logger.info(f"Processing video with ID: {video_id}")
315
+ metadata = load_metadata(video_id)
316
+ video_path = os.path.join(video_folder, f"{video_id}.mp4")
317
+
318
+ if not os.path.exists(video_path):
319
+ logger.error(f"Video file not found: {video_path}")
320
+ return None, "", f"Error: Video file not found for ID {video_id}"
321
+
322
+ # Character List Table
323
+ character_table = """
324
+ <h3>Characters</h3>
325
+ <table class="metadata-table">
326
+ <tr>
327
+ <th>Character</th>
328
+ <th>Description</th>
329
+ </tr>
330
+ """
331
+ for character in metadata.get('characterList', []):
332
+ character_table += f"""
333
+ <tr>
334
+ <td>{character.get('name', '')}</td>
335
+ <td>{character.get('description', '')}</td>
336
+ </tr>
337
+ """
338
+ character_table += "</table>"
339
+
340
+ additional_data = f"""
341
+ <div class="video-info">
342
+ <h2>{metadata.get('title', 'Untitled')}</h2>
343
+ <p><strong>Description:</strong> {metadata.get('description', 'No description available')}</p>
344
+ </div>
345
+ {character_table}
346
+ """
347
+
348
+ scenes_output = ""
349
+ for scene in metadata.get('scenes', []):
350
+ scenes_output += create_scene_table(scene)
351
+
352
+ storylines_output = create_storylines_table(metadata.get('storylines', {}))
353
+ qa_output = create_qa_section(metadata.get('qAndA', []))
354
+ trimming_suggestions_output = create_trimming_suggestions(metadata.get('trimmingSuggestions', []))
355
+
356
+ # Generate filmstrip HTML
357
+ last_scene = metadata['scenes'][-1]
358
+ video_duration = timestamp_to_seconds(last_scene['timestamps'].get('end_timestamp', '0:00:00'))
359
+ filmstrip_html = create_filmstrip(metadata['scenes'], video_duration)
360
+
361
+ logger.info("Video processing completed successfully")
362
+ return video_path, filmstrip_html, additional_data + scenes_output + storylines_output + qa_output + trimming_suggestions_output
363
+ except Exception as e:
364
+ logger.exception(f"Error processing video: {str(e)}")
365
+ return None, "", f"Error processing video: {str(e)}"
366
+
367
+ css = """
368
+ body {
369
+ margin: 0;
370
+ padding: 0;
371
+ font-family: Arial, sans-serif;
372
+ overflow: hidden;
373
+ }
374
+ .container {
375
+ display: flex;
376
+ flex-direction: column;
377
+ height: 100vh;
378
+ }
379
+ #header {
380
+ display: flex;
381
+ align-items: center;
382
+ padding: 10px;
383
+ background-color: white;
384
+ }
385
+ #logo {
386
+ width: auto;
387
+ height: 150px;
388
+ margin-right: 20px;
389
+ box-shadow: none !important;
390
+ border: none !important;
391
+ background: none !important;
392
+ object-fit: contain;
393
+ }
394
+ #header-content {
395
+ flex-grow: 1;
396
+ display: flex;
397
+ justify-content: space-between;
398
+ align-items: center;
399
+ }
400
+ #header-content h1 {
401
+ margin: 0;
402
+ font-size: 45px;
403
+ font-weight: bold;
404
+ }
405
+ #header-content a {
406
+ font-size: 18px;
407
+ color: #0066cc;
408
+ text-decoration: none;
409
+ }
410
+ #header-content a:hover {
411
+ text-decoration: underline;
412
+ }
413
+ #top-panel {
414
+ position: sticky;
415
+ top: 10vh;
416
+ background-color: white;
417
+ z-index: 100;
418
+ padding: 20px;
419
+ box-shadow: 0 2px 5px rgba(0,0,0,0.1);
420
+ display: flex;
421
+ height: 35vh;
422
+ overflow: hidden;
423
+ }
424
+ #video-list-column {
425
+ display: flex;
426
+ flex-direction: column;
427
+ max-height: 100%;
428
+ width: 30%;
429
+ overflow-y: auto;
430
+ }
431
+ #video-list label {
432
+ display: block;
433
+ width: 100%;
434
+ }
435
+ #video-column {
436
+ display: flex;
437
+ flex-direction: column;
438
+ max-height: 100%;
439
+ overflow: hidden;
440
+ width: 70%;
441
+ }
442
+ #video-column > div:first-child {
443
+ display: flex;
444
+ flex-direction: column;
445
+ height: calc(100% - 100px);
446
+ }
447
+ #video-column video {
448
+ max-height: 100%;
449
+ object-fit: contain;
450
+ width: 100%;
451
+ margin: 0;
452
+ }
453
+ #filmstrip-container {
454
+ width: 100%;
455
+ height: 80px !important;
456
+ background-color: #f0f0f0;
457
+ position: relative;
458
+ overflow: hidden;
459
+ cursor: pointer;
460
+ margin-top: 0;
461
+ }
462
+ #filmstrip-container > div,
463
+ #filmstrip-container > div > div,
464
+ #filmstrip-container > div > div > div {
465
+ height: 100% !important;
466
+ }
467
+ #scrollable-content {
468
+ flex-grow: 1;
469
+ overflow-y: auto;
470
+ padding: 20px;
471
+ height: calc(55vh - 40px);
472
+ }
473
+ #metadata-container {
474
+ margin-top: 20px;
475
+ }
476
+ .content-samples {
477
+ display: flex;
478
+ flex-direction: column;
479
+ overflow-y: auto;
480
+ max-height: 100%;
481
+ }
482
+ .content-samples > .wrap {
483
+ display: flex;
484
+ flex-direction: column;
485
+ }
486
+ .content-samples .hidden {
487
+ display: none !important;
488
+ }
489
+ .content-samples > .wrap > .wrap {
490
+ display: flex !important;
491
+ flex-direction: column !important;
492
+ }
493
+ .content-samples label {
494
+ padding: 10px;
495
+ cursor: pointer;
496
+ border-bottom: 1px solid #ddd;
497
+ white-space: nowrap;
498
+ overflow: hidden;
499
+ text-overflow: ellipsis;
500
+ }
501
+ .content-samples label:hover {
502
+ background-color: #f0f0f0;
503
+ }
504
+ .video-info {
505
+ margin-bottom: 20px;
506
+ }
507
+ .scene-container {
508
+ margin-bottom: 30px;
509
+ }
510
+ .metadata-table {
511
+ width: 100%;
512
+ border-collapse: collapse;
513
+ margin-bottom: 20px;
514
+ }
515
+ .metadata-table th, .metadata-table td {
516
+ border: 1px solid #ddd;
517
+ padding: 8px;
518
+ text-align: left;
519
+ }
520
+ .metadata-table th {
521
+ background-color: #f2f2f2;
522
+ }
523
+ .metadata-table tr:nth-child(even) {
524
+ background-color: #f9f9f9;
525
+ }
526
+ .timestamp-link {
527
+ color: #0066cc;
528
+ text-decoration: none;
529
+ cursor: pointer;
530
+ }
531
+ .timestamp-link:hover {
532
+ text-decoration: underline;
533
+ }
534
+ .chat-discussion {
535
+ background-color: #f0f0f0;
536
+ border-radius: 10px;
537
+ padding: 15px;
538
+ margin-bottom: 20px;
539
+ }
540
+ .question {
541
+ font-weight: bold;
542
+ margin-bottom: 5px;
543
+ }
544
+ .answer {
545
+ margin-bottom: 15px;
546
+ padding-left: 15px;
547
+ }
548
+ .correlation-scores {
549
+ font-size: 18px;
550
+ margin-bottom: 20px;
551
+ }
552
+ #reinitialization-overlay {
553
+ position: fixed;
554
+ top: 0;
555
+ left: 0;
556
+ width: 100%;
557
+ height: 100%;
558
+ background-color: rgba(0, 0, 0, 0.5);
559
+ display: flex;
560
+ justify-content: center;
561
+ align-items: center;
562
+ z-index: 9999;
563
+ color: white;
564
+ font-size: 24px;
565
+ font-weight: bold;
566
+ }
567
+
568
+ @media (max-width: 768px) {
569
+ #header {
570
+ flex-direction: column;
571
+ align-items: flex-start;
572
+ }
573
+ #header-content h1 {
574
+ font-size: 24px;
575
+ }
576
+ #header-content p {
577
+ font-size: 14px;
578
+ }
579
+ #logo {
580
+ align-self: flex-end;
581
+ margin-top: 10px;
582
+ }
583
+ #top-panel {
584
+ flex-direction: column;
585
+ }
586
+ #video-list-column, #video-column {
587
+ width: 100%;
588
+ }
589
+ }
590
+ .icon-buttons button {
591
+ display: none !important;
592
+ }
593
+ """
594
+
595
+ js = """
596
+ <script>
597
+ (function() {
598
+ let isReinitializing = false;
599
+ let lastVideoSrc = null;
600
+
601
+ function showOverlay() {
602
+ let overlay = document.getElementById('reinitialization-overlay');
603
+ if (!overlay) {
604
+ overlay = document.createElement('div');
605
+ overlay.id = 'reinitialization-overlay';
606
+ overlay.style.position = 'fixed';
607
+ overlay.style.top = '0';
608
+ overlay.style.left = '0';
609
+ overlay.style.width = '100%';
610
+ overlay.style.height = '100%';
611
+ overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.5)';
612
+ overlay.style.display = 'flex';
613
+ overlay.style.justifyContent = 'center';
614
+ overlay.style.alignItems = 'center';
615
+ overlay.style.zIndex = '9999';
616
+
617
+ const message = document.createElement('div');
618
+ message.textContent = 'Loading assets...';
619
+ message.style.color = 'white';
620
+ message.style.fontSize = '24px';
621
+ message.style.fontWeight = 'bold';
622
+
623
+ overlay.appendChild(message);
624
+ document.body.appendChild(overlay);
625
+ }
626
+ overlay.style.display = 'flex';
627
+ }
628
+
629
+ function hideOverlay() {
630
+ const overlay = document.getElementById('reinitialization-overlay');
631
+ if (overlay) {
632
+ overlay.style.display = 'none';
633
+ }
634
+ }
635
+
636
+ function initializeFilmstrip() {
637
+ var videoElement = document.querySelector('video');
638
+ var filmstripContainer = document.getElementById('filmstrip-container');
639
+ var filmstripInner = filmstripContainer ? filmstripContainer.querySelector('#filmstrip-inner') : null;
640
+ var scrubbingNeedle = document.getElementById('scrubbing-needle');
641
+
642
+ if (!videoElement || !filmstripContainer || !filmstripInner || !scrubbingNeedle) {
643
+ return;
644
+ }
645
+
646
+ var videoDuration = parseFloat(filmstripInner.getAttribute('data-duration') || videoElement.duration);
647
+
648
+ videoElement.addEventListener('timeupdate', function() {
649
+ var progress = videoElement.currentTime / videoDuration;
650
+ scrubbingNeedle.style.left = (progress * 100) + '%';
651
+ });
652
+
653
+ filmstripContainer.addEventListener('click', function(event) {
654
+ var rect = filmstripContainer.getBoundingClientRect();
655
+ var clickPosition = (event.clientX - rect.left) / rect.width;
656
+ videoElement.currentTime = clickPosition * videoDuration;
657
+ });
658
+ }
659
+
660
+ function initializeTimestampLinks() {
661
+ var videoElement = document.querySelector('video');
662
+ var links = document.querySelectorAll('.timestamp-link');
663
+
664
+ if (!videoElement || links.length === 0) {
665
+ return;
666
+ }
667
+
668
+ links.forEach(function(link) {
669
+ link.addEventListener('click', function(e) {
670
+ e.preventDefault();
671
+ var timestamp = this.getAttribute('data-timestamp');
672
+ var parts = timestamp.split(':');
673
+ var seconds = parseInt(parts[0], 10) * 3600 + parseInt(parts[1], 10) * 60 + parseFloat(parts[2]);
674
+ videoElement.currentTime = seconds;
675
+ });
676
+ });
677
+ }
678
+
679
+ function initializeEverything() {
680
+ if (isReinitializing) {
681
+ return;
682
+ }
683
+
684
+ isReinitializing = true;
685
+ showOverlay();
686
+
687
+ const videoElement = document.querySelector('video');
688
+ if (videoElement) {
689
+ const onCanPlay = function() {
690
+ videoElement.removeEventListener('canplay', onCanPlay);
691
+ initializeFilmstrip();
692
+ initializeTimestampLinks();
693
+ isReinitializing = false;
694
+ hideOverlay();
695
+ };
696
+
697
+ videoElement.addEventListener('canplay', onCanPlay);
698
+
699
+ // If the video is already loaded, trigger the event manually
700
+ if (videoElement.readyState >= 3) {
701
+ videoElement.dispatchEvent(new Event('canplay'));
702
+ }
703
+ } else {
704
+ // If there's no video element, just initialize other components
705
+ initializeFilmstrip();
706
+ initializeTimestampLinks();
707
+ isReinitializing = false;
708
+ hideOverlay();
709
+ }
710
+ }
711
+
712
+ function checkForVideoChanges() {
713
+ const videoElement = document.querySelector('video');
714
+ if (videoElement && videoElement.src !== lastVideoSrc) {
715
+ lastVideoSrc = videoElement.src;
716
+ showOverlay();
717
+ setTimeout(initializeEverything, 100);
718
+ }
719
+ }
720
+
721
+ // Set up a MutationObserver to watch for changes in the entire document
722
+ const contentObserver = new MutationObserver((mutations) => {
723
+ checkForVideoChanges();
724
+ });
725
+
726
+ contentObserver.observe(document.body, {
727
+ childList: true,
728
+ subtree: true,
729
+ attributes: true,
730
+ attributeFilter: ['src']
731
+ });
732
+
733
+ // Periodically check for video changes
734
+ setInterval(checkForVideoChanges, 1000);
735
+
736
+ // Initialize everything when the DOM is ready
737
+ document.addEventListener('DOMContentLoaded', initializeEverything);
738
+
739
+ // Also try to initialize after a short delay, in case DOMContentLoaded has already fired
740
+ setTimeout(initializeEverything, 1000);
741
+ })();
742
+ </script>
743
+ """
744
+
745
+ with gr.Blocks(css=css, head=js) as iface:
746
+ with gr.Row(elem_id="header"):
747
+ with gr.Column(scale=1):
748
+ gr.Image("logo.png", elem_id="logo", show_label=False, interactive=False)
749
+ with gr.Column(elem_id="header-content",scale=10):
750
+ gr.Markdown("""
751
+ # Exploration space
752
+
753
+ ## [🔗 Dataset](https://huggingface.co/datasets/HuggingFaceFV/finevideo)
754
+ """)
755
+ with gr.Row(elem_id="top-panel"):
756
+ with gr.Column(scale=1, elem_id="video-list-column"):
757
+ video_list_data = load_video_list()
758
+ video_list = gr.Radio(
759
+ label="Content Samples",
760
+ choices=[video["title"] for video in video_list_data],
761
+ elem_id="video-list",
762
+ value=None,
763
+ container=False
764
+ )
765
+
766
+ with gr.Column(scale=2, elem_id="video-column"):
767
+ video_output = gr.Video(label="Video", elem_id="video-player")
768
+ filmstrip_output = gr.HTML(elem_id="filmstrip-container")
769
+
770
+ with gr.Row(elem_id="scrollable-content"):
771
+ metadata_output = gr.HTML(elem_id="metadata-container")
772
+
773
+ def wrapped_process_video(title: str) -> tuple:
774
+ if not title:
775
+ return None, "", ""
776
+ video_id = next(video["video_id"] for video in video_list_data if video["title"] == title)
777
+ logging.info(f"Processing video with ID: {video_id}")
778
+ video_path, filmstrip_html, metadata_html = process_video(video_id)
779
+ return video_path, filmstrip_html, metadata_html
780
+
781
+ video_list.change(
782
+ fn=wrapped_process_video,
783
+ inputs=[video_list],
784
+ outputs=[video_output, filmstrip_output, metadata_output]
785
+ )
786
+
787
+ if __name__ == "__main__":
788
+ iface.launch()
logo.png ADDED
metadata/-Dpap9i2yb4.json ADDED
@@ -0,0 +1,906 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 257,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Pranks",
6
+ "youtube_title": "Epic Prison Escape Prank!",
7
+ "youtube_description": "Give me a ride! I ain't going back.\nLike us on facebook @ https://www.facebook.com/MobPranks\n\nMusic by: http://dig.ccmixter.org",
8
+ "text_to_speech_word_count": 465,
9
+ "youtube_categories": [
10
+ "Comedy"
11
+ ],
12
+ "youtube_tags": [
13
+ "mob pranks",
14
+ "epic",
15
+ "prison",
16
+ "prisoners",
17
+ "police",
18
+ "cop",
19
+ "handcuffs",
20
+ "practical joke",
21
+ "escape",
22
+ "jail",
23
+ "break",
24
+ "prank",
25
+ "pranks",
26
+ "pranked",
27
+ "hidden camera prank",
28
+ "humor",
29
+ "funny",
30
+ "laugh",
31
+ "comedy",
32
+ "public",
33
+ "trolling",
34
+ "viral"
35
+ ],
36
+ "youtube_channel": "Mob Pranks",
37
+ "youtube_view_count": 606045,
38
+ "youtube_comment_count": 237,
39
+ "youtube_like_count": 2742,
40
+ "youtube_channel_follower_count": 3520,
41
+ "youtube_upload_date": "20120714",
42
+ "youtube_age_limit": 0,
43
+ "content_metadata": {
44
+ "title": "Escaped Convict Prank",
45
+ "description": "The video primarily uses humor to engage the viewer while subtly addressing societal biases towards individuals associated with prison. The escapee’s actions and attire trigger fear and distrust in some, while others respond with amusement or cautious help. The ending ambiguity adds another layer of commentary, leaving the audience to ponder the lasting impressions and potential consequences of such a prank.",
46
+ "characterList": [
47
+ {
48
+ "characterId": "1",
49
+ "name": "Escapee",
50
+ "description": "A tall, muscular white man wearing an orange prison jumpsuit with 'STATE PENITENTIARY' printed on the back."
51
+ },
52
+ {
53
+ "characterId": "2",
54
+ "name": "Gas Station Attendant 1",
55
+ "description": "A young white man with short brown hair, wearing a blue polo shirt and khaki shorts."
56
+ },
57
+ {
58
+ "characterId": "3",
59
+ "name": "Pickup Truck Driver 1",
60
+ "description": "An older white man with short gray hair and glasses, wearing a dark blue shirt."
61
+ },
62
+ {
63
+ "characterId": "4",
64
+ "name": "Pickup Truck Driver 2",
65
+ "description": "An older white man with a mustache and bald head, wearing a brown shirt."
66
+ },
67
+ {
68
+ "characterId": "5",
69
+ "name": "Pickup Truck Passenger 1",
70
+ "description": "A man with short dark hair and a mustache, sitting in the passenger seat of the white pickup truck."
71
+ },
72
+ {
73
+ "characterId": "6",
74
+ "name": "Gas Station Attendant 2",
75
+ "description": "A Hispanic man wearing an orange and white striped shirt and gray shorts."
76
+ },
77
+ {
78
+ "characterId": "7",
79
+ "name": "Black Car Driver",
80
+ "description": "A man with dark hair, only partially visible, wearing a light brown shirt."
81
+ },
82
+ {
83
+ "characterId": "8",
84
+ "name": "Black Man 1",
85
+ "description": "A black man with a receding hairline and a mustache, wearing a blue shirt and a bluetooth headset."
86
+ },
87
+ {
88
+ "characterId": "9",
89
+ "name": "White Man 1",
90
+ "description": "A white man with short dark hair and a mustache, wearing a blue shirt."
91
+ },
92
+ {
93
+ "characterId": "10",
94
+ "name": "Green Truck Driver",
95
+ "description": "A black man with short hair wearing a blue shirt and a bluetooth headset."
96
+ },
97
+ {
98
+ "characterId": "11",
99
+ "name": "Kid",
100
+ "description": "A white boy with short blond hair and brown eyes."
101
+ }
102
+ ],
103
+ "scenes": [
104
+ {
105
+ "sceneId": 1,
106
+ "title": "Night Vision Escape",
107
+ "timestamps": {
108
+ "start_timestamp": "00:00:00.000",
109
+ "end_timestamp": "00:00:29.963"
110
+ },
111
+ "cast": [
112
+ "Escapee"
113
+ ],
114
+ "activities": [
115
+ {
116
+ "description": "Searching with night vision goggles",
117
+ "timestamp": {
118
+ "start_timestamp": "00:00:00.000",
119
+ "end_timestamp": "00:00:17.985"
120
+ }
121
+ },
122
+ {
123
+ "description": "Running",
124
+ "timestamp": {
125
+ "start_timestamp": "00:00:17.985",
126
+ "end_timestamp": "00:00:17.985"
127
+ }
128
+ }
129
+ ],
130
+ "props": [
131
+ {
132
+ "name": "Night vision goggles",
133
+ "timestamp": {
134
+ "start_timestamp": "00:00:00.000",
135
+ "end_timestamp": "00:00:17.985"
136
+ }
137
+ },
138
+ {
139
+ "name": "Fence",
140
+ "timestamp": {
141
+ "start_timestamp": "00:00:00.000",
142
+ "end_timestamp": "00:00:05.005"
143
+ }
144
+ },
145
+ {
146
+ "name": "Trees",
147
+ "timestamp": {
148
+ "start_timestamp": "00:00:05.005",
149
+ "end_timestamp": "00:00:17.985"
150
+ }
151
+ }
152
+ ],
153
+ "videoEditingDetails": [
154
+ {
155
+ "description": "Fade in",
156
+ "timestamps": {
157
+ "start_timestamp": "00:00:00.000",
158
+ "end_timestamp": "00:00:00.000"
159
+ }
160
+ },
161
+ {
162
+ "description": "Fade out",
163
+ "timestamps": {
164
+ "start_timestamp": "00:00:17.985",
165
+ "end_timestamp": "00:00:17.985"
166
+ }
167
+ },
168
+ {
169
+ "description": "Zoom in",
170
+ "timestamps": {
171
+ "start_timestamp": "00:00:00.000",
172
+ "end_timestamp": "00:00:17.985"
173
+ }
174
+ },
175
+ {
176
+ "description": "Transition to black screen with title card",
177
+ "timestamps": {
178
+ "start_timestamp": "00:00:18.986",
179
+ "end_timestamp": "00:00:18.986"
180
+ }
181
+ },
182
+ {
183
+ "description": "3D animation of a wrecking ball breaking through a wall",
184
+ "timestamps": {
185
+ "start_timestamp": "00:00:19.987",
186
+ "end_timestamp": "00:00:27.995"
187
+ }
188
+ }
189
+ ],
190
+ "mood": {
191
+ "description": "Anxious",
192
+ "keyMoments": [
193
+ {
194
+ "timestamp": "00:00:17.985",
195
+ "changeDescription": "Transition from night vision to clear visuals increases tension."
196
+ }
197
+ ]
198
+ },
199
+ "narrativeProgression": [
200
+ {
201
+ "description": "The scene introduces the escapee and establishes his goal - to escape.",
202
+ "timestamp": "00:00:00.000"
203
+ }
204
+ ],
205
+ "characterInteraction": [],
206
+ "thematicElements": "Escape, pursuit.",
207
+ "contextualRelevance": "The night vision perspective suggests stealth and desperation.",
208
+ "dynamismScore": 0.7,
209
+ "audioVisualCorrelation": 0.8
210
+ },
211
+ {
212
+ "sceneId": 2,
213
+ "title": "Desperate Plea at Gas Station",
214
+ "timestamps": {
215
+ "start_timestamp": "00:00:29.997",
216
+ "end_timestamp": "00:00:45.145"
217
+ },
218
+ "cast": [
219
+ "Escapee",
220
+ "Gas Station Attendant 1"
221
+ ],
222
+ "activities": [
223
+ {
224
+ "description": "Walking",
225
+ "timestamp": {
226
+ "start_timestamp": "00:00:29.997",
227
+ "end_timestamp": "00:00:30.998"
228
+ }
229
+ },
230
+ {
231
+ "description": "Talking",
232
+ "timestamp": {
233
+ "start_timestamp": "00:00:30.998",
234
+ "end_timestamp": "00:00:45.012"
235
+ }
236
+ }
237
+ ],
238
+ "props": [
239
+ {
240
+ "name": "Gas station",
241
+ "timestamp": {
242
+ "start_timestamp": "00:00:29.997",
243
+ "end_timestamp": "00:00:45.012"
244
+ }
245
+ },
246
+ {
247
+ "name": "Minivan",
248
+ "timestamp": {
249
+ "start_timestamp": "00:00:29.997",
250
+ "end_timestamp": "00:00:45.012"
251
+ }
252
+ },
253
+ {
254
+ "name": "Pickup truck",
255
+ "timestamp": {
256
+ "start_timestamp": "00:00:29.997",
257
+ "end_timestamp": "00:00:45.012"
258
+ }
259
+ }
260
+ ],
261
+ "videoEditingDetails": [
262
+ {
263
+ "description": "Transition from previous scene",
264
+ "timestamps": {
265
+ "start_timestamp": "00:00:29.997",
266
+ "end_timestamp": "00:00:29.997"
267
+ }
268
+ },
269
+ {
270
+ "description": "Shaky camera movement",
271
+ "timestamps": {
272
+ "start_timestamp": "00:00:29.997",
273
+ "end_timestamp": "00:00:45.012"
274
+ }
275
+ }
276
+ ],
277
+ "mood": {
278
+ "description": "Anxious",
279
+ "keyMoments": []
280
+ },
281
+ "narrativeProgression": [
282
+ {
283
+ "description": "The escapee attempts to get a ride from a gas station attendant.",
284
+ "timestamp": "00:00:30.998"
285
+ }
286
+ ],
287
+ "characterInteraction": [
288
+ {
289
+ "characters": [
290
+ "Escapee",
291
+ "Gas Station Attendant 1"
292
+ ],
293
+ "description": "The escapee appears desperate and tries to pressure the attendant into giving him a ride. The attendant is hesitant and eventually declines."
294
+ }
295
+ ],
296
+ "thematicElements": "Desperation, escape.",
297
+ "contextualRelevance": "The escapee’s insistence highlights his desperate need to escape.",
298
+ "dynamismScore": 0.6,
299
+ "audioVisualCorrelation": 0.9
300
+ },
301
+ {
302
+ "sceneId": 3,
303
+ "title": "Hopeful Ride",
304
+ "timestamps": {
305
+ "start_timestamp": "00:00:45.178",
306
+ "end_timestamp": "00:01:22.983"
307
+ },
308
+ "cast": [
309
+ "Escapee",
310
+ "Pickup Truck Driver 1",
311
+ "Pickup Truck Passenger 1"
312
+ ],
313
+ "activities": [
314
+ {
315
+ "description": "Approaching truck",
316
+ "timestamp": {
317
+ "start_timestamp": "00:00:45.178",
318
+ "end_timestamp": "00:00:47.014"
319
+ }
320
+ },
321
+ {
322
+ "description": "Talking",
323
+ "timestamp": {
324
+ "start_timestamp": "00:00:47.014",
325
+ "end_timestamp": "00:01:09.002"
326
+ }
327
+ },
328
+ {
329
+ "description": "Getting into truck",
330
+ "timestamp": {
331
+ "start_timestamp": "00:01:10.003",
332
+ "end_timestamp": "00:01:10.003"
333
+ }
334
+ }
335
+ ],
336
+ "props": [
337
+ {
338
+ "name": "White pickup truck",
339
+ "timestamp": {
340
+ "start_timestamp": "00:00:45.178",
341
+ "end_timestamp": "00:01:21.014"
342
+ }
343
+ }
344
+ ],
345
+ "videoEditingDetails": [
346
+ {
347
+ "description": "Shaky camera movement",
348
+ "timestamps": {
349
+ "start_timestamp": "00:00:45.178",
350
+ "end_timestamp": "00:01:10.003"
351
+ }
352
+ }
353
+ ],
354
+ "mood": {
355
+ "description": "Anxious, hopeful",
356
+ "keyMoments": [
357
+ {
358
+ "timestamp": "00:01:10.003",
359
+ "changeDescription": "The driver’s acceptance to give him a ride shifts the mood to hopeful."
360
+ }
361
+ ]
362
+ },
363
+ "narrativeProgression": [
364
+ {
365
+ "description": "The escapee successfully gets a ride from a driver.",
366
+ "timestamp": "00:01:10.003"
367
+ }
368
+ ],
369
+ "characterInteraction": [
370
+ {
371
+ "characters": [
372
+ "Escapee",
373
+ "Pickup Truck Driver 1"
374
+ ],
375
+ "description": "The escapee is initially nervous but becomes more confident when the driver doesn't seem bothered by his appearance. The driver appears helpful and nonchalant."
376
+ }
377
+ ],
378
+ "thematicElements": "Kindness, escape.",
379
+ "contextualRelevance": "This scene suggests that even in desperate situations, unexpected acts of kindness can occur.",
380
+ "dynamismScore": 0.7,
381
+ "audioVisualCorrelation": 0.9
382
+ },
383
+ {
384
+ "sceneId": 4,
385
+ "title": "Another Attempt",
386
+ "timestamps": {
387
+ "start_timestamp": "00:01:23.016",
388
+ "end_timestamp": "00:01:39.633"
389
+ },
390
+ "cast": [
391
+ "Escapee",
392
+ "Gas Station Attendant 1"
393
+ ],
394
+ "activities": [
395
+ {
396
+ "description": "Talking",
397
+ "timestamp": {
398
+ "start_timestamp": "00:01:23.016",
399
+ "end_timestamp": "00:01:28.989"
400
+ }
401
+ },
402
+ {
403
+ "description": "Looking for ride",
404
+ "timestamp": {
405
+ "start_timestamp": "00:01:29.990",
406
+ "end_timestamp": "00:01:39.633"
407
+ }
408
+ }
409
+ ],
410
+ "props": [
411
+ {
412
+ "name": "Red car",
413
+ "timestamp": {
414
+ "start_timestamp": "00:01:23.016",
415
+ "end_timestamp": "00:01:39.633"
416
+ }
417
+ },
418
+ {
419
+ "name": "Gas station",
420
+ "timestamp": {
421
+ "start_timestamp": "00:01:23.016",
422
+ "end_timestamp": "00:01:39.633"
423
+ }
424
+ }
425
+ ],
426
+ "videoEditingDetails": [
427
+ {
428
+ "description": "Transition from previous scene",
429
+ "timestamps": {
430
+ "start_timestamp": "00:01:23.016",
431
+ "end_timestamp": "00:01:23.016"
432
+ }
433
+ },
434
+ {
435
+ "description": "Shaky camera movement",
436
+ "timestamps": {
437
+ "start_timestamp": "00:01:23.016",
438
+ "end_timestamp": "00:01:39.633"
439
+ }
440
+ }
441
+ ],
442
+ "mood": {
443
+ "description": "Frustrated, anxious",
444
+ "keyMoments": []
445
+ },
446
+ "narrativeProgression": [
447
+ {
448
+ "description": "The escapee tries to get another ride but is unsuccessful.",
449
+ "timestamp": "00:01:28.989"
450
+ }
451
+ ],
452
+ "characterInteraction": [
453
+ {
454
+ "characters": [
455
+ "Escapee",
456
+ "Gas Station Attendant 1"
457
+ ],
458
+ "description": "The escapee becomes more and more insistent, pleading for a ride. The attendant is firm in his refusal."
459
+ }
460
+ ],
461
+ "thematicElements": "Desperation, rejection.",
462
+ "contextualRelevance": "The repetition of refusals emphasizes the difficulty of the escapee's situation.",
463
+ "dynamismScore": 0.5,
464
+ "audioVisualCorrelation": 0.9
465
+ },
466
+ {
467
+ "sceneId": 5,
468
+ "title": "Tense Confrontation",
469
+ "timestamps": {
470
+ "start_timestamp": "00:01:39.666",
471
+ "end_timestamp": "00:01:59.753"
472
+ },
473
+ "cast": [
474
+ "Escapee",
475
+ "Black Car Driver"
476
+ ],
477
+ "activities": [
478
+ {
479
+ "description": "Talking",
480
+ "timestamp": {
481
+ "start_timestamp": "00:01:40.000",
482
+ "end_timestamp": "00:01:58.986"
483
+ }
484
+ }
485
+ ],
486
+ "props": [
487
+ {
488
+ "name": "Black car",
489
+ "timestamp": {
490
+ "start_timestamp": "00:01:40.000",
491
+ "end_timestamp": "00:01:59.753"
492
+ }
493
+ }
494
+ ],
495
+ "videoEditingDetails": [
496
+ {
497
+ "description": "Shaky camera movement",
498
+ "timestamps": {
499
+ "start_timestamp": "00:01:40.000",
500
+ "end_timestamp": "00:01:59.753"
501
+ }
502
+ }
503
+ ],
504
+ "mood": {
505
+ "description": "Frustrated, tense",
506
+ "keyMoments": []
507
+ },
508
+ "narrativeProgression": [
509
+ {
510
+ "description": "Another unsuccessful attempt at getting a ride.",
511
+ "timestamp": "00:01:58.986"
512
+ }
513
+ ],
514
+ "characterInteraction": [
515
+ {
516
+ "characters": [
517
+ "Escapee",
518
+ "Black Car Driver"
519
+ ],
520
+ "description": "The escapee is now openly admitting his escape, making the driver uncomfortable. The driver is wary and refuses."
521
+ }
522
+ ],
523
+ "thematicElements": "Fear, distrust.",
524
+ "contextualRelevance": "This scene underscores the societal fear and distrust towards escaped convicts.",
525
+ "dynamismScore": 0.5,
526
+ "audioVisualCorrelation": 0.9
527
+ },
528
+ {
529
+ "sceneId": 6,
530
+ "title": "Final Rejection",
531
+ "timestamps": {
532
+ "start_timestamp": "00:01:59.786",
533
+ "end_timestamp": "00:02:17.504"
534
+ },
535
+ "cast": [
536
+ "Escapee",
537
+ "Gas Station Attendant 2"
538
+ ],
539
+ "activities": [
540
+ {
541
+ "description": "Walking",
542
+ "timestamp": {
543
+ "start_timestamp": "00:01:59.987",
544
+ "end_timestamp": "00:02:00.988"
545
+ }
546
+ },
547
+ {
548
+ "description": "Talking",
549
+ "timestamp": {
550
+ "start_timestamp": "00:02:00.988",
551
+ "end_timestamp": "00:02:17.504"
552
+ }
553
+ }
554
+ ],
555
+ "props": [
556
+ {
557
+ "name": "Gas station",
558
+ "timestamp": {
559
+ "start_timestamp": "00:01:59.987",
560
+ "end_timestamp": "00:02:17.504"
561
+ }
562
+ }
563
+ ],
564
+ "videoEditingDetails": [
565
+ {
566
+ "description": "Shaky camera movement",
567
+ "timestamps": {
568
+ "start_timestamp": "00:01:59.987",
569
+ "end_timestamp": "00:02:17.504"
570
+ }
571
+ }
572
+ ],
573
+ "mood": {
574
+ "description": "Anxious, resigned",
575
+ "keyMoments": []
576
+ },
577
+ "narrativeProgression": [
578
+ {
579
+ "description": "The escapee's continued attempts to get a ride are met with further rejection.",
580
+ "timestamp": "00:02:10.998"
581
+ }
582
+ ],
583
+ "characterInteraction": [
584
+ {
585
+ "characters": [
586
+ "Escapee",
587
+ "Gas Station Attendant 2"
588
+ ],
589
+ "description": "The escapee seems tired and resigned. The attendant is friendly but firm in his refusal."
590
+ }
591
+ ],
592
+ "thematicElements": "Hopelessness, failure.",
593
+ "contextualRelevance": "The scene reflects the growing hopelessness of the escapee's situation.",
594
+ "dynamismScore": 0.4,
595
+ "audioVisualCorrelation": 0.9
596
+ },
597
+ {
598
+ "sceneId": 7,
599
+ "title": "Prank Revealed",
600
+ "timestamps": {
601
+ "start_timestamp": "00:02:17.537",
602
+ "end_timestamp": "00:03:18.432"
603
+ },
604
+ "cast": [
605
+ "Escapee",
606
+ "Black Man 1",
607
+ "White Man 1",
608
+ "Green Truck Driver"
609
+ ],
610
+ "activities": [
611
+ {
612
+ "description": "Talking",
613
+ "timestamp": {
614
+ "start_timestamp": "00:02:18.005",
615
+ "end_timestamp": "00:03:17.998"
616
+ }
617
+ }
618
+ ],
619
+ "props": [
620
+ {
621
+ "name": "Cars",
622
+ "timestamp": {
623
+ "start_timestamp": "00:02:18.005",
624
+ "end_timestamp": "00:03:17.998"
625
+ }
626
+ },
627
+ {
628
+ "name": "Pickup truck",
629
+ "timestamp": {
630
+ "start_timestamp": "00:02:18.005",
631
+ "end_timestamp": "00:03:17.998"
632
+ }
633
+ }
634
+ ],
635
+ "videoEditingDetails": [
636
+ {
637
+ "description": "Shaky camera movement",
638
+ "timestamps": {
639
+ "start_timestamp": "00:02:18.005",
640
+ "end_timestamp": "00:03:17.998"
641
+ }
642
+ }
643
+ ],
644
+ "mood": {
645
+ "description": "Tense, humorous",
646
+ "keyMoments": [
647
+ {
648
+ "timestamp": "00:02:58.011",
649
+ "changeDescription": "The men start laughing, shifting the mood from tense to humorous."
650
+ }
651
+ ]
652
+ },
653
+ "narrativeProgression": [
654
+ {
655
+ "description": "The escapee's prank is revealed, changing the context of the previous scenes.",
656
+ "timestamp": "00:02:58.011"
657
+ }
658
+ ],
659
+ "characterInteraction": [
660
+ {
661
+ "characters": [
662
+ "Escapee",
663
+ "Black Man 1",
664
+ "White Man 1",
665
+ "Green Truck Driver"
666
+ ],
667
+ "description": "Initially, the escapee tries to maintain the seriousness of the prank. The men are initially wary but become amused when the prank is exposed."
668
+ }
669
+ ],
670
+ "thematicElements": "Prank, social commentary.",
671
+ "contextualRelevance": "The prank highlights how people react to someone in prison attire, exposing societal biases and assumptions.",
672
+ "dynamismScore": 0.6,
673
+ "audioVisualCorrelation": 0.9
674
+ },
675
+ {
676
+ "sceneId": 8,
677
+ "title": "Ambiguous Ending",
678
+ "timestamps": {
679
+ "start_timestamp": "00:03:18.465",
680
+ "end_timestamp": "00:03:51.064"
681
+ },
682
+ "cast": [
683
+ "Escapee"
684
+ ],
685
+ "activities": [
686
+ {
687
+ "description": "Trying car doors",
688
+ "timestamp": {
689
+ "start_timestamp": "00:03:25.005",
690
+ "end_timestamp": "00:03:45.992"
691
+ }
692
+ },
693
+ {
694
+ "description": "Gets in car",
695
+ "timestamp": {
696
+ "start_timestamp": "00:03:47.994",
697
+ "end_timestamp": "00:03:47.994"
698
+ }
699
+ }
700
+ ],
701
+ "props": [
702
+ {
703
+ "name": "Cars",
704
+ "timestamp": {
705
+ "start_timestamp": "00:03:18.465",
706
+ "end_timestamp": "00:03:50.997"
707
+ }
708
+ }
709
+ ],
710
+ "videoEditingDetails": [
711
+ {
712
+ "description": "Shaky camera movement",
713
+ "timestamps": {
714
+ "start_timestamp": "00:03:18.465",
715
+ "end_timestamp": "00:03:50.997"
716
+ }
717
+ },
718
+ {
719
+ "description": "Transition to black screen with police siren sound effect",
720
+ "timestamps": {
721
+ "start_timestamp": "00:03:50.997",
722
+ "end_timestamp": "00:03:50.997"
723
+ }
724
+ }
725
+ ],
726
+ "mood": {
727
+ "description": "Anxious, suspenseful",
728
+ "keyMoments": []
729
+ },
730
+ "narrativeProgression": [
731
+ {
732
+ "description": "This scene adds a twist to the ending, leaving the viewer wondering if he is stealing a car or it was part of the prank.",
733
+ "timestamp": "00:03:47.994"
734
+ }
735
+ ],
736
+ "characterInteraction": [],
737
+ "thematicElements": "Ambiguity, unresolved ending.",
738
+ "contextualRelevance": "The ending leaves the viewer questioning whether the escapee was truly joking all along or if he took advantage of the situation to steal a car.",
739
+ "dynamismScore": 0.7,
740
+ "audioVisualCorrelation": 0.5
741
+ },
742
+ {
743
+ "sceneId": 9,
744
+ "title": "Comedic Relief",
745
+ "timestamps": {
746
+ "start_timestamp": "00:03:51.098",
747
+ "end_timestamp": "00:04:06.980"
748
+ },
749
+ "cast": [
750
+ "Kid"
751
+ ],
752
+ "activities": [
753
+ {
754
+ "description": "Talking",
755
+ "timestamp": {
756
+ "start_timestamp": "00:03:57.003",
757
+ "end_timestamp": "00:03:57.003"
758
+ }
759
+ }
760
+ ],
761
+ "props": [],
762
+ "videoEditingDetails": [
763
+ {
764
+ "description": "Black screen with audio",
765
+ "timestamps": {
766
+ "start_timestamp": "00:03:51.098",
767
+ "end_timestamp": "00:03:57.003"
768
+ }
769
+ },
770
+ {
771
+ "description": "Transition to kid’s face",
772
+ "timestamps": {
773
+ "start_timestamp": "00:03:57.003",
774
+ "end_timestamp": "00:03:57.003"
775
+ }
776
+ },
777
+ {
778
+ "description": "Close up",
779
+ "timestamps": {
780
+ "start_timestamp": "00:03:57.003",
781
+ "end_timestamp": "00:03:57.003"
782
+ }
783
+ },
784
+ {
785
+ "description": "Transition to black screen",
786
+ "timestamps": {
787
+ "start_timestamp": "00:04:00.006",
788
+ "end_timestamp": "00:04:00.006"
789
+ }
790
+ },
791
+ {
792
+ "description": "Display of “LIKE, SHARE, AND SUBSCRIBE!” on black screen",
793
+ "timestamps": {
794
+ "start_timestamp": "00:04:00.006",
795
+ "end_timestamp": "00:04:05.011"
796
+ }
797
+ }
798
+ ],
799
+ "mood": {
800
+ "description": "Humorous",
801
+ "keyMoments": []
802
+ },
803
+ "narrativeProgression": [
804
+ {
805
+ "description": "This scene provides a lighthearted ending to the video.",
806
+ "timestamp": "00:03:57.003"
807
+ }
808
+ ],
809
+ "characterInteraction": [],
810
+ "thematicElements": "Humor.",
811
+ "contextualRelevance": "",
812
+ "dynamismScore": 0.6,
813
+ "audioVisualCorrelation": 1.0
814
+ },
815
+ {
816
+ "sceneId": 10,
817
+ "title": "Credit",
818
+ "timestamps": {
819
+ "start_timestamp": "00:04:07.013",
820
+ "end_timestamp": "00:04:16.690"
821
+ },
822
+ "cast": [],
823
+ "activities": [],
824
+ "props": [],
825
+ "videoEditingDetails": [
826
+ {
827
+ "description": "Black screen with 'Thanks To YouTube User CssFpsSecret for the prank idea!'",
828
+ "timestamps": {
829
+ "start_timestamp": "00:04:07.013",
830
+ "end_timestamp": "00:04:15.989"
831
+ }
832
+ }
833
+ ],
834
+ "mood": {
835
+ "description": "Neutral",
836
+ "keyMoments": []
837
+ },
838
+ "narrativeProgression": [],
839
+ "characterInteraction": [],
840
+ "thematicElements": "",
841
+ "contextualRelevance": "",
842
+ "dynamismScore": 0.0,
843
+ "audioVisualCorrelation": 0.0
844
+ }
845
+ ],
846
+ "storylines": {
847
+ "description": "The video primarily uses humor to engage the viewer while subtly addressing societal biases towards individuals associated with prison. The escapee’s actions and attire trigger fear and distrust in some, while others respond with amusement or cautious help. The ending ambiguity adds another layer of commentary, leaving the audience to ponder the lasting impressions and potential consequences of such a prank.",
848
+ "scenes": [
849
+ 1,
850
+ 2,
851
+ 3,
852
+ 4,
853
+ 5,
854
+ 6,
855
+ 7,
856
+ 8,
857
+ 9,
858
+ 10
859
+ ],
860
+ "climax": {
861
+ "description": "The prank is revealed, changing the context of the previous scenes.",
862
+ "timestamp": "00:02:58.011"
863
+ }
864
+ },
865
+ "qAndA": [
866
+ {
867
+ "question": "What is the first thing the escapee looks at through his night vision goggles?",
868
+ "answer": "The first thing he looks at is a fence surrounding the penitentiary."
869
+ },
870
+ {
871
+ "question": "What type of vehicle does the first driver who offers the escapee a ride drive?",
872
+ "answer": "The first helpful driver drives a white Ford F-150 pickup truck."
873
+ },
874
+ {
875
+ "question": "What is the price of gas at the gas station where the escapee tries to get a ride from the Hispanic man?",
876
+ "answer": "The price of gas is $6.99."
877
+ },
878
+ {
879
+ "question": "Why does the escapee tell the black car driver that he needs to hurry and get a ride?",
880
+ "answer": "He says that he needs to hurry before the cops find him."
881
+ },
882
+ {
883
+ "question": "How does the video end?",
884
+ "answer": "The video ends with the escapee trying car doors and getting into an unlocked vehicle, leaving the viewer unsure if it's part of the prank or a theft opportunity. It cuts to black with police siren sound effects."
885
+ }
886
+ ],
887
+ "trimmingSuggestions": [
888
+ {
889
+ "description": "This scene could be shortened or removed altogether. It reiterates the same scenario from Scene 2, making the video feel repetitive and less dynamic.",
890
+ "timestamps": {
891
+ "start_timestamp": "00:04:07.013",
892
+ "end_timestamp": "00:04:07.013"
893
+ }
894
+ },
895
+ {
896
+ "description": "This scene could also be trimmed. While it adds a layer of tension by revealing the escapee's honesty about his situation, it slows down the pace.",
897
+ "timestamps": {
898
+ "start_timestamp": "00:04:07.013",
899
+ "end_timestamp": "00:04:07.013"
900
+ }
901
+ }
902
+ ],
903
+ "fps": 29.97002997002997
904
+ },
905
+ "text_to_speech": "this dad gum guy is not going to get away on my dad gum SHI I'm going to find [Music] stop what's going on man going catch a ride real fast no huh no down the street no on 13th Street no I'm going that way yeah 13th Street in Griffin I catch a ride real fast I'll ride in the back of the on get a ride I get a ride can I get a ride trailer park of old L old Lanta old yeah I want back say what you give me a ride give you a ride yeah he want him me ride with him no longer I get a ride from you uh I don't have a car man it's his car get a ride hey I get a ride dude you got a ride I'm ride with somebody else we're about to go to Walmart I get a ride man no bro huh man I get a ride no bro down the street come on man come on dude please excuse me man hey you get a ride where you need to go oh off uh 20 off of 20 yeah did you just Escape yeah I just escaped yeah no give me a ride no I need I need to hurry up for the cops find me man hey man what up get a ride so what you get a ride oh man I'm heading up to Atlanta brother uh I need to ride off 138 oh man I can't do it dude I can't do it man I got to get out of here for the police come man yeah I'm sorry man I can't help you out brother all right what's going on man I catch a ride real fast get a ride no I need to ride down the street oh no I can't do that come on man no I can't do that excuse me ma'am Bam Bam going get a ride no sir down the street no sir up on 138 no sir please I live right there oh man got to get away sorry what's going on man all right I get a ride from one of y'all huh I can a ride from one of y'all uh afraid not man I got to get out of here I need to go 138 yeah you got officers all over this place right there give me a ride no no chance dude afraid I can't man man dude what you trying to do man trying to get away you need to go back why cuz that's what you need to do no I don't want to go back yeah man you only going to make it worse for [Applause] [Music] oh that's a joke"
906
+ }
metadata/09KmKSz4r_Y.json ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "360x640",
3
+ "duration_seconds": 48,
4
+ "content_parent_category": "Entertainment",
5
+ "content_fine_category": "Let's Plays",
6
+ "youtube_title": "The Daily Life of Diamond Ore... #shorts",
7
+ "youtube_description": "The Daily Life of a Minecraft Diamond Ore...\n\nFeaturing @nico-mc @cashminecraft @eystreem @Firelight and @PrestonPlayz!\n\nTwitter: https://twitter.com/ethobot\nDiscord: https://discord.gg/Gh677XZtf8\n\nEthobot content includes Shorts, TikToks, and YouTube videos related to Minecraft Challenge, Minecraft But, Minecraft Memes, Minecraft Custom, Minecraft Funny, Minecraft Stories, Minecraft INSANE Moments, plus other topics.\n\nNot Minecraft, But Water Rises or Minecraft, But Lava Rises, or any other but video like that. This is a Short / Minecraft Animation / Meme\n\n#shorts #minecraft #shorts #animation #minecraftshorts",
8
+ "text_to_speech_word_count": 140,
9
+ "youtube_categories": [
10
+ "Entertainment"
11
+ ],
12
+ "youtube_tags": [
13
+ "moo bloom",
14
+ "Ethobot",
15
+ "moobloom minecraft",
16
+ "dancing moo bloom",
17
+ "dancing cow",
18
+ "polish cow minecraft",
19
+ "minecraft shorts",
20
+ "minecraft animation"
21
+ ],
22
+ "youtube_channel": "Ethobot",
23
+ "youtube_view_count": 33930064,
24
+ "youtube_comment_count": 5900,
25
+ "youtube_like_count": 1178192,
26
+ "youtube_channel_follower_count": 6110000,
27
+ "youtube_upload_date": "20230503",
28
+ "youtube_age_limit": 0,
29
+ "content_metadata": {
30
+ "title": "Minecraft Adventure: The Elusive Diamond",
31
+ "description": "In a world full of endless possibilities, Ethob finds himself in a peculiar predicament involving a mysterious diamond ore that seems to have a mind of its own. With his friends Nico and an unknown character, they face unexpected challenges, mysteries, and an ever-elusive diamond ore that continually slips from their grasp. This narrative explores themes of possession, surprise, and unpredictability within the Minecraft universe.",
32
+ "characterList": [
33
+ {
34
+ "characterId": "1",
35
+ "name": "Ethob",
36
+ "description": "Wears a yellow sweatshirt, black pants, and white shoes. Has brown hair. Known for hiding a diamond ore and being solitary in nature."
37
+ },
38
+ {
39
+ "characterId": "2",
40
+ "name": "Nico",
41
+ "description": "Dressed in a teal jumpsuit with yellow goggles. Has brown hair. Passionate and adventurous, always excited about discovering diamonds."
42
+ },
43
+ {
44
+ "characterId": "3",
45
+ "name": "Unknown",
46
+ "description": "Wears a red hoodie and black pants. Has black hair. Adds an element of surprise and mystery by his unexpected appearance."
47
+ }
48
+ ],
49
+ "scenes": [
50
+ {
51
+ "sceneId": 1,
52
+ "title": "The Hidden Diamond",
53
+ "timestamps": {
54
+ "start_timestamp": "00:00:00.000",
55
+ "end_timestamp": "00:00:09.733"
56
+ },
57
+ "cast": [
58
+ "Ethob"
59
+ ],
60
+ "activities": [
61
+ {
62
+ "description": "Ethob walks into the frame.",
63
+ "timestamp": {
64
+ "start_timestamp": "00:00:00.000",
65
+ "end_timestamp": "00:00:01.000"
66
+ }
67
+ },
68
+ {
69
+ "description": "Ethob places a diamond ore block against the wall.",
70
+ "timestamp": {
71
+ "start_timestamp": "00:00:02.000",
72
+ "end_timestamp": "00:00:05.000"
73
+ }
74
+ },
75
+ {
76
+ "description": "Ethob ducks into a small alcove.",
77
+ "timestamp": {
78
+ "start_timestamp": "00:00:07.000",
79
+ "end_timestamp": "00:00:09.000"
80
+ }
81
+ }
82
+ ],
83
+ "props": [
84
+ {
85
+ "name": "Diamond ore block",
86
+ "timestamp": {
87
+ "start_timestamp": "00:00:02.000",
88
+ "end_timestamp": "00:00:05.000"
89
+ }
90
+ },
91
+ {
92
+ "name": "Wooden sign",
93
+ "timestamp": {
94
+ "start_timestamp": "00:00:07.000",
95
+ "end_timestamp": "00:00:09.000"
96
+ }
97
+ }
98
+ ],
99
+ "videoEditingDetails": [],
100
+ "mood": {
101
+ "description": "Pensive, transitioning to Anxious",
102
+ "keyMoments": [
103
+ {
104
+ "timestamp": "00:00:07.000",
105
+ "changeDescription": "Anxiety when Ethob hides"
106
+ }
107
+ ]
108
+ },
109
+ "narrativeProgression": [
110
+ {
111
+ "description": "Ethob shows a routine of hiding a diamond ore block in a specific spot.",
112
+ "timestamp": "00:00:02.000"
113
+ },
114
+ {
115
+ "description": "Hiding suggests a fear of someone taking it.",
116
+ "timestamp": "00:00:07.000"
117
+ }
118
+ ],
119
+ "characterInteraction": [],
120
+ "thematicElements": "Routine, secrecy, potential threat",
121
+ "contextualRelevance": "The scene captures Ethob's routine of hiding something precious, suggesting fear of theft.",
122
+ "dynamismScore": 0.3,
123
+ "audioVisualCorrelation": 0.0
124
+ },
125
+ {
126
+ "sceneId": 2,
127
+ "title": "The Disappearing Diamond",
128
+ "timestamps": {
129
+ "start_timestamp": "00:00:09.767",
130
+ "end_timestamp": "00:00:23.533"
131
+ },
132
+ "cast": [
133
+ "Ethob",
134
+ "Nico"
135
+ ],
136
+ "activities": [
137
+ {
138
+ "description": "Nico enters excitedly, announcing the discovery of diamonds.",
139
+ "timestamp": {
140
+ "start_timestamp": "00:00:10.000",
141
+ "end_timestamp": "00:00:12.000"
142
+ }
143
+ },
144
+ {
145
+ "description": "Nico approaches the diamond ore.",
146
+ "timestamp": {
147
+ "start_timestamp": "00:00:13.000",
148
+ "end_timestamp": "00:00:15.000"
149
+ }
150
+ },
151
+ {
152
+ "description": "The diamond ore suddenly jumps and disappears, causing both characters to react in fear.",
153
+ "timestamp": {
154
+ "start_timestamp": "00:00:18.000",
155
+ "end_timestamp": "00:00:19.000"
156
+ }
157
+ },
158
+ {
159
+ "description": "Ethob and Nico escape deeper into the mine.",
160
+ "timestamp": {
161
+ "start_timestamp": "00:00:20.000",
162
+ "end_timestamp": "00:00:22.000"
163
+ }
164
+ }
165
+ ],
166
+ "props": [
167
+ {
168
+ "name": "Diamond ore block",
169
+ "timestamp": {
170
+ "start_timestamp": "00:00:13.000",
171
+ "end_timestamp": "00:00:15.000"
172
+ }
173
+ },
174
+ {
175
+ "name": "Iron pickaxe",
176
+ "timestamp": {
177
+ "start_timestamp": "00:00:13.000",
178
+ "end_timestamp": "00:00:15.000"
179
+ }
180
+ },
181
+ {
182
+ "name": "Lantern",
183
+ "timestamp": {
184
+ "start_timestamp": "00:00:20.000",
185
+ "end_timestamp": "00:00:22.000"
186
+ }
187
+ }
188
+ ],
189
+ "videoEditingDetails": [],
190
+ "mood": {
191
+ "description": "Excited, abruptly transitioning to Fear",
192
+ "keyMoments": [
193
+ {
194
+ "timestamp": "00:00:18.000",
195
+ "changeDescription": "Fear when the ore jumps"
196
+ }
197
+ ]
198
+ },
199
+ "narrativeProgression": [
200
+ {
201
+ "description": "Nico's excitement indicates he is searching for diamonds.",
202
+ "timestamp": "00:00:10.000"
203
+ },
204
+ {
205
+ "description": "The sentient diamond ore introduces a supernatural element.",
206
+ "timestamp": "00:00:18.000"
207
+ }
208
+ ],
209
+ "characterInteraction": [
210
+ {
211
+ "characters": [
212
+ "Nico",
213
+ "Ethob"
214
+ ],
215
+ "description": "Nico's excitement contrasts with Ethob's anxiety."
216
+ }
217
+ ],
218
+ "thematicElements": "Danger, the unexpected, betrayal of expectations",
219
+ "contextualRelevance": "The interaction alters traditional gameplay narratives by animating inanimate objects.",
220
+ "dynamismScore": 0.7,
221
+ "audioVisualCorrelation": 0.8
222
+ },
223
+ {
224
+ "sceneId": 3,
225
+ "title": "Unexpected Intruder",
226
+ "timestamps": {
227
+ "start_timestamp": "00:00:23.567",
228
+ "end_timestamp": "00:00:48.133"
229
+ },
230
+ "cast": [
231
+ "Ethob",
232
+ "Unknown",
233
+ "Nico"
234
+ ],
235
+ "activities": [
236
+ {
237
+ "description": "Nico expresses concern about their depth and lack of food.",
238
+ "timestamp": {
239
+ "start_timestamp": "00:00:25.000",
240
+ "end_timestamp": "00:00:28.000"
241
+ }
242
+ },
243
+ {
244
+ "description": "Unknown character falls into the scene.",
245
+ "timestamp": {
246
+ "start_timestamp": "00:00:29.000",
247
+ "end_timestamp": "00:00:30.000"
248
+ }
249
+ },
250
+ {
251
+ "description": "Unknown character reveals they anticipated finding diamonds.",
252
+ "timestamp": {
253
+ "start_timestamp": "00:00:31.000",
254
+ "end_timestamp": "00:00:32.000"
255
+ }
256
+ },
257
+ {
258
+ "description": "Unknown character starts mining the diamond ore and runs away with it.",
259
+ "timestamp": {
260
+ "start_timestamp": "00:00:33.000",
261
+ "end_timestamp": "00:00:36.000"
262
+ }
263
+ },
264
+ {
265
+ "description": "Ethob hides behind a wall.",
266
+ "timestamp": {
267
+ "start_timestamp": "00:00:37.000",
268
+ "end_timestamp": "00:00:39.000"
269
+ }
270
+ }
271
+ ],
272
+ "props": [
273
+ {
274
+ "name": "Diamond ore block",
275
+ "timestamp": {
276
+ "start_timestamp": "00:00:33.000",
277
+ "end_timestamp": "00:00:36.000"
278
+ }
279
+ },
280
+ {
281
+ "name": "Iron pickaxe",
282
+ "timestamp": {
283
+ "start_timestamp": "00:00:33.000",
284
+ "end_timestamp": "00:00:36.000"
285
+ }
286
+ },
287
+ {
288
+ "name": "Bow and arrow",
289
+ "timestamp": {
290
+ "start_timestamp": "00:00:33.000",
291
+ "end_timestamp": "00:00:36.000"
292
+ }
293
+ }
294
+ ],
295
+ "videoEditingDetails": [],
296
+ "mood": {
297
+ "description": "Tense and Anxious",
298
+ "keyMoments": [
299
+ {
300
+ "timestamp": "00:00:25.000",
301
+ "changeDescription": "Tension due to lack of food"
302
+ },
303
+ {
304
+ "timestamp": "00:00:37.000",
305
+ "changeDescription": "Anxiety upon the unknown character's intrusion"
306
+ }
307
+ ]
308
+ },
309
+ "narrativeProgression": [
310
+ {
311
+ "description": "Lack of food raises stakes, highlighting vulnerability.",
312
+ "timestamp": "00:00:25.000"
313
+ },
314
+ {
315
+ "description": "Unknown character stealing diamond introduces new conflict.",
316
+ "timestamp": "00:00:33.000"
317
+ }
318
+ ],
319
+ "characterInteraction": [
320
+ {
321
+ "characters": [
322
+ "Nico",
323
+ "Unknown"
324
+ ],
325
+ "description": "Nico's frustration contrasts with the Unknown character's excitement."
326
+ },
327
+ {
328
+ "characters": [
329
+ "Ethob"
330
+ ],
331
+ "description": "Ethob's silent fear and hiding show passivity."
332
+ }
333
+ ],
334
+ "thematicElements": "Resourcefulness, desperation, survival",
335
+ "contextualRelevance": "Raises stakes through lack of resources, emphasizing tension.",
336
+ "dynamismScore": 0.8,
337
+ "audioVisualCorrelation": 0.9
338
+ }
339
+ ],
340
+ "storylines": {
341
+ "description": "Ethob repeatedly attempts to secure a diamond ore block, but external forces and bad luck prevent him from doing so.",
342
+ "scenes": [
343
+ 1,
344
+ 2,
345
+ 3
346
+ ],
347
+ "climax": {
348
+ "description": "The unknown character stealing the diamond ore.",
349
+ "timestamp": "00:00:33.000"
350
+ }
351
+ },
352
+ "qAndA": [
353
+ {
354
+ "question": "What is written on the sign above the alcove?",
355
+ "answer": "\"Reserved for Ethob\""
356
+ },
357
+ {
358
+ "question": "What tool does Nico use to try and mine the diamonds?",
359
+ "answer": "An iron pickaxe"
360
+ },
361
+ {
362
+ "question": "Why are the characters worried about being deep underground?",
363
+ "answer": "They are lost and don't have any food."
364
+ },
365
+ {
366
+ "question": "How does the diamond ore escape in the second scene?",
367
+ "answer": "It mysteriously jumps up and disappears before Nico can mine it."
368
+ },
369
+ {
370
+ "question": "What is Ethob's reaction when the unknown character falls into the scene?",
371
+ "answer": "He doesn't speak but appears startled and apprehensive."
372
+ }
373
+ ],
374
+ "trimmingSuggestions": [
375
+ {
376
+ "description": "Ethob placing and hiding in the alcove could be shortened as it slows down the pacing.",
377
+ "timestamps": {
378
+ "start_timestamp": "00:00:23.567",
379
+ "end_timestamp": "00:00:23.567"
380
+ }
381
+ },
382
+ {
383
+ "description": "Nico's dialogue about being lost could be condensed to maintain the tension built from the previous scene.",
384
+ "timestamps": {
385
+ "start_timestamp": "00:00:25.000",
386
+ "end_timestamp": "00:00:29.000"
387
+ }
388
+ }
389
+ ],
390
+ "fps": 30.0
391
+ },
392
+ "text_to_speech": "I have become one with the diamond door I guess this is my life now luckily I got a nice little Groove in the wall Reserve just for me I guess I could just take it up though hey Nico look Diamonds oh my gosh finally yeah your sense of direction sucks cat wait did you hear that or say something I don't know how I survived that I thought we were able to escape a few blocks deeper surely there shouldn't be anyone down here why are we so deep below the surface without any food season I told you it would be worthy I am at Bedrock I am literally out of places to hide if that doesn't work I don't know what hey look diamonds uh Etho I'm done get over here Preston what did I do"
393
+ }
metadata/3rhsSPxQ39c.json ADDED
@@ -0,0 +1,618 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "360x640",
3
+ "duration_seconds": 59,
4
+ "content_parent_category": "Entertainment",
5
+ "content_fine_category": "Sketches",
6
+ "youtube_title": "Bartender who lets you BYOB?",
7
+ "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",
8
+ "text_to_speech_word_count": 159,
9
+ "youtube_categories": [
10
+ "Comedy"
11
+ ],
12
+ "youtube_tags": [
13
+ "Comedy",
14
+ "Bartender",
15
+ "skit",
16
+ "mixology",
17
+ "sketches",
18
+ "bar",
19
+ "silly",
20
+ "funny",
21
+ "alex kazam",
22
+ "status quo",
23
+ "humor"
24
+ ],
25
+ "youtube_channel": "Alex Kazam",
26
+ "youtube_view_count": 3129973,
27
+ "youtube_comment_count": 382,
28
+ "youtube_like_count": 237681,
29
+ "youtube_channel_follower_count": 278000,
30
+ "youtube_upload_date": "20240229",
31
+ "youtube_age_limit": 0,
32
+ "content_metadata": {
33
+ "title": "A Misunderstanding at the Bar: BYOB Fiasco",
34
+ "description": "A comedic video where a customer misunderstands the concept of BYOB (Bring Your Own Beverage) while ordering a cocktail at a bar.",
35
+ "characterList": [
36
+ {
37
+ "characterId": "1",
38
+ "name": "Bartender",
39
+ "description": "A male with a beard wearing a black button-down shirt. He's behind a bar with shelves full of liquor bottles."
40
+ },
41
+ {
42
+ "characterId": "2",
43
+ "name": "Customer",
44
+ "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."
45
+ }
46
+ ],
47
+ "scenes": [
48
+ {
49
+ "sceneId": 1,
50
+ "title": "The Drink Order",
51
+ "timestamps": {
52
+ "start_timestamp": "00:00:00.000",
53
+ "end_timestamp": "00:00:03.750"
54
+ },
55
+ "cast": [
56
+ "Bartender",
57
+ "Customer"
58
+ ],
59
+ "activities": [
60
+ {
61
+ "description": "Customer asks for a Dark and Stormy.",
62
+ "timestamp": {
63
+ "start_timestamp": "00:00:00.000",
64
+ "end_timestamp": "00:00:01.000"
65
+ }
66
+ }
67
+ ],
68
+ "props": [],
69
+ "videoEditingDetails": [
70
+ {
71
+ "description": "Fast cuts between the bartender and the customer.",
72
+ "timestamps": {
73
+ "start_timestamp": "00:00:00.000",
74
+ "end_timestamp": "00:00:03.750"
75
+ }
76
+ },
77
+ {
78
+ "description": "Text overlay: 'What B.Y.O.B. DOESN'T mean'",
79
+ "timestamps": {
80
+ "start_timestamp": "00:00:00.000",
81
+ "end_timestamp": "00:00:02.000"
82
+ }
83
+ },
84
+ {
85
+ "description": "Text overlay: 'WHAT CAN I GET'",
86
+ "timestamps": {
87
+ "start_timestamp": "00:00:02.000",
88
+ "end_timestamp": "00:00:03.750"
89
+ }
90
+ }
91
+ ],
92
+ "mood": {
93
+ "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.",
94
+ "keyMoments": []
95
+ },
96
+ "narrativeProgression": [
97
+ {
98
+ "description": "Introduces the setting (a bar) and the characters (bartender and customer). The customer's drink order sets the stage for a humorous misunderstanding.",
99
+ "timestamp": "00:00:00.000"
100
+ }
101
+ ],
102
+ "characterInteraction": [
103
+ {
104
+ "characters": [
105
+ "Customer",
106
+ "Bartender"
107
+ ],
108
+ "description": "The customer is demanding, while the bartender seems taken aback but tries to fulfill the order."
109
+ }
110
+ ],
111
+ "thematicElements": "Comedy of misunderstandings with the concept of BYOB.",
112
+ "contextualRelevance": "Sets the stage for the unfolding comedic misunderstanding.",
113
+ "dynamismScore": 0.8,
114
+ "audioVisualCorrelation": 1.0
115
+ },
116
+ {
117
+ "sceneId": 2,
118
+ "title": "Out of Ginger Beer",
119
+ "timestamps": {
120
+ "start_timestamp": "00:00:03.792",
121
+ "end_timestamp": "00:00:09.167"
122
+ },
123
+ "cast": [
124
+ "Bartender",
125
+ "Customer"
126
+ ],
127
+ "activities": [
128
+ {
129
+ "description": "Bartender says he's out of ginger beer.",
130
+ "timestamp": {
131
+ "start_timestamp": "00:00:04.000",
132
+ "end_timestamp": "00:00:05.000"
133
+ }
134
+ },
135
+ {
136
+ "description": "Customer offers to get ginger beer from his car.",
137
+ "timestamp": {
138
+ "start_timestamp": "00:00:06.000",
139
+ "end_timestamp": "00:00:07.000"
140
+ }
141
+ }
142
+ ],
143
+ "props": [],
144
+ "videoEditingDetails": [
145
+ {
146
+ "description": "Fast cuts continue.",
147
+ "timestamps": {
148
+ "start_timestamp": "00:00:04.000",
149
+ "end_timestamp": "00:00:09.000"
150
+ }
151
+ },
152
+ {
153
+ "description": "Text overlay: 'Dark & Stormy 2 oz. Dark Rum 0.5 oz. Lime Juice 3 oz. Ginger Beer'",
154
+ "timestamps": {
155
+ "start_timestamp": "00:00:04.000",
156
+ "end_timestamp": "00:00:06.000"
157
+ }
158
+ },
159
+ {
160
+ "description": "Text overlay: 'GINGER' 'I'VE GOT A' 'CAR' 'DOES THAT WORK?'",
161
+ "timestamps": {
162
+ "start_timestamp": "00:00:06.000",
163
+ "end_timestamp": "00:00:09.000"
164
+ }
165
+ }
166
+ ],
167
+ "mood": {
168
+ "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.",
169
+ "keyMoments": []
170
+ },
171
+ "narrativeProgression": [
172
+ {
173
+ "description": "The misunderstanding around B.Y.O.B. escalates with the customer's solution.",
174
+ "timestamp": "00:00:04.000"
175
+ }
176
+ ],
177
+ "characterInteraction": [
178
+ {
179
+ "characters": [
180
+ "Bartender",
181
+ "Customer"
182
+ ],
183
+ "description": "The bartender is increasingly surprised by the customer's behavior."
184
+ }
185
+ ],
186
+ "thematicElements": "Escalation of comedic misunderstanding.",
187
+ "contextualRelevance": "Builds on the initial misunderstanding with the bartender.",
188
+ "dynamismScore": 0.9,
189
+ "audioVisualCorrelation": 1.0
190
+ },
191
+ {
192
+ "sceneId": 3,
193
+ "title": "Revealing the Rum",
194
+ "timestamps": {
195
+ "start_timestamp": "00:00:09.208",
196
+ "end_timestamp": "00:00:15.875"
197
+ },
198
+ "cast": [
199
+ "Bartender",
200
+ "Customer"
201
+ ],
202
+ "activities": [
203
+ {
204
+ "description": "Bartender reluctantly agrees.",
205
+ "timestamp": {
206
+ "start_timestamp": "00:00:09.208",
207
+ "end_timestamp": "00:00:10.000"
208
+ }
209
+ },
210
+ {
211
+ "description": "Bartender reveals he's out of dark rum.",
212
+ "timestamp": {
213
+ "start_timestamp": "00:00:10.000",
214
+ "end_timestamp": "00:00:12.000"
215
+ }
216
+ },
217
+ {
218
+ "description": "Customer reveals he has a bottle of rum.",
219
+ "timestamp": {
220
+ "start_timestamp": "00:00:13.000",
221
+ "end_timestamp": "00:00:15.000"
222
+ }
223
+ }
224
+ ],
225
+ "props": [
226
+ {
227
+ "name": "Bottle of dark rum",
228
+ "timestamp": {
229
+ "start_timestamp": "00:00:15.875",
230
+ "end_timestamp": "00:00:15.875"
231
+ }
232
+ }
233
+ ],
234
+ "videoEditingDetails": [
235
+ {
236
+ "description": "Fast cuts continue.",
237
+ "timestamps": {
238
+ "start_timestamp": "00:00:09.208",
239
+ "end_timestamp": "00:00:15.875"
240
+ }
241
+ },
242
+ {
243
+ "description": "Text overlay: 'AS LONG AS YOU' 'Oh, you know what?' 'BARTENDER' 'SMASHED' 'BOTTLE' 'TODAY' 'BE' 'UNORTHODOX'",
244
+ "timestamps": {
245
+ "start_timestamp": "00:00:13.000",
246
+ "end_timestamp": "00:00:15.875"
247
+ }
248
+ }
249
+ ],
250
+ "mood": {
251
+ "description": "Humorous, absurd - The situation becomes increasingly ridiculous as the customer reveals he has rum.",
252
+ "keyMoments": [
253
+ {
254
+ "timestamp": "00:00:10.000",
255
+ "changeDescription": "Mood Change: From Excited to Confused"
256
+ }
257
+ ]
258
+ },
259
+ "narrativeProgression": [
260
+ {
261
+ "description": "The humor peaks as the customer reveals he anticipated the bar's shortcomings.",
262
+ "timestamp": "00:00:09.208"
263
+ }
264
+ ],
265
+ "characterInteraction": [
266
+ {
267
+ "characters": [
268
+ "Customer",
269
+ "Bartender"
270
+ ],
271
+ "description": "The power dynamic subtly shifts as the customer seems more prepared than the bartender."
272
+ }
273
+ ],
274
+ "thematicElements": "Escalating absurdity in customer’s preparedness.",
275
+ "contextualRelevance": "Deepens the comedic scenario.",
276
+ "dynamismScore": 0.9,
277
+ "audioVisualCorrelation": 1.0
278
+ },
279
+ {
280
+ "sceneId": 4,
281
+ "title": "Adding Limes",
282
+ "timestamps": {
283
+ "start_timestamp": "00:00:15.917",
284
+ "end_timestamp": "00:00:28.042"
285
+ },
286
+ "cast": [
287
+ "Bartender",
288
+ "Customer"
289
+ ],
290
+ "activities": [
291
+ {
292
+ "description": "Bartender expresses concern about lack of limes.",
293
+ "timestamp": {
294
+ "start_timestamp": "00:00:19.000",
295
+ "end_timestamp": "00:00:20.000"
296
+ }
297
+ },
298
+ {
299
+ "description": "Customer reveals he has limes.",
300
+ "timestamp": {
301
+ "start_timestamp": "00:00:21.000",
302
+ "end_timestamp": "00:00:22.000"
303
+ }
304
+ },
305
+ {
306
+ "description": "Bartender questions why the customer is so prepared.",
307
+ "timestamp": {
308
+ "start_timestamp": "00:00:27.000",
309
+ "end_timestamp": "00:00:28.000"
310
+ }
311
+ },
312
+ {
313
+ "description": "Customer jokes about having everything for a Dark and Stormy.",
314
+ "timestamp": {
315
+ "start_timestamp": "00:00:28.000",
316
+ "end_timestamp": "00:00:28.042"
317
+ }
318
+ }
319
+ ],
320
+ "props": [
321
+ {
322
+ "name": "Bottle of dark rum",
323
+ "timestamp": {
324
+ "start_timestamp": "00:00:18.000",
325
+ "end_timestamp": "00:00:19.000"
326
+ }
327
+ },
328
+ {
329
+ "name": "Bag of limes",
330
+ "timestamp": {
331
+ "start_timestamp": "00:00:25.000",
332
+ "end_timestamp": "00:00:26.000"
333
+ }
334
+ }
335
+ ],
336
+ "videoEditingDetails": [
337
+ {
338
+ "description": "Fast cuts continue.",
339
+ "timestamps": {
340
+ "start_timestamp": "00:00:16.000",
341
+ "end_timestamp": "00:00:28.000"
342
+ }
343
+ },
344
+ {
345
+ "description": "Text overlay: 'AND IF I WAS OUT' 'LIME' 'LIMES' 'WHY DO YOU' 'HA!' 'WHY DO I HAVE EVERYTHING' 'WE NEED FOR A' 'STORMY'",
346
+ "timestamps": {
347
+ "start_timestamp": "00:00:25.000",
348
+ "end_timestamp": "00:00:28.000"
349
+ }
350
+ }
351
+ ],
352
+ "mood": {
353
+ "description": "Comedic, absurd - The repetition of the customer pulling out ingredients adds a comedic rhythm.",
354
+ "keyMoments": []
355
+ },
356
+ "narrativeProgression": [
357
+ {
358
+ "description": "The pattern of the customer being overly prepared is established, turning the initial request into a running gag.",
359
+ "timestamp": "00:00:16.000"
360
+ }
361
+ ],
362
+ "characterInteraction": [
363
+ {
364
+ "characters": [
365
+ "Customer",
366
+ "Bartender"
367
+ ],
368
+ "description": "The bartender becomes increasingly bewildered, while the customer seems to enjoy his 'preparedness.'"
369
+ }
370
+ ],
371
+ "thematicElements": "Repetition and comedic rhythm in customer’s actions.",
372
+ "contextualRelevance": "Emphasizes the customer’s eccentricity and preparedness.",
373
+ "dynamismScore": 0.9,
374
+ "audioVisualCorrelation": 1.0
375
+ },
376
+ {
377
+ "sceneId": 5,
378
+ "title": "Odd Revelations",
379
+ "timestamps": {
380
+ "start_timestamp": "00:00:28.083",
381
+ "end_timestamp": "00:00:39.583"
382
+ },
383
+ "cast": [
384
+ "Bartender",
385
+ "Customer"
386
+ ],
387
+ "activities": [
388
+ {
389
+ "description": "Bartender questions why the customer smells like raw meat and Starbucks.",
390
+ "timestamp": {
391
+ "start_timestamp": "00:00:28.083",
392
+ "end_timestamp": "00:00:29.000"
393
+ }
394
+ },
395
+ {
396
+ "description": "Customer reveals he's having steak after the drink.",
397
+ "timestamp": {
398
+ "start_timestamp": "00:00:37.000",
399
+ "end_timestamp": "00:00:38.000"
400
+ }
401
+ }
402
+ ],
403
+ "props": [
404
+ {
405
+ "name": "Bottle of dark rum",
406
+ "timestamp": {
407
+ "start_timestamp": "00:00:28.083",
408
+ "end_timestamp": "00:00:28.083"
409
+ }
410
+ },
411
+ {
412
+ "name": "Bag of limes",
413
+ "timestamp": {
414
+ "start_timestamp": "00:00:28.083",
415
+ "end_timestamp": "00:00:28.083"
416
+ }
417
+ },
418
+ {
419
+ "name": "Bag of coffee beans and raw steak",
420
+ "timestamp": {
421
+ "start_timestamp": "00:00:39.000",
422
+ "end_timestamp": "00:00:39.583"
423
+ }
424
+ }
425
+ ],
426
+ "videoEditingDetails": [
427
+ {
428
+ "description": "Fast cuts continue.",
429
+ "timestamps": {
430
+ "start_timestamp": "00:00:28.083",
431
+ "end_timestamp": "00:00:39.000"
432
+ }
433
+ },
434
+ {
435
+ "description": "Text overlay: 'LIKE' 'RAW MEAT' 'STARBUCKS?' 'Oh, because after this,' 'ESPRESSO' 'AND'",
436
+ "timestamps": {
437
+ "start_timestamp": "00:00:37.000",
438
+ "end_timestamp": "00:00:39.000"
439
+ }
440
+ }
441
+ ],
442
+ "mood": {
443
+ "description": "Comedic, over-the-top - The revelation about the steak and coffee pushes the humor to absurdity.",
444
+ "keyMoments": []
445
+ },
446
+ "narrativeProgression": [
447
+ {
448
+ "description": "The customer's eccentricity is emphasized, suggesting he planned his entire evening around this drink.",
449
+ "timestamp": "00:00:28.083"
450
+ }
451
+ ],
452
+ "characterInteraction": [
453
+ {
454
+ "characters": [
455
+ "Bartender",
456
+ "Customer"
457
+ ],
458
+ "description": "The bartender is speechless, highlighting the customer's oddness."
459
+ }
460
+ ],
461
+ "thematicElements": "Absurdity escalates in the customer’s revelations.",
462
+ "contextualRelevance": "Showcases the customer's quirky nature and preparedness.",
463
+ "dynamismScore": 0.9,
464
+ "audioVisualCorrelation": 1.0
465
+ },
466
+ {
467
+ "sceneId": 6,
468
+ "title": "The Climax",
469
+ "timestamps": {
470
+ "start_timestamp": "00:00:39.625",
471
+ "end_timestamp": "00:00:59.375"
472
+ },
473
+ "cast": [
474
+ "Bartender",
475
+ "Customer"
476
+ ],
477
+ "activities": [
478
+ {
479
+ "description": "Bartender offers to have someone get the ginger beer.",
480
+ "timestamp": {
481
+ "start_timestamp": "00:00:41.000",
482
+ "end_timestamp": "00:00:42.000"
483
+ }
484
+ },
485
+ {
486
+ "description": "Customer realizes he locked his keys in the car.",
487
+ "timestamp": {
488
+ "start_timestamp": "00:00:49.000",
489
+ "end_timestamp": "00:00:50.000"
490
+ }
491
+ }
492
+ ],
493
+ "props": [
494
+ {
495
+ "name": "Bottle of dark rum",
496
+ "timestamp": {
497
+ "start_timestamp": "00:00:39.625",
498
+ "end_timestamp": "00:00:39.625"
499
+ }
500
+ },
501
+ {
502
+ "name": "Bag of limes",
503
+ "timestamp": {
504
+ "start_timestamp": "00:00:39.625",
505
+ "end_timestamp": "00:00:39.625"
506
+ }
507
+ },
508
+ {
509
+ "name": "Bag of coffee beans and raw steak",
510
+ "timestamp": {
511
+ "start_timestamp": "00:00:39.625",
512
+ "end_timestamp": "00:00:40.000"
513
+ }
514
+ },
515
+ {
516
+ "name": "Cocktail shaker",
517
+ "timestamp": {
518
+ "start_timestamp": "00:00:42.000",
519
+ "end_timestamp": "00:00:43.000"
520
+ }
521
+ }
522
+ ],
523
+ "videoEditingDetails": [
524
+ {
525
+ "description": "Fast cuts continue.",
526
+ "timestamps": {
527
+ "start_timestamp": "00:00:39.625",
528
+ "end_timestamp": "00:00:58.000"
529
+ }
530
+ },
531
+ {
532
+ "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.'",
533
+ "timestamps": {
534
+ "start_timestamp": "00:00:49.000",
535
+ "end_timestamp": "00:00:58.000"
536
+ }
537
+ }
538
+ ],
539
+ "mood": {
540
+ "description": "Comedic, ironic - The customer’s predicament provides a humorous twist after his meticulous planning.",
541
+ "keyMoments": [
542
+ {
543
+ "timestamp": "00:00:49.000",
544
+ "changeDescription": "Mood change: From Happy to Sad"
545
+ }
546
+ ]
547
+ },
548
+ "narrativeProgression": [
549
+ {
550
+ "description": "The punchline arrives with the customer's forgetfulness, undermining his earlier confidence.",
551
+ "timestamp": "00:00:39.625"
552
+ }
553
+ ],
554
+ "characterInteraction": [
555
+ {
556
+ "characters": [
557
+ "Customer",
558
+ "Bartender"
559
+ ],
560
+ "description": "The bartender might be feeling a mix of amusement and frustration."
561
+ }
562
+ ],
563
+ "thematicElements": "Ironic twist in comedic preparation.",
564
+ "contextualRelevance": "Conclusion of the customer's ill-preparedness despite seeming prepared.",
565
+ "dynamismScore": 0.8,
566
+ "audioVisualCorrelation": 1.0
567
+ }
568
+ ],
569
+ "storylines": {
570
+ "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.",
571
+ "scenes": [
572
+ 1,
573
+ 2,
574
+ 3,
575
+ 4,
576
+ 5,
577
+ 6
578
+ ],
579
+ "climax": {
580
+ "description": "The customer realizing he locked his keys in the car is the comedic climax.",
581
+ "timestamp": "00:00:49.000"
582
+ }
583
+ },
584
+ "qAndA": [
585
+ {
586
+ "question": "What drink does the customer order?",
587
+ "answer": "A Dark and Stormy."
588
+ },
589
+ {
590
+ "question": "What ingredient does the bartender not have behind the bar?",
591
+ "answer": "Ginger beer."
592
+ },
593
+ {
594
+ "question": "Where does the customer offer to get the missing ingredient?",
595
+ "answer": "His car."
596
+ },
597
+ {
598
+ "question": "What additional items does the customer have in his possession?",
599
+ "answer": "Limes, dark rum, coffee beans, and raw steak."
600
+ },
601
+ {
602
+ "question": "Why is the customer unable to get the ginger beer from his car?",
603
+ "answer": "He locked his keys in the car."
604
+ }
605
+ ],
606
+ "trimmingSuggestions": [
607
+ {
608
+ "description": "The segment where the bartender questions the smell could be trimmed, as it slightly slows the momentum towards the punchline.",
609
+ "timestamps": {
610
+ "start_timestamp": "00:00:39.625",
611
+ "end_timestamp": "00:00:39.625"
612
+ }
613
+ }
614
+ ],
615
+ "fps": 24.0
616
+ },
617
+ "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"
618
+ }
metadata/5a6uouatCM0.json ADDED
@@ -0,0 +1,1268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 597,
4
+ "content_parent_category": "Education",
5
+ "content_fine_category": "Documentaries",
6
+ "youtube_title": "Thomas Sowell's Maverick Insights on Race, Economics, and Society",
7
+ "youtube_description": "The peerless 90-year-old scholar is the subject of a new documentary and biography.\n------------------\nSubscribe to our YouTube channel: https://www.youtube.com/ReasonTV?sub_​...\nLike us on Facebook: https://www.facebook.com/Reason.Magaz​...\nFollow us on Twitter: https://twitter.com/reason​\n\nReason is the planet's leading source of news, politics, and culture from a libertarian perspective. Go to reason.com for a point of view you won't get from legacy media and old left-right opinion magazines.\n----------------\n\"I was still a Marxist after taking Milton Friedman's course [at the University of Chicago],\" says free market economist and social critic Thomas Sowell. \"One summer in the government was enough to let me say government is really not the answer.\"\n\nKnown for provocative and best-selling books such as Knowledge and Decisions, A Conflict of Visions, and last year's Charter Schools and Their Enemies, the internationally renowned scholar is the subject of a new documentary and biography, both authored by Jason L. Riley, a Manhattan Institute senior fellow and Wall Street Journal columnist. Beyond the breadth and depth of his interests, what sets Sowell apart is that he \"puts truth above popularity and doesn't concern himself with being politically correct,\" Riley tells Reason's Nick Gillespie. \"It's an adherence to empiricism, to facts and logic and putting that ahead of theory. [Sowell] is much more interested in how an idea has panned out…rather than simply what the intent is.\"\n\nAmong Sowell's chief insights are the realizations that there are no perfect solutions, only tradeoffs, and that information, knowledge, and wisdom are dispersed throughout society, often in unarticulated ways that experts and elitists ignore. As Sowell wrote in his memoir, growing up poor and segregated during the Depression, he had \"daily contact with people who were neither well-educated nor particularly genteel, but who had practical wisdom far beyond what I had,\" which gave him \"a lasting respect for the common sense of ordinary people, a factor routinely ignored by the intellectuals among whom I would later make my career.\"\n\nAt age 90, Sowell is still writing and publishing. His greatest scholarship may be behind him, but his body of work will continue to have a profound impact on our understanding of the world long after he's gone.\n\nNarrated by Nick Gillespie. Edited by John Osterhoudt. Additional graphics by Paul Detrick.\n\nPhoto: CHUCK KENNEDY/KRT/Newscom; CHUCK KENNEDY/KRT/Newscom; Everett Collection/Newscom; Keystone Pictures USA/ZUMAPRESS/Newscom; 'Friedrich August von Hayek' by Levan Ramishvili, https://flic.kr/p/2eDMKB3. License at https://creativecommons.org/publicdomain/mark/1.0/; Free to Choose Network; Liszt Collection/Newscom; akg-images/Newscom; Nancy Kaszerman/ZUMA Press/Newscom",
8
+ "text_to_speech_word_count": 1696,
9
+ "youtube_categories": [
10
+ "News & Politics"
11
+ ],
12
+ "youtube_tags": [
13
+ "libertarian",
14
+ "Reason magazine",
15
+ "reason.com",
16
+ "reason.tv",
17
+ "reasontv"
18
+ ],
19
+ "youtube_channel": "ReasonTV",
20
+ "youtube_view_count": 121603,
21
+ "youtube_comment_count": 568,
22
+ "youtube_like_count": 7482,
23
+ "youtube_channel_follower_count": 1010000,
24
+ "youtube_upload_date": "20210301",
25
+ "youtube_age_limit": 0,
26
+ "content_metadata": {
27
+ "title": "Thomas Sowell: Common Sense in a Senseless World",
28
+ "description": "A documentary exploring the life and ideas of Thomas Sowell, a renowned economist and social theorist.",
29
+ "characterList": [
30
+ {
31
+ "characterId": "1",
32
+ "name": "Thomas Sowell",
33
+ "description": "An elderly black man with graying hair and glasses. He often wears a suit and tie."
34
+ },
35
+ {
36
+ "characterId": "2",
37
+ "name": "Nick Gillespie",
38
+ "description": "A middle-aged man with dark hair and a black V-neck shirt. He speaks to the camera in front of a bookshelf."
39
+ },
40
+ {
41
+ "characterId": "3",
42
+ "name": "Jason Riley",
43
+ "description": "A bald black man with glasses. He is usually seen in a dim-lit room, speaking in an interview setting."
44
+ },
45
+ {
46
+ "characterId": "4",
47
+ "name": "Steven Pinker",
48
+ "description": "A middle-aged man with gray, curly hair. He speaks in an interview setting."
49
+ }
50
+ ],
51
+ "scenes": [
52
+ {
53
+ "sceneId": 1,
54
+ "title": "Introduction of Thomas Sowell's Critique of Policies for Blacks in the US",
55
+ "timestamps": {
56
+ "start_timestamp": "00:00:00.000",
57
+ "end_timestamp": "00:00:18.477"
58
+ },
59
+ "cast": [
60
+ "Thomas Sowell"
61
+ ],
62
+ "activities": [
63
+ {
64
+ "description": "Sowell speaks critically about policies advocated for blacks in the United States.",
65
+ "timestamp": {
66
+ "start_timestamp": "00:00:00.000",
67
+ "end_timestamp": "00:00:18.018"
68
+ }
69
+ }
70
+ ],
71
+ "props": [],
72
+ "videoEditingDetails": [
73
+ {
74
+ "description": "Black and white footage of Sowell speaking in an interview setting.",
75
+ "timestamps": {
76
+ "start_timestamp": "00:00:00.000",
77
+ "end_timestamp": "00:00:07.007"
78
+ }
79
+ },
80
+ {
81
+ "description": "Color footage of Sowell speaking in an interview setting.",
82
+ "timestamps": {
83
+ "start_timestamp": "00:00:07.007",
84
+ "end_timestamp": "00:00:18.018"
85
+ }
86
+ },
87
+ {
88
+ "description": "Black and white image of Sowell smiling.",
89
+ "timestamps": {
90
+ "start_timestamp": "00:00:18.018",
91
+ "end_timestamp": "00:00:18.477"
92
+ }
93
+ }
94
+ ],
95
+ "mood": {
96
+ "description": "Pensive. The black and white footage, combined with Sowell's serious tone and critical words, create a contemplative and thoughtful mood.",
97
+ "keyMoments": [
98
+ {
99
+ "timestamp": "00:00:00.000",
100
+ "changeDescription": "Mood set with initial black and white footage and serious tone."
101
+ },
102
+ {
103
+ "timestamp": "00:00:07.007",
104
+ "changeDescription": "Slight mood shift from pensive to more neutral as footage transitions to color."
105
+ }
106
+ ]
107
+ },
108
+ "narrativeProgression": [
109
+ {
110
+ "description": "Sowell argues that policies advocated for black Americans have not been effective in alleviating poverty.",
111
+ "timestamp": "00:00:00.000"
112
+ }
113
+ ],
114
+ "characterInteraction": [
115
+ {
116
+ "characters": [
117
+ "Thomas Sowell"
118
+ ],
119
+ "description": "Sowell speaks directly to the camera, engaging the viewer in his argument."
120
+ }
121
+ ],
122
+ "thematicElements": "The scene introduces the theme of Sowell's skepticism towards government intervention and his emphasis on empirical evidence.",
123
+ "contextualRelevance": "This scene sets the stage for Sowell's critical approach throughout the documentary.",
124
+ "dynamismScore": 0.4,
125
+ "audioVisualCorrelation": 1.0
126
+ },
127
+ {
128
+ "sceneId": 2,
129
+ "title": "Introduction by Nick Gillespie",
130
+ "timestamps": {
131
+ "start_timestamp": "00:00:18.518",
132
+ "end_timestamp": "00:00:39.039"
133
+ },
134
+ "cast": [
135
+ "Thomas Sowell",
136
+ "Nick Gillespie"
137
+ ],
138
+ "activities": [
139
+ {
140
+ "description": "Gillespie introduces Thomas Sowell and his critical stance on affirmative action.",
141
+ "timestamp": {
142
+ "start_timestamp": "00:00:19.019",
143
+ "end_timestamp": "00:00:29.988"
144
+ }
145
+ },
146
+ {
147
+ "description": "Gillespie emphasizes Sowell's commitment to following the facts.",
148
+ "timestamp": {
149
+ "start_timestamp": "00:00:29.988",
150
+ "end_timestamp": "00:00:37.996"
151
+ }
152
+ }
153
+ ],
154
+ "props": [
155
+ {
156
+ "name": "Bookshelf",
157
+ "timestamp": {
158
+ "start_timestamp": "00:00:19.019",
159
+ "end_timestamp": "00:00:37.996"
160
+ }
161
+ }
162
+ ],
163
+ "videoEditingDetails": [
164
+ {
165
+ "description": "Gillespie speaks to the camera, with a black and white photo of Sowell in the background.",
166
+ "timestamps": {
167
+ "start_timestamp": "00:00:19.019",
168
+ "end_timestamp": "00:00:29.988"
169
+ }
170
+ },
171
+ {
172
+ "description": "A close-up shot of Sowell's face as Gillespie speaks.",
173
+ "timestamps": {
174
+ "start_timestamp": "00:00:29.988",
175
+ "end_timestamp": "00:00:37.996"
176
+ }
177
+ }
178
+ ],
179
+ "mood": {
180
+ "description": "Neutral, shifting to admiring. Gillespie's tone is initially neutral, but becomes more complimentary as he discusses Sowell's intellectual integrity.",
181
+ "keyMoments": [
182
+ {
183
+ "timestamp": "00:00:29.988",
184
+ "changeDescription": "Shift to a more admiring mood with the visual focus on Sowell."
185
+ }
186
+ ]
187
+ },
188
+ "narrativeProgression": [
189
+ {
190
+ "description": "The scene provides context for Sowell's critical views by highlighting his upbringing and intellectual rigor.",
191
+ "timestamp": "00:00:19.019"
192
+ }
193
+ ],
194
+ "characterInteraction": [
195
+ {
196
+ "characters": [
197
+ "Nick Gillespie"
198
+ ],
199
+ "description": "Gillespie speaks to the camera about Sowell."
200
+ }
201
+ ],
202
+ "thematicElements": "The scene emphasizes Sowell's intellectual independence and his dedication to empirical analysis.",
203
+ "contextualRelevance": "This introduction contextualizes Sowell's views for the audience, explaining the source of his critical perspective.",
204
+ "dynamismScore": 0.5,
205
+ "audioVisualCorrelation": 0.7
206
+ },
207
+ {
208
+ "sceneId": 3,
209
+ "title": "Thomas Sowell's Early Life and Education",
210
+ "timestamps": {
211
+ "start_timestamp": "00:00:39.081",
212
+ "end_timestamp": "00:01:06.942"
213
+ },
214
+ "cast": [
215
+ "Nick Gillespie"
216
+ ],
217
+ "activities": [
218
+ {
219
+ "description": "Gillespie describes Sowell's difficult upbringing in rural North Carolina and Harlem.",
220
+ "timestamp": {
221
+ "start_timestamp": "00:00:39.081",
222
+ "end_timestamp": "00:00:55.013"
223
+ }
224
+ },
225
+ {
226
+ "description": "Gillespie details Sowell's educational journey and rise to intellectual prominence.",
227
+ "timestamp": {
228
+ "start_timestamp": "00:00:55.013",
229
+ "end_timestamp": "00:01:06.942"
230
+ }
231
+ }
232
+ ],
233
+ "props": [
234
+ {
235
+ "name": "Black and white images of rural houses, windows, and an attic.",
236
+ "timestamp": {
237
+ "start_timestamp": "00:00:39.081",
238
+ "end_timestamp": "00:00:45.003"
239
+ }
240
+ },
241
+ {
242
+ "name": "Black and white footage of a city skyline and a busy street with cars and a tram.",
243
+ "timestamp": {
244
+ "start_timestamp": "00:00:45.003",
245
+ "end_timestamp": "00:00:55.013"
246
+ }
247
+ }
248
+ ],
249
+ "videoEditingDetails": [
250
+ {
251
+ "description": "Visuals change between images and footage to illustrate Gillespie's narration.",
252
+ "timestamps": {
253
+ "start_timestamp": "00:00:39.081",
254
+ "end_timestamp": "00:01:06.942"
255
+ }
256
+ }
257
+ ],
258
+ "mood": {
259
+ "description": "Sympathetic, shifting to triumphant. The depiction of Sowell's early hardships elicits sympathy, which then transitions into a sense of accomplishment as his achievements are highlighted.",
260
+ "keyMoments": [
261
+ {
262
+ "timestamp": "00:00:55.013",
263
+ "changeDescription": "Mood transitions to triumphant as educational achievements are highlighted."
264
+ }
265
+ ]
266
+ },
267
+ "narrativeProgression": [
268
+ {
269
+ "description": "This scene focuses on Sowell's personal journey, illustrating how his challenging background shaped his intellectual outlook.",
270
+ "timestamp": "00:00:39.081"
271
+ }
272
+ ],
273
+ "characterInteraction": [
274
+ {
275
+ "characters": [
276
+ "Nick Gillespie"
277
+ ],
278
+ "description": "Gillespie speaks directly to the camera, narrating Sowell's story."
279
+ }
280
+ ],
281
+ "thematicElements": "The scene establishes the importance of personal experience in shaping intellectual views and highlights Sowell's resilience and determination.",
282
+ "contextualRelevance": "Understanding Sowell's background is crucial to appreciating his perspectives and critiques.",
283
+ "dynamismScore": 0.7,
284
+ "audioVisualCorrelation": 0.8
285
+ },
286
+ {
287
+ "sceneId": 4,
288
+ "title": "Sowell's Critique of Elitist Intellectuals",
289
+ "timestamps": {
290
+ "start_timestamp": "00:01:06.984",
291
+ "end_timestamp": "00:01:21.665"
292
+ },
293
+ "cast": [
294
+ "Nick Gillespie"
295
+ ],
296
+ "activities": [
297
+ {
298
+ "description": "Gillespie describes how Sowell's upbringing made him critical of elitist intellectuals.",
299
+ "timestamp": {
300
+ "start_timestamp": "00:01:06.984",
301
+ "end_timestamp": "00:01:17.995"
302
+ }
303
+ },
304
+ {
305
+ "description": "Gillespie introduces Sowell's memoir.",
306
+ "timestamp": {
307
+ "start_timestamp": "00:01:17.995",
308
+ "end_timestamp": "00:01:19.997"
309
+ }
310
+ }
311
+ ],
312
+ "props": [
313
+ {
314
+ "name": "Image of a book cover titled “A Personal Odyssey” by Thomas Sowell.",
315
+ "timestamp": {
316
+ "start_timestamp": "00:01:13.991",
317
+ "end_timestamp": "00:01:17.995"
318
+ }
319
+ }
320
+ ],
321
+ "videoEditingDetails": [
322
+ {
323
+ "description": "Gillespie speaks to the camera, then the image of the book cover is displayed.",
324
+ "timestamps": {
325
+ "start_timestamp": "00:01:06.984",
326
+ "end_timestamp": "00:01:19.997"
327
+ }
328
+ }
329
+ ],
330
+ "mood": {
331
+ "description": "Critical, shifting to intrigued. Gillespie's description of Sowell's disdain for certain intellectuals carries a critical tone. The introduction of Sowell's memoir piques the viewer's interest.",
332
+ "keyMoments": [
333
+ {
334
+ "timestamp": "00:01:17.995",
335
+ "changeDescription": "Mood shifts to intrigued as the memoir is introduced, promising deeper insight."
336
+ }
337
+ ]
338
+ },
339
+ "narrativeProgression": [
340
+ {
341
+ "description": "This scene deepens our understanding of Sowell's worldview, emphasizing his skepticism towards elitism and intellectual arrogance.",
342
+ "timestamp": "00:01:06.984"
343
+ }
344
+ ],
345
+ "characterInteraction": [
346
+ {
347
+ "characters": [
348
+ "Nick Gillespie"
349
+ ],
350
+ "description": "Gillespie speaks to the camera, referencing Sowell's views."
351
+ }
352
+ ],
353
+ "thematicElements": "This scene reinforces the theme of intellectual independence and shows Sowell's distrust of those who impose their ideas on society without considering real-world consequences.",
354
+ "contextualRelevance": "The scene adds depth to Sowell's critiques by highlighting his personal motivations.",
355
+ "dynamismScore": 0.4,
356
+ "audioVisualCorrelation": 0.8
357
+ },
358
+ {
359
+ "sceneId": 5,
360
+ "title": "Sowell's Respect for Common Sense",
361
+ "timestamps": {
362
+ "start_timestamp": "00:01:21.707",
363
+ "end_timestamp": "00:01:41.768"
364
+ },
365
+ "cast": [
366
+ "Thomas Sowell",
367
+ "Jason Riley"
368
+ ],
369
+ "activities": [
370
+ {
371
+ "description": "Sowell speaks about his respect for common sense gleaned from ordinary people.",
372
+ "timestamp": {
373
+ "start_timestamp": "00:01:21.707",
374
+ "end_timestamp": "00:01:29.006"
375
+ }
376
+ },
377
+ {
378
+ "description": "Riley emphasizes Sowell's intellectual independence and focus on truth.",
379
+ "timestamp": {
380
+ "start_timestamp": "00:01:29.006",
381
+ "end_timestamp": "00:01:41.018"
382
+ }
383
+ }
384
+ ],
385
+ "props": [
386
+ {
387
+ "name": "Images of three books by Sowell, \"Black Rednecks and White Liberals,\" \"Late-Talking Children,\" and \"Charter Schools and Their Enemies.\"",
388
+ "timestamp": {
389
+ "start_timestamp": "00:01:41.018",
390
+ "end_timestamp": "00:01:41.768"
391
+ }
392
+ }
393
+ ],
394
+ "videoEditingDetails": [
395
+ {
396
+ "description": "Black and white footage of Sowell with a quote superimposed, followed by Riley speaking and images of Sowell's books.",
397
+ "timestamps": {
398
+ "start_timestamp": "00:01:21.707",
399
+ "end_timestamp": "00:01:41.768"
400
+ }
401
+ }
402
+ ],
403
+ "mood": {
404
+ "description": "Reflective, shifting to admiring. The initial quote from Sowell carries a reflective tone. Riley's commentary adds a sense of admiration for Sowell's intellectual integrity.",
405
+ "keyMoments": [
406
+ {
407
+ "timestamp": "00:01:29.006",
408
+ "changeDescription": "Mood shifts to admiring as Riley describes Sowell's unwavering commitment to truth."
409
+ }
410
+ ]
411
+ },
412
+ "narrativeProgression": [
413
+ {
414
+ "description": "The scene shifts from Sowell's respect for common sense to his dedication to truth-seeking, regardless of popularity.",
415
+ "timestamp": "00:01:21.707"
416
+ }
417
+ ],
418
+ "characterInteraction": [
419
+ {
420
+ "characters": [
421
+ "Thomas Sowell",
422
+ "Jason Riley"
423
+ ],
424
+ "description": "Sowell speaks in archival footage, while Riley comments on his work and character in an interview setting."
425
+ }
426
+ ],
427
+ "thematicElements": "This scene highlights the importance of common sense and truth-seeking in understanding the world, contrasting them with intellectual arrogance and social pressure.",
428
+ "contextualRelevance": "Emphasizes Sowell's grounding in practical wisdom and truth over theory.",
429
+ "dynamismScore": 0.6,
430
+ "audioVisualCorrelation": 0.9
431
+ },
432
+ {
433
+ "sceneId": 6,
434
+ "title": "Sowell as a Maverick",
435
+ "timestamps": {
436
+ "start_timestamp": "00:01:41.810",
437
+ "end_timestamp": "00:02:26.772"
438
+ },
439
+ "cast": [
440
+ "Thomas Sowell",
441
+ "Jason Riley"
442
+ ],
443
+ "activities": [
444
+ {
445
+ "description": "Riley describes Sowell as a \"maverick\" who challenges conventions and prioritizes truth.",
446
+ "timestamp": {
447
+ "start_timestamp": "00:01:41.810",
448
+ "end_timestamp": "00:02:03.999"
449
+ }
450
+ },
451
+ {
452
+ "description": "Sowell criticizes the notion of a disintegrating black family and attributes negative changes to the welfare system.",
453
+ "timestamp": {
454
+ "start_timestamp": "00:02:03.999",
455
+ "end_timestamp": "00:02:25.020"
456
+ }
457
+ }
458
+ ],
459
+ "props": [
460
+ {
461
+ "name": "Image of the book cover “Maverick: A Biography of Thomas Sowell,” by Jason L. Riley.",
462
+ "timestamp": {
463
+ "start_timestamp": "00:01:48.984",
464
+ "end_timestamp": "00:01:51.987"
465
+ }
466
+ },
467
+ {
468
+ "name": "Black and white photo of Sowell sitting outdoors.",
469
+ "timestamp": {
470
+ "start_timestamp": "00:02:12.007",
471
+ "end_timestamp": "00:02:19.014"
472
+ }
473
+ }
474
+ ],
475
+ "videoEditingDetails": [
476
+ {
477
+ "description": "Riley speaks in an interview setting, followed by archival footage of Sowell in a debate.",
478
+ "timestamps": {
479
+ "start_timestamp": "00:01:41.810",
480
+ "end_timestamp": "00:02:25.020"
481
+ }
482
+ }
483
+ ],
484
+ "mood": {
485
+ "description": "Admiration and conviction. Riley's description of Sowell as a \"maverick\" evokes admiration. Sowell's passionate arguments in the archival footage reflect his strong convictions.",
486
+ "keyMoments": [
487
+ {
488
+ "timestamp": "00:02:03.999",
489
+ "changeDescription": "Mood shifts to conviction as Sowell passionately addresses family and welfare issues."
490
+ }
491
+ ]
492
+ },
493
+ "narrativeProgression": [
494
+ {
495
+ "description": "This scene focuses on Sowell's unconventional thinking and his willingness to challenge accepted narratives, especially regarding the black family and welfare.",
496
+ "timestamp": "00:01:41.810"
497
+ }
498
+ ],
499
+ "characterInteraction": [
500
+ {
501
+ "characters": [
502
+ "Jason Riley",
503
+ "Thomas Sowell"
504
+ ],
505
+ "description": "Riley speaks about Sowell in an interview setting, while Sowell is engaged in a passionate debate."
506
+ }
507
+ ],
508
+ "thematicElements": "This scene reinforces the theme of Sowell's intellectual independence and his willingness to question narratives that lack empirical evidence.",
509
+ "contextualRelevance": "Aligns with Sowell's reputation as a challenger of mainstream ideas.",
510
+ "dynamismScore": 0.8,
511
+ "audioVisualCorrelation": 0.9
512
+ },
513
+ {
514
+ "sceneId": 7,
515
+ "title": "Sowell's Empiricism and Critique of Welfare",
516
+ "timestamps": {
517
+ "start_timestamp": "00:02:26.813",
518
+ "end_timestamp": "00:02:44.873"
519
+ },
520
+ "cast": [
521
+ "Thomas Sowell",
522
+ "Jason Riley"
523
+ ],
524
+ "activities": [
525
+ {
526
+ "description": "Riley explains the foundation of Sowell's genius: his adherence to empirical facts and evidence.",
527
+ "timestamp": {
528
+ "start_timestamp": "00:02:26.813",
529
+ "end_timestamp": "00:02:30.984"
530
+ }
531
+ },
532
+ {
533
+ "description": "Sowell argues against the narrative that slavery caused the disintegration of the black family, citing historical data.",
534
+ "timestamp": {
535
+ "start_timestamp": "00:02:30.984",
536
+ "end_timestamp": "00:02:43.997"
537
+ }
538
+ }
539
+ ],
540
+ "props": [
541
+ {
542
+ "name": "Black and white photos of Sowell, Milton Friedman, George Stigler, and Friedrich Hayek.",
543
+ "timestamp": {
544
+ "start_timestamp": "00:02:33.987",
545
+ "end_timestamp": "00:02:39.993"
546
+ }
547
+ }
548
+ ],
549
+ "videoEditingDetails": [
550
+ {
551
+ "description": "Riley speaks, interspersed with archival footage of Sowell in debate.",
552
+ "timestamps": {
553
+ "start_timestamp": "00:02:26.813",
554
+ "end_timestamp": "00:02:43.997"
555
+ }
556
+ }
557
+ ],
558
+ "mood": {
559
+ "description": "Analytical and assertive. Riley's explanation is analytical. Sowell's rebuttal in the debate exhibits assertiveness.",
560
+ "keyMoments": [
561
+ {
562
+ "timestamp": "00:02:30.984",
563
+ "changeDescription": "Mood becomes assertive as Sowell challenges prevalent narratives using data."
564
+ }
565
+ ]
566
+ },
567
+ "narrativeProgression": [
568
+ {
569
+ "description": "This scene highlights Sowell's reliance on empirical data and his critique of narratives about race and history that lack such support.",
570
+ "timestamp": "00:02:26.813"
571
+ }
572
+ ],
573
+ "characterInteraction": [
574
+ {
575
+ "characters": [
576
+ "Jason Riley",
577
+ "Thomas Sowell"
578
+ ],
579
+ "description": "Riley discusses Sowell's intellectual foundation while Sowell debates."
580
+ }
581
+ ],
582
+ "thematicElements": "This scene emphasizes Sowell's rigorous approach to research and his willingness to challenge conventional wisdom.",
583
+ "contextualRelevance": "Refines understanding of Sowell's empirical approach.",
584
+ "dynamismScore": 0.7,
585
+ "audioVisualCorrelation": 0.9
586
+ },
587
+ {
588
+ "sceneId": 8,
589
+ "title": "Sowell's Welfare Critique Continued",
590
+ "timestamps": {
591
+ "start_timestamp": "00:02:44.915",
592
+ "end_timestamp": "00:03:04.559"
593
+ },
594
+ "cast": [
595
+ "Thomas Sowell"
596
+ ],
597
+ "activities": [
598
+ {
599
+ "description": "Sowell continues his argument, criticizing the welfare system's impact on the black family.",
600
+ "timestamp": {
601
+ "start_timestamp": "00:02:44.915",
602
+ "end_timestamp": "00:03:04.017"
603
+ }
604
+ }
605
+ ],
606
+ "props": [],
607
+ "videoEditingDetails": [
608
+ {
609
+ "description": "Archival footage of Sowell in a debate context.",
610
+ "timestamps": {
611
+ "start_timestamp": "00:02:44.915",
612
+ "end_timestamp": "00:03:04.017"
613
+ }
614
+ }
615
+ ],
616
+ "mood": {
617
+ "description": "Passionate and critical. Sowell criticizes the welfare system with urgency.",
618
+ "keyMoments": [
619
+ {
620
+ "timestamp": "00:02:44.915",
621
+ "changeDescription": "Sowell's tone intensifies as he critiques welfare policy failures."
622
+ }
623
+ ]
624
+ },
625
+ "narrativeProgression": [
626
+ {
627
+ "description": "Sowell expands on his critique of the welfare system, stressing its negative impacts.",
628
+ "timestamp": "00:02:44.915"
629
+ }
630
+ ],
631
+ "characterInteraction": [
632
+ {
633
+ "characters": [
634
+ "Thomas Sowell"
635
+ ],
636
+ "description": "Sowell engages with debate participants."
637
+ }
638
+ ],
639
+ "thematicElements": "The scene underscores Sowell's commitment to data-driven analysis and challenges to popular beliefs that align with progressive agendas.",
640
+ "contextualRelevance": "Highlights the depth of Sowell's arguments against welfare policies.",
641
+ "dynamismScore": 0.6,
642
+ "audioVisualCorrelation": 1.0
643
+ },
644
+ {
645
+ "sceneId": 9,
646
+ "title": "Analytical Approach to Critiquing Economic Theories",
647
+ "timestamps": {
648
+ "start_timestamp": "00:03:04.601",
649
+ "end_timestamp": "00:03:11.817"
650
+ },
651
+ "cast": [
652
+ "Jason Riley",
653
+ "Thomas Sowell"
654
+ ],
655
+ "activities": [
656
+ {
657
+ "description": "Riley attributes Sowell's unique perspective to his commitment to empiricism, facts, and logic, contrasting with 'elegant theories' at other institutions.",
658
+ "timestamp": {
659
+ "start_timestamp": "00:03:04.601",
660
+ "end_timestamp": "00:03:10.982"
661
+ }
662
+ }
663
+ ],
664
+ "props": [
665
+ {
666
+ "name": "Black and white photo of Sowell standing by a chalkboard with economic equations.",
667
+ "timestamp": {
668
+ "start_timestamp": "00:03:05.018",
669
+ "end_timestamp": "00:03:10.982"
670
+ }
671
+ }
672
+ ],
673
+ "videoEditingDetails": [
674
+ {
675
+ "description": "Riley speaks with an image of Sowell by the chalkboard.",
676
+ "timestamps": {
677
+ "start_timestamp": "00:03:04.601",
678
+ "end_timestamp": "00:03:10.982"
679
+ }
680
+ }
681
+ ],
682
+ "mood": {
683
+ "description": "Analytical and appreciative. Riley's tone is analytical and appreciative of Sowell's contributions.",
684
+ "keyMoments": [
685
+ {
686
+ "timestamp": "00:03:04.601",
687
+ "changeDescription": "Riley highlights Sowell's empirical focus over theoretical glamour."
688
+ }
689
+ ]
690
+ },
691
+ "narrativeProgression": [
692
+ {
693
+ "description": "The scene emphasizes Sowell's focus on empirical analysis and its contrast to theoretical discussions prevalent in economics.",
694
+ "timestamp": "00:03:04.601"
695
+ }
696
+ ],
697
+ "characterInteraction": [
698
+ {
699
+ "characters": [
700
+ "Jason Riley"
701
+ ],
702
+ "description": "Riley analyzes Sowell's intellectual style."
703
+ }
704
+ ],
705
+ "thematicElements": "This scene highlights the importance of data-driven analysis in understanding social phenomena and criticizes excessive reliance on theoretical models.",
706
+ "contextualRelevance": "Explains the core of Sowell's approach to economic theories.",
707
+ "dynamismScore": 0.4,
708
+ "audioVisualCorrelation": 0.8
709
+ },
710
+ {
711
+ "sceneId": 10,
712
+ "title": "Sowell's Intellectual Journey",
713
+ "timestamps": {
714
+ "start_timestamp": "00:03:11.858",
715
+ "end_timestamp": "00:03:37.717"
716
+ },
717
+ "cast": [
718
+ "Jason Riley",
719
+ "Thomas Sowell"
720
+ ],
721
+ "activities": [
722
+ {
723
+ "description": "Riley explains how Sowell's Marxist leanings were challenged and rejected through his federal government experience.",
724
+ "timestamp": {
725
+ "start_timestamp": "00:03:11.858",
726
+ "end_timestamp": "00:03:23.995"
727
+ }
728
+ },
729
+ {
730
+ "description": "Riley reiterates Sowell's focus on empirical evidence and outcomes, contrasting with theoretical discussions.",
731
+ "timestamp": {
732
+ "start_timestamp": "00:03:23.995",
733
+ "end_timestamp": "00:03:37.008"
734
+ }
735
+ }
736
+ ],
737
+ "props": [
738
+ {
739
+ "name": "Black and white photo of Sowell with Friedman.",
740
+ "timestamp": {
741
+ "start_timestamp": "00:03:13.985",
742
+ "end_timestamp": "00:03:23.995"
743
+ }
744
+ },
745
+ {
746
+ "name": "Black and white photo of Sowell with another man, discussing.",
747
+ "timestamp": {
748
+ "start_timestamp": "00:03:24.996",
749
+ "end_timestamp": "00:03:33.004"
750
+ }
751
+ },
752
+ {
753
+ "name": "Black and white photo of Sowell at a chalkboard.",
754
+ "timestamp": {
755
+ "start_timestamp": "00:03:37.008",
756
+ "end_timestamp": "00:03:37.008"
757
+ }
758
+ }
759
+ ],
760
+ "videoEditingDetails": [
761
+ {
762
+ "description": "Riley narrates with archival footage and photos of Sowell with others.",
763
+ "timestamps": {
764
+ "start_timestamp": "00:03:11.858",
765
+ "end_timestamp": "00:03:37.008"
766
+ }
767
+ }
768
+ ],
769
+ "mood": {
770
+ "description": "Reflective and appreciative. Riley discusses Sowell's journey and commitment to evidence.",
771
+ "keyMoments": [
772
+ {
773
+ "timestamp": "00:03:11.858",
774
+ "changeDescription": "Riley's narration provides a reflective overview of Sowell's ideological shift."
775
+ }
776
+ ]
777
+ },
778
+ "narrativeProgression": [
779
+ {
780
+ "description": "The scene focuses on Sowell's intellectual evolution from Marxism to empirical pragmatism.",
781
+ "timestamp": "00:03:11.858"
782
+ }
783
+ ],
784
+ "characterInteraction": [
785
+ {
786
+ "characters": [
787
+ "Jason Riley",
788
+ "Thomas Sowell"
789
+ ],
790
+ "description": "Riley narrates Sowell's journey, shown interacting with others."
791
+ }
792
+ ],
793
+ "thematicElements": "The scene highlights the importance of real-world experience in challenging theoretical frameworks.",
794
+ "contextualRelevance": "Explains Sowell's shift from Marxism to empirical analysis.",
795
+ "dynamismScore": 0.7,
796
+ "audioVisualCorrelation": 0.9
797
+ },
798
+ {
799
+ "sceneId": 11,
800
+ "title": "Sowell's 'Knowledge and Decisions' and its Impact",
801
+ "timestamps": {
802
+ "start_timestamp": "00:03:37.759",
803
+ "end_timestamp": "00:04:15.964"
804
+ },
805
+ "cast": [
806
+ "Nick Gillespie",
807
+ "Friedrich Hayek"
808
+ ],
809
+ "activities": [
810
+ {
811
+ "description": "Gillespie summarizes Sowell's book 'Knowledge and Decisions,' highlighting its application of Hayek's insight on dispersed knowledge.",
812
+ "timestamp": {
813
+ "start_timestamp": "00:03:38.009",
814
+ "end_timestamp": "00:04:08.999"
815
+ }
816
+ },
817
+ {
818
+ "description": "Hayek praises Sowell for broadening these ideas and making them accessible.",
819
+ "timestamp": {
820
+ "start_timestamp": "00:04:08.999",
821
+ "end_timestamp": "00:04:14.004"
822
+ }
823
+ }
824
+ ],
825
+ "props": [
826
+ {
827
+ "name": "Black and white photo of Sowell teaching.",
828
+ "timestamp": {
829
+ "start_timestamp": "00:03:38.009",
830
+ "end_timestamp": "00:03:43.014"
831
+ }
832
+ },
833
+ {
834
+ "name": "Image of the book cover 'Knowledge and Decisions.'",
835
+ "timestamp": {
836
+ "start_timestamp": "00:04:08.999",
837
+ "end_timestamp": "00:04:14.004"
838
+ }
839
+ },
840
+ {
841
+ "name": "Black and white image of Sowell smiling.",
842
+ "timestamp": {
843
+ "start_timestamp": "00:04:14.004",
844
+ "end_timestamp": "00:04:14.004"
845
+ }
846
+ },
847
+ {
848
+ "name": "Image of a magazine page with Hayek’s quote.",
849
+ "timestamp": {
850
+ "start_timestamp": "00:04:15.964",
851
+ "end_timestamp": "00:04:15.964"
852
+ }
853
+ }
854
+ ],
855
+ "videoEditingDetails": [
856
+ {
857
+ "description": "Gillespie narrates with visuals of Sowell teaching, book cover, and Hayek's praise.",
858
+ "timestamps": {
859
+ "start_timestamp": "00:03:38.009",
860
+ "end_timestamp": "00:04:14.004"
861
+ }
862
+ }
863
+ ],
864
+ "mood": {
865
+ "description": "Explanatory and admiring. Gillespie highlights Sowell's arguments, while Hayek's praise adds admiration.",
866
+ "keyMoments": [
867
+ {
868
+ "timestamp": "00:03:38.009",
869
+ "changeDescription": "Gillespie's explanation sets an admiring tone for Sowell's work."
870
+ }
871
+ ]
872
+ },
873
+ "narrativeProgression": [
874
+ {
875
+ "description": "The scene delves into Sowell's impactful work 'Knowledge and Decisions,' discussing decentralized decision-making's importance.",
876
+ "timestamp": "00:03:38.009"
877
+ }
878
+ ],
879
+ "characterInteraction": [
880
+ {
881
+ "characters": [
882
+ "Nick Gillespie"
883
+ ],
884
+ "description": "Gillespie speaks about Sowell's work, supported by Hayek's written praise."
885
+ }
886
+ ],
887
+ "thematicElements": "This scene underscores the significance of individual knowledge and decentralized decision-making, contrasting it with centralized planning.",
888
+ "contextualRelevance": "Highlights Sowell's influence through his book and its impact on economic thought.",
889
+ "dynamismScore": 0.6,
890
+ "audioVisualCorrelation": 0.8
891
+ },
892
+ {
893
+ "sceneId": 12,
894
+ "title": "Critique of Centralized Decision-Making",
895
+ "timestamps": {
896
+ "start_timestamp": "00:04:16.006",
897
+ "end_timestamp": "00:04:55.962"
898
+ },
899
+ "cast": [
900
+ "Jason Riley"
901
+ ],
902
+ "activities": [
903
+ {
904
+ "description": "Riley explains Sowell's argument against ignoring ordinary people's expertise and the negative consequences of centralized power.",
905
+ "timestamp": {
906
+ "start_timestamp": "00:04:16.006",
907
+ "end_timestamp": "00:04:27.017"
908
+ }
909
+ },
910
+ {
911
+ "description": "Riley discusses the dangers of transferring power from individuals to bureaucrats, aligning with Sowell's focus on decision-making consequences.",
912
+ "timestamp": {
913
+ "start_timestamp": "00:04:27.017",
914
+ "end_timestamp": "00:04:54.002"
915
+ }
916
+ }
917
+ ],
918
+ "props": [
919
+ {
920
+ "name": "Black and white image of Sowell smiling.",
921
+ "timestamp": {
922
+ "start_timestamp": "00:04:24.014",
923
+ "end_timestamp": "00:04:27.017"
924
+ }
925
+ },
926
+ {
927
+ "name": "Black and white photo of Sowell giving a lecture.",
928
+ "timestamp": {
929
+ "start_timestamp": "00:04:27.017",
930
+ "end_timestamp": "00:04:31.980"
931
+ }
932
+ },
933
+ {
934
+ "name": "Footage of a busy street in Chinatown.",
935
+ "timestamp": {
936
+ "start_timestamp": "00:04:55.962",
937
+ "end_timestamp": "00:04:55.962"
938
+ }
939
+ }
940
+ ],
941
+ "videoEditingDetails": [
942
+ {
943
+ "description": "Riley speaks with images of Sowell and footage of Chinatown.",
944
+ "timestamps": {
945
+ "start_timestamp": "00:04:16.006",
946
+ "end_timestamp": "00:04:54.002"
947
+ }
948
+ }
949
+ ],
950
+ "mood": {
951
+ "description": "Critical and concerned. Riley reflects Sowell's critical view of government overreach and concern for ignoring individual experience.",
952
+ "keyMoments": [
953
+ {
954
+ "timestamp": "00:04:16.006",
955
+ "changeDescription": "Mood is set to concerned as Riley explains potential dangers of centralized power."
956
+ }
957
+ ]
958
+ },
959
+ "narrativeProgression": [
960
+ {
961
+ "description": "Focuses on the implications of Sowell's ideas, emphasizing dangers of centralized decision-making and importance of individual agency.",
962
+ "timestamp": "00:04:16.006"
963
+ }
964
+ ],
965
+ "characterInteraction": [
966
+ {
967
+ "characters": [
968
+ "Jason Riley"
969
+ ],
970
+ "description": "Riley elaborates on Sowell's critique of centralized power."
971
+ }
972
+ ],
973
+ "thematicElements": "Reinforces the theme of individual agency against centralized control, cautioning against unintended consequences of ambitious planning.",
974
+ "contextualRelevance": "Explains Sowell's critique of government's expanding role in decision-making.",
975
+ "dynamismScore": 0.6,
976
+ "audioVisualCorrelation": 0.8
977
+ },
978
+ {
979
+ "sceneId": 13,
980
+ "title": "Constrained vs. Unconstrained Visions",
981
+ "timestamps": {
982
+ "start_timestamp": "00:04:56.004",
983
+ "end_timestamp": "00:05:26.910"
984
+ },
985
+ "cast": [
986
+ "Jason Riley"
987
+ ],
988
+ "activities": [
989
+ {
990
+ "description": "Riley discusses Sowell's 'A Conflict of Visions,' explaining constrained and unconstrained visions.",
991
+ "timestamp": {
992
+ "start_timestamp": "00:05:03.011",
993
+ "end_timestamp": "00:05:26.910"
994
+ }
995
+ }
996
+ ],
997
+ "props": [
998
+ {
999
+ "name": "Image of the book cover 'A Conflict of Visions.'",
1000
+ "timestamp": {
1001
+ "start_timestamp": "00:05:26.910",
1002
+ "end_timestamp": "00:05:26.910"
1003
+ }
1004
+ },
1005
+ {
1006
+ "name": "Image of Sowell wearing a brown suit.",
1007
+ "timestamp": {
1008
+ "start_timestamp": "00:05:26.910",
1009
+ "end_timestamp": "00:05:26.910"
1010
+ }
1011
+ }
1012
+ ],
1013
+ "videoEditingDetails": [
1014
+ {
1015
+ "description": "Riley speaks with images of the book cover and Sowell.",
1016
+ "timestamps": {
1017
+ "start_timestamp": "00:05:03.011",
1018
+ "end_timestamp": "00:05:26.910"
1019
+ }
1020
+ }
1021
+ ],
1022
+ "mood": {
1023
+ "description": "Analytical and respectful. Riley explains Sowell's ideas and respects his courage in tackling issues.",
1024
+ "keyMoments": [
1025
+ {
1026
+ "timestamp": "00:05:03.011",
1027
+ "changeDescription": "Riley's analysis sets a respectful tone as he discusses Sowell's visions."
1028
+ }
1029
+ ]
1030
+ },
1031
+ "narrativeProgression": [
1032
+ {
1033
+ "description": "Focuses on Sowell's analysis of ideological frameworks, highlighting constrained vs. unconstrained visions of progress.",
1034
+ "timestamp": "00:05:03.011"
1035
+ }
1036
+ ],
1037
+ "characterInteraction": [
1038
+ {
1039
+ "characters": [
1040
+ "Jason Riley"
1041
+ ],
1042
+ "description": "Riley discusses Sowell's ideological views."
1043
+ }
1044
+ ],
1045
+ "thematicElements": "Emphasizes understanding ideological frameworks and the necessity of balancing idealism with realism.",
1046
+ "contextualRelevance": "Provides insight into Sowell's ideological analysis and how it applies to social policies.",
1047
+ "dynamismScore": 0.5,
1048
+ "audioVisualCorrelation": 0.8
1049
+ },
1050
+ {
1051
+ "sceneId": 14,
1052
+ "title": "Sowell's Constrained Vision and Photography Analogy",
1053
+ "timestamps": {
1054
+ "start_timestamp": "00:05:26.952",
1055
+ "end_timestamp": "00:06:17.752"
1056
+ },
1057
+ "cast": [
1058
+ "Nick Gillespie",
1059
+ "Steven Pinker"
1060
+ ],
1061
+ "activities": [
1062
+ {
1063
+ "description": "Gillespie discusses Sowell's support for constrained vision exemplified by classical liberals.",
1064
+ "timestamp": {
1065
+ "start_timestamp": "00:05:45.011",
1066
+ "end_timestamp": "00:05:53.019"
1067
+ }
1068
+ },
1069
+ {
1070
+ "description": "Pinker uses photography to explain the necessity of trade-offs in social policy.",
1071
+ "timestamp": {
1072
+ "start_timestamp": "00:05:53.019",
1073
+ "end_timestamp": "00:06:16.001"
1074
+ }
1075
+ }
1076
+ ],
1077
+ "props": [
1078
+ {
1079
+ "name": "Black and white image of Adam Smith and Edmund Burke.",
1080
+ "timestamp": {
1081
+ "start_timestamp": "00:05:50.016",
1082
+ "end_timestamp": "00:05:53.019"
1083
+ }
1084
+ },
1085
+ {
1086
+ "name": "Painting of the Declaration of Independence signing.",
1087
+ "timestamp": {
1088
+ "start_timestamp": "00:05:50.016",
1089
+ "end_timestamp": "00:05:53.019"
1090
+ }
1091
+ },
1092
+ {
1093
+ "name": "Image of Edmund Burke with a quote.",
1094
+ "timestamp": {
1095
+ "start_timestamp": "00:06:08.994",
1096
+ "end_timestamp": "00:06:16.001"
1097
+ }
1098
+ },
1099
+ {
1100
+ "name": "Footage of Sowell with a camera and Grand Canyon photo.",
1101
+ "timestamp": {
1102
+ "start_timestamp": "00:06:17.752",
1103
+ "end_timestamp": "00:06:17.752"
1104
+ }
1105
+ }
1106
+ ],
1107
+ "videoEditingDetails": [
1108
+ {
1109
+ "description": "Gillespie and Pinker discuss Sowell's vision with visuals of Smith, Burke, and photography footage.",
1110
+ "timestamps": {
1111
+ "start_timestamp": "00:05:45.011",
1112
+ "end_timestamp": "00:06:17.752"
1113
+ }
1114
+ }
1115
+ ],
1116
+ "mood": {
1117
+ "description": "Philosophical and reflective. Discussion carries a philosophical tone with reflective visuals of photography.",
1118
+ "keyMoments": [
1119
+ {
1120
+ "timestamp": "00:05:45.011",
1121
+ "changeDescription": "The discussion introduces a philosophical tone on constrained vision."
1122
+ }
1123
+ ]
1124
+ },
1125
+ "narrativeProgression": [
1126
+ {
1127
+ "description": "Explores the concept of constrained vision, comparing photography trade-offs with social policy.",
1128
+ "timestamp": "00:05:45.011"
1129
+ }
1130
+ ],
1131
+ "characterInteraction": [
1132
+ {
1133
+ "characters": [
1134
+ "Nick Gillespie",
1135
+ "Steven Pinker"
1136
+ ],
1137
+ "description": "Gillespie introduces, while Pinker elaborates on photography analogy."
1138
+ }
1139
+ ],
1140
+ "thematicElements": "Highlights necessity of trade-offs, rejecting simple solutions for complex issues.",
1141
+ "contextualRelevance": "Draws parallel between photography and socio-political trade-offs.",
1142
+ "dynamismScore": 0.7,
1143
+ "audioVisualCorrelation": 0.8
1144
+ },
1145
+ {
1146
+ "sceneId": 15,
1147
+ "title": "Conclusion of Photography Analogy",
1148
+ "timestamps": {
1149
+ "start_timestamp": "00:06:17.794",
1150
+ "end_timestamp": "00:09:56.846"
1151
+ },
1152
+ "cast": [
1153
+ "Steven Pinker"
1154
+ ],
1155
+ "activities": [
1156
+ {
1157
+ "description": "Pinker connects Sowell's critique of utopian solutions to photography's inherent trade-offs.",
1158
+ "timestamp": {
1159
+ "start_timestamp": "00:06:53.997",
1160
+ "end_timestamp": "00:07:12.015"
1161
+ }
1162
+ }
1163
+ ],
1164
+ "props": [
1165
+ {
1166
+ "name": "Black and white image of children in classroom.",
1167
+ "timestamp": {
1168
+ "start_timestamp": "00:07:12.015",
1169
+ "end_timestamp": "00:07:17.020"
1170
+ }
1171
+ }
1172
+ ],
1173
+ "videoEditingDetails": [
1174
+ {
1175
+ "description": "Pinker speaks with classroom imagery tying to broader themes.",
1176
+ "timestamps": {
1177
+ "start_timestamp": "00:06:53.997",
1178
+ "end_timestamp": "00:07:17.020"
1179
+ }
1180
+ }
1181
+ ],
1182
+ "mood": {
1183
+ "description": "Reflective and appreciative. Pinker's analogy and admiration for Sowell create this mood.",
1184
+ "keyMoments": [
1185
+ {
1186
+ "timestamp": "00:06:53.997",
1187
+ "changeDescription": "Reflective mood as Pinker connects Sowell's views with trade-offs in policy."
1188
+ }
1189
+ ]
1190
+ },
1191
+ "narrativeProgression": [
1192
+ {
1193
+ "description": "Concludes Pinker's analogy, emphasizing understanding trade-offs in policy.",
1194
+ "timestamp": "00:06:53.997"
1195
+ }
1196
+ ],
1197
+ "characterInteraction": [
1198
+ {
1199
+ "characters": [
1200
+ "Steven Pinker"
1201
+ ],
1202
+ "description": "Pinker elaborates on photography analogy relating to social issues."
1203
+ }
1204
+ ],
1205
+ "thematicElements": "Reiteration on importance of informed choices and understanding of trade-offs to avoid simplistic solutions.",
1206
+ "contextualRelevance": "Links photography analogy to real-world social policy issues.",
1207
+ "dynamismScore": 0.3,
1208
+ "audioVisualCorrelation": 0.7
1209
+ }
1210
+ ],
1211
+ "storylines": {
1212
+ "description": "The documentary follows Thomas Sowell's life from his challenging upbringing to becoming a prominent economist known for his critical views on government intervention and his emphasis on evidence-based analysis.",
1213
+ "scenes": [
1214
+ 1,
1215
+ 2,
1216
+ 3,
1217
+ 4,
1218
+ 5,
1219
+ 6,
1220
+ 7,
1221
+ 8,
1222
+ 9,
1223
+ 10,
1224
+ 11,
1225
+ 12,
1226
+ 13,
1227
+ 14,
1228
+ 15
1229
+ ],
1230
+ "climax": {
1231
+ "description": "Sowell's pivotal challenge of accepted narratives with empirical analysis, especially his critique of welfare policies and centralized planning, marks the climax of the documentary.",
1232
+ "timestamp": "00:02:03.999"
1233
+ }
1234
+ },
1235
+ "qAndA": [
1236
+ {
1237
+ "question": "What is Thomas Sowell's main critique of welfare policies?",
1238
+ "answer": "Sowell criticizes welfare policies as contributing to the disintegration of the black family, arguing that these policies create negative social impacts rather than alleviating poverty."
1239
+ },
1240
+ {
1241
+ "question": "How does Sowell's early life influence his views?",
1242
+ "answer": "Sowell's difficult upbringing in rural North Carolina and Harlem instilled in him a skepticism towards elitist intellectuals and a reliance on common sense, which heavily influence his critiques."
1243
+ },
1244
+ {
1245
+ "question": "What is the 'Constrained Vision' Sowell advocates?",
1246
+ "answer": "The 'Constrained Vision' acknowledges human limitations, emphasizing trade-offs and skepticism towards utopian solutions, which Sowell argues provide a more realistic framework for understanding social issues."
1247
+ }
1248
+ ],
1249
+ "trimmingSuggestions": [
1250
+ {
1251
+ "description": "Consider trimming the scene introducing Sowell's memoir to maintain focus on his critique of elitist intellectuals.",
1252
+ "timestamps": {
1253
+ "start_timestamp": "00:06:17.794",
1254
+ "end_timestamp": "00:06:17.794"
1255
+ }
1256
+ },
1257
+ {
1258
+ "description": "Trim Pinker's extended analogy on photography if repetition of trade-off theme is deemed excessive.",
1259
+ "timestamps": {
1260
+ "start_timestamp": "00:06:53.997",
1261
+ "end_timestamp": "00:07:12.015"
1262
+ }
1263
+ }
1264
+ ],
1265
+ "fps": 23.976023976023978
1266
+ },
1267
+ "text_to_speech": "I've never been able to found a single country in the world where the policies that have been advocated for blacks in the United States have lifted any people out of poverty. I've seen many examples around the world about people began in poverty and ended in affluence, not one of them has followed any pattern at all like what is being advocated for blacks in the United States. That's the economist and social critic Thomas Sowell critiquing affirmative action back in 1981. In an age in which espousing unpopular ideas can destroy the careers of journalists and academics. Sowell's candor and insistence on following the facts wherever they lead, are more worthy of appreciation than ever. Sowell was born in rural North Carolina in 1930 to an uneducated family without electricity or running water. He was orphaned and raised by a great aunt. When he was eight his family moved to Harlem and at one point he was living in a shelter for homeless boys keeping a knife under his pillow for protection. He didn't finish college until he was 28 and went on to receive his PhD from the University of Chicago before he became internationally celebrated as an intellectual and writer. His upbringing was more than something to be overcome, it profoundly shaped his scholarship. In particular by making him disdainful of elite intellectuals who impose their ideas on society through government. As Sowell wrote in his memoir, \"Growing up he had daily contact with people who were neither well educated nor particularly genteel, but who had practical wisdom far beyond what I had.\" That gave him, \"A lasting respect for the common sense of ordinary people, a factor routinely ignored by the intellectuals among whom I would later make my career. Sowell provocative body of work on everything from race to childhood development to Charter Schools and Their Enemies, is the subject of a new documentary and a forthcoming biography titled 'Maverick'. He is someone who has been something of an intellectual loner throughout his career. Jason Riley is a senior fellow at the Manhattan Institute, a columnist at the Wall Street Journal and the author behind the new documentary and biography of Sowell. Someone who has bucked convention, concerned himself with being a truth teller, being a straight shooter. Maybe this is a commentary on intellectuals today as that makes him a Maverick. Someone who puts truth about popularity, who doesn't concern himself with being politically correct. He follows the facts where they lead, whether or not the conclusion is a popular one. Riley says that Sowell's genius rests in his unwavering attention to empirical facts and data and policy outcomes regardless of intentions. A tendency that was sharpened by his PhD training at the University of Chicago under future Nobel prize winners Milton Friedman, George Stigler and Friedrich Hayek. This whole notion, the black family has always been disintegrating, that is nonsense. His studies goes up to 1925, the great bulk of black families were intact, two parent families up through 1925 and going all the way back through the era of slavery. So it is now only within our own time that we suddenly see this inevitable tragedy which the welfare system says is gonna rush in to solve. He was thinking like a Chicago economist. Essentially it's an adherence to empiricism, to facts and logic and putting that ahead of theory. Thomas was much more interested in how an idea has panned out. What the evidence is for success or failure rather than simply what the intent is. And I think that is what distinguishes him and much of the Chicago school from their counterparts at MIT or Harvard or other places, where there was much more of an emphasis, at least in the field of economics, on eloquent theories and mathematics. When Sowell showed up at the University of Chicago for doctoral work, he called himself a Marxist. A designation he ultimately rejected not because of Milton Friedman's lectures but because of his subsequent job experience in the Federal government. While I was still a Marxist, I was taking Milton Friedman's course, but I... ... But one summer in the government was enough to let me say, \"Now this government is really not the answer.\" I mean that is. Milton Friedman didn't cure you but the Federal government did. In fact the Federal government did. Never say the Federal government doesn't do anything. One of Sowell's most brilliant works is 'Knowledge and Decisions' published in 1980. He elaborated on Austrian economist Friedrich Hayek's insight that information and knowledge are disbursed among people and markets in highly sophisticated yet unarticulated ways. That's something most intellectuals and planners ignore as they override the expertise and experience of the common man through government fiat. In a 1981 review of the book published in 'Reason', Hayek wrote that Sowell had, \"...not only broadened the application of the ideas and effectively carried the approach into new fields that I never considered, but he also succeeds in translating abstract and theoretical argument into a highly concrete and realistic discussion of the central problems of contemporary economic policy.\" To the extent that decision making is taken out of the hands of ordinary people and placed in the hands of government bureaucrats and politicians. What you are doing is, increasing the distance between the person who makes the decision and the person who has to suffer the consequences of that decision. And one of the reasons Sowell wrote that book is because he thought that too much decision making was being put in the hands of government and that we were headed down a bad path, by going in this direction. And I think obviously he's been borne out by that. In 'A Conflict of Visions' which is Sowell's favorite of his own books, he identified two fundamental modes of understanding the world. Thinkers ranging from Rousseau to Marx to John Rawls, exhibited what's Sowell calls an unconstrained vision based on the mistaken idea that human beings and society are perfectible. In later books Sowell championed a constrained vision articulated by classical liberals such as Adam Smith, Edmund Burke and America's founding fathers who constructed a system of checks and balances to protect man from his worst tendencies. The constrained vision rejects utopianism and instead holds that social progress comes from acknowledging that there are no perfect solutions, only trade offs. As Burke wrote, \"We cannot change the Nature of things and of men-but must act upon them the best we can\". Sowell's good friend and fellow amateur photographer, Harvard linguist, Steven Pinker, draws a parallel between how cameras work and societies work. Thomas commentated to me that, to be a photographer, you have to master trade offs. All of the little adjustments that you fiddle with in the camera, never involve making everything better everything worse, it's a matter of trading one thing off for another. If you close down the diaphragm, then you get lots and lots of stuff in focus near to far. On the other hand you're cutting down the amount of light. And a theme in Tom's work on society is that all policies involve trade offs. And Tom often loses patience at people with sweeping visions, kere's how we can improve society, here's a solution to a problem. And Tom points outs in his political writings, there are no solutions, there are only trade offs. Sowell's life experience and ideological commitments are perhaps most clear in his long held positions on the centrality of school choice to improving the life prospects for low income blacks and other minorities. One of his first major works was 1972's, 'Black Education Myths and Tragedies' and his latest book, was 2020's, 'Charter Schools and Their Enemies' I would allow their parents to have a choice of where to send them to school, whether that choice is called a voucher scheme, open enrollment, tuition tax credit, any kind of scheme of that sort, that would put that power in the hands of their parents. Mainly because that would mean that the schools would have to be responsive to them. As it is now the school is a monopoly. They need not be responsive. It is hard for me to understand what harm is gonna be done by allowing parents to have a choice as compared to having self interested bureaucrats have a monopoly. Tom brings this economic empiricism to anything he's writing about. That's something that I've greatly appreciated and then the need for, to be a critical thinker, in the way that he has. He wrote about these racial topics almost out of a sense of duty because there were things that needed to be said that too few others were willing to say. And I'm so glad he did his duty. I think we are so much better off, for having this body of work out there to draw on, that is still so relevant today. If he had spent his entire career writing about intellectual history, Jean-Baptiste Say and the classical liberals, I'm sure he'd still be remembered as a great scholar but I am so glad he decided to take the punches he's taken over this other stuff on race and ethnicity and culture. Because I think for some of us, that's equally important. Despite disavowing utopianism and human perfectibility, Sowell has never wavered in a belief that things can and should get better if we put aside ideological priors, assess the facts on the ground and work to give individuals more and better choices. I grew up in an era when people and particularly blacks, were a lot poorer than today, faced a lot more discrimination than today. And in which the teenage pregnancy rate was a lot lower than today. I don't believe there is a predestined amount of teenage pregnancy, a predestined amount of husband desertion. Today Sowell is in his 90s, and still writing and publishing. Though his greatest scholarship is almost certainly behind him, his body of work will continue to have a profound impact on our understanding of the world, long after he's gone."
1268
+ }
metadata/5xKfzIYlpW0.json ADDED
@@ -0,0 +1,1032 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 570,
4
+ "content_parent_category": "Automotive",
5
+ "content_fine_category": "Off-Roading",
6
+ "youtube_title": "WE TOOK OUR CAN-AM TO A RUTA **RACING** (OffRoading)",
7
+ "youtube_description": "WE TOOK OUR CAN-AM TO A RUTA **RACING** (OffRoading)\n\nWelcome back to another video guys! In todays video we took out our CanAm for a ruta. We hope you guys enjoyed this vlog. Thank you guys for watching Pablezyy & Steph gang! Make sure to DESTROY the LIKE button! And also SUBSCRIBE to our channel! Turn On the NOTIFICATION BELL so you can be alerted every time we post up a NEW Video! Join Our WORLD!!!\n\nNew videos DROPPING every Monday's & Thursday's!!!\n\nSTALK US ;)\n\nFOLLOW all our social media accounts for FREE GIVEAWAYS!\n\nPablezyy & Steph IG: https://instagram.com/pablezyy_stephi...\n\nSteph IG: https://instagram.com/miss.stephanee?...\n\nSteph TikTok: https://vm.tiktok.com/ZMR7v9JKQ/\n\nPablezyy IG: https://instagram.com/pablezyy?utm_me...\n\nPablezyy TikTok: https://vm.tiktok.com/ZMR77TEn4/\n\n#CanAm #Rzrs #OffRoading",
8
+ "text_to_speech_word_count": 335,
9
+ "youtube_categories": [
10
+ "Entertainment"
11
+ ],
12
+ "youtube_tags": [
13
+ "I TOOK MY CAN-AM X3 TO THE SNOW!! *Snow Ruta*",
14
+ "ToyCo Rutas in New Mexico",
15
+ "BARSTOW TO LAS VEGAS TAKEOVER 2020 (RUTEANDO)",
16
+ "Ruta en los Can-Am y RZRs - Down N Dirty Yearly Run",
17
+ "Ruta en Can am's y Rzr ( La Romurosa - San Quintin ) 500 Mile Run!",
18
+ "Hundí mi Can-Am x3 por accidente",
19
+ "EL AGUA NOS LLEGO AL CUELLO // LA RUTA DEL RIO EN CAN AM X3 // Vlog 02",
20
+ "STREETLEGAL CAN-AM X3 IN THE SNOW!!",
21
+ "0:02 / 10:07 RUTA HACIA LA ISLA LAS COPAS/( ASI VA QUEDANDO MI CAN-AM X3)/ UNGSON JR/ (PARTE 1/2)"
22
+ ],
23
+ "youtube_channel": "Pablezyy & Steph",
24
+ "youtube_view_count": 18320,
25
+ "youtube_comment_count": 64,
26
+ "youtube_like_count": 435,
27
+ "youtube_channel_follower_count": 87700,
28
+ "youtube_upload_date": "20220517",
29
+ "youtube_age_limit": 0,
30
+ "content_metadata": {
31
+ "title": "Off-Road Adventure with Pablo and Friends",
32
+ "description": "A thrilling off-roading adventure with Pablo and friends, featuring exciting races, scenic views, and glimpses into Pablo and Steph's relationship.",
33
+ "characterList": [
34
+ {
35
+ "characterId": "1",
36
+ "name": "Pablo",
37
+ "description": "A man with a beard, wearing a cap and a green camouflage shirt. He has a diamond necklace and a pendant with a woman's face."
38
+ },
39
+ {
40
+ "characterId": "2",
41
+ "name": "Steph",
42
+ "description": "A woman with long dark hair. She wears various outfits, including a blue jumpsuit, a black jumpsuit, and a leopard print dress."
43
+ },
44
+ {
45
+ "characterId": "3",
46
+ "name": "Toxica",
47
+ "description": "A young woman with long dark hair, wearing a black jumpsuit."
48
+ },
49
+ {
50
+ "characterId": "4",
51
+ "name": "Little Boy",
52
+ "description": "A young boy with brown hair wearing a white shirt and blue jeans."
53
+ },
54
+ {
55
+ "characterId": "5",
56
+ "name": "Little Girl",
57
+ "description": "A young girl wearing a white shirt, pink pants, and beige boots."
58
+ },
59
+ {
60
+ "characterId": "6",
61
+ "name": "Jimbolls",
62
+ "description": "A man with a beard and a white cap wearing a blue and red motocross jersey and white shorts."
63
+ },
64
+ {
65
+ "characterId": "7",
66
+ "name": "Able",
67
+ "description": "A man with short dark hair wearing a black and green Fox motocross jersey."
68
+ },
69
+ {
70
+ "characterId": "8",
71
+ "name": "Jesse",
72
+ "description": "A man with a beard wearing a beige and black Fox motocross jersey."
73
+ },
74
+ {
75
+ "characterId": "9",
76
+ "name": "David Mac",
77
+ "description": "A man with a beard and dark hair wearing a black shirt and black goggles, sitting in a blue off-road vehicle."
78
+ }
79
+ ],
80
+ "scenes": [
81
+ {
82
+ "sceneId": 1,
83
+ "title": "Off-road Introduction",
84
+ "timestamps": {
85
+ "start_timestamp": "00:00:00.000",
86
+ "end_timestamp": "00:00:14.014"
87
+ },
88
+ "cast": [
89
+ "Pablo",
90
+ "Steph",
91
+ "Toxica",
92
+ "Little Boy",
93
+ "Little Girl",
94
+ "Jimbolls",
95
+ "Able",
96
+ "Jesse",
97
+ "David Mac"
98
+ ],
99
+ "activities": [
100
+ {
101
+ "description": "Off-road vehicles driving and doing donuts.",
102
+ "timestamp": {
103
+ "start_timestamp": "00:00:02.002",
104
+ "end_timestamp": "00:00:04.004"
105
+ }
106
+ },
107
+ {
108
+ "description": "Steph and Toxica dancing with a man.",
109
+ "timestamp": {
110
+ "start_timestamp": "00:00:04.004",
111
+ "end_timestamp": "00:00:06.006"
112
+ }
113
+ },
114
+ {
115
+ "description": "Off-road vehicles driving in a desert terrain.",
116
+ "timestamp": {
117
+ "start_timestamp": "00:00:06.006",
118
+ "end_timestamp": "00:00:13.013"
119
+ }
120
+ },
121
+ {
122
+ "description": "Off-road vehicles racing.",
123
+ "timestamp": {
124
+ "start_timestamp": "00:00:13.013",
125
+ "end_timestamp": "00:00:13.013"
126
+ }
127
+ }
128
+ ],
129
+ "props": [
130
+ {
131
+ "name": "Off-road vehicles",
132
+ "timestamp": {
133
+ "start_timestamp": "00:00:00.000",
134
+ "end_timestamp": "00:00:14.014"
135
+ }
136
+ },
137
+ {
138
+ "name": "Dirt bikes",
139
+ "timestamp": {
140
+ "start_timestamp": "00:00:00.000",
141
+ "end_timestamp": "00:00:14.014"
142
+ }
143
+ },
144
+ {
145
+ "name": "A white pickup truck",
146
+ "timestamp": {
147
+ "start_timestamp": "00:00:00.000",
148
+ "end_timestamp": "00:00:14.014"
149
+ }
150
+ },
151
+ {
152
+ "name": "Flags (US and Mexican)",
153
+ "timestamp": {
154
+ "start_timestamp": "00:00:00.000",
155
+ "end_timestamp": "00:00:14.014"
156
+ }
157
+ },
158
+ {
159
+ "name": "A tree",
160
+ "timestamp": {
161
+ "start_timestamp": "00:00:00.000",
162
+ "end_timestamp": "00:00:14.014"
163
+ }
164
+ }
165
+ ],
166
+ "videoEditingDetails": [
167
+ {
168
+ "description": "Fast cuts, slow motion, title card (\"Ruta Vlog\") overlaid on the video, music overlay.",
169
+ "timestamps": {
170
+ "start_timestamp": "00:00:00.000",
171
+ "end_timestamp": "00:00:14.014"
172
+ }
173
+ },
174
+ {
175
+ "description": "Transition - abrupt cut to black screen with title card (\"Pablezyy & Steph\").",
176
+ "timestamps": {
177
+ "start_timestamp": "00:00:14.014",
178
+ "end_timestamp": "00:00:14.014"
179
+ }
180
+ }
181
+ ],
182
+ "mood": {
183
+ "description": "Excited",
184
+ "keyMoments": [
185
+ {
186
+ "timestamp": "00:00:00.000",
187
+ "changeDescription": "Excited mood set by fast-paced action."
188
+ },
189
+ {
190
+ "timestamp": "00:00:14.014",
191
+ "changeDescription": "Transition to neutral mood with cut to black screen."
192
+ }
193
+ ]
194
+ },
195
+ "narrativeProgression": [
196
+ {
197
+ "description": "Introduction to the video, showcasing the off-roading activity and the characters involved.",
198
+ "timestamp": "00:00:00.000"
199
+ },
200
+ {
201
+ "description": "Showcases the off-road vehicles and their capabilities.",
202
+ "timestamp": "00:00:00.000"
203
+ },
204
+ {
205
+ "description": "Highlights the location and the participants.",
206
+ "timestamp": "00:00:06.006"
207
+ },
208
+ {
209
+ "description": "Teases the off-road race to come.",
210
+ "timestamp": "00:00:13.013"
211
+ }
212
+ ],
213
+ "characterInteraction": [
214
+ {
215
+ "characters": [
216
+ "Pablo",
217
+ "Steph",
218
+ "Toxica",
219
+ "Little Boy",
220
+ "Little Girl",
221
+ "Jimbolls",
222
+ "Able",
223
+ "Jesse",
224
+ "David Mac"
225
+ ],
226
+ "description": "Characters are seen interacting with each other, celebrating, and preparing for the off-road activities."
227
+ }
228
+ ],
229
+ "thematicElements": "Off-roading, adventure, excitement.",
230
+ "contextualRelevance": "Introduction to the off-road adventure and characters.",
231
+ "dynamismScore": 1.0,
232
+ "audioVisualCorrelation": 1.0
233
+ },
234
+ {
235
+ "sceneId": 2,
236
+ "title": "Pablo and Steph's Lifestyle",
237
+ "timestamps": {
238
+ "start_timestamp": "00:00:14.047",
239
+ "end_timestamp": "00:00:44.645"
240
+ },
241
+ "cast": [
242
+ "Pablo",
243
+ "Steph"
244
+ ],
245
+ "activities": [
246
+ {
247
+ "description": "Walking into a building.",
248
+ "timestamp": {
249
+ "start_timestamp": "00:00:16.016",
250
+ "end_timestamp": "00:00:17.985"
251
+ }
252
+ },
253
+ {
254
+ "description": "Playing cornhole on a rooftop.",
255
+ "timestamp": {
256
+ "start_timestamp": "00:00:17.985",
257
+ "end_timestamp": "00:00:22.990"
258
+ }
259
+ },
260
+ {
261
+ "description": "Steph being lifted and kissed by Pablo.",
262
+ "timestamp": {
263
+ "start_timestamp": "00:00:22.990",
264
+ "end_timestamp": "00:00:24.992"
265
+ }
266
+ },
267
+ {
268
+ "description": "Playing pool and kissing.",
269
+ "timestamp": {
270
+ "start_timestamp": "00:00:24.992",
271
+ "end_timestamp": "00:00:27.995"
272
+ }
273
+ },
274
+ {
275
+ "description": "Hugging on a rooftop, walking into a room, adjusting jewelry.",
276
+ "timestamp": {
277
+ "start_timestamp": "00:00:27.995",
278
+ "end_timestamp": "00:00:34.001"
279
+ }
280
+ },
281
+ {
282
+ "description": "Playing an arcade game.",
283
+ "timestamp": {
284
+ "start_timestamp": "00:00:34.001",
285
+ "end_timestamp": "00:00:38.005"
286
+ }
287
+ },
288
+ {
289
+ "description": "Steph laying on a bed, pouring wine, clinking glasses, and drinking wine with Pablo.",
290
+ "timestamp": {
291
+ "start_timestamp": "00:00:38.005",
292
+ "end_timestamp": "00:00:44.011"
293
+ }
294
+ }
295
+ ],
296
+ "props": [
297
+ {
298
+ "name": "Lamborghini",
299
+ "timestamp": {
300
+ "start_timestamp": "00:00:14.047",
301
+ "end_timestamp": "00:00:16.016"
302
+ }
303
+ },
304
+ {
305
+ "name": "Cornhole set",
306
+ "timestamp": {
307
+ "start_timestamp": "00:00:17.985",
308
+ "end_timestamp": "00:00:22.990"
309
+ }
310
+ },
311
+ {
312
+ "name": "Pool table, pool cues",
313
+ "timestamp": {
314
+ "start_timestamp": "00:00:24.992",
315
+ "end_timestamp": "00:00:27.995"
316
+ }
317
+ },
318
+ {
319
+ "name": "Rooftop view",
320
+ "timestamp": {
321
+ "start_timestamp": "00:00:27.995",
322
+ "end_timestamp": "00:00:34.001"
323
+ }
324
+ },
325
+ {
326
+ "name": "Cityscape at night",
327
+ "timestamp": {
328
+ "start_timestamp": "00:00:27.995",
329
+ "end_timestamp": "00:00:34.001"
330
+ }
331
+ },
332
+ {
333
+ "name": "Arcade game",
334
+ "timestamp": {
335
+ "start_timestamp": "00:00:34.001",
336
+ "end_timestamp": "00:00:38.005"
337
+ }
338
+ },
339
+ {
340
+ "name": "Bed, wine glasses",
341
+ "timestamp": {
342
+ "start_timestamp": "00:00:38.005",
343
+ "end_timestamp": "00:00:44.011"
344
+ }
345
+ },
346
+ {
347
+ "name": "A large bouquet of red roses",
348
+ "timestamp": {
349
+ "start_timestamp": "00:00:38.005",
350
+ "end_timestamp": "00:00:44.011"
351
+ }
352
+ }
353
+ ],
354
+ "videoEditingDetails": [
355
+ {
356
+ "description": "Title card (\"Pablezyy & Steph\") overlaid on a video of a Lamborghini.",
357
+ "timestamps": {
358
+ "start_timestamp": "00:00:14.047",
359
+ "end_timestamp": "00:00:16.016"
360
+ }
361
+ },
362
+ {
363
+ "description": "Fast cuts, slow motion, music overlay.",
364
+ "timestamps": {
365
+ "start_timestamp": "00:00:16.016",
366
+ "end_timestamp": "00:00:44.011"
367
+ }
368
+ }
369
+ ],
370
+ "mood": {
371
+ "description": "Happy, romantic, luxurious.",
372
+ "keyMoments": [
373
+ {
374
+ "timestamp": "00:00:29.997",
375
+ "changeDescription": "Transition to a more sensual and intimate mood with blue lighting."
376
+ }
377
+ ]
378
+ },
379
+ "narrativeProgression": [
380
+ {
381
+ "description": "Showcase of Pablo and Steph's relationship and lifestyle.",
382
+ "timestamp": "00:00:14.047"
383
+ },
384
+ {
385
+ "description": "Highlights the playful and loving nature of their relationship through various activities.",
386
+ "timestamp": "00:00:14.047"
387
+ },
388
+ {
389
+ "description": "Emphasizes their luxurious lifestyle with high-end cars and locations.",
390
+ "timestamp": "00:00:27.995"
391
+ }
392
+ ],
393
+ "characterInteraction": [
394
+ {
395
+ "characters": [
396
+ "Pablo",
397
+ "Steph"
398
+ ],
399
+ "description": "Romantic and playful interactions between Pablo and Steph."
400
+ }
401
+ ],
402
+ "thematicElements": "Love, relationship, luxury, adventure.",
403
+ "contextualRelevance": "Highlights Pablo and Steph's relationship in the context of their adventurous lifestyle.",
404
+ "dynamismScore": 0.8,
405
+ "audioVisualCorrelation": 0.7
406
+ },
407
+ {
408
+ "sceneId": 3,
409
+ "title": "Preparing for Off-road",
410
+ "timestamps": {
411
+ "start_timestamp": "00:00:44.678",
412
+ "end_timestamp": "00:01:20.981"
413
+ },
414
+ "cast": [
415
+ "Pablo",
416
+ "Steph",
417
+ "Toxica",
418
+ "Little Boy",
419
+ "Little Girl",
420
+ "Jimbolls",
421
+ "Able",
422
+ "Jesse",
423
+ "David Mac"
424
+ ],
425
+ "activities": [
426
+ {
427
+ "description": "Pablo introduces the video and the off-roading activity, giving a call to action for viewers to like, subscribe, and turn on notifications.",
428
+ "timestamp": {
429
+ "start_timestamp": "00:00:45.012",
430
+ "end_timestamp": "00:01:11.004"
431
+ }
432
+ },
433
+ {
434
+ "description": "Group prepares to leave for the off-road trails.",
435
+ "timestamp": {
436
+ "start_timestamp": "00:01:11.004",
437
+ "end_timestamp": "00:01:19.012"
438
+ }
439
+ }
440
+ ],
441
+ "props": [
442
+ {
443
+ "name": "Off-road vehicle, pickup trucks, flags (US and Mexican), a tree.",
444
+ "timestamp": {
445
+ "start_timestamp": "00:00:44.678",
446
+ "end_timestamp": "00:01:19.012"
447
+ }
448
+ }
449
+ ],
450
+ "videoEditingDetails": [
451
+ {
452
+ "description": "Single camera, no transitions, no effects, natural sound.",
453
+ "timestamps": {
454
+ "start_timestamp": "00:00:44.678",
455
+ "end_timestamp": "00:01:19.012"
456
+ }
457
+ },
458
+ {
459
+ "description": "Overlaid banner with the channel name and social media handles.",
460
+ "timestamps": {
461
+ "start_timestamp": "00:00:56.990",
462
+ "end_timestamp": "00:01:03.997"
463
+ }
464
+ }
465
+ ],
466
+ "mood": {
467
+ "description": "Excited",
468
+ "keyMoments": []
469
+ },
470
+ "narrativeProgression": [
471
+ {
472
+ "description": "Transition from the introductory montage to the start of the off-roading adventure.",
473
+ "timestamp": "00:00:44.678"
474
+ },
475
+ {
476
+ "description": "Pablo addresses the viewers and hypes up the upcoming content.",
477
+ "timestamp": "00:00:44.678"
478
+ },
479
+ {
480
+ "description": "The group begins to gather and get ready to leave for the off-road trails.",
481
+ "timestamp": "00:01:11.004"
482
+ }
483
+ ],
484
+ "characterInteraction": [
485
+ {
486
+ "characters": [
487
+ "Pablo",
488
+ "Group"
489
+ ],
490
+ "description": "Pablo interacts with the other members of the group, introducing them and promoting their social media accounts."
491
+ }
492
+ ],
493
+ "thematicElements": "Off-roading, community, adventure.",
494
+ "contextualRelevance": "Setting the stage for the off-roading adventure.",
495
+ "dynamismScore": 0.5,
496
+ "audioVisualCorrelation": 1.0
497
+ },
498
+ {
499
+ "sceneId": 4,
500
+ "title": "Lookout Point",
501
+ "timestamps": {
502
+ "start_timestamp": "00:01:21.014",
503
+ "end_timestamp": "00:02:29.983"
504
+ },
505
+ "cast": [
506
+ "Pablo",
507
+ "Steph",
508
+ "Toxica",
509
+ "Little Boy",
510
+ "Little Girl",
511
+ "Jimbolls",
512
+ "Able",
513
+ "Jesse"
514
+ ],
515
+ "activities": [
516
+ {
517
+ "description": "Arriving at a lookout point and observing other off-road vehicles leaving.",
518
+ "timestamp": {
519
+ "start_timestamp": "00:01:21.014",
520
+ "end_timestamp": "00:01:56.984"
521
+ }
522
+ },
523
+ {
524
+ "description": "Walking around the lookout point, showing the view and playing around.",
525
+ "timestamp": {
526
+ "start_timestamp": "00:01:56.984",
527
+ "end_timestamp": "00:02:20.007"
528
+ }
529
+ },
530
+ {
531
+ "description": "Steph and Toxica trying to do pull-ups on a tree branch.",
532
+ "timestamp": {
533
+ "start_timestamp": "00:02:20.007",
534
+ "end_timestamp": "00:02:28.015"
535
+ }
536
+ }
537
+ ],
538
+ "props": [
539
+ {
540
+ "name": "Off-road vehicles, dirt bikes, a white pickup truck, flags (US and Mexican), a tree, a lookout point.",
541
+ "timestamp": {
542
+ "start_timestamp": "00:01:21.014",
543
+ "end_timestamp": "00:02:28.015"
544
+ }
545
+ }
546
+ ],
547
+ "videoEditingDetails": [
548
+ {
549
+ "description": "Single camera, no transitions, no effects, natural sound.",
550
+ "timestamps": {
551
+ "start_timestamp": "00:01:21.014",
552
+ "end_timestamp": "00:02:28.015"
553
+ }
554
+ },
555
+ {
556
+ "description": "Overlaid text with Steph's Instagram handle.",
557
+ "timestamps": {
558
+ "start_timestamp": "00:02:19.006",
559
+ "end_timestamp": "00:02:19.006"
560
+ }
561
+ }
562
+ ],
563
+ "mood": {
564
+ "description": "Happy, Lighthearted, playful.",
565
+ "keyMoments": []
566
+ },
567
+ "narrativeProgression": [
568
+ {
569
+ "description": "A brief stop at a lookout point before continuing with the off-roading trip.",
570
+ "timestamp": "00:01:21.014"
571
+ },
572
+ {
573
+ "description": "The group arrives at a scenic lookout point, realizing they are a bit late.",
574
+ "timestamp": "00:01:21.014"
575
+ },
576
+ {
577
+ "description": "They explore the lookout point, taking in the view and having some fun.",
578
+ "timestamp": "00:01:56.984"
579
+ },
580
+ {
581
+ "description": "The mood remains lighthearted as Steph and Toxica attempt pull-ups on a tree branch.",
582
+ "timestamp": "00:02:20.007"
583
+ }
584
+ ],
585
+ "characterInteraction": [
586
+ {
587
+ "characters": [
588
+ "Group"
589
+ ],
590
+ "description": "The group enjoys the view together. Steph and Toxica challenge each other with pull-ups, adding to the playful atmosphere."
591
+ }
592
+ ],
593
+ "thematicElements": "Camaraderie, humor, scenic beauty.",
594
+ "contextualRelevance": "A fun and scenic pause in the adventure.",
595
+ "dynamismScore": 0.6,
596
+ "audioVisualCorrelation": 1.0
597
+ },
598
+ {
599
+ "sceneId": 5,
600
+ "title": "Off-road Fun",
601
+ "timestamps": {
602
+ "start_timestamp": "00:02:30.017",
603
+ "end_timestamp": "00:04:59.566"
604
+ },
605
+ "cast": [
606
+ "Pablo",
607
+ "Steph",
608
+ "Toxica",
609
+ "Little Boy",
610
+ "Little Girl",
611
+ "Jimbolls",
612
+ "Able",
613
+ "Jesse"
614
+ ],
615
+ "activities": [
616
+ {
617
+ "description": "Group watches off-road vehicles doing donuts.",
618
+ "timestamp": {
619
+ "start_timestamp": "00:02:30.017",
620
+ "end_timestamp": "00:02:47.000"
621
+ }
622
+ },
623
+ {
624
+ "description": "Jimbolls, Toxica, Jesse, and Pablo attempt pull-ups on a tree branch.",
625
+ "timestamp": {
626
+ "start_timestamp": "00:02:47.000",
627
+ "end_timestamp": "00:03:58.005"
628
+ }
629
+ },
630
+ {
631
+ "description": "Toxica dances with one of the group members.",
632
+ "timestamp": {
633
+ "start_timestamp": "00:03:58.005",
634
+ "end_timestamp": "00:04:43.984"
635
+ }
636
+ },
637
+ {
638
+ "description": "Group drives off-road vehicles through a challenging terrain.",
639
+ "timestamp": {
640
+ "start_timestamp": "00:04:43.984",
641
+ "end_timestamp": "00:04:58.999"
642
+ }
643
+ }
644
+ ],
645
+ "props": [
646
+ {
647
+ "name": "Off-road vehicles, dirt bikes, a white pickup truck, beer cans, a tree, a graffiti wall.",
648
+ "timestamp": {
649
+ "start_timestamp": "00:02:30.017",
650
+ "end_timestamp": "00:04:58.999"
651
+ }
652
+ }
653
+ ],
654
+ "videoEditingDetails": [
655
+ {
656
+ "description": "Single camera, no transitions, no effects, natural sound.",
657
+ "timestamps": {
658
+ "start_timestamp": "00:02:30.017",
659
+ "end_timestamp": "00:04:58.999"
660
+ }
661
+ }
662
+ ],
663
+ "mood": {
664
+ "description": "Excited",
665
+ "keyMoments": []
666
+ },
667
+ "narrativeProgression": [
668
+ {
669
+ "description": "The group continues their off-roading adventure, taking breaks to have fun and showcasing their skills.",
670
+ "timestamp": "00:02:30.017"
671
+ },
672
+ {
673
+ "description": "The group enjoys the show as others perform donuts with their off-road vehicles.",
674
+ "timestamp": "00:02:30.017"
675
+ },
676
+ {
677
+ "description": "The playful mood continues as different members try to do pull-ups.",
678
+ "timestamp": "00:02:47.000"
679
+ },
680
+ {
681
+ "description": "The mood shifts as Toxica and a group member start dancing, showcasing a lighthearted and fun moment.",
682
+ "timestamp": "00:03:58.005"
683
+ },
684
+ {
685
+ "description": "The scene ends with the group getting back into their vehicles and driving through a challenging terrain, highlighting the excitement and adventurous nature of the activity.",
686
+ "timestamp": "00:04:43.984"
687
+ }
688
+ ],
689
+ "characterInteraction": [
690
+ {
691
+ "characters": [
692
+ "Group"
693
+ ],
694
+ "description": "The group members cheer each other on during the pull-up challenge. Toxica's dance with another group member provides a fun interaction."
695
+ }
696
+ ],
697
+ "thematicElements": "Skill, teamwork, fun, adventure.",
698
+ "contextualRelevance": "Showcasing the excitement and fun of the off-road adventure.",
699
+ "dynamismScore": 0.8,
700
+ "audioVisualCorrelation": 1.0
701
+ },
702
+ {
703
+ "sceneId": 6,
704
+ "title": "Off-road Races",
705
+ "timestamps": {
706
+ "start_timestamp": "00:04:59.600",
707
+ "end_timestamp": "00:06:53.947"
708
+ },
709
+ "cast": [
710
+ "Pablo",
711
+ "David Mac"
712
+ ],
713
+ "activities": [
714
+ {
715
+ "description": "Group gathers and watches off-road vehicles racing.",
716
+ "timestamp": {
717
+ "start_timestamp": "00:04:59.600",
718
+ "end_timestamp": "00:05:58.992"
719
+ }
720
+ },
721
+ {
722
+ "description": "Off-road vehicles continue racing, and Pablo and David Mac prepare to race.",
723
+ "timestamp": {
724
+ "start_timestamp": "00:05:58.992",
725
+ "end_timestamp": "00:06:53.013"
726
+ }
727
+ }
728
+ ],
729
+ "props": [
730
+ {
731
+ "name": "Off-road vehicles, dirt bikes, flags (US and Mexican), racing track.",
732
+ "timestamp": {
733
+ "start_timestamp": "00:04:59.600",
734
+ "end_timestamp": "00:06:53.013"
735
+ }
736
+ }
737
+ ],
738
+ "videoEditingDetails": [
739
+ {
740
+ "description": "Single camera, no transitions, no effects, natural sound.",
741
+ "timestamps": {
742
+ "start_timestamp": "00:04:59.600",
743
+ "end_timestamp": "00:06:53.013"
744
+ }
745
+ },
746
+ {
747
+ "description": "Overlaid text with David Mac's Instagram handle.",
748
+ "timestamps": {
749
+ "start_timestamp": "00:04:59.600",
750
+ "end_timestamp": "00:04:59.600"
751
+ }
752
+ }
753
+ ],
754
+ "mood": {
755
+ "description": "Excited",
756
+ "keyMoments": []
757
+ },
758
+ "narrativeProgression": [
759
+ {
760
+ "description": "The climax of the off-roading trip with intense races.",
761
+ "timestamp": "00:04:59.600"
762
+ },
763
+ {
764
+ "description": "The group gathers to watch the off-road vehicle races, building excitement and anticipation for the competition.",
765
+ "timestamp": "00:04:59.600"
766
+ },
767
+ {
768
+ "description": "The races continue with increased intensity and dramatic driving maneuvers. Pablo and David Mac's preparation for their own race heightens the tension.",
769
+ "timestamp": "00:05:58.992"
770
+ }
771
+ ],
772
+ "characterInteraction": [
773
+ {
774
+ "characters": [
775
+ "Group",
776
+ "Pablo",
777
+ "David Mac"
778
+ ],
779
+ "description": "The group cheers and encourages the racers. Pablo interacts with David Mac, setting the stage for their race."
780
+ }
781
+ ],
782
+ "thematicElements": "Competition, speed, adrenaline.",
783
+ "contextualRelevance": "The peak of excitement in the off-roading adventure.",
784
+ "dynamismScore": 1.0,
785
+ "audioVisualCorrelation": 1.0
786
+ },
787
+ {
788
+ "sceneId": 7,
789
+ "title": "Celebration and Departure",
790
+ "timestamps": {
791
+ "start_timestamp": "00:06:53.981",
792
+ "end_timestamp": "00:08:27.841"
793
+ },
794
+ "cast": [
795
+ "Pablo",
796
+ "Jimbolls",
797
+ "Able",
798
+ "Jesse"
799
+ ],
800
+ "activities": [
801
+ {
802
+ "description": "Group watches off-road vehicle races and celebrates.",
803
+ "timestamp": {
804
+ "start_timestamp": "00:06:53.981",
805
+ "end_timestamp": "00:07:58.011"
806
+ }
807
+ },
808
+ {
809
+ "description": "Able drinks from a bottle, the group gets ready to leave, Pablo and the group arrive at a food stand to get tacos.",
810
+ "timestamp": {
811
+ "start_timestamp": "00:07:58.011",
812
+ "end_timestamp": "00:08:27.841"
813
+ }
814
+ }
815
+ ],
816
+ "props": [
817
+ {
818
+ "name": "Off-road vehicles, dirt bikes, flags (US and Mexican), racing track, beer cans.",
819
+ "timestamp": {
820
+ "start_timestamp": "00:06:53.981",
821
+ "end_timestamp": "00:08:27.841"
822
+ }
823
+ }
824
+ ],
825
+ "videoEditingDetails": [
826
+ {
827
+ "description": "Single camera, no transitions, no effects, natural sound.",
828
+ "timestamps": {
829
+ "start_timestamp": "00:06:53.981",
830
+ "end_timestamp": "00:08:27.841"
831
+ }
832
+ },
833
+ {
834
+ "description": "Abrupt cut to a still image of Pablo and another group member celebrating.",
835
+ "timestamps": {
836
+ "start_timestamp": "00:07:34.988",
837
+ "end_timestamp": "00:07:37.991"
838
+ }
839
+ },
840
+ {
841
+ "description": "Abrupt cut back to the video. Text overlay (\"Took pictures with fans!\")",
842
+ "timestamps": {
843
+ "start_timestamp": "00:07:37.991",
844
+ "end_timestamp": "00:07:42.996"
845
+ }
846
+ }
847
+ ],
848
+ "mood": {
849
+ "description": "Happy",
850
+ "keyMoments": [
851
+ {
852
+ "timestamp": "00:07:34.988",
853
+ "changeDescription": "Transition from excited to neutral mood with cut to still image."
854
+ },
855
+ {
856
+ "timestamp": "00:07:37.991",
857
+ "changeDescription": "Transition from neutral to happy with return to video."
858
+ }
859
+ ]
860
+ },
861
+ "narrativeProgression": [
862
+ {
863
+ "description": "The energy winds down as the group celebrates and prepares for the journey back home.",
864
+ "timestamp": "00:06:53.981"
865
+ },
866
+ {
867
+ "description": "The group continues to watch the races, with a focus on celebrating and enjoying the moment.",
868
+ "timestamp": "00:06:53.981"
869
+ },
870
+ {
871
+ "description": "The races end, and the group prepares to head home, making a stop for tacos. This signals the conclusion of the off-roading trip.",
872
+ "timestamp": "00:07:58.011"
873
+ }
874
+ ],
875
+ "characterInteraction": [
876
+ {
877
+ "characters": [
878
+ "Group"
879
+ ],
880
+ "description": "The group members celebrate together, sharing drinks and laughter."
881
+ }
882
+ ],
883
+ "thematicElements": "Camaraderie, relaxation, food.",
884
+ "contextualRelevance": "Celebrating the end of the off-roading adventure.",
885
+ "dynamismScore": 0.6,
886
+ "audioVisualCorrelation": 1.0
887
+ },
888
+ {
889
+ "sceneId": 8,
890
+ "title": "Conclusion and Call to Action",
891
+ "timestamps": {
892
+ "start_timestamp": "00:08:27.875",
893
+ "end_timestamp": "00:09:29.970"
894
+ },
895
+ "cast": [
896
+ "Pablo",
897
+ "Steph"
898
+ ],
899
+ "activities": [
900
+ {
901
+ "description": "Pablo talks to the camera, thanking viewers and giving a call to action to subscribe to their channel.",
902
+ "timestamp": {
903
+ "start_timestamp": "00:08:28.008",
904
+ "end_timestamp": "00:08:49.997"
905
+ }
906
+ },
907
+ {
908
+ "description": "End screen.",
909
+ "timestamp": {
910
+ "start_timestamp": "00:08:49.997",
911
+ "end_timestamp": "00:09:10.984"
912
+ }
913
+ }
914
+ ],
915
+ "props": [],
916
+ "videoEditingDetails": [
917
+ {
918
+ "description": "Single camera, no transitions, no effects, natural sound.",
919
+ "timestamps": {
920
+ "start_timestamp": "00:08:28.008",
921
+ "end_timestamp": "00:08:49.997"
922
+ }
923
+ },
924
+ {
925
+ "description": "Black screen with white text thanking viewers and encouraging them to subscribe. Transition to an end screen with information about the channel and social media links.",
926
+ "timestamps": {
927
+ "start_timestamp": "00:08:49.997",
928
+ "end_timestamp": "00:09:10.984"
929
+ }
930
+ }
931
+ ],
932
+ "mood": {
933
+ "description": "Grateful",
934
+ "keyMoments": [
935
+ {
936
+ "timestamp": "00:08:49.997",
937
+ "changeDescription": "Transition from grateful mood to neutral with end screen."
938
+ }
939
+ ]
940
+ },
941
+ "narrativeProgression": [
942
+ {
943
+ "description": "Conclusion of the video with a message of appreciation and a call to action.",
944
+ "timestamp": "00:08:28.008"
945
+ },
946
+ {
947
+ "description": "Pablo directly addresses the viewers, thanking them for watching and encouraging them to subscribe.",
948
+ "timestamp": "00:08:28.008"
949
+ },
950
+ {
951
+ "description": "The video concludes with a clear call to action, inviting viewers to engage further with the channel.",
952
+ "timestamp": "00:08:49.997"
953
+ }
954
+ ],
955
+ "characterInteraction": [
956
+ {
957
+ "characters": [
958
+ "Pablo"
959
+ ],
960
+ "description": "Pablo directly interacts with the viewers, establishing a connection and fostering community engagement."
961
+ }
962
+ ],
963
+ "thematicElements": "Community, appreciation.",
964
+ "contextualRelevance": "Wrapping up the adventure with viewer engagement.",
965
+ "dynamismScore": 0.3,
966
+ "audioVisualCorrelation": 1.0
967
+ }
968
+ ],
969
+ "storylines": {
970
+ "description": "The video primarily focuses on a narrative storyline, documenting an exciting off-roading adventure with Pablo and his friends. It includes playful moments, scenic views, and thrilling races, creating an engaging narrative arc for the viewers.",
971
+ "scenes": [
972
+ 1,
973
+ 3,
974
+ 4,
975
+ 5,
976
+ 6,
977
+ 7
978
+ ],
979
+ "climax": {
980
+ "description": "The off-road races.",
981
+ "timestamp": "00:04:58.999"
982
+ }
983
+ },
984
+ "qAndA": [
985
+ {
986
+ "question": "What is the color of Steph's jumpsuit when she's trying to do pull-ups?",
987
+ "answer": "Black."
988
+ },
989
+ {
990
+ "question": "What brand of beer does Able drink from the bottle?",
991
+ "answer": "Coors Light."
992
+ },
993
+ {
994
+ "question": "What is the main reason for stopping at the lookout point?",
995
+ "answer": "The group is late, and most other vehicles have already left for the trails."
996
+ },
997
+ {
998
+ "question": "What brand are the shocks on the green Can-Am?",
999
+ "answer": "Fox"
1000
+ },
1001
+ {
1002
+ "question": "What kind of car does Pablo and Steph drive in the introductory montage?",
1003
+ "answer": "A Lamborghini."
1004
+ }
1005
+ ],
1006
+ "trimmingSuggestions": [
1007
+ {
1008
+ "description": "Pablo's lengthy intro, while important, could be shortened to keep the momentum going.",
1009
+ "timestamps": {
1010
+ "start_timestamp": "00:08:27.875",
1011
+ "end_timestamp": "00:08:27.875"
1012
+ }
1013
+ },
1014
+ {
1015
+ "description": "The initial shots of vehicles leaving could be reduced as they don't significantly contribute to the narrative.",
1016
+ "timestamps": {
1017
+ "start_timestamp": "00:08:27.875",
1018
+ "end_timestamp": "00:08:27.875"
1019
+ }
1020
+ },
1021
+ {
1022
+ "description": "The extended celebration footage could be trimmed, focusing on key moments of camaraderie and laughter.",
1023
+ "timestamps": {
1024
+ "start_timestamp": "00:08:27.875",
1025
+ "end_timestamp": "00:08:27.875"
1026
+ }
1027
+ }
1028
+ ],
1029
+ "fps": 29.97
1030
+ },
1031
+ "text_to_speech": "[Applause] [Music] it's me and you baby what is popping guys welcome back to another lit video let's go so today's vlog you already know we're taking out the cannon out on the ruta are new to the channel guys don't forget to give this video a thumbs up let's break a thousand likes let's break a thousand likes make sure to subscribe to our youtube channel and turn on that notification bell so you can be the first ones to be alerted every time we post up a new video let's go you also just got here you came with the toxica i just forgot little roy let's go do your move boy you guys have drinks you got me in the house we got gym balls we got a bomb we got uh jessie but you already know guys make sure to give this video a thumbs up turn on that notification bell see i can be the first ones to be alerted every time we post up a new video everybody everybody's leaving we got here a little bit late but everybody's leaving guys oh we're looking at everybody going eating let's go make sure y'all go follow her on instagram it's right here nice and cold like that sheesh [Applause] oh you're gonna cross your legs yeah even though they say that you shouldn't all right pablo's turn let's go all day down all the way down no there you go go and then go down a little bit go halfway and then you go up to gollum you're doing it you're holding it away all the way down you're relaxing go make sure to subscribe to the ass youtube channel [Music] [Applause] [Music] so [Music] so [Music] we gotta go [Music] all right guys as usual we have to stop by and get some tacos let's go bill if you're out here in paris california make sure y'all come here this is the best tacos there is like no cap"
1032
+ }
metadata/69_i31b3f2E.json ADDED
@@ -0,0 +1,1029 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 611,
4
+ "content_parent_category": "Sports",
5
+ "content_fine_category": "Documentary Profiles",
6
+ "youtube_title": "A Day In The Life Of... Aden Hill (Class Of 2022 Outfielder Committed To VCU)",
7
+ "youtube_description": "Episode 73: For This Episodes I am Back Down at P27 Which you will see a lot of over the next few months. I met up with Aden Hill a Class of 22' Outfielder who is Committed to go to VCU next season! We start off the day at the P27 Cages with one of his Coaches working off the Tee, as Well as Under hand Toss, and Over Hand Toss. Then we have a Small workout before heading to the field for Practice. The we head to their field were they worked on Bunt Communication, Pop Ups, and Bunting. Be sure to give him a Follow on Instagram @Yvng15Hill & give me a Follow as well @ShotByHype.\n\nPlease do me a Huge favor and Subscribe to the channel. I am trying to reach 10,000 Subscribers before 2022 and I am getting really close to reaching that goal. So please Thumbs Up this video, as well as give it a share.\n\nThanks For Watching!\n\nWays To Support The Channel:\n\n25% Off & Free Shipping on Liquid IV:\nhttps://glnk.io/koyv/steven\n\nSign Up For PlateCrate:\nhttps://www.platecrate.com/?rfsn=6052553.baca03f\n\n10% Off VeloTee Bag:\nhttps://www.velotee.com USE CODE \"VELOSBH\"\n\nJoin this channel to get access to perks:\nhttps://www.youtube.com/channel/UCYGxO-QcRs9NoOrRxy513Bw/join",
8
+ "text_to_speech_word_count": 1117,
9
+ "youtube_categories": [
10
+ "Sports"
11
+ ],
12
+ "youtube_tags": [
13
+ "Whats In My Baseball Bag?",
14
+ "Youth Prospects",
15
+ "All American Prospects",
16
+ "Perfect Game Baseball",
17
+ "Baseball America",
18
+ "Canes Baseball",
19
+ "Dirtbag Baseball",
20
+ "Day In The Life Baseball",
21
+ "Baseball",
22
+ "Baseball D1 Day In The Life",
23
+ "D1 Day In The Life",
24
+ "Whats In My Baseball Bag 2022",
25
+ "Baseball Bag",
26
+ "Druw Jones",
27
+ "Elijah Green",
28
+ "Termarr Johnson",
29
+ "Baseball Bat Bros",
30
+ "Shot By Hype",
31
+ "ShotByHype",
32
+ "Minor League",
33
+ "MLB",
34
+ "MiLB",
35
+ "Baseball Prospects",
36
+ "Austin Hawke",
37
+ "Aden Hill",
38
+ "Aden Hill Baseball",
39
+ "Whistle",
40
+ "Day In The Life"
41
+ ],
42
+ "youtube_channel": "ShotByHype",
43
+ "youtube_view_count": 4022,
44
+ "youtube_comment_count": 9,
45
+ "youtube_like_count": 87,
46
+ "youtube_channel_follower_count": 53100,
47
+ "youtube_upload_date": "20211112",
48
+ "youtube_age_limit": 0,
49
+ "content_metadata": {
50
+ "title": "A Day in the Life of Aiden Hill",
51
+ "description": "A video showcasing the daily routine and journey of Aiden Hill, a young African American baseball player with a commitment to VCU.",
52
+ "characterList": [
53
+ {
54
+ "characterId": "A1",
55
+ "name": "Aiden Hill",
56
+ "description": "A young, African American baseball player. He wears a black t-shirt with a baseball logo, gray sweatpants, a blue baseball cap with a white cross, and a cross necklace."
57
+ },
58
+ {
59
+ "characterId": "C1",
60
+ "name": "Coach",
61
+ "description": "An older, Caucasian man with short, light brown hair. He wears a blue t-shirt with a baseball logo, black shorts, a blue baseball cap, and white athletic shoes."
62
+ },
63
+ {
64
+ "characterId": "O1",
65
+ "name": "Other Baseball Players",
66
+ "description": "Various young men, mostly Caucasian, wearing baseball uniforms and practicing in the background."
67
+ }
68
+ ],
69
+ "scenes": [
70
+ {
71
+ "sceneId": 1,
72
+ "title": "Introduction",
73
+ "timestamps": {
74
+ "start_timestamp": "00:00:00.000",
75
+ "end_timestamp": "00:00:07.674"
76
+ },
77
+ "cast": [
78
+ "Aiden Hill"
79
+ ],
80
+ "activities": [
81
+ {
82
+ "description": "Aiden introduces himself, mentioning his name, position, academy, and commitment to VCU.",
83
+ "timestamp": {
84
+ "start_timestamp": "00:00:00.000",
85
+ "end_timestamp": "00:00:07.674"
86
+ }
87
+ }
88
+ ],
89
+ "props": [],
90
+ "videoEditingDetails": [
91
+ {
92
+ "description": "Text overlays introduce Aiden and his details.",
93
+ "timestamps": {
94
+ "start_timestamp": "00:00:00.000",
95
+ "end_timestamp": "00:00:07.674"
96
+ }
97
+ },
98
+ {
99
+ "description": "Transition to the next scene using a fade-out effect.",
100
+ "timestamps": {
101
+ "start_timestamp": "00:00:07.674",
102
+ "end_timestamp": "00:00:07.674"
103
+ }
104
+ }
105
+ ],
106
+ "mood": {
107
+ "description": "Proud. Aiden confidently introduces himself and his accomplishments.",
108
+ "keyMoments": []
109
+ },
110
+ "narrativeProgression": [
111
+ {
112
+ "description": "Introduction of the character and the theme of the video, a day in his life.",
113
+ "timestamp": "00:00:00.000"
114
+ }
115
+ ],
116
+ "characterInteraction": [],
117
+ "thematicElements": "Aspiring athlete, commitment to sport.",
118
+ "contextualRelevance": "",
119
+ "dynamismScore": 0.2,
120
+ "audioVisualCorrelation": 1.0
121
+ },
122
+ {
123
+ "sceneId": 2,
124
+ "title": "Batting Practice at the Indoor Facility",
125
+ "timestamps": {
126
+ "start_timestamp": "00:00:07.708",
127
+ "end_timestamp": "00:00:42.643"
128
+ },
129
+ "cast": [
130
+ "Aiden Hill",
131
+ "Coach",
132
+ "Other Baseball Players"
133
+ ],
134
+ "activities": [
135
+ {
136
+ "description": "Aiden practices batting with a coach in an indoor facility.",
137
+ "timestamp": {
138
+ "start_timestamp": "00:00:08.008",
139
+ "end_timestamp": "00:00:42.009"
140
+ }
141
+ }
142
+ ],
143
+ "props": [
144
+ {
145
+ "name": "Baseball bat",
146
+ "timestamp": {
147
+ "start_timestamp": "00:00:08.008",
148
+ "end_timestamp": "00:00:42.009"
149
+ }
150
+ },
151
+ {
152
+ "name": "Baseball tee",
153
+ "timestamp": {
154
+ "start_timestamp": "00:00:08.008",
155
+ "end_timestamp": "00:00:42.009"
156
+ }
157
+ },
158
+ {
159
+ "name": "Bucket",
160
+ "timestamp": {
161
+ "start_timestamp": "00:00:08.008",
162
+ "end_timestamp": "00:00:42.009"
163
+ }
164
+ }
165
+ ],
166
+ "videoEditingDetails": [
167
+ {
168
+ "description": "Fast-paced cuts showcase different batting drills.",
169
+ "timestamps": {
170
+ "start_timestamp": "00:00:08.008",
171
+ "end_timestamp": "00:00:42.009"
172
+ }
173
+ },
174
+ {
175
+ "description": "Text overlay indicates the time and activity.",
176
+ "timestamps": {
177
+ "start_timestamp": "00:00:15.015",
178
+ "end_timestamp": "00:00:42.009"
179
+ }
180
+ }
181
+ ],
182
+ "mood": {
183
+ "description": "Focused, Determined. The fast-paced editing and Aiden's concentrated expression convey a sense of dedicated training.",
184
+ "keyMoments": []
185
+ },
186
+ "narrativeProgression": [
187
+ {
188
+ "description": "Shows Aiden's commitment to practice and his dedication to improving his batting skills.",
189
+ "timestamp": "00:00:08.008"
190
+ }
191
+ ],
192
+ "characterInteraction": [
193
+ {
194
+ "characters": [
195
+ "Coach",
196
+ "Aiden Hill"
197
+ ],
198
+ "description": "Coach instructs and observes Aiden during the batting drills."
199
+ }
200
+ ],
201
+ "thematicElements": "Hard work, dedication, training regimen.",
202
+ "contextualRelevance": "",
203
+ "dynamismScore": 0.8,
204
+ "audioVisualCorrelation": 0.6
205
+ },
206
+ {
207
+ "sceneId": 3,
208
+ "title": "Aiden Discusses His Start in Baseball",
209
+ "timestamps": {
210
+ "start_timestamp": "00:00:42.676",
211
+ "end_timestamp": "00:01:21.982"
212
+ },
213
+ "cast": [
214
+ "Aiden Hill"
215
+ ],
216
+ "activities": [
217
+ {
218
+ "description": "Aiden talks about how he got into baseball, influenced by his dad, starting a travel team, and almost quitting.",
219
+ "timestamp": {
220
+ "start_timestamp": "00:00:42.676",
221
+ "end_timestamp": "00:01:21.982"
222
+ }
223
+ }
224
+ ],
225
+ "props": [],
226
+ "videoEditingDetails": [
227
+ {
228
+ "description": "Footage of Aiden practicing batting is overlayed with Aiden talking.",
229
+ "timestamps": {
230
+ "start_timestamp": "00:00:42.676",
231
+ "end_timestamp": "00:01:21.982"
232
+ }
233
+ },
234
+ {
235
+ "description": "\"Subscribe\" button appears.",
236
+ "timestamps": {
237
+ "start_timestamp": "00:00:48.015",
238
+ "end_timestamp": "00:00:48.015"
239
+ }
240
+ }
241
+ ],
242
+ "mood": {
243
+ "description": "Reflective, Grateful. Aiden's tone is thoughtful and appreciative as he recounts his early baseball experiences.",
244
+ "keyMoments": []
245
+ },
246
+ "narrativeProgression": [
247
+ {
248
+ "description": "Provides backstory on Aiden's journey in baseball and the role his dad played.",
249
+ "timestamp": "00:00:42.676"
250
+ }
251
+ ],
252
+ "characterInteraction": [],
253
+ "thematicElements": "Parental support, perseverance, overcoming challenges.",
254
+ "contextualRelevance": "",
255
+ "dynamismScore": 0.4,
256
+ "audioVisualCorrelation": 0.8
257
+ },
258
+ {
259
+ "sceneId": 4,
260
+ "title": "More Batting Practice at the Indoor Facility",
261
+ "timestamps": {
262
+ "start_timestamp": "00:01:22.015",
263
+ "end_timestamp": "00:02:06.760"
264
+ },
265
+ "cast": [
266
+ "Aiden Hill",
267
+ "Coach",
268
+ "Other Baseball Players"
269
+ ],
270
+ "activities": [
271
+ {
272
+ "description": "Aiden continues batting practice with a focus on power hitting.",
273
+ "timestamp": {
274
+ "start_timestamp": "00:01:22.015",
275
+ "end_timestamp": "00:02:06.760"
276
+ }
277
+ }
278
+ ],
279
+ "props": [
280
+ {
281
+ "name": "Baseball bat",
282
+ "timestamp": {
283
+ "start_timestamp": "00:01:22.015",
284
+ "end_timestamp": "00:02:06.760"
285
+ }
286
+ },
287
+ {
288
+ "name": "Baseball tee",
289
+ "timestamp": {
290
+ "start_timestamp": "00:01:22.015",
291
+ "end_timestamp": "00:02:06.760"
292
+ }
293
+ },
294
+ {
295
+ "name": "Baseballs",
296
+ "timestamp": {
297
+ "start_timestamp": "00:01:22.015",
298
+ "end_timestamp": "00:02:06.760"
299
+ }
300
+ }
301
+ ],
302
+ "videoEditingDetails": [
303
+ {
304
+ "description": "Fast-paced cuts showcase different batting drills.",
305
+ "timestamps": {
306
+ "start_timestamp": "00:01:22.015",
307
+ "end_timestamp": "00:02:06.760"
308
+ }
309
+ }
310
+ ],
311
+ "mood": {
312
+ "description": "Focused, Powerful. The visuals highlight the strength and impact of Aiden's batting.",
313
+ "keyMoments": []
314
+ },
315
+ "narrativeProgression": [
316
+ {
317
+ "description": "Reinforces Aiden's dedication to training and highlights his power hitting ability.",
318
+ "timestamp": "00:01:22.015"
319
+ }
320
+ ],
321
+ "characterInteraction": [
322
+ {
323
+ "characters": [
324
+ "Coach",
325
+ "Aiden Hill"
326
+ ],
327
+ "description": "Coach instructs and observes Aiden's technique."
328
+ }
329
+ ],
330
+ "thematicElements": "Strength, power, athleticism.",
331
+ "contextualRelevance": "",
332
+ "dynamismScore": 0.8,
333
+ "audioVisualCorrelation": 0.5
334
+ },
335
+ {
336
+ "sceneId": 5,
337
+ "title": "Aiden Discusses Choosing VCU",
338
+ "timestamps": {
339
+ "start_timestamp": "00:02:06.793",
340
+ "end_timestamp": "00:02:39.026"
341
+ },
342
+ "cast": [
343
+ "Aiden Hill"
344
+ ],
345
+ "activities": [
346
+ {
347
+ "description": "Aiden talks about what made him choose VCU, highlighting the family vibe, care from coaches, and the program's success.",
348
+ "timestamp": {
349
+ "start_timestamp": "00:02:06.994",
350
+ "end_timestamp": "00:02:37.991"
351
+ }
352
+ }
353
+ ],
354
+ "props": [],
355
+ "videoEditingDetails": [
356
+ {
357
+ "description": "Footage of Aiden batting is overlaid with him talking.",
358
+ "timestamps": {
359
+ "start_timestamp": "00:02:06.994",
360
+ "end_timestamp": "00:02:37.991"
361
+ }
362
+ }
363
+ ],
364
+ "mood": {
365
+ "description": "Content, Confident. Aiden's tone reflects his satisfaction with his decision and his belief in the program.",
366
+ "keyMoments": []
367
+ },
368
+ "narrativeProgression": [
369
+ {
370
+ "description": "Provides insight into Aiden's decision-making process and his reasons for choosing VCU.",
371
+ "timestamp": "00:02:06.994"
372
+ }
373
+ ],
374
+ "characterInteraction": [],
375
+ "thematicElements": "Finding the right fit, team culture, program potential.",
376
+ "contextualRelevance": "",
377
+ "dynamismScore": 0.4,
378
+ "audioVisualCorrelation": 0.8
379
+ },
380
+ {
381
+ "sceneId": 6,
382
+ "title": "Weight Training",
383
+ "timestamps": {
384
+ "start_timestamp": "00:02:39.059",
385
+ "end_timestamp": "00:03:04.051"
386
+ },
387
+ "cast": [
388
+ "Aiden Hill",
389
+ "Other Baseball Players"
390
+ ],
391
+ "activities": [
392
+ {
393
+ "description": "Aiden performs pull-ups in a gym setting.",
394
+ "timestamp": {
395
+ "start_timestamp": "00:02:39.059",
396
+ "end_timestamp": "00:03:03.984"
397
+ }
398
+ }
399
+ ],
400
+ "props": [
401
+ {
402
+ "name": "Pull-up bar",
403
+ "timestamp": {
404
+ "start_timestamp": "00:02:39.059",
405
+ "end_timestamp": "00:03:03.984"
406
+ }
407
+ },
408
+ {
409
+ "name": "Gym equipment",
410
+ "timestamp": {
411
+ "start_timestamp": "00:02:39.059",
412
+ "end_timestamp": "00:03:03.984"
413
+ }
414
+ }
415
+ ],
416
+ "videoEditingDetails": [
417
+ {
418
+ "description": "Close-up shots focus on Aiden's effort and physical strength.",
419
+ "timestamps": {
420
+ "start_timestamp": "00:02:39.059",
421
+ "end_timestamp": "00:03:03.984"
422
+ }
423
+ },
424
+ {
425
+ "description": "Text overlay indicates time and activity.",
426
+ "timestamps": {
427
+ "start_timestamp": "00:02:39.059",
428
+ "end_timestamp": "00:03:03.984"
429
+ }
430
+ }
431
+ ],
432
+ "mood": {
433
+ "description": "Determined, Driven. The visuals and audio emphasize the physical exertion and mental focus required during weight training.",
434
+ "keyMoments": []
435
+ },
436
+ "narrativeProgression": [
437
+ {
438
+ "description": "Shows Aiden's commitment to physical fitness and his dedication to overall athletic development.",
439
+ "timestamp": "00:02:39.059"
440
+ }
441
+ ],
442
+ "characterInteraction": [],
443
+ "thematicElements": "Strength training, discipline, pushing limits.",
444
+ "contextualRelevance": "",
445
+ "dynamismScore": 0.6,
446
+ "audioVisualCorrelation": 0.7
447
+ },
448
+ {
449
+ "sceneId": 7,
450
+ "title": "Aiden Discusses Getting Recruited by VCU",
451
+ "timestamps": {
452
+ "start_timestamp": "00:03:04.084",
453
+ "end_timestamp": "00:03:59.973"
454
+ },
455
+ "cast": [
456
+ "Aiden Hill"
457
+ ],
458
+ "activities": [
459
+ {
460
+ "description": "Aiden recounts the story of how VCU started recruiting him after a bad game, his performance at their tournament, and the scholarship offer.",
461
+ "timestamp": {
462
+ "start_timestamp": "00:03:04.084",
463
+ "end_timestamp": "00:03:58.005"
464
+ }
465
+ }
466
+ ],
467
+ "props": [],
468
+ "videoEditingDetails": [
469
+ {
470
+ "description": "Footage of Aiden lifting weights is overlayed with him talking.",
471
+ "timestamps": {
472
+ "start_timestamp": "00:03:04.084",
473
+ "end_timestamp": "00:03:58.005"
474
+ }
475
+ }
476
+ ],
477
+ "mood": {
478
+ "description": "Reflective, Surprised. Aiden's tone conveys both disbelief and gratitude for the opportunity presented despite his poor performance.",
479
+ "keyMoments": []
480
+ },
481
+ "narrativeProgression": [
482
+ {
483
+ "description": "Offers a detailed account of the recruitment process and how Aiden impressed the VCU coaches.",
484
+ "timestamp": "00:03:04.084"
485
+ }
486
+ ],
487
+ "characterInteraction": [],
488
+ "thematicElements": "Unexpected opportunities, second chances, proving oneself.",
489
+ "contextualRelevance": "",
490
+ "dynamismScore": 0.4,
491
+ "audioVisualCorrelation": 0.8
492
+ },
493
+ {
494
+ "sceneId": 8,
495
+ "title": "Fielding Practice",
496
+ "timestamps": {
497
+ "start_timestamp": "00:04:00.007",
498
+ "end_timestamp": "00:05:10.978"
499
+ },
500
+ "cast": [
501
+ "Aiden Hill",
502
+ "Coach",
503
+ "Other Baseball Players"
504
+ ],
505
+ "activities": [
506
+ {
507
+ "description": "Aiden practices fielding drills, including running, diving catches, and throwing.",
508
+ "timestamp": {
509
+ "start_timestamp": "00:04:00.007",
510
+ "end_timestamp": "00:05:09.009"
511
+ }
512
+ }
513
+ ],
514
+ "props": [
515
+ {
516
+ "name": "Baseball glove",
517
+ "timestamp": {
518
+ "start_timestamp": "00:04:00.007",
519
+ "end_timestamp": "00:05:09.009"
520
+ }
521
+ },
522
+ {
523
+ "name": "Baseballs",
524
+ "timestamp": {
525
+ "start_timestamp": "00:04:00.007",
526
+ "end_timestamp": "00:05:09.009"
527
+ }
528
+ },
529
+ {
530
+ "name": "Pitching machine",
531
+ "timestamp": {
532
+ "start_timestamp": "00:04:00.007",
533
+ "end_timestamp": "00:05:09.009"
534
+ }
535
+ }
536
+ ],
537
+ "videoEditingDetails": [
538
+ {
539
+ "description": "Various shots showcase different fielding drills.",
540
+ "timestamps": {
541
+ "start_timestamp": "00:04:00.007",
542
+ "end_timestamp": "00:05:09.009"
543
+ }
544
+ },
545
+ {
546
+ "description": "Text overlay indicates time and activity.",
547
+ "timestamps": {
548
+ "start_timestamp": "00:04:12.986",
549
+ "end_timestamp": "00:05:09.009"
550
+ }
551
+ }
552
+ ],
553
+ "mood": {
554
+ "description": "Active, Energetic. The footage captures the fast-paced nature of fielding practice and Aiden's athleticism.",
555
+ "keyMoments": []
556
+ },
557
+ "narrativeProgression": [
558
+ {
559
+ "description": "Demonstrates Aiden's skills and dedication to fielding practice.",
560
+ "timestamp": "00:04:00.007"
561
+ }
562
+ ],
563
+ "characterInteraction": [
564
+ {
565
+ "characters": [
566
+ "Coach",
567
+ "Aiden Hill"
568
+ ],
569
+ "description": "Coach instructs and observes Aiden's performance."
570
+ }
571
+ ],
572
+ "thematicElements": "Agility, speed, fielding proficiency.",
573
+ "contextualRelevance": "",
574
+ "dynamismScore": 0.7,
575
+ "audioVisualCorrelation": 0.6
576
+ },
577
+ {
578
+ "sceneId": 9,
579
+ "title": "Aiden Discusses Dealing with Pressure",
580
+ "timestamps": {
581
+ "start_timestamp": "00:05:11.011",
582
+ "end_timestamp": "00:05:41.375"
583
+ },
584
+ "cast": [
585
+ "Aiden Hill"
586
+ ],
587
+ "activities": [
588
+ {
589
+ "description": "Aiden shares his thoughts on pressure, emphasizing that it's self-inflicted and can be controlled by focusing on one's own performance.",
590
+ "timestamp": {
591
+ "start_timestamp": "00:05:11.011",
592
+ "end_timestamp": "00:05:40.007"
593
+ }
594
+ }
595
+ ],
596
+ "props": [],
597
+ "videoEditingDetails": [
598
+ {
599
+ "description": "Footage of Aiden fielding is overlayed with him speaking.",
600
+ "timestamps": {
601
+ "start_timestamp": "00:05:11.011",
602
+ "end_timestamp": "00:05:40.007"
603
+ }
604
+ }
605
+ ],
606
+ "mood": {
607
+ "description": "Confident, Motivational. Aiden's words convey a strong belief in controlling one's own mindset and focusing on individual effort.",
608
+ "keyMoments": []
609
+ },
610
+ "narrativeProgression": [
611
+ {
612
+ "description": "Addresses a common challenge for athletes, managing pressure, and offers a positive perspective.",
613
+ "timestamp": "00:05:11.011"
614
+ }
615
+ ],
616
+ "characterInteraction": [],
617
+ "thematicElements": "Mental toughness, self-belief, controlling one's own destiny.",
618
+ "contextualRelevance": "",
619
+ "dynamismScore": 0.4,
620
+ "audioVisualCorrelation": 0.8
621
+ },
622
+ {
623
+ "sceneId": 10,
624
+ "title": "More Fielding Practice",
625
+ "timestamps": {
626
+ "start_timestamp": "00:05:41.408",
627
+ "end_timestamp": "00:07:24.978"
628
+ },
629
+ "cast": [
630
+ "Aiden Hill",
631
+ "Coach",
632
+ "Other Baseball Players"
633
+ ],
634
+ "activities": [
635
+ {
636
+ "description": "Continued fielding practice, showcasing various drills and throws.",
637
+ "timestamp": {
638
+ "start_timestamp": "00:05:41.408",
639
+ "end_timestamp": "00:07:24.978"
640
+ }
641
+ }
642
+ ],
643
+ "props": [
644
+ {
645
+ "name": "Baseball glove",
646
+ "timestamp": {
647
+ "start_timestamp": "00:05:41.408",
648
+ "end_timestamp": "00:07:24.978"
649
+ }
650
+ },
651
+ {
652
+ "name": "Baseballs",
653
+ "timestamp": {
654
+ "start_timestamp": "00:05:41.408",
655
+ "end_timestamp": "00:07:24.978"
656
+ }
657
+ },
658
+ {
659
+ "name": "Pitching machine",
660
+ "timestamp": {
661
+ "start_timestamp": "00:05:41.408",
662
+ "end_timestamp": "00:07:24.978"
663
+ }
664
+ }
665
+ ],
666
+ "videoEditingDetails": [
667
+ {
668
+ "description": "Fast-paced cuts highlight different aspects of fielding practice.",
669
+ "timestamps": {
670
+ "start_timestamp": "00:05:41.408",
671
+ "end_timestamp": "00:07:24.978"
672
+ }
673
+ }
674
+ ],
675
+ "mood": {
676
+ "description": "Intense, Focused. The visuals capture the energy and intensity of the drills.",
677
+ "keyMoments": []
678
+ },
679
+ "narrativeProgression": [
680
+ {
681
+ "description": "Further demonstrates Aiden's fielding abilities and commitment to his craft.",
682
+ "timestamp": "00:05:41.408"
683
+ }
684
+ ],
685
+ "characterInteraction": [],
686
+ "thematicElements": "Fielding practice.",
687
+ "contextualRelevance": "",
688
+ "dynamismScore": 0.8,
689
+ "audioVisualCorrelation": 0.5
690
+ },
691
+ {
692
+ "sceneId": 11,
693
+ "title": "Aiden Discusses Strengths and Weaknesses",
694
+ "timestamps": {
695
+ "start_timestamp": "00:07:25.012",
696
+ "end_timestamp": "00:07:59.012"
697
+ },
698
+ "cast": [
699
+ "Aiden Hill"
700
+ ],
701
+ "activities": [
702
+ {
703
+ "description": "Aiden identifies his greatest strength as his hitting and discusses his arm as an area he needs to improve.",
704
+ "timestamp": {
705
+ "start_timestamp": "00:07:25.012",
706
+ "end_timestamp": "00:07:59.012"
707
+ }
708
+ }
709
+ ],
710
+ "props": [],
711
+ "videoEditingDetails": [
712
+ {
713
+ "description": "Footage of Aiden practicing outfield throws is overlayed with him speaking.",
714
+ "timestamps": {
715
+ "start_timestamp": "00:07:25.012",
716
+ "end_timestamp": "00:07:59.012"
717
+ }
718
+ }
719
+ ],
720
+ "mood": {
721
+ "description": "Analytical, Self-Aware. Aiden honestly assesses his skills, acknowledging both his strengths and weaknesses.",
722
+ "keyMoments": []
723
+ },
724
+ "narrativeProgression": [
725
+ {
726
+ "description": "Provides insight into Aiden's self-reflection as an athlete and his commitment to continuous improvement.",
727
+ "timestamp": "00:07:25.012"
728
+ }
729
+ ],
730
+ "characterInteraction": [],
731
+ "thematicElements": "Self-assessment, striving for excellence, recognizing areas for growth.",
732
+ "contextualRelevance": "",
733
+ "dynamismScore": 0.4,
734
+ "audioVisualCorrelation": 0.8
735
+ },
736
+ {
737
+ "sceneId": 12,
738
+ "title": "More Fielding Practice",
739
+ "timestamps": {
740
+ "start_timestamp": "00:07:59.046",
741
+ "end_timestamp": "00:08:10.958"
742
+ },
743
+ "cast": [
744
+ "Aiden Hill",
745
+ "Coach",
746
+ "Other Baseball Players"
747
+ ],
748
+ "activities": [
749
+ {
750
+ "description": "Further fielding practice with a focus on throwing accuracy and power.",
751
+ "timestamp": {
752
+ "start_timestamp": "00:07:59.046",
753
+ "end_timestamp": "00:08:08.989"
754
+ }
755
+ }
756
+ ],
757
+ "props": [
758
+ {
759
+ "name": "Baseball glove",
760
+ "timestamp": {
761
+ "start_timestamp": "00:07:59.046",
762
+ "end_timestamp": "00:08:08.989"
763
+ }
764
+ },
765
+ {
766
+ "name": "Baseballs",
767
+ "timestamp": {
768
+ "start_timestamp": "00:07:59.046",
769
+ "end_timestamp": "00:08:08.989"
770
+ }
771
+ },
772
+ {
773
+ "name": "Pitching machine",
774
+ "timestamp": {
775
+ "start_timestamp": "00:07:59.046",
776
+ "end_timestamp": "00:08:08.989"
777
+ }
778
+ }
779
+ ],
780
+ "videoEditingDetails": [
781
+ {
782
+ "description": "Various shots emphasize the intensity and mechanics of Aiden's throws.",
783
+ "timestamps": {
784
+ "start_timestamp": "00:07:59.046",
785
+ "end_timestamp": "00:08:08.989"
786
+ }
787
+ }
788
+ ],
789
+ "mood": {
790
+ "description": "Determined, Focused. The footage highlights Aiden's efforts to improve his throwing.",
791
+ "keyMoments": []
792
+ },
793
+ "narrativeProgression": [
794
+ {
795
+ "description": "Shows Aiden actively working on his identified weakness.",
796
+ "timestamp": "00:07:59.046"
797
+ }
798
+ ],
799
+ "characterInteraction": [],
800
+ "thematicElements": "Improving weaknesses.",
801
+ "contextualRelevance": "",
802
+ "dynamismScore": 0.7,
803
+ "audioVisualCorrelation": 0.6
804
+ },
805
+ {
806
+ "sceneId": 13,
807
+ "title": "Aiden Discusses His Favorite Players and Memory",
808
+ "timestamps": {
809
+ "start_timestamp": "00:08:10.991",
810
+ "end_timestamp": "00:09:28.068"
811
+ },
812
+ "cast": [
813
+ "Aiden Hill"
814
+ ],
815
+ "activities": [
816
+ {
817
+ "description": "Aiden reveals his top three favorite MLB players (Mookie Betts, Juan Soto, Francisco Lindor), highlighting their skills and why he admires them. He also shares his favorite baseball memory of winning a tournament in Cooperstown with his dad as coach.",
818
+ "timestamp": {
819
+ "start_timestamp": "00:08:10.991",
820
+ "end_timestamp": "00:09:28.001"
821
+ }
822
+ }
823
+ ],
824
+ "props": [],
825
+ "videoEditingDetails": [
826
+ {
827
+ "description": "Footage of Aiden batting and fielding is overlayed with him speaking.",
828
+ "timestamps": {
829
+ "start_timestamp": "00:08:10.991",
830
+ "end_timestamp": "00:09:28.001"
831
+ }
832
+ }
833
+ ],
834
+ "mood": {
835
+ "description": "Enthusiastic, Nostalgic. Aiden's tone is animated as he talks about his favorite players and fondly recounts his Cooperstown memory.",
836
+ "keyMoments": []
837
+ },
838
+ "narrativeProgression": [
839
+ {
840
+ "description": "Offers a glimpse into Aiden's personal interests and a heartwarming anecdote from his past.",
841
+ "timestamp": "00:08:10.991"
842
+ }
843
+ ],
844
+ "characterInteraction": [],
845
+ "thematicElements": "Inspiration, role models, team bonding, achieving goals.",
846
+ "contextualRelevance": "",
847
+ "dynamismScore": 0.4,
848
+ "audioVisualCorrelation": 0.8
849
+ },
850
+ {
851
+ "sceneId": 14,
852
+ "title": "Batting Practice and Positive Mindset",
853
+ "timestamps": {
854
+ "start_timestamp": "00:09:28.101",
855
+ "end_timestamp": "00:10:09.977"
856
+ },
857
+ "cast": [
858
+ "Aiden Hill",
859
+ "Coach",
860
+ "Other Baseball Players"
861
+ ],
862
+ "activities": [
863
+ {
864
+ "description": "Aiden practices batting with a focus on his approach and mindset at the plate.",
865
+ "timestamp": {
866
+ "start_timestamp": "00:09:28.101",
867
+ "end_timestamp": "00:10:08.008"
868
+ }
869
+ }
870
+ ],
871
+ "props": [
872
+ {
873
+ "name": "Baseball bat",
874
+ "timestamp": {
875
+ "start_timestamp": "00:09:28.101",
876
+ "end_timestamp": "00:10:08.008"
877
+ }
878
+ },
879
+ {
880
+ "name": "Baseball tee",
881
+ "timestamp": {
882
+ "start_timestamp": "00:09:28.101",
883
+ "end_timestamp": "00:10:08.008"
884
+ }
885
+ },
886
+ {
887
+ "name": "Baseballs",
888
+ "timestamp": {
889
+ "start_timestamp": "00:09:28.101",
890
+ "end_timestamp": "00:10:08.008"
891
+ }
892
+ }
893
+ ],
894
+ "videoEditingDetails": [
895
+ {
896
+ "description": "Various shots showcase Aiden's batting technique and confidence.",
897
+ "timestamps": {
898
+ "start_timestamp": "00:09:28.101",
899
+ "end_timestamp": "00:10:08.008"
900
+ }
901
+ }
902
+ ],
903
+ "mood": {
904
+ "description": "Focused, Determined. The footage emphasizes Aiden's mental focus and his aggressive batting style.",
905
+ "keyMoments": []
906
+ },
907
+ "narrativeProgression": [
908
+ {
909
+ "description": "Highlights the importance of a positive mindset in baseball.",
910
+ "timestamp": "00:09:28.101"
911
+ }
912
+ ],
913
+ "characterInteraction": [
914
+ {
915
+ "characters": [
916
+ "Coach",
917
+ "Aiden Hill"
918
+ ],
919
+ "description": "Coach provides guidance and encouragement to Aiden."
920
+ }
921
+ ],
922
+ "thematicElements": "Mental preparation, visualization, positive self-talk.",
923
+ "contextualRelevance": "",
924
+ "dynamismScore": 0.7,
925
+ "audioVisualCorrelation": 0.7
926
+ },
927
+ {
928
+ "sceneId": 15,
929
+ "title": "Advice for Uncommitted Players",
930
+ "timestamps": {
931
+ "start_timestamp": "00:10:10.010",
932
+ "end_timestamp": "00:10:10.811"
933
+ },
934
+ "cast": [
935
+ "Aiden Hill"
936
+ ],
937
+ "activities": [
938
+ {
939
+ "description": "Aiden offers advice to uncommitted players, encouraging them to work hard, avoid comparisons, focus on themselves, and seek inspiration from successful players.",
940
+ "timestamp": {
941
+ "start_timestamp": "00:10:10.010",
942
+ "end_timestamp": "00:10:10.010"
943
+ }
944
+ }
945
+ ],
946
+ "props": [],
947
+ "videoEditingDetails": [
948
+ {
949
+ "description": "Footage of Aiden practicing batting is overlaid with him speaking.",
950
+ "timestamps": {
951
+ "start_timestamp": "00:10:10.010",
952
+ "end_timestamp": "00:10:10.010"
953
+ }
954
+ }
955
+ ],
956
+ "mood": {
957
+ "description": "Motivational, Encouraging. Aiden's advice is straightforward and supportive.",
958
+ "keyMoments": []
959
+ },
960
+ "narrativeProgression": [
961
+ {
962
+ "description": "Concludes the video with a message of encouragement and guidance for aspiring athletes.",
963
+ "timestamp": "00:10:10.010"
964
+ }
965
+ ],
966
+ "characterInteraction": [],
967
+ "thematicElements": "Perseverance, self-belief, learning from others, pursuing dreams.",
968
+ "contextualRelevance": "",
969
+ "dynamismScore": 0.4,
970
+ "audioVisualCorrelation": 0.8
971
+ }
972
+ ],
973
+ "storylines": {
974
+ "description": "A video detailing Aiden Hill's life as a committed baseball player at VCU, highlighting his journey, training, and reflections.",
975
+ "scenes": [
976
+ 1,
977
+ 3,
978
+ 5,
979
+ 7,
980
+ 13,
981
+ 15
982
+ ],
983
+ "climax": {
984
+ "description": "Aiden receives a scholarship offer from VCU after impressing despite a poor performance.",
985
+ "timestamp": "00:03:03.984"
986
+ }
987
+ },
988
+ "qAndA": [
989
+ {
990
+ "question": "What type of hitting drill does Aiden practice with a coach in the indoor facility at the beginning of the video?",
991
+ "answer": "Aiden practices hitting off a baseball tee."
992
+ },
993
+ {
994
+ "question": "What is the significance of Aiden mentioning that he almost quit baseball at age seven?",
995
+ "answer": "It highlights the importance of perseverance and the role his father played in encouraging him to continue."
996
+ },
997
+ {
998
+ "question": "Why did Aiden choose VCU despite having a terrible game when they first observed him?",
999
+ "answer": "VCU saw potential in Aiden beyond his one poor performance and recognized his character and work ethic."
1000
+ },
1001
+ {
1002
+ "question": "How does Aiden's choice of favorite players reflect his own aspirations as a baseball player?",
1003
+ "answer": "His admiration for athletic, aggressive, and skilled outfielders suggests his desire to emulate those qualities."
1004
+ },
1005
+ {
1006
+ "question": "What is the overall mood of the video?",
1007
+ "answer": "The video conveys a mood of motivation and inspiration, showcasing Aiden's dedication to his sport and his positive outlook on the future."
1008
+ }
1009
+ ],
1010
+ "trimmingSuggestions": [
1011
+ {
1012
+ "description": "Trim the longer fielding practice scenes to maintain a dynamic pace.",
1013
+ "timestamps": {
1014
+ "start_timestamp": "00:10:10.010",
1015
+ "end_timestamp": "00:10:10.010"
1016
+ }
1017
+ },
1018
+ {
1019
+ "description": "Shorten overlaid interview footage for more impactful storytelling.",
1020
+ "timestamps": {
1021
+ "start_timestamp": "00:10:10.010",
1022
+ "end_timestamp": "00:10:10.010"
1023
+ }
1024
+ }
1025
+ ],
1026
+ "fps": 29.97
1027
+ },
1028
+ "text_to_speech": "my name is aiden hill i'm an outfielder at p27 academy in the class of 2022 committed to virginia commonwealth and this is a day of my life oh [Music] [Applause] [Music] [Applause] i got into baseball at the age of let's say probably six um my dad influenced me to start playing the most uh we started a travel team from like our hometown we were pretty good from like six to twelve and then fun fact i actually wanted to quit when i was like seven but he didn't let me um because i just quit football the year before um and so he was like you're not getting any more sports and uh kind of glad i didn't quit now because i'm going to college for it but um yeah we um we basically started a hometown team and then after 12 years we started getting more serious and now we're here what made me pick vcu is i just felt such a family vibe from them i could tell that they cared about me not just as a player but like as a person and you can't ask for more than that and if they had nice facilities they had a great year last year um so i knew they were a program that wasn't you know doing doing good and trying to you know rise up and compete with like power five schools so i just felt it was the right fit [Music] uh [Music] get up [Music] them i with vcu i actually um they they started recruiting me after i played a terrible game i went over to over three with two strikeouts and my coach said hey call them they want to hear from you and i called them and they said they're interested even after seeing that terrible game that i just played and then after that i went to um we had a tournament at their place and i did really good there then i had the pbr futures games and i did really good there and that kind of sealed the deal so then they had the offer ready but um they didn't like like push us on it um they kind of gave us time they were like we have the offer ready but you know wait until you're ready and then we're ready to hear and then so that was on the table for like two two or three weeks and then i just decided to commit there [Music] hold up [Music] number two [Music] oh um i don't think there's any pressure being committed d1 um i think to me my dad told me pressure is self-inflicted so i mean if you think there's pressure obviously there's gonna be pressure but if you just go out and you know do all that you can do and that's all you all you worry about that's all you can control so i mean you just focus on that like there's no such thing as my pressure strength is definitely my hitting and my size i love the weight room i hit balls i love i love hitting i would say something i need to work on is definitely my arm it's kind of i wouldn't say it's bad it's just average i definitely like to get my arms racked up we throw a 90 before i graduate [Music] top three favorite players in the league i definitely say number one mookie bets um he's kind of like my height my weight uh range um and he just balls out wherever he goes he's extremely athletic and he's an outfielder um number two juan soto he he plays from that's my favorite team because i'm from maryland um and he can just hit and he's so like aggressive in the box he's like passive aggressive so he'll attack you know when he needs to and then he'll lay off of things he's had such a good eye um and my third favorite would probably have to be probably lendore just because uh he plays a game with flair and um he's a great shortstop uh i feel bad for him because he's not having a great year in the match uh in his first year at the mets but um he's still a great player so [Music] my favorite baseball memory is definitely playing with my my team we're from we're all from maryland we're all like a hometown team small team and we went to cooperstown we were 12 and we ended up winning the whole thing my dad was a coach and we just stormed the field together and that was just electric as a 12 year old to win a tournament where there's like 100 teams it was just crazy when walking up to the play i'm just thinking attack like just a tackle ball that is my pitch um because i i need to go having confidence because if you go up doubting yourself or thinking i don't want to strike out then you might strike out and that's just it's not a good approach to have you have to make sure you're thinking positive and when you go over there thinking positive there's good things are about to happen so i just try to stay confident and uh make sure i'm that player that you know wants to see strikes and things i'm thinking if he if he puts a ball over the player i'm gonna kill him for uncommitted players i would just say keep working hard and don't compare yourself to other players because i made that mistake a lot when i was when i was little other big players were like six four and two to thirty hitting bombs and i'd be worried like when am i gonna get committed if i'm five nine 180 pounds but i would say stop comparing yourself to other other players focus on yourself and try to find players that are kind of like your size like players that are already successful that are your size um and then just try to be like them and like they made the path so you can walk on them so you know just take advice from them and follow them yeah so we started the day at the cages getting some working off the tees some front toss some overhand throws then we got a quick lift in then we came in the field did uh pop out communication over here button defenses and uh first and thirds over here and actual bundling over here and that's a day in my life [Music] you"
1029
+ }
metadata/7BhJmDPB7RU.json ADDED
@@ -0,0 +1,516 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 385,
4
+ "content_parent_category": "Lifestyle",
5
+ "content_fine_category": "Food Reviews",
6
+ "youtube_title": "Eating Lasagna at One of Rome's Best Local Restaurants",
7
+ "youtube_description": "In this episode of Tasting Travel, We are in Rome Italy first we go and take a look at Michelangelo Bounoroti's world-famous statue of Moses. then we head over to Trattoria Pizzeria Luzzi to experience their fried cod filets and their lasagna. https://www.trattorialuzzi.it/\n\n\nTastingtravel.online\n\nSupport my Channel and Buy me a coffee\nhttps://www.buymeacoffee.com/Travelcoffeeguy\n\nPurchase my book!\nhttps://amzn.to/2tXVY4c\n\nAffilliate links\n\nWant to get certified to teach English as a 2nd Language?\nshorturl.at/dfsB3\n\nTravel Nomad/Covid Insurance\nSafety Wing. https://bit.ly/3A2m16k\n\nNord VPN\nhttps://bit.ly/3ld61u4\n\n$55 off first booking through AirBNB\nhttps://www.airbnb.com/c/tonyh1014?currency=USD\n\nTubebuddy\nhttps://www.tubebuddy.com/tastingtravel\n\nVidIQ\nhttps://vidiq.com/tastingtravel\n\nRoyalty-Free Music and video clips\n\nEpidemic Sound 30 day free trial\nhttps://www.epidemicsound.com/referral/psaykr/\n\nArtlist.io 2 month free trial\nhttps://artlist.io/Anthony-1100230\n\nSoundstripe 20% off\nhttps://www.soundstripe.com/join?id=PojY7p2e\n\nTravel Nomad/Covid Insurance\nSafety Wing. https://bit.ly/3A2m16k\n\n2 Free Stocks with WeBull Investing App\nhttps://bit.ly/3BkogDu\n\n\nSubscribe to the Channel?\nhttp://www.youtube.com/c/TravelingCoffeeGuy/sub_confirmation=1 food review travel destinations\n\nEating Lasagna at One of Rome's Best Local Restaurants\n Rome vlog Michelangelo Moses travel vlog",
8
+ "text_to_speech_word_count": 625,
9
+ "youtube_categories": [
10
+ "Travel & Events"
11
+ ],
12
+ "youtube_tags": [
13
+ "Travel",
14
+ "Food Review",
15
+ "Tasting Travel",
16
+ "Travel Destinations",
17
+ "travel guide",
18
+ "Food Travel Guide",
19
+ "michelangelo moses",
20
+ "Trattoria Pizzeria Luzzi",
21
+ "lasagna",
22
+ "Roman Lasagna",
23
+ "Roman Cod Filet",
24
+ "Pizzeria Luzzi",
25
+ "Rome",
26
+ "Rome Italy",
27
+ "Rome food vlog",
28
+ "rome food",
29
+ "rome travel",
30
+ "italy",
31
+ "rome food tour",
32
+ "rome street food",
33
+ "rome food guide",
34
+ "best food in rome",
35
+ "best lasagna",
36
+ "italian food",
37
+ "italian food tourism",
38
+ "roma",
39
+ "roman food",
40
+ "food",
41
+ "italian",
42
+ "italian street food",
43
+ "italy travel guide",
44
+ "rome vlog",
45
+ "travel vlog"
46
+ ],
47
+ "youtube_channel": "Tasting Travel",
48
+ "youtube_view_count": 6095,
49
+ "youtube_comment_count": 2,
50
+ "youtube_like_count": 277,
51
+ "youtube_channel_follower_count": 2130,
52
+ "youtube_upload_date": "20220824",
53
+ "youtube_age_limit": 0,
54
+ "content_metadata": {
55
+ "title": "Tasting Travel - Rome Italy",
56
+ "description": "An exploration of local Roman food with humorous and cultural insights.",
57
+ "characterList": [
58
+ {
59
+ "characterId": "1",
60
+ "name": "Traveler",
61
+ "description": "An overweight man with short blonde hair, a black baseball cap, a black Hard Rock Cafe T-shirt and a black puffer vest."
62
+ },
63
+ {
64
+ "characterId": "2",
65
+ "name": "Michelangelo's Moses",
66
+ "description": "A white marble statue depicting Moses sitting on a throne."
67
+ },
68
+ {
69
+ "characterId": "3",
70
+ "name": "Jesus",
71
+ "description": "A man with long blonde hair and a beard, wearing a crown of thorns, a green robe and a red scarf."
72
+ }
73
+ ],
74
+ "scenes": [
75
+ {
76
+ "sceneId": 1,
77
+ "title": "Introduction to Rome",
78
+ "timestamps": {
79
+ "start_timestamp": "00:00:00.000",
80
+ "end_timestamp": "00:00:20.954"
81
+ },
82
+ "cast": [
83
+ "Traveler"
84
+ ],
85
+ "activities": [
86
+ {
87
+ "description": "Traveler talks about visiting Rome and eating food.",
88
+ "timestamp": {
89
+ "start_timestamp": "00:00:00.000",
90
+ "end_timestamp": "00:00:18.986"
91
+ }
92
+ }
93
+ ],
94
+ "props": [
95
+ {
96
+ "name": "Wooden building, trees, airplane logo on Traveler's T-shirt",
97
+ "timestamp": {
98
+ "start_timestamp": "00:00:00.000",
99
+ "end_timestamp": "00:00:18.986"
100
+ }
101
+ }
102
+ ],
103
+ "videoEditingDetails": [
104
+ {
105
+ "description": "Cut to still image of cod fillets.",
106
+ "timestamps": {
107
+ "start_timestamp": "00:00:04.004",
108
+ "end_timestamp": "00:00:05.005"
109
+ }
110
+ },
111
+ {
112
+ "description": "Cut to still image of lasagna.",
113
+ "timestamps": {
114
+ "start_timestamp": "00:00:07.007",
115
+ "end_timestamp": "00:00:08.008"
116
+ }
117
+ }
118
+ ],
119
+ "mood": {
120
+ "description": "Excited",
121
+ "keyMoments": []
122
+ },
123
+ "narrativeProgression": [
124
+ {
125
+ "description": "Introduction to the video, the Traveler mentions visiting Rome and eating Cod fillets and lasagna.",
126
+ "timestamp": "00:00:00.000"
127
+ }
128
+ ],
129
+ "characterInteraction": [],
130
+ "thematicElements": "Food, travel, anticipation.",
131
+ "contextualRelevance": "None",
132
+ "dynamismScore": 0.6,
133
+ "audioVisualCorrelation": 1.0
134
+ },
135
+ {
136
+ "sceneId": 2,
137
+ "title": "Michelangelo's Statue of Moses",
138
+ "timestamps": {
139
+ "start_timestamp": "00:00:20.988",
140
+ "end_timestamp": "00:01:01.228"
141
+ },
142
+ "cast": [
143
+ "Michelangelo's Moses"
144
+ ],
145
+ "activities": [],
146
+ "props": [
147
+ {
148
+ "name": "Michelangelo's statue of Moses, tablets of the Ten Commandments, throne",
149
+ "timestamp": {
150
+ "start_timestamp": "00:00:20.988",
151
+ "end_timestamp": "00:01:01.228"
152
+ }
153
+ }
154
+ ],
155
+ "videoEditingDetails": [
156
+ {
157
+ "description": "Panning shot of Michelangelo's statue of Moses.",
158
+ "timestamps": {
159
+ "start_timestamp": "00:00:20.988",
160
+ "end_timestamp": "00:01:01.228"
161
+ }
162
+ }
163
+ ],
164
+ "mood": {
165
+ "description": "Curious",
166
+ "keyMoments": []
167
+ },
168
+ "narrativeProgression": [
169
+ {
170
+ "description": "The narrator provides information about Michelangelo's statue of Moses.",
171
+ "timestamp": "00:00:20.988"
172
+ }
173
+ ],
174
+ "characterInteraction": [],
175
+ "thematicElements": "Art, history, religion.",
176
+ "contextualRelevance": "The narrator explains the significance of the 'horns' on Moses' head, debunking a common misunderstanding.",
177
+ "dynamismScore": 0.3,
178
+ "audioVisualCorrelation": 1.0
179
+ },
180
+ {
181
+ "sceneId": 3,
182
+ "title": "Tasting Cod Fillets",
183
+ "timestamps": {
184
+ "start_timestamp": "00:01:01.261",
185
+ "end_timestamp": "00:02:42.729"
186
+ },
187
+ "cast": [
188
+ "Traveler"
189
+ ],
190
+ "activities": [
191
+ {
192
+ "description": "Traveler talks about the pizzeria.",
193
+ "timestamp": {
194
+ "start_timestamp": "00:01:02.996",
195
+ "end_timestamp": "00:01:48.008"
196
+ }
197
+ },
198
+ {
199
+ "description": "Shows cod fillets.",
200
+ "timestamp": {
201
+ "start_timestamp": "00:01:49.009",
202
+ "end_timestamp": "00:02:08.996"
203
+ }
204
+ },
205
+ {
206
+ "description": "Eats cod fillets.",
207
+ "timestamp": {
208
+ "start_timestamp": "00:02:09.997",
209
+ "end_timestamp": "00:02:41.995"
210
+ }
211
+ }
212
+ ],
213
+ "props": [
214
+ {
215
+ "name": "Restaurant menu, Colosseum, cod fillets, lasagna",
216
+ "timestamp": {
217
+ "start_timestamp": "00:01:02.996",
218
+ "end_timestamp": "00:01:48.008"
219
+ }
220
+ },
221
+ {
222
+ "name": "Plate of cod fillets",
223
+ "timestamp": {
224
+ "start_timestamp": "00:01:49.009",
225
+ "end_timestamp": "00:02:08.996"
226
+ }
227
+ },
228
+ {
229
+ "name": "Cod fillet in Traveler's hand",
230
+ "timestamp": {
231
+ "start_timestamp": "00:02:09.997",
232
+ "end_timestamp": "00:02:41.995"
233
+ }
234
+ }
235
+ ],
236
+ "videoEditingDetails": [
237
+ {
238
+ "description": "Cut to a selfie video of the Traveler at a pizzeria.",
239
+ "timestamps": {
240
+ "start_timestamp": "00:01:02.996",
241
+ "end_timestamp": "00:01:48.008"
242
+ }
243
+ },
244
+ {
245
+ "description": "Cut to still image of the Colosseum.",
246
+ "timestamps": {
247
+ "start_timestamp": "00:01:29.990",
248
+ "end_timestamp": "00:01:30.991"
249
+ }
250
+ },
251
+ {
252
+ "description": "€2.50 text overlay on top of cod fillets.",
253
+ "timestamps": {
254
+ "start_timestamp": "00:01:42.002",
255
+ "end_timestamp": "00:01:42.002"
256
+ }
257
+ },
258
+ {
259
+ "description": "€6.00 text overlay on top of the Traveler.",
260
+ "timestamps": {
261
+ "start_timestamp": "00:01:46.006",
262
+ "end_timestamp": "00:01:46.006"
263
+ }
264
+ },
265
+ {
266
+ "description": "Cut to a close-up video of the cod fillets.",
267
+ "timestamps": {
268
+ "start_timestamp": "00:01:48.008",
269
+ "end_timestamp": "00:01:49.009"
270
+ }
271
+ },
272
+ {
273
+ "description": "Cut back to a selfie video of the Traveler eating.",
274
+ "timestamps": {
275
+ "start_timestamp": "00:02:09.997",
276
+ "end_timestamp": "00:02:41.995"
277
+ }
278
+ }
279
+ ],
280
+ "mood": {
281
+ "description": "Happy",
282
+ "keyMoments": []
283
+ },
284
+ "narrativeProgression": [
285
+ {
286
+ "description": "Traveler describes the pizzeria he is at.",
287
+ "timestamp": "00:01:02.996"
288
+ },
289
+ {
290
+ "description": "Traveler shows and describes the cod fillets.",
291
+ "timestamp": "00:01:49.009"
292
+ },
293
+ {
294
+ "description": "Traveler eats and further describes the cod fillets.",
295
+ "timestamp": "00:02:09.997"
296
+ }
297
+ ],
298
+ "characterInteraction": [
299
+ {
300
+ "characters": [
301
+ "Traveler"
302
+ ],
303
+ "description": "Traveler interacts with a waiter off-screen."
304
+ }
305
+ ],
306
+ "thematicElements": "Food, local experience, affordable prices.",
307
+ "contextualRelevance": "Traveler notes that the pizzeria is busy and filled with locals.",
308
+ "dynamismScore": 0.7,
309
+ "audioVisualCorrelation": 1.0
310
+ },
311
+ {
312
+ "sceneId": 4,
313
+ "title": "Humorous Interlude with Jesus",
314
+ "timestamps": {
315
+ "start_timestamp": "00:02:42.763",
316
+ "end_timestamp": "00:04:06.046"
317
+ },
318
+ "cast": [
319
+ "Jesus"
320
+ ],
321
+ "activities": [
322
+ {
323
+ "description": "Jesus speaks to the viewer.",
324
+ "timestamp": {
325
+ "start_timestamp": "00:02:42.763",
326
+ "end_timestamp": "00:04:05.011"
327
+ }
328
+ }
329
+ ],
330
+ "props": [
331
+ {
332
+ "name": "Clouds in the background",
333
+ "timestamp": {
334
+ "start_timestamp": "00:02:42.763",
335
+ "end_timestamp": "00:04:05.011"
336
+ }
337
+ }
338
+ ],
339
+ "videoEditingDetails": [
340
+ {
341
+ "description": "Cut to a green screen video of Jesus against a cloudy sky.",
342
+ "timestamps": {
343
+ "start_timestamp": "00:02:42.763",
344
+ "end_timestamp": "00:04:05.011"
345
+ }
346
+ }
347
+ ],
348
+ "mood": {
349
+ "description": "Happy",
350
+ "keyMoments": []
351
+ },
352
+ "narrativeProgression": [
353
+ {
354
+ "description": "Jesus encourages viewers to subscribe to the Tasting Travel channel.",
355
+ "timestamp": "00:02:42.763"
356
+ }
357
+ ],
358
+ "characterInteraction": [],
359
+ "thematicElements": "Humor, religion, self-promotion.",
360
+ "contextualRelevance": "None.",
361
+ "dynamismScore": 0.4,
362
+ "audioVisualCorrelation": 1.0
363
+ },
364
+ {
365
+ "sceneId": 5,
366
+ "title": "Enjoying Lasagna",
367
+ "timestamps": {
368
+ "start_timestamp": "00:04:06.079",
369
+ "end_timestamp": "00:06:25.218"
370
+ },
371
+ "cast": [
372
+ "Traveler"
373
+ ],
374
+ "activities": [
375
+ {
376
+ "description": "Shows lasagna.",
377
+ "timestamp": {
378
+ "start_timestamp": "00:04:06.079",
379
+ "end_timestamp": "00:04:19.993"
380
+ }
381
+ },
382
+ {
383
+ "description": "Eats lasagna.",
384
+ "timestamp": {
385
+ "start_timestamp": "00:04:19.993",
386
+ "end_timestamp": "00:06:15.008"
387
+ }
388
+ },
389
+ {
390
+ "description": "Outro sequence.",
391
+ "timestamp": {
392
+ "start_timestamp": "00:06:15.008",
393
+ "end_timestamp": "00:06:23.016"
394
+ }
395
+ }
396
+ ],
397
+ "props": [
398
+ {
399
+ "name": "Plate of lasagna",
400
+ "timestamp": {
401
+ "start_timestamp": "00:04:06.079",
402
+ "end_timestamp": "00:04:19.993"
403
+ }
404
+ },
405
+ {
406
+ "name": "Lasagna on a fork",
407
+ "timestamp": {
408
+ "start_timestamp": "00:04:19.993",
409
+ "end_timestamp": "00:06:15.008"
410
+ }
411
+ }
412
+ ],
413
+ "videoEditingDetails": [
414
+ {
415
+ "description": "Cut back to a selfie video of the Traveler and a close-up video of lasagna.",
416
+ "timestamps": {
417
+ "start_timestamp": "00:04:06.079",
418
+ "end_timestamp": "00:04:19.993"
419
+ }
420
+ },
421
+ {
422
+ "description": "Cut to a selfie video of the Traveler eating lasagna.",
423
+ "timestamps": {
424
+ "start_timestamp": "00:04:19.993",
425
+ "end_timestamp": "00:06:15.008"
426
+ }
427
+ },
428
+ {
429
+ "description": "Cut to the outro sequence with animation and music.",
430
+ "timestamps": {
431
+ "start_timestamp": "00:06:15.008",
432
+ "end_timestamp": "00:06:23.016"
433
+ }
434
+ }
435
+ ],
436
+ "mood": {
437
+ "description": "Happy, Content",
438
+ "keyMoments": []
439
+ },
440
+ "narrativeProgression": [
441
+ {
442
+ "description": "Traveler shows and describes the lasagna.",
443
+ "timestamp": "00:04:06.079"
444
+ },
445
+ {
446
+ "description": "Traveler eats and further describes the lasagna.",
447
+ "timestamp": "00:04:19.993"
448
+ },
449
+ {
450
+ "description": "Traveler ends the video with a call to action.",
451
+ "timestamp": "00:06:15.008"
452
+ }
453
+ ],
454
+ "characterInteraction": [],
455
+ "thematicElements": "Food, satisfaction, local experience.",
456
+ "contextualRelevance": "None",
457
+ "dynamismScore": 0.7,
458
+ "audioVisualCorrelation": 1.0
459
+ }
460
+ ],
461
+ "storylines": {
462
+ "description": "The video is an engaging and lighthearted exploration of local Roman food, interspersed with a brief educational segment on Michelangelo's Moses.",
463
+ "scenes": [
464
+ 1,
465
+ 2,
466
+ 3,
467
+ 4,
468
+ 5
469
+ ],
470
+ "climax": {
471
+ "description": "The Traveler enjoys and describes the lasagna.",
472
+ "timestamp": "00:04:19.993"
473
+ }
474
+ },
475
+ "qAndA": [
476
+ {
477
+ "question": "What color is the tablecloth at the pizzeria?",
478
+ "answer": "Red and white checkered."
479
+ },
480
+ {
481
+ "question": "What historical misconception about Michelangelo's Moses does the narrator debunk?",
482
+ "answer": "That the two protrusions on his head are devil horns, when they actually symbolize divine light."
483
+ },
484
+ {
485
+ "question": "What does the traveler think is the only thing missing from the lasagna?",
486
+ "answer": "A little more black pepper."
487
+ },
488
+ {
489
+ "question": "What is the mood of the scene where the Traveler eats cod fillets?",
490
+ "answer": "Happy and content. He clearly enjoys the taste and comments on the excellent value for the price."
491
+ },
492
+ {
493
+ "question": "What is Jesus' main purpose in his appearance in the video?",
494
+ "answer": "To promote the Tasting Travel YouTube channel and encourage viewers to like, subscribe, and click the notification bell."
495
+ }
496
+ ],
497
+ "trimmingSuggestions": [
498
+ {
499
+ "description": "Scene 2 could be shortened by focusing on the most visually interesting aspects of the statue and condensing the narration.",
500
+ "timestamps": {
501
+ "start_timestamp": null,
502
+ "end_timestamp": null
503
+ }
504
+ },
505
+ {
506
+ "description": "Scene 4 could be slightly trimmed for a faster pace.",
507
+ "timestamps": {
508
+ "start_timestamp": null,
509
+ "end_timestamp": null
510
+ }
511
+ }
512
+ ],
513
+ "fps": 29.97002997002997
514
+ },
515
+ "text_to_speech": "what's up travelers in this video we're in rome italy and we're gonna go check out some amazing roman cod fillets and some fantastic lasagna but before that we're gonna go over to check out michelangelo's statue of moses this masterpiece by michelangelo boonerati depicts moses sitting on a throne with one arm resting on the tablets of the ten commandments while his other hand holds his beard as he looks over his followers with intense anger in his eyes when he returns from mount sinai to see them worshipping the false idol bowel many people notice that moses appears to have devil horns however michelangelo carved these in to signify the divine light exuding from moses that exodus tales about when he returned from the top of the mountain this sculpture is a master class and attention to detail to the point that he exposed a tendon in his right arm that only shows itself amongst the human physique when we raise our pinky finger like we do when drinking from a tiny tea cup i am at pizzeria here in rome italy this place has been open since 1945 it's about a quarter mile away from the coliseum just ordered an appetizer it was a cod fillet and then i also got lasagna and meat sauce cod appetizers is only two and a half euros lasagna is only six euros this place is insane busy and it's mostly locals here so you know it's a good spot the prices are just they're great prices anybody can afford these so we've got our cod fillets here [Music] beautiful golden brown smells that's amazing pretty good piece of fried fish [Music] 250 for this they're nice and crispy on the outside on the inside it's kind of doughy and it touches the fish really awesome texture [Music] hello mortals it's me your favorite lord and savior jesus and i just wanted to take a short break from my very very busy schedule of uh well you know miracles and other jesus duties up here to have a little divine intervention with you you see i wanted to tell you about a glorious youtube channel called tasting travel yeah it's pretty awesome i mean you can trust me i am like the most reputable person well ever so there's that so be sure to give them a like and subscribe and also ring that notification bell so an angel can get its wings now i'd love to stick around and rain down blessings but i'm kind of like the busiest messiah ever and i need to get back to these mansions because they're definitely not going to build themselves so you stay blessed and don't do anything i wouldn't do amen [Music] and we got this beautiful looking lasagna we just gotta dig right in this is amazing [Music] that is so good [Music] it's a lot lighter than you would expect it to be but these these lasagna noodles it's like [Music] delicious i can't believe this is only six euros the only thing that they could have done to make this better is add a little bit more black pepper and then they hit it out of the ballpark but if they would have added the black pepper it would have been a gram of salami if you're coming to rome come to pizza real easy just try their entire menu i'm looking at the stuff around me and it just all looks amazing and it's all really cheap it's [Music] please like it and then subscribe to the channel and hit that notification bell so you'll get a notification whenever i upload a new video and as always eat great food [Music] you"
516
+ }
metadata/9zqRljmFsB4.json ADDED
@@ -0,0 +1,860 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 475,
4
+ "content_parent_category": "Art & Creativity",
5
+ "content_fine_category": "Photography Tips",
6
+ "youtube_title": "Sell Your Work",
7
+ "youtube_description": "Kevin Raber of Luminous-Landscape share some thoughts on his most recent gallery show in Carmel, Indiana. How he got his work into a Gallery show and how you can do it too.\n\nLuminous-Landscape is one of the oldest and most visited websites for photography enthusiasts on the internet. It is a membership site with over 5600 articles, videos, reviews, and tutorials. The yearly membership is $12.00 USD.\n\nwww.luminous-landscape.com/",
8
+ "text_to_speech_word_count": 1660,
9
+ "youtube_categories": [
10
+ "Education"
11
+ ],
12
+ "youtube_tags": [
13
+ "Kevin Raber",
14
+ "Luminous Landscape",
15
+ "Luminous-Landscape",
16
+ "landscape photography",
17
+ "photography",
18
+ "nature photography",
19
+ "nature",
20
+ "raber",
21
+ "raber photography",
22
+ "gallery show",
23
+ "gallery",
24
+ "sell your wrok",
25
+ "seiiling your work"
26
+ ],
27
+ "youtube_channel": "Luminous Landscape",
28
+ "youtube_view_count": 3087,
29
+ "youtube_comment_count": 4,
30
+ "youtube_like_count": 147,
31
+ "youtube_channel_follower_count": 8920,
32
+ "youtube_upload_date": "20180820",
33
+ "youtube_age_limit": 0,
34
+ "content_metadata": {
35
+ "title": "Exhibiting Your Photography - Tips for Getting Your Images Shown",
36
+ "description": "A video focusing on tips and insights for photographers seeking to exhibit their work in galleries, featuring Kevin Raber's personal experiences and observations.",
37
+ "characterList": [
38
+ {
39
+ "characterId": "1",
40
+ "name": "Kevin Raber",
41
+ "description": "A middle-aged man with short brown hair and a beard, wearing glasses and a blue shirt with a leafy pattern. He is the speaker and photographer in the video."
42
+ },
43
+ {
44
+ "characterId": "2",
45
+ "name": "Susan Brewer",
46
+ "description": "The curator of the art show at the Evan Lurie Gallery. Not visually shown."
47
+ },
48
+ {
49
+ "characterId": "3",
50
+ "name": "Gallery Owner",
51
+ "description": "A middle-aged man with short dark hair and a trimmed beard, wearing a purple shirt. Visually shown briefly in scene 4, talking to a man in a red shirt."
52
+ },
53
+ {
54
+ "characterId": "4",
55
+ "name": "Man in Red Shirt",
56
+ "description": "An older man with short gray hair, wearing glasses and a red shirt. Visually shown briefly in scene 4, talking to the Gallery Owner."
57
+ },
58
+ {
59
+ "characterId": "5",
60
+ "name": "Various Art Show Attendees",
61
+ "description": "People of different ages and appearances, attending the art show and looking at various artwork."
62
+ }
63
+ ],
64
+ "scenes": [
65
+ {
66
+ "sceneId": 1,
67
+ "title": "Introduction",
68
+ "timestamps": {
69
+ "start_timestamp": "00:00:00.000",
70
+ "end_timestamp": "00:00:27.194"
71
+ },
72
+ "cast": [
73
+ "Kevin Raber"
74
+ ],
75
+ "activities": [
76
+ {
77
+ "description": "Kevin introduces himself and the location, Carmel Arts & Design District.",
78
+ "timestamp": {
79
+ "start_timestamp": "00:00:02.002",
80
+ "end_timestamp": "00:00:22.981"
81
+ }
82
+ },
83
+ {
84
+ "description": "Kevin mentions the video's topic: Exhibiting photography in a gallery.",
85
+ "timestamp": {
86
+ "start_timestamp": "00:00:22.981",
87
+ "end_timestamp": "00:00:26.985"
88
+ }
89
+ }
90
+ ],
91
+ "props": [
92
+ {
93
+ "name": "Brick sculpture of a head",
94
+ "timestamp": {
95
+ "start_timestamp": "00:00:00.000",
96
+ "end_timestamp": "00:00:26.985"
97
+ }
98
+ }
99
+ ],
100
+ "videoEditingDetails": [
101
+ {
102
+ "description": "Title screen with animation",
103
+ "timestamps": {
104
+ "start_timestamp": "00:00:00.000",
105
+ "end_timestamp": "00:00:01.001"
106
+ }
107
+ },
108
+ {
109
+ "description": "Transition to video of Kevin in front of the sculpture",
110
+ "timestamps": {
111
+ "start_timestamp": "00:00:01.001",
112
+ "end_timestamp": "00:00:02.002"
113
+ }
114
+ },
115
+ {
116
+ "description": "Video of Carmel Arts & Design District",
117
+ "timestamps": {
118
+ "start_timestamp": "00:00:07.007",
119
+ "end_timestamp": "00:00:19.019"
120
+ }
121
+ },
122
+ {
123
+ "description": "Transition to interior art gallery shot",
124
+ "timestamps": {
125
+ "start_timestamp": "00:00:26.985",
126
+ "end_timestamp": "00:00:27.194"
127
+ }
128
+ }
129
+ ],
130
+ "mood": {
131
+ "description": "Curious",
132
+ "keyMoments": [
133
+ {
134
+ "timestamp": "00:00:02.002",
135
+ "changeDescription": "Introduction of Kevin and location increases curiosity."
136
+ },
137
+ {
138
+ "timestamp": "00:00:07.007",
139
+ "changeDescription": "Kevin discusses Carmel Arts & Design District, piquing interest."
140
+ },
141
+ {
142
+ "timestamp": "00:00:22.981",
143
+ "changeDescription": "Transition to photography topic engages curiosity."
144
+ }
145
+ ]
146
+ },
147
+ "narrativeProgression": [
148
+ {
149
+ "description": "Introduces Kevin and the topic of exhibiting photography.",
150
+ "timestamp": "00:00:02.002"
151
+ }
152
+ ],
153
+ "characterInteraction": [
154
+ {
155
+ "characters": [
156
+ "Kevin Raber"
157
+ ],
158
+ "description": "Kevin introduces himself and the location."
159
+ }
160
+ ],
161
+ "thematicElements": "Introduction to exhibiting photography in a gallery.",
162
+ "contextualRelevance": "Sets the stage for the video's topic and setting.",
163
+ "dynamismScore": 0.7,
164
+ "audioVisualCorrelation": 0.8
165
+ },
166
+ {
167
+ "sceneId": 2,
168
+ "title": "The Current Exhibition",
169
+ "timestamps": {
170
+ "start_timestamp": "00:00:27.236",
171
+ "end_timestamp": "00:01:01.311"
172
+ },
173
+ "cast": [
174
+ "Kevin Raber",
175
+ "Various Art Show Attendees"
176
+ ],
177
+ "activities": [
178
+ {
179
+ "description": "Kevin talks about the art show featuring Indianapolis artists, including himself.",
180
+ "timestamp": {
181
+ "start_timestamp": "00:00:27.236",
182
+ "end_timestamp": "00:00:29.988"
183
+ }
184
+ },
185
+ {
186
+ "description": "Kevin mentions the Evan Lurie Gallery, its reputation and the prestigious nature of exhibiting there.",
187
+ "timestamp": {
188
+ "start_timestamp": "00:00:29.988",
189
+ "end_timestamp": "00:00:46.004"
190
+ }
191
+ }
192
+ ],
193
+ "props": [
194
+ {
195
+ "name": "Various paintings and sculptures in the gallery",
196
+ "timestamp": {
197
+ "start_timestamp": "00:00:27.236",
198
+ "end_timestamp": "00:01:01.019"
199
+ }
200
+ }
201
+ ],
202
+ "videoEditingDetails": [
203
+ {
204
+ "description": "Shots of the gallery interior, showcasing diverse artwork, including Kevin's ice photographs.",
205
+ "timestamps": {
206
+ "start_timestamp": "00:00:27.236",
207
+ "end_timestamp": "00:01:01.019"
208
+ }
209
+ }
210
+ ],
211
+ "mood": {
212
+ "description": "Proud",
213
+ "keyMoments": [
214
+ {
215
+ "timestamp": "00:00:27.236",
216
+ "changeDescription": "Kevin shows pride in being part of the exhibition."
217
+ },
218
+ {
219
+ "timestamp": "00:00:29.988",
220
+ "changeDescription": "Pride in the gallery's reputation and prestige."
221
+ }
222
+ ]
223
+ },
224
+ "narrativeProgression": [
225
+ {
226
+ "description": "Focuses on the current art exhibition, highlighting its significance for Kevin.",
227
+ "timestamp": "00:00:27.236"
228
+ }
229
+ ],
230
+ "characterInteraction": [],
231
+ "thematicElements": "Description of the current exhibition and its prestige.",
232
+ "contextualRelevance": "Kevin's personal involvement in the exhibition.",
233
+ "dynamismScore": 0.6,
234
+ "audioVisualCorrelation": 0.9
235
+ },
236
+ {
237
+ "sceneId": 3,
238
+ "title": "Curating the Show and Selecting Photographs",
239
+ "timestamps": {
240
+ "start_timestamp": "00:01:01.353",
241
+ "end_timestamp": "00:02:09.963"
242
+ },
243
+ "cast": [
244
+ "Kevin Raber"
245
+ ],
246
+ "activities": [
247
+ {
248
+ "description": "Kevin discusses the curator's selection process for the show, mentioning Susan Brewer and her desire for specific pieces to create a cohesive theme.",
249
+ "timestamp": {
250
+ "start_timestamp": "00:01:01.353",
251
+ "end_timestamp": "00:01:11.989"
252
+ }
253
+ },
254
+ {
255
+ "description": "Kevin talks about the selection of his ice photographs and the details of their framing, including the use of acrylic and archival glass.",
256
+ "timestamp": {
257
+ "start_timestamp": "00:01:11.989",
258
+ "end_timestamp": "00:02:08.003"
259
+ }
260
+ }
261
+ ],
262
+ "props": [
263
+ {
264
+ "name": "Brick sculpture of a head",
265
+ "timestamp": {
266
+ "start_timestamp": "00:01:01.353",
267
+ "end_timestamp": "00:02:08.003"
268
+ }
269
+ },
270
+ {
271
+ "name": "Framed ice photographs",
272
+ "timestamp": {
273
+ "start_timestamp": "00:01:31.008",
274
+ "end_timestamp": "00:01:56.992"
275
+ }
276
+ }
277
+ ],
278
+ "videoEditingDetails": [
279
+ {
280
+ "description": "Close-up shots of the framed ice photographs, highlighting the framing details.",
281
+ "timestamps": {
282
+ "start_timestamp": "00:01:31.008",
283
+ "end_timestamp": "00:01:56.992"
284
+ }
285
+ },
286
+ {
287
+ "description": "Close-up shot of Kevin's signature on a print.",
288
+ "timestamps": {
289
+ "start_timestamp": "00:01:55.991",
290
+ "end_timestamp": "00:01:56.992"
291
+ }
292
+ }
293
+ ],
294
+ "mood": {
295
+ "description": "Content",
296
+ "keyMoments": [
297
+ {
298
+ "timestamp": "00:01:01.353",
299
+ "changeDescription": "Contentment in the curator's selection process."
300
+ },
301
+ {
302
+ "timestamp": "00:01:11.989",
303
+ "changeDescription": "Satisfaction with the detailed framing process."
304
+ }
305
+ ]
306
+ },
307
+ "narrativeProgression": [
308
+ {
309
+ "description": "Delves into the curating process and the selection of Kevin's photographs for the show.",
310
+ "timestamp": "00:01:01.353"
311
+ }
312
+ ],
313
+ "characterInteraction": [],
314
+ "thematicElements": "Details of curating and selecting photographs for a cohesive theme.",
315
+ "contextualRelevance": "Insight into the curator's and Kevin's perspectives on creating the exhibition.",
316
+ "dynamismScore": 0.5,
317
+ "audioVisualCorrelation": 0.9
318
+ },
319
+ {
320
+ "sceneId": 4,
321
+ "title": "Black and White Photography Selections",
322
+ "timestamps": {
323
+ "start_timestamp": "00:02:10.005",
324
+ "end_timestamp": "00:02:56.968"
325
+ },
326
+ "cast": [
327
+ "Kevin Raber"
328
+ ],
329
+ "activities": [
330
+ {
331
+ "description": "Kevin talks about his three black and white photographs, describing the subject matter of each image and the project they are a part of: 'Being Square Seeing Double'.",
332
+ "timestamp": {
333
+ "start_timestamp": "00:02:10.005",
334
+ "end_timestamp": "00:02:55.008"
335
+ }
336
+ }
337
+ ],
338
+ "props": [
339
+ {
340
+ "name": "Brick sculpture of a head",
341
+ "timestamp": {
342
+ "start_timestamp": "00:02:10.005",
343
+ "end_timestamp": "00:02:55.008"
344
+ }
345
+ }
346
+ ],
347
+ "videoEditingDetails": [
348
+ {
349
+ "description": "Shows each black and white photograph while Kevin describes it.",
350
+ "timestamps": {
351
+ "start_timestamp": "00:02:30.984",
352
+ "end_timestamp": "00:02:50.003"
353
+ }
354
+ },
355
+ {
356
+ "description": "Each photograph is presented in a square frame with a brown border.",
357
+ "timestamps": {
358
+ "start_timestamp": "00:02:30.984",
359
+ "end_timestamp": "00:02:50.003"
360
+ }
361
+ }
362
+ ],
363
+ "mood": {
364
+ "description": "Pensive",
365
+ "keyMoments": [
366
+ {
367
+ "timestamp": "00:02:30.984",
368
+ "changeDescription": "Pensive mood as Kevin describes black and white photographs."
369
+ }
370
+ ]
371
+ },
372
+ "narrativeProgression": [
373
+ {
374
+ "description": "Introduces and discusses Kevin's black and white photographs and their thematic connection.",
375
+ "timestamp": "00:02:10.005"
376
+ }
377
+ ],
378
+ "characterInteraction": [],
379
+ "thematicElements": "Exploration of black and white photography themes.",
380
+ "contextualRelevance": "Kevin's artistic narrative and theme in black and white photography.",
381
+ "dynamismScore": 0.4,
382
+ "audioVisualCorrelation": 0.8
383
+ },
384
+ {
385
+ "sceneId": 5,
386
+ "title": "Color Photography Selections",
387
+ "timestamps": {
388
+ "start_timestamp": "00:02:57.010",
389
+ "end_timestamp": "00:03:44.683"
390
+ },
391
+ "cast": [
392
+ "Kevin Raber"
393
+ ],
394
+ "activities": [
395
+ {
396
+ "description": "Kevin discusses his selection of color photographs for the show, focusing on the consistent ice theme and describing the unique features of each image.",
397
+ "timestamp": {
398
+ "start_timestamp": "00:02:57.010",
399
+ "end_timestamp": "00:03:44.015"
400
+ }
401
+ }
402
+ ],
403
+ "props": [
404
+ {
405
+ "name": "Brick sculpture of a head",
406
+ "timestamp": {
407
+ "start_timestamp": "00:02:57.010",
408
+ "end_timestamp": "00:03:44.015"
409
+ }
410
+ }
411
+ ],
412
+ "videoEditingDetails": [
413
+ {
414
+ "description": "Shows each color photograph while Kevin describes it.",
415
+ "timestamps": {
416
+ "start_timestamp": "00:03:03.016",
417
+ "end_timestamp": "00:03:44.015"
418
+ }
419
+ },
420
+ {
421
+ "description": "Each photo is presented in a rectangular frame with a brown border.",
422
+ "timestamps": {
423
+ "start_timestamp": "00:03:03.016",
424
+ "end_timestamp": "00:03:44.015"
425
+ }
426
+ }
427
+ ],
428
+ "mood": {
429
+ "description": "Excited",
430
+ "keyMoments": [
431
+ {
432
+ "timestamp": "00:02:57.010",
433
+ "changeDescription": "Introduction of ice theme creates excitement."
434
+ },
435
+ {
436
+ "timestamp": "00:03:03.016",
437
+ "changeDescription": "Excitement as Kevin describes features of each color photo."
438
+ }
439
+ ]
440
+ },
441
+ "narrativeProgression": [
442
+ {
443
+ "description": "Discusses Kevin's color photography selections and their connection to the chosen theme.",
444
+ "timestamp": "00:02:57.010"
445
+ }
446
+ ],
447
+ "characterInteraction": [],
448
+ "thematicElements": "Consistency and thematic exploration in color photography.",
449
+ "contextualRelevance": "Kevin's artistic decisions in selecting color photographs.",
450
+ "dynamismScore": 0.4,
451
+ "audioVisualCorrelation": 0.8
452
+ },
453
+ {
454
+ "sceneId": 6,
455
+ "title": "Art Gallery Advantages and Prices",
456
+ "timestamps": {
457
+ "start_timestamp": "00:03:44.724",
458
+ "end_timestamp": "00:04:12.502"
459
+ },
460
+ "cast": [
461
+ "Kevin Raber",
462
+ "Various Art Show Attendees"
463
+ ],
464
+ "activities": [
465
+ {
466
+ "description": "Kevin talks about the images selected for the show and their pricing, revealing that some pieces are selling for over $10,000.",
467
+ "timestamp": {
468
+ "start_timestamp": "00:03:44.724",
469
+ "end_timestamp": "00:03:57.988"
470
+ }
471
+ },
472
+ {
473
+ "description": "Kevin discusses the advantages of exhibiting in a gallery like Evan Lurie, highlighting the gallery owner's connections and the exposure to high-end buyers.",
474
+ "timestamp": {
475
+ "start_timestamp": "00:03:57.988",
476
+ "end_timestamp": "00:04:12.502"
477
+ }
478
+ }
479
+ ],
480
+ "props": [
481
+ {
482
+ "name": "Brick sculpture of a head",
483
+ "timestamp": {
484
+ "start_timestamp": "00:03:44.724",
485
+ "end_timestamp": "00:04:12.502"
486
+ }
487
+ },
488
+ {
489
+ "name": "Art price tag",
490
+ "timestamp": {
491
+ "start_timestamp": "00:03:52.983",
492
+ "end_timestamp": "00:03:53.984"
493
+ }
494
+ }
495
+ ],
496
+ "videoEditingDetails": [
497
+ {
498
+ "description": "Wide shots of the art gallery space, showcasing attendees interacting with the art.",
499
+ "timestamps": {
500
+ "start_timestamp": "00:03:59.990",
501
+ "end_timestamp": "00:04:12.502"
502
+ }
503
+ },
504
+ {
505
+ "description": "Shows the price tag of Kevin's ice cave picture.",
506
+ "timestamps": {
507
+ "start_timestamp": "00:03:52.983",
508
+ "end_timestamp": "00:03:53.984"
509
+ }
510
+ }
511
+ ],
512
+ "mood": {
513
+ "description": "Excited / Proud",
514
+ "keyMoments": [
515
+ {
516
+ "timestamp": "00:03:44.724",
517
+ "changeDescription": "Excitement around the high pricing of artworks."
518
+ },
519
+ {
520
+ "timestamp": "00:03:57.988",
521
+ "changeDescription": "Pride in exhibition benefits and gallery connections."
522
+ }
523
+ ]
524
+ },
525
+ "narrativeProgression": [
526
+ {
527
+ "description": "Focuses on the pricing of the artwork and the broader benefits of exhibiting in a gallery.",
528
+ "timestamp": "00:03:44.724"
529
+ }
530
+ ],
531
+ "characterInteraction": [],
532
+ "thematicElements": "Benefits of gallery exhibitions and artwork pricing.",
533
+ "contextualRelevance": "Highlights the financial and exposure benefits of gallery exhibitions.",
534
+ "dynamismScore": 0.7,
535
+ "audioVisualCorrelation": 0.8
536
+ },
537
+ {
538
+ "sceneId": 7,
539
+ "title": "Gallery Owner Connections and Future Collaboration",
540
+ "timestamps": {
541
+ "start_timestamp": "00:04:12.544",
542
+ "end_timestamp": "00:04:58.965"
543
+ },
544
+ "cast": [
545
+ "Kevin Raber",
546
+ "Gallery Owner",
547
+ "Man in Red Shirt",
548
+ "Various Art Show Attendees"
549
+ ],
550
+ "activities": [
551
+ {
552
+ "description": "Kevin explains that the gallery provides exposure beyond the physical exhibition, mentioning the gallery owner's connections with commercial decorators and art fairs.",
553
+ "timestamp": {
554
+ "start_timestamp": "00:04:13.003",
555
+ "end_timestamp": "00:04:44.993"
556
+ }
557
+ },
558
+ {
559
+ "description": "Kevin reveals that the gallery owner is interested in collaborating on a future solo show, showcasing a new framing technique.",
560
+ "timestamp": {
561
+ "start_timestamp": "00:04:44.993",
562
+ "end_timestamp": "00:04:57.005"
563
+ }
564
+ }
565
+ ],
566
+ "props": [
567
+ {
568
+ "name": "Brick sculpture of a head",
569
+ "timestamp": {
570
+ "start_timestamp": "00:04:13.003",
571
+ "end_timestamp": "00:04:57.005"
572
+ }
573
+ }
574
+ ],
575
+ "videoEditingDetails": [
576
+ {
577
+ "description": "Shot of Kevin talking to the Gallery Owner while showing him something on his phone.",
578
+ "timestamps": {
579
+ "start_timestamp": "00:04:12.544",
580
+ "end_timestamp": "00:04:13.003"
581
+ }
582
+ },
583
+ {
584
+ "description": "Visuals of various artwork, including paintings, sculptures, and mixed media pieces, emphasizing the gallery's diverse collection.",
585
+ "timestamps": {
586
+ "start_timestamp": "00:04:13.003",
587
+ "end_timestamp": "00:04:44.993"
588
+ }
589
+ }
590
+ ],
591
+ "mood": {
592
+ "description": "Excited",
593
+ "keyMoments": [
594
+ {
595
+ "timestamp": "00:04:13.003",
596
+ "changeDescription": "Excitement with exposure opportunities through gallery connections."
597
+ },
598
+ {
599
+ "timestamp": "00:04:44.993",
600
+ "changeDescription": "Anticipation for future collaboration on a solo show."
601
+ }
602
+ ]
603
+ },
604
+ "narrativeProgression": [
605
+ {
606
+ "description": "Explores the gallery owner's connections and the possibility of future collaboration on a solo show.",
607
+ "timestamp": "00:04:13.003"
608
+ }
609
+ ],
610
+ "characterInteraction": [
611
+ {
612
+ "characters": [
613
+ "Kevin Raber",
614
+ "Gallery Owner"
615
+ ],
616
+ "description": "Discussion of future collaboration on a solo show."
617
+ }
618
+ ],
619
+ "thematicElements": "Opportunities for future collaborations and expanded reach through gallery connections.",
620
+ "contextualRelevance": "Potential for expanding artistic reach through professional relationships.",
621
+ "dynamismScore": 0.6,
622
+ "audioVisualCorrelation": 0.7
623
+ },
624
+ {
625
+ "sceneId": 8,
626
+ "title": "Networking at First Fridays",
627
+ "timestamps": {
628
+ "start_timestamp": "00:04:59.007",
629
+ "end_timestamp": "00:05:58.942"
630
+ },
631
+ "cast": [
632
+ "Kevin Raber",
633
+ "Gallery Owner"
634
+ ],
635
+ "activities": [
636
+ {
637
+ "description": "Kevin shares his personal experience of connecting with the gallery owner through a 'First Fridays' event, where he presented his portfolio on an iPad.",
638
+ "timestamp": {
639
+ "start_timestamp": "00:04:59.007",
640
+ "end_timestamp": "00:05:44.010"
641
+ }
642
+ },
643
+ {
644
+ "description": "Kevin emphasizes the importance of taking initiative, showing your work, and seeking opportunities to collaborate.",
645
+ "timestamp": {
646
+ "start_timestamp": "00:05:44.010",
647
+ "end_timestamp": "00:05:56.982"
648
+ }
649
+ }
650
+ ],
651
+ "props": [
652
+ {
653
+ "name": "Brick sculpture of a head",
654
+ "timestamp": {
655
+ "start_timestamp": "00:04:59.007",
656
+ "end_timestamp": "00:05:56.982"
657
+ }
658
+ },
659
+ {
660
+ "name": "iPad",
661
+ "timestamp": {
662
+ "start_timestamp": "00:04:59.007",
663
+ "end_timestamp": "00:05:56.982"
664
+ }
665
+ }
666
+ ],
667
+ "videoEditingDetails": [
668
+ {
669
+ "description": "Shot of Kevin and a woman looking at his photographs at a gallery.",
670
+ "timestamps": {
671
+ "start_timestamp": "00:05:03.011",
672
+ "end_timestamp": "00:05:12.979"
673
+ }
674
+ },
675
+ {
676
+ "description": "Shot of the Gallery Owner explaining something to a man in a red shirt.",
677
+ "timestamps": {
678
+ "start_timestamp": "00:05:20.987",
679
+ "end_timestamp": "00:05:21.988"
680
+ }
681
+ }
682
+ ],
683
+ "mood": {
684
+ "description": "Grateful / Proud",
685
+ "keyMoments": [
686
+ {
687
+ "timestamp": "00:04:59.007",
688
+ "changeDescription": "Grateful for the networking opportunity."
689
+ },
690
+ {
691
+ "timestamp": "00:05:44.010",
692
+ "changeDescription": "Pride in initiative and encouragement to network."
693
+ }
694
+ ]
695
+ },
696
+ "narrativeProgression": [
697
+ {
698
+ "description": "Shares Kevin's personal experience of connecting with the gallery owner through a 'First Fridays' event, highlighting the importance of networking.",
699
+ "timestamp": "00:04:59.007"
700
+ }
701
+ ],
702
+ "characterInteraction": [
703
+ {
704
+ "characters": [
705
+ "Kevin Raber",
706
+ "Gallery Owner"
707
+ ],
708
+ "description": "Discussion and interaction about portfolio presentation."
709
+ }
710
+ ],
711
+ "thematicElements": "Networking and personal initiative in artistic career building.",
712
+ "contextualRelevance": "Personal anecdotes about career advancement through networking.",
713
+ "dynamismScore": 0.6,
714
+ "audioVisualCorrelation": 0.7
715
+ },
716
+ {
717
+ "sceneId": 9,
718
+ "title": "Encouragement and Call to Action",
719
+ "timestamps": {
720
+ "start_timestamp": "00:05:58.984",
721
+ "end_timestamp": "00:07:53.473"
722
+ },
723
+ "cast": [
724
+ "Kevin Raber"
725
+ ],
726
+ "activities": [
727
+ {
728
+ "description": "Kevin encourages viewers to showcase their photography in various settings, from coffee shops to barber shops, and to utilize social media and advertising to gain exposure.",
729
+ "timestamp": {
730
+ "start_timestamp": "00:05:58.984",
731
+ "end_timestamp": "00:07:13.016"
732
+ }
733
+ },
734
+ {
735
+ "description": "Kevin reflects on his personal passion for photography, describing it as therapy and expressing the joy he finds in sharing his work with others.",
736
+ "timestamp": {
737
+ "start_timestamp": "00:07:13.016",
738
+ "end_timestamp": "00:07:33.995"
739
+ }
740
+ },
741
+ {
742
+ "description": "Kevin concludes the video with a call to action, encouraging viewers to subscribe to his channel and explore his other content.",
743
+ "timestamp": {
744
+ "start_timestamp": "00:07:33.995",
745
+ "end_timestamp": "00:07:53.014"
746
+ }
747
+ }
748
+ ],
749
+ "props": [
750
+ {
751
+ "name": "Brick sculpture of a head",
752
+ "timestamp": {
753
+ "start_timestamp": "00:05:58.984",
754
+ "end_timestamp": "00:07:53.014"
755
+ }
756
+ }
757
+ ],
758
+ "videoEditingDetails": [
759
+ {
760
+ "description": "Wide shots of attendees looking at the different artworks in the gallery, creating a sense of audience engagement and appreciation.",
761
+ "timestamps": {
762
+ "start_timestamp": "00:06:24.009",
763
+ "end_timestamp": "00:06:38.982"
764
+ }
765
+ },
766
+ {
767
+ "description": "Shot of Kevin showing his work to someone in a light box.",
768
+ "timestamps": {
769
+ "start_timestamp": "00:07:49.010",
770
+ "end_timestamp": "00:07:53.014"
771
+ }
772
+ }
773
+ ],
774
+ "mood": {
775
+ "description": "Happy / Excited",
776
+ "keyMoments": [
777
+ {
778
+ "timestamp": "00:05:58.984",
779
+ "changeDescription": "Encouragement to showcase photography broadly."
780
+ },
781
+ {
782
+ "timestamp": "00:07:13.016",
783
+ "changeDescription": "Reflection and joy in sharing work."
784
+ },
785
+ {
786
+ "timestamp": "00:07:33.995",
787
+ "changeDescription": "Excitement and call to action for engagement."
788
+ }
789
+ ]
790
+ },
791
+ "narrativeProgression": [
792
+ {
793
+ "description": "Shifts from gallery exhibition tips to a broader encouragement for showcasing photography and connecting with an audience.",
794
+ "timestamp": "00:05:58.984"
795
+ }
796
+ ],
797
+ "characterInteraction": [],
798
+ "thematicElements": "Encouragement for artists to seek diverse exhibition opportunities and community engagement.",
799
+ "contextualRelevance": "Broad encouragement and motivational message to the audience.",
800
+ "dynamismScore": 0.7,
801
+ "audioVisualCorrelation": 0.7
802
+ }
803
+ ],
804
+ "storylines": {
805
+ "description": "",
806
+ "scenes": [],
807
+ "climax": {
808
+ "description": "",
809
+ "timestamp": null
810
+ }
811
+ },
812
+ "qAndA": [
813
+ {
814
+ "question": "What tool does Kevin use to show his portfolio to the gallery owner at the First Fridays event?",
815
+ "answer": "Kevin uses an iPad to present his portfolio."
816
+ },
817
+ {
818
+ "question": "What is the approximate price of Kevin's smaller framed prints at the exhibition?",
819
+ "answer": "The smaller prints are priced around $800."
820
+ },
821
+ {
822
+ "question": "Where is the ice cave photograph featured in the exhibition located?",
823
+ "answer": "The ice cave photograph is from Iceland."
824
+ },
825
+ {
826
+ "question": "What is the name of the photography project that includes the three black and white images?",
827
+ "answer": "The project is called 'Being Square Seeing Double.'"
828
+ },
829
+ {
830
+ "question": "Why does Kevin believe photography is therapy for him?",
831
+ "answer": "Kevin finds the process of capturing and creating photographs to be a form of personal expression and emotional release."
832
+ }
833
+ ],
834
+ "trimmingSuggestions": [
835
+ {
836
+ "description": "Scene 3: Could be trimmed by reducing some of the detailed framing descriptions. Focus on the curator's process and selection rationale.",
837
+ "timestamps": {
838
+ "start_timestamp": "00:05:58.984",
839
+ "end_timestamp": "00:05:58.984"
840
+ }
841
+ },
842
+ {
843
+ "description": "Scene 4 & 5: Consider shortening the individual descriptions of each photograph, focusing on the most impactful details and their relation to the themes.",
844
+ "timestamps": {
845
+ "start_timestamp": "00:05:58.984",
846
+ "end_timestamp": "00:05:58.984"
847
+ }
848
+ },
849
+ {
850
+ "description": "Scene 7: Could be trimmed by condensing the discussion of commercial connections, emphasizing the key benefits without extensive elaboration.",
851
+ "timestamps": {
852
+ "start_timestamp": "00:05:58.984",
853
+ "end_timestamp": "00:05:58.984"
854
+ }
855
+ }
856
+ ],
857
+ "fps": 23.976023976023978
858
+ },
859
+ "text_to_speech": "[Music] Kevin raver here and I'm in downtown Carmel Indiana for those of you that don't know where Carmel Indiana is it's a little bit north of Indianapolis it's a suburb it's one of the number-one places in America to live right now voted in by a number of different magazines we're on downtown Main Street and it's also known as the Carmel Art District I want to talk to you a little bit about exhibiting your images in a gallery we have a show going right now it's a show for Indianapolis artists and I'm one of them Evan Laurie gallery is a huge facility and one of the top galleries in the country and it's got some remarkable art and it's also one of those prestigious places that if you can have your art shown here it's really good this is my second time I've had a show here the person curating the show and she's a very talented person who named Susan brewer wanted specific pieces so that the show kind of synchronized together if I could say that so she thought some of my ice photographs would be really nice and we went through my portfolio and a lot of my images and we selected an iceberg from Greenland and ice cave from Iceland and the ice wall and kind of an ice cap from the South barred region in the Polar Circle and I made those very large 44 by 50 some-odd inches each of them I print everything on an Epson 9900 and I work with image print which is my print driver it's a rip there's articles on our site about that also as well as some videos and then immediately went and had him framed by a local framer who did a bang-up job for us he worked with me to find the right frames for the big images which was kind of a neutral gray frame about two inches with a tad of green flat color in it rather than the museum black which is sometimes used and they just framed out perfectly we put a mat around them with a little space around the edge of the photographs and I signed each of the prints signatures are very important don't forget sign all your work sign all your work sign all your work because if you go away it's the way the work is only worth something if your signatures on it so you know anything that you keep that you're gonna keep make sure you sign framed or not we used acrylic on the big prints just because the glasses we're going to be way too heavy then we used a special archival glass on the smaller images the three images that are small are about 15 16 inches square with the image inside I'm being around 12 inches and they really look nice they're from a project I did called being square seeing double and one is of a plane in Iceland that you all know the plane that crashed many years ago one is of office building in Toronto which is kind of when you look at it one of those like psychiatry pictures where you know you look at it and you're supposed to say what's it make me think of and the other one is Grand Central Station real fun place to photograph regardless of whether you're doing double exposure or not so those are the three black and whites the color ones we selected we wanted to go all with ice we decided the theme there should be ice so rather than do Southwest or a variety of images I selected an iceberg from the scores very sound workshop that I did and Greenland and it's just a magnificent blue iceberg against sunrise I selected the ice wall from in Salib art with waterfalls coming off at it's backlit you can see the birds in the the water and in the sky it's kind of a reference shot and then I did an ice cave from Iceland and that was shot during one of our winter workshops a year or so ago in Iceland and it's really kind of cool because you're actually underneath the 60-foot thick glacier and it just has this magnificent color and you know water running through it and you can walk all the way back sometimes you know hundreds of feet so anyway those are the images we selected and we price them a lot of the work in here is going for over ten thousand dollars so these large prints will go for over 2,000 frames as they're presented and the smaller ones around 800 bucks I'm having a quite a nice Thursday night opening here it's quite exciting a lot of people coming in and seeing the work and looking at it but the advantage of going to a gallery like this is that the gallery is just not to show the gallery is because the gallery owner has connections all over the world goes to a lot of Art Fair so your work is exposed to a lot of high-end buyers in addition to that there's also a huge connection with the commercial decorators side of things but that's part of the advantage of working with the gallery as they your work is not just the people that walk in and see it it's also the people that they know that see it around the world after the show comes down it'll probably go in their collection and be taken to some art fairs and the gallery owner is already talking to me about doing a whole show which would be quite spectacular but framed and a new method I don't want to go into that method now coz it'd be a whole other project and if it does I think it's going to be it'll really make little the images look stunning and quite excited to maybe share that with you in a future video I'm a photographer and I'm an artist the way I got introduced to this gallery is in Indianapolis and I believe probably in many places around the country there is what's called First Fridays and I went to an exhibit here on a first Friday and it was really nice a lot of good paintings and sculpture but I had asked the owner I said that do you ever thought about putting photography and so I said let me show you a couple of pieces of my work see what you think I just be curious to get some feedback now this is where the iPad comes in handy because I can carry the iPad around and I have a portfolio and I can like wow look at this this this and you know he he picked three or four pieces that he liked and when I walked out of that gallery of that night I actually took those pieces selected him and put his email address in and mailed them to him and said it was really nice talking to you I love the opportunity to sit down with you further and show you more of my photography and talk about how he possibly can work together well it wasn't long thereafter that I was invited to my first show here and it was very successful and we had big five foot by seven foot prints all done with the phase one camera and it was really really good and you know found really well for us I pushed my work I kind of said hey here it is and I followed up and you know made a conscious effort to say you know I want you to see my work and want you to understand what photography is it's so different there's only been two photographers that I know of that have shown your work here and it's privileged to do that and it's kind of honor honored to do that but it's so nice to watch people come in and walk up to your images and look at them and you know just up five feet away and then step a little bit closer and a little bit closer and immerse themselves they look at the details in the shot take your portfolio it could be in a book that be on an iPad whatever you want but take it around and show some people what you do and you know tell them hey have you thought about putting some of this on the wall if you don't want to do gallery do a coffee shop for a restaurant or a barber shop you know any place barber shops are great cuz people got to sit there for a while and you know put your images on the wall behind the mirror and as they're sitting there looking in the mirror to see in your photography think of all the possibilities of ways that you can get your photography out there and you know don't forget to do social media and advertise and push and push and push but I know that's what I do my passion is photography simple as that that's what I like to do is what I do all the time you know photographing and taking that picture is therapy for me but making the print and then watching people enjoy your photography at a show like this puts it all together and you know you kind of sit back and go that's why I do it I hope you've enjoyed this video if you liked it don't forget to hit the subscribe button and there's a little bell down there you can subscribe and be notified when we do new videos and look for some of the other stuff we're doing I'm Kevin Raber and I'll see you on the luminous landscape"
860
+ }
metadata/BtbQ7_il7iQ.json ADDED
@@ -0,0 +1,627 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 259,
4
+ "content_parent_category": "Automotive",
5
+ "content_fine_category": "Driving Tutorials",
6
+ "youtube_title": "Driving in Japan-traffics signs, rules and point system for offences",
7
+ "youtube_description": "Hi everyone! This video talks about Japanese traffic rules/signs and the point system. Also I talk about driving with an international driver's license in Japan.\n\nThis channel will talk about life in Japan. It will also show you how to do things in Japan.\n\n\n\n\n\nBingo 5,\n\nhow to buy a train ticket in Japan,\n\nhow to live in Japan,\n\nhow to play Japanese lottery,\n\nJapan Lotto,\n\nJapan scratch lotto\n\nJapan sightseeing,\n\nJapan travel guide,\n\nJAPAN,\n\nJapanese banking,\n\nJapanese culture,\n\nJapanese daily life,\n\nJapanese driver's license,\n\nJapanese language,\n\nJapanese, \n\nJapanican, \n\nlife in Japan, \n\nliving in Japan,\n\nlottery,\n\ntakarakuji,\n\nthings to do in Japan, \n\nTokyo,\n\nTyphoon in Japan,\n\nvisit Japan, \n\nwinning the lottery in Japan,\n\nwork in Japan,\n\nYOUTUBE,\n\n宝くじ,当たり,",
8
+ "text_to_speech_word_count": 494,
9
+ "youtube_categories": [
10
+ "People & Blogs"
11
+ ],
12
+ "youtube_tags": [
13
+ "Bingo 5",
14
+ "how to buy a train ticket in Japan",
15
+ "how to live in Japan",
16
+ "how to play Japanese lottery",
17
+ "Japan Lotto",
18
+ "Japan travel guide",
19
+ "JAPAN",
20
+ "Japanese culture",
21
+ "Japanese daily life",
22
+ "Japanese driver's license",
23
+ "Japanese language",
24
+ "Japanese",
25
+ "Japanican",
26
+ "life in Japan",
27
+ "living in Japan",
28
+ "lottery",
29
+ "things to do in Japan",
30
+ "Tokyo",
31
+ "Typhoon in Japan",
32
+ "visit Japan",
33
+ "work in Japan",
34
+ "YOUTUBE",
35
+ "宝くじ",
36
+ "当たり",
37
+ "Japanese traffic rules signs point system",
38
+ "international driver's license in Japan"
39
+ ],
40
+ "youtube_channel": "WOW THAT'S JAPAN 2",
41
+ "youtube_view_count": 12794,
42
+ "youtube_comment_count": 21,
43
+ "youtube_like_count": 153,
44
+ "youtube_channel_follower_count": 6940,
45
+ "youtube_upload_date": "20200115",
46
+ "youtube_age_limit": 0,
47
+ "content_metadata": {
48
+ "title": "Know Japanese Traffic Rules/Signs/Point System",
49
+ "description": "In this video, James, a motorcyclist, explains Japanese traffic rules, signs, and the point system to provide valuable information for those planning to drive in Japan.",
50
+ "characterList": [
51
+ {
52
+ "characterId": "1",
53
+ "name": "James",
54
+ "description": "The speaker and motorcyclist in the video. He wears a black helmet, jacket, gloves, and pants, and rides a silver motorcycle with a black seat."
55
+ }
56
+ ],
57
+ "scenes": [
58
+ {
59
+ "sceneId": 1,
60
+ "title": "Introduction",
61
+ "timestamps": {
62
+ "start_timestamp": "00:00:00.000",
63
+ "end_timestamp": "00:00:08.000"
64
+ },
65
+ "cast": [
66
+ "James"
67
+ ],
68
+ "activities": [
69
+ {
70
+ "description": "James introduces himself and the date.",
71
+ "timestamp": {
72
+ "start_timestamp": "00:00:00.000",
73
+ "end_timestamp": "00:00:06.000"
74
+ }
75
+ },
76
+ {
77
+ "description": "James drives a motorcycle on a road.",
78
+ "timestamp": {
79
+ "start_timestamp": "00:00:06.000",
80
+ "end_timestamp": "00:00:08.000"
81
+ }
82
+ }
83
+ ],
84
+ "props": [
85
+ {
86
+ "name": "Motorcycle",
87
+ "timestamp": {
88
+ "start_timestamp": "00:00:06.000",
89
+ "end_timestamp": "00:00:08.000"
90
+ }
91
+ },
92
+ {
93
+ "name": "Road",
94
+ "timestamp": {
95
+ "start_timestamp": "00:00:06.000",
96
+ "end_timestamp": "00:00:08.000"
97
+ }
98
+ },
99
+ {
100
+ "name": "Surrounding scenery (houses, trees, etc.)",
101
+ "timestamp": {
102
+ "start_timestamp": "00:00:06.000",
103
+ "end_timestamp": "00:00:08.000"
104
+ }
105
+ }
106
+ ],
107
+ "videoEditingDetails": [
108
+ {
109
+ "description": "Title card 'Know Japanese traffic rules/signs/point system' overlays the video.",
110
+ "timestamps": {
111
+ "start_timestamp": "00:00:00.000",
112
+ "end_timestamp": "00:00:08.000"
113
+ }
114
+ }
115
+ ],
116
+ "mood": {
117
+ "description": "Content",
118
+ "keyMoments": []
119
+ },
120
+ "narrativeProgression": [
121
+ {
122
+ "description": "James sets the scene by introducing himself and explaining the purpose of the video, which is to explain Japanese traffic rules and signs.",
123
+ "timestamp": "00:00:00.000"
124
+ }
125
+ ],
126
+ "characterInteraction": [],
127
+ "thematicElements": "Introduction to Japanese traffic rules and signs.",
128
+ "contextualRelevance": "",
129
+ "dynamismScore": 0.7,
130
+ "audioVisualCorrelation": 1.0
131
+ },
132
+ {
133
+ "sceneId": 2,
134
+ "title": "International Driver's License in Japan",
135
+ "timestamps": {
136
+ "start_timestamp": "00:00:08.033",
137
+ "end_timestamp": "00:00:41.333"
138
+ },
139
+ "cast": [
140
+ "James"
141
+ ],
142
+ "activities": [
143
+ {
144
+ "description": "James drives a motorcycle on a road.",
145
+ "timestamp": {
146
+ "start_timestamp": "00:00:08.033",
147
+ "end_timestamp": "00:00:41.000"
148
+ }
149
+ },
150
+ {
151
+ "description": "James explains the validity of international driver's licenses in Japan.",
152
+ "timestamp": {
153
+ "start_timestamp": "00:00:19.000",
154
+ "end_timestamp": "00:00:32.000"
155
+ }
156
+ },
157
+ {
158
+ "description": "James explains the necessity of switching to a Japanese driver's license for longer stays.",
159
+ "timestamp": {
160
+ "start_timestamp": "00:00:32.000",
161
+ "end_timestamp": "00:00:41.000"
162
+ }
163
+ }
164
+ ],
165
+ "props": [
166
+ {
167
+ "name": "Motorcycle",
168
+ "timestamp": {
169
+ "start_timestamp": "00:00:08.033",
170
+ "end_timestamp": "00:00:41.000"
171
+ }
172
+ },
173
+ {
174
+ "name": "Road",
175
+ "timestamp": {
176
+ "start_timestamp": "00:00:08.033",
177
+ "end_timestamp": "00:00:41.000"
178
+ }
179
+ },
180
+ {
181
+ "name": "Surrounding scenery (houses, trees, etc.)",
182
+ "timestamp": {
183
+ "start_timestamp": "00:00:08.033",
184
+ "end_timestamp": "00:00:41.000"
185
+ }
186
+ },
187
+ {
188
+ "name": "Traffic signs (maximum speed sign, lane markings)",
189
+ "timestamp": {
190
+ "start_timestamp": "00:00:08.033",
191
+ "end_timestamp": "00:00:41.000"
192
+ }
193
+ }
194
+ ],
195
+ "videoEditingDetails": [],
196
+ "mood": {
197
+ "description": "Indifferent (Informative)",
198
+ "keyMoments": []
199
+ },
200
+ "narrativeProgression": [
201
+ {
202
+ "description": "James provides information about using international driver's licenses in Japan and the requirements for obtaining a Japanese license if staying long-term.",
203
+ "timestamp": "00:00:19.000"
204
+ }
205
+ ],
206
+ "characterInteraction": [],
207
+ "thematicElements": "International driver's license validity, obtaining a Japanese driver's license.",
208
+ "contextualRelevance": "",
209
+ "dynamismScore": 0.7,
210
+ "audioVisualCorrelation": 0.8
211
+ },
212
+ {
213
+ "sceneId": 3,
214
+ "title": "Traffic Signs and Rules",
215
+ "timestamps": {
216
+ "start_timestamp": "00:00:41.367",
217
+ "end_timestamp": "00:02:18.367"
218
+ },
219
+ "cast": [
220
+ "James",
221
+ "Pedestrians"
222
+ ],
223
+ "activities": [
224
+ {
225
+ "description": "James drives a motorcycle on a road, demonstrating various traffic rules and signs.",
226
+ "timestamp": {
227
+ "start_timestamp": "00:00:41.367",
228
+ "end_timestamp": "00:02:18.000"
229
+ }
230
+ },
231
+ {
232
+ "description": "James explains the maximum speed sign.",
233
+ "timestamp": {
234
+ "start_timestamp": "00:00:45.000",
235
+ "end_timestamp": "00:00:55.000"
236
+ }
237
+ },
238
+ {
239
+ "description": "James explains lane markings (dashed and solid lines).",
240
+ "timestamp": {
241
+ "start_timestamp": "00:00:55.000",
242
+ "end_timestamp": "00:01:07.000"
243
+ }
244
+ },
245
+ {
246
+ "description": "James stops at a crosswalk and explains the rules for pedestrians.",
247
+ "timestamp": {
248
+ "start_timestamp": "00:01:07.000",
249
+ "end_timestamp": "00:01:19.000"
250
+ }
251
+ },
252
+ {
253
+ "description": "James points out a no parking sign.",
254
+ "timestamp": {
255
+ "start_timestamp": "00:02:08.000",
256
+ "end_timestamp": "00:02:12.000"
257
+ }
258
+ },
259
+ {
260
+ "description": "James points out a school crossing sign.",
261
+ "timestamp": {
262
+ "start_timestamp": "00:02:17.000",
263
+ "end_timestamp": "00:02:18.367"
264
+ }
265
+ }
266
+ ],
267
+ "props": [
268
+ {
269
+ "name": "Motorcycle",
270
+ "timestamp": {
271
+ "start_timestamp": "00:00:41.367",
272
+ "end_timestamp": "00:02:18.000"
273
+ }
274
+ },
275
+ {
276
+ "name": "Road",
277
+ "timestamp": {
278
+ "start_timestamp": "00:00:41.367",
279
+ "end_timestamp": "00:02:18.000"
280
+ }
281
+ },
282
+ {
283
+ "name": "Surrounding scenery (houses, trees, etc.)",
284
+ "timestamp": {
285
+ "start_timestamp": "00:00:41.367",
286
+ "end_timestamp": "00:02:18.000"
287
+ }
288
+ },
289
+ {
290
+ "name": "Various traffic signs (maximum speed sign, lane markings, no parking sign, school crossing sign, stop sign)",
291
+ "timestamp": {
292
+ "start_timestamp": "00:00:41.367",
293
+ "end_timestamp": "00:02:18.000"
294
+ }
295
+ }
296
+ ],
297
+ "videoEditingDetails": [],
298
+ "mood": {
299
+ "description": "Indifferent (Informative)",
300
+ "keyMoments": []
301
+ },
302
+ "narrativeProgression": [
303
+ {
304
+ "description": "James continues driving and explaining various traffic signs and rules, focusing on speed limits, lane changes, pedestrian safety, parking restrictions, and school crossings.",
305
+ "timestamp": "00:00:41.367"
306
+ }
307
+ ],
308
+ "characterInteraction": [
309
+ {
310
+ "characters": [
311
+ "James",
312
+ "Pedestrians"
313
+ ],
314
+ "description": "James interacts with pedestrians by stopping for them at a crosswalk."
315
+ }
316
+ ],
317
+ "thematicElements": "Traffic sign recognition, obeying traffic rules, pedestrian safety, school crossing awareness.",
318
+ "contextualRelevance": "",
319
+ "dynamismScore": 0.8,
320
+ "audioVisualCorrelation": 0.9
321
+ },
322
+ {
323
+ "sceneId": 4,
324
+ "title": "Stop Sign and Bicycle Lane",
325
+ "timestamps": {
326
+ "start_timestamp": "00:02:18.400",
327
+ "end_timestamp": "00:02:45.333"
328
+ },
329
+ "cast": [
330
+ "James"
331
+ ],
332
+ "activities": [
333
+ {
334
+ "description": "James drives a motorcycle on a road.",
335
+ "timestamp": {
336
+ "start_timestamp": "00:02:18.400",
337
+ "end_timestamp": "00:02:45.000"
338
+ }
339
+ },
340
+ {
341
+ "description": "James explains the meaning of an upside-down red triangle as a stop sign.",
342
+ "timestamp": {
343
+ "start_timestamp": "00:02:33.000",
344
+ "end_timestamp": "00:02:41.000"
345
+ }
346
+ },
347
+ {
348
+ "description": "James points out a sign indicating a bicycle lane.",
349
+ "timestamp": {
350
+ "start_timestamp": "00:02:41.000",
351
+ "end_timestamp": "00:02:45.000"
352
+ }
353
+ }
354
+ ],
355
+ "props": [
356
+ {
357
+ "name": "Motorcycle",
358
+ "timestamp": {
359
+ "start_timestamp": "00:02:18.400",
360
+ "end_timestamp": "00:02:45.000"
361
+ }
362
+ },
363
+ {
364
+ "name": "Road",
365
+ "timestamp": {
366
+ "start_timestamp": "00:02:18.400",
367
+ "end_timestamp": "00:02:45.000"
368
+ }
369
+ },
370
+ {
371
+ "name": "Surrounding scenery (houses, etc.)",
372
+ "timestamp": {
373
+ "start_timestamp": "00:02:18.400",
374
+ "end_timestamp": "00:02:45.000"
375
+ }
376
+ },
377
+ {
378
+ "name": "Stop sign",
379
+ "timestamp": {
380
+ "start_timestamp": "00:02:33.000",
381
+ "end_timestamp": "00:02:41.000"
382
+ }
383
+ },
384
+ {
385
+ "name": "Bicycle lane sign",
386
+ "timestamp": {
387
+ "start_timestamp": "00:02:41.000",
388
+ "end_timestamp": "00:02:45.000"
389
+ }
390
+ }
391
+ ],
392
+ "videoEditingDetails": [],
393
+ "mood": {
394
+ "description": "Indifferent (Informative)",
395
+ "keyMoments": []
396
+ },
397
+ "narrativeProgression": [
398
+ {
399
+ "description": "James continues explaining traffic signs, focusing on the unique stop sign design in Japan and a sign indicating a bicycle lane.",
400
+ "timestamp": "00:02:33.000"
401
+ }
402
+ ],
403
+ "characterInteraction": [],
404
+ "thematicElements": "Stop sign recognition, recognizing bicycle lanes.",
405
+ "contextualRelevance": "",
406
+ "dynamismScore": 0.6,
407
+ "audioVisualCorrelation": 0.9
408
+ },
409
+ {
410
+ "sceneId": 5,
411
+ "title": "Thick White Line and Point System",
412
+ "timestamps": {
413
+ "start_timestamp": "00:02:45.367",
414
+ "end_timestamp": "00:04:18.433"
415
+ },
416
+ "cast": [
417
+ "James"
418
+ ],
419
+ "activities": [
420
+ {
421
+ "description": "James drives a motorcycle on a road.",
422
+ "timestamp": {
423
+ "start_timestamp": "00:02:45.367",
424
+ "end_timestamp": "00:04:18.000"
425
+ }
426
+ },
427
+ {
428
+ "description": "James explains the meaning of a thick white line on the road, indicating a full stop.",
429
+ "timestamp": {
430
+ "start_timestamp": "00:02:45.367",
431
+ "end_timestamp": "00:02:55.000"
432
+ }
433
+ },
434
+ {
435
+ "description": "James briefly discusses the Japanese point system for traffic violations.",
436
+ "timestamp": {
437
+ "start_timestamp": "00:03:40.000",
438
+ "end_timestamp": "00:04:13.000"
439
+ }
440
+ }
441
+ ],
442
+ "props": [
443
+ {
444
+ "name": "Motorcycle",
445
+ "timestamp": {
446
+ "start_timestamp": "00:02:45.367",
447
+ "end_timestamp": "00:04:18.000"
448
+ }
449
+ },
450
+ {
451
+ "name": "Road",
452
+ "timestamp": {
453
+ "start_timestamp": "00:02:45.367",
454
+ "end_timestamp": "00:04:18.000"
455
+ }
456
+ },
457
+ {
458
+ "name": "Surrounding scenery (houses, buildings, etc.)",
459
+ "timestamp": {
460
+ "start_timestamp": "00:02:45.367",
461
+ "end_timestamp": "00:04:18.000"
462
+ }
463
+ },
464
+ {
465
+ "name": "Thick white line marking",
466
+ "timestamp": {
467
+ "start_timestamp": "00:02:45.367",
468
+ "end_timestamp": "00:02:55.000"
469
+ }
470
+ },
471
+ {
472
+ "name": "Speed limit sign (partially obscured)",
473
+ "timestamp": {
474
+ "start_timestamp": "00:02:45.367",
475
+ "end_timestamp": "00:04:18.000"
476
+ }
477
+ }
478
+ ],
479
+ "videoEditingDetails": [
480
+ {
481
+ "description": "Text outlining the Japanese point system and its consequences overlays the video.",
482
+ "timestamps": {
483
+ "start_timestamp": "00:03:51.000",
484
+ "end_timestamp": "00:04:13.000"
485
+ }
486
+ }
487
+ ],
488
+ "mood": {
489
+ "description": "Indifferent (Informative)",
490
+ "keyMoments": []
491
+ },
492
+ "narrativeProgression": [
493
+ {
494
+ "description": "James explains another road marking and then transitions to a brief overview of Japan's point system for driving violations, detailing point ranges and their corresponding penalties.",
495
+ "timestamp": "00:02:45.367"
496
+ }
497
+ ],
498
+ "characterInteraction": [],
499
+ "thematicElements": "Road marking recognition, consequences of traffic violations, Japan's point system.",
500
+ "contextualRelevance": "",
501
+ "dynamismScore": 0.6,
502
+ "audioVisualCorrelation": 0.7
503
+ },
504
+ {
505
+ "sceneId": 6,
506
+ "title": "Outro",
507
+ "timestamps": {
508
+ "start_timestamp": "00:04:18.467",
509
+ "end_timestamp": "00:04:18.433"
510
+ },
511
+ "cast": [
512
+ "James"
513
+ ],
514
+ "activities": [
515
+ {
516
+ "description": "James drives a motorcycle on a road.",
517
+ "timestamp": {
518
+ "start_timestamp": "00:04:18.467",
519
+ "end_timestamp": "00:04:18.467"
520
+ }
521
+ },
522
+ {
523
+ "description": "James ends the video.",
524
+ "timestamp": {
525
+ "start_timestamp": "00:04:18.467",
526
+ "end_timestamp": "00:04:18.467"
527
+ }
528
+ }
529
+ ],
530
+ "props": [
531
+ {
532
+ "name": "Motorcycle",
533
+ "timestamp": {
534
+ "start_timestamp": "00:04:18.467",
535
+ "end_timestamp": "00:04:18.467"
536
+ }
537
+ },
538
+ {
539
+ "name": "Road",
540
+ "timestamp": {
541
+ "start_timestamp": "00:04:18.467",
542
+ "end_timestamp": "00:04:18.467"
543
+ }
544
+ },
545
+ {
546
+ "name": "Surrounding scenery (buildings, etc.)",
547
+ "timestamp": {
548
+ "start_timestamp": "00:04:18.467",
549
+ "end_timestamp": "00:04:18.467"
550
+ }
551
+ }
552
+ ],
553
+ "videoEditingDetails": [],
554
+ "mood": {
555
+ "description": "Content",
556
+ "keyMoments": []
557
+ },
558
+ "narrativeProgression": [
559
+ {
560
+ "description": "James concludes the video.",
561
+ "timestamp": "00:04:18.467"
562
+ }
563
+ ],
564
+ "characterInteraction": [],
565
+ "thematicElements": "",
566
+ "contextualRelevance": "",
567
+ "dynamismScore": 0.5,
568
+ "audioVisualCorrelation": 0.0
569
+ }
570
+ ],
571
+ "storylines": {
572
+ "description": "Explaining Japanese traffic signs and rules through a motorcycle journey.",
573
+ "scenes": [
574
+ 1,
575
+ 2,
576
+ 3,
577
+ 4,
578
+ 5,
579
+ 6
580
+ ],
581
+ "climax": {
582
+ "description": "The explanation of the Japanese point system, detailing point ranges and their corresponding penalties.",
583
+ "timestamp": "00:03:40.000"
584
+ }
585
+ },
586
+ "qAndA": [
587
+ {
588
+ "question": "What is the color and shape of a Japanese stop sign?",
589
+ "answer": "It is a red upside-down triangle. (2:33-2:41)"
590
+ },
591
+ {
592
+ "question": "What does a thick white line on the road signify?",
593
+ "answer": "It means you must make a full stop before proceeding with caution. (2:45-2:55)"
594
+ },
595
+ {
596
+ "question": "What does it mean if a road marking is a dashed line?",
597
+ "answer": "It means you are allowed to change lanes in that section. (0:55-1:07)"
598
+ },
599
+ {
600
+ "question": "How long can you drive in Japan with an international driver's license?",
601
+ "answer": "You can drive for one year from the date of your landing permit or the date of issue on the license, whichever comes first. (0:19-0:32)"
602
+ },
603
+ {
604
+ "question": "What is the general mood of the video?",
605
+ "answer": "The mood is largely informative and neutral. James delivers information about Japanese traffic laws in a straightforward manner."
606
+ }
607
+ ],
608
+ "trimmingSuggestions": [
609
+ {
610
+ "description": "The segment where James talks about the necessity of switching to a Japanese driver's license could be shortened.",
611
+ "timestamps": {
612
+ "start_timestamp": "00:04:18.467",
613
+ "end_timestamp": "00:04:18.467"
614
+ }
615
+ },
616
+ {
617
+ "description": "The detailed breakdown of points for revocation (3+ years) might be condensed.",
618
+ "timestamps": {
619
+ "start_timestamp": "00:04:18.467",
620
+ "end_timestamp": "00:04:18.467"
621
+ }
622
+ }
623
+ ],
624
+ "fps": 30.0
625
+ },
626
+ "text_to_speech": "hi everyone it's james in japan it is wednesday january 15th 2020 ray2 i'm off to starbucks for some coffee and i think today's video is about traffic signs and their meanings and i might talk a little bit about the point system for traffic violations if you come to japan with an international driver's license you can only drive in japan for one year from the date of your landing permit or one year of the date of issue of the international driver's license whichever is first if you're planning to live in japan for more than 12 months and drive in japan you need to switch over to a japanese driver's license you must change your driver's license status we are approaching a maximum speed sign indicated by that circle japanese speed signs are round and white with a red rim around the edge and a blue number dashes on the road allow you to change lanes however if you see a long solid line like this you cannot cross over if a cop sees you you're getting a fine i'm about to cross through this crosswalk but if there are pedestrians on the other side i'm required by law to wait for them to cross no matter how slow they walk if you break that rule you're getting a ticket this is a main road it's fatter so the maximum speed here is 50 kilometers per hour i'm going to turn right and you can see the long solid white lines on the road i have to stay in this lane no switching over to my left a no parking sign the blue sign above is a school crossing sign drivers are required to stop if they see school children wanting to cross failure to do so is a fine to my right is an elementary school an upside down triangle painted in red is a stop sign the writing on the road is tomate which means to stop sign with a bicycle in it means you can cycle here do you see that thick white paint on the road that means you make a full stop here then you can proceed with if caution cop sees you're not doing that you'll get a ticket up ahead there's a speed sign but the trees are blocking it you see let's talk about points japan uses a point system you are given points for various offenses once you have accumulated a number of points your license will be suspended or revoked six to 14 points suspension for one to six months 15 to 24 points revocation for one year 25 to 34 points revocation for two years 35 to 44 points revocation for three years 44 points plus revocation for five years this is for drivers who haven't had their license suspended in the last three years well that's it for this video guys thanks for watching have a good day bye"
627
+ }
metadata/CMA8BJCjlUA.json ADDED
@@ -0,0 +1,903 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 589,
4
+ "content_parent_category": "Education",
5
+ "content_fine_category": "Entrepreneurship",
6
+ "youtube_title": "This Is How I Make Extra Money During The Holidays (Easy $100+/Day)",
7
+ "youtube_description": "This is the time of year when smart entrepreneurs can make a killing finding sought after walmart items- in this video, I go through what a standard retail arbitrage trip looks like and how I decide what I will sell on eBay/Amazon. For amazon, I am mostly using Amazon FBA. \n\nEmail Newsletter: http://eepurl.com/gvcAsn\nFacebook page: https://www.facebook.com/WBKUltra \nentrepreneur facebook group https://www.facebook.com/groups/WBKUltraGroup/\nhttp://WBKUltra.com\n\n$250 signup bonus for Payability\nhttps://go.payability.com/WBK\n\n\nITEMS I USE\nPolybags: https://amzn.to/2ITd2vF\nGoPro: https://amzn.to/2IpxUMf\nMagnet Fishing Magnet: https://amzn.to/2IWk2Ij\nRODE Iphone Mic: https://amzn.to/2L0eqPY\nYeti Mic: https://amzn.to/31QMVOO\nTape: https://amzn.to/2WMuVkF\nScotty Peelers: https://amzn.to/2FiHP3X\nGoo Gone: https://amzn.to/2INhnAA\nHeat Gun: https://amzn.to/2XpY3CE\nBubble Wrap Sheets: https://amzn.to/31FZpZt\nBuy regular bubble wrap at Lowe's or Home Depot\n\n\n\nThis post contains affiliate links.",
8
+ "text_to_speech_word_count": 1872,
9
+ "youtube_categories": [
10
+ "Howto & Style"
11
+ ],
12
+ "youtube_tags": [
13
+ "wbk",
14
+ "walter blake knoblock",
15
+ "walmart",
16
+ "retail arbitrage",
17
+ "make $10000 a per month",
18
+ "make money",
19
+ "reselling walmart",
20
+ "reselling candy",
21
+ "amazon fba walmart",
22
+ "amazon fba",
23
+ "amazon fba grocery",
24
+ "clearance haul",
25
+ "clearance hunter",
26
+ "grinch kisses",
27
+ "hershey kisses",
28
+ "cella's",
29
+ "chocolate cherries",
30
+ "clearance resale",
31
+ "secret clearance"
32
+ ],
33
+ "youtube_channel": "Walter Blake Knoblock",
34
+ "youtube_view_count": 12591,
35
+ "youtube_comment_count": 115,
36
+ "youtube_like_count": 887,
37
+ "youtube_channel_follower_count": 115000,
38
+ "youtube_upload_date": "20211105",
39
+ "youtube_age_limit": 0,
40
+ "content_metadata": {
41
+ "title": "Walmart Retail Arbitrage for December Profits",
42
+ "description": "Blake shares strategies for making extra money through retail arbitrage by buying items at Walmart and reselling them on eBay and Amazon.",
43
+ "characterList": [
44
+ {
45
+ "characterId": "1",
46
+ "name": "Blake",
47
+ "description": "A man with short brown hair and a beard, wearing a grey Patagonia zip-up fleece over a red shirt, positioned in a room with a green screen and microphone."
48
+ }
49
+ ],
50
+ "scenes": [
51
+ {
52
+ "sceneId": 1,
53
+ "title": "Introduction to Retail Arbitrage",
54
+ "timestamps": {
55
+ "start_timestamp": "00:00:00.000",
56
+ "end_timestamp": "00:00:44.000"
57
+ },
58
+ "cast": [
59
+ "Blake"
60
+ ],
61
+ "activities": [
62
+ {
63
+ "description": "Blake introduces himself and his main goal of helping viewers make extra money.",
64
+ "timestamp": {
65
+ "start_timestamp": "00:00:00.000",
66
+ "end_timestamp": "00:00:08.000"
67
+ }
68
+ },
69
+ {
70
+ "description": "He explains his method of buying items at Walmart and reselling them online via eBay and Amazon, highlighting the concept of retail arbitrage.",
71
+ "timestamp": {
72
+ "start_timestamp": "00:00:08.000",
73
+ "end_timestamp": "00:00:26.000"
74
+ }
75
+ },
76
+ {
77
+ "description": "He shares his earnings from the previous year and projections for December.",
78
+ "timestamp": {
79
+ "start_timestamp": "00:00:26.000",
80
+ "end_timestamp": "00:00:34.000"
81
+ }
82
+ },
83
+ {
84
+ "description": "He encourages viewers to subscribe, comment, and like the video.",
85
+ "timestamp": {
86
+ "start_timestamp": "00:00:34.000",
87
+ "end_timestamp": "00:00:44.000"
88
+ }
89
+ }
90
+ ],
91
+ "props": [
92
+ {
93
+ "name": "Microphone",
94
+ "timestamp": {
95
+ "start_timestamp": "00:00:00.000",
96
+ "end_timestamp": "00:00:44.000"
97
+ }
98
+ },
99
+ {
100
+ "name": "Green screen",
101
+ "timestamp": {
102
+ "start_timestamp": "00:00:00.000",
103
+ "end_timestamp": "00:00:44.000"
104
+ }
105
+ }
106
+ ],
107
+ "videoEditingDetails": [
108
+ {
109
+ "description": "Text overlay explaining 'Retail arbitrage'.",
110
+ "timestamps": {
111
+ "start_timestamp": "00:00:22.000",
112
+ "end_timestamp": "00:00:24.000"
113
+ }
114
+ }
115
+ ],
116
+ "mood": {
117
+ "description": "Excited",
118
+ "keyMoments": []
119
+ },
120
+ "narrativeProgression": [
121
+ {
122
+ "description": "Introduces the topic and goal of the video - retail arbitrage and making extra money.",
123
+ "timestamp": "00:00:00.000"
124
+ }
125
+ ],
126
+ "characterInteraction": [
127
+ {
128
+ "characters": [
129
+ "Blake"
130
+ ],
131
+ "description": "Blake directly addresses the viewers, inviting them to participate in the video."
132
+ }
133
+ ],
134
+ "thematicElements": "Retail arbitrage, making extra money, online selling",
135
+ "contextualRelevance": "Introduction to the concept of retail arbitrage.",
136
+ "dynamismScore": 0.7,
137
+ "audioVisualCorrelation": 1.0
138
+ },
139
+ {
140
+ "sceneId": 2,
141
+ "title": "Exploring Sports Cards at Walmart",
142
+ "timestamps": {
143
+ "start_timestamp": "00:00:44.033",
144
+ "end_timestamp": "00:01:21.667"
145
+ },
146
+ "cast": [
147
+ "Blake"
148
+ ],
149
+ "activities": [
150
+ {
151
+ "description": "Blake looks for sports cards at Walmart, noting their potential for profit.",
152
+ "timestamp": {
153
+ "start_timestamp": "00:00:44.033",
154
+ "end_timestamp": "00:00:49.000"
155
+ }
156
+ },
157
+ {
158
+ "description": "He finds NBA Chronicles Mega boxes and blaster boxes but decides against buying them due to current market trends.",
159
+ "timestamp": {
160
+ "start_timestamp": "00:00:49.000",
161
+ "end_timestamp": "00:01:21.000"
162
+ }
163
+ }
164
+ ],
165
+ "props": [
166
+ {
167
+ "name": "NBA Chronicles Mega boxes and blaster boxes",
168
+ "timestamp": {
169
+ "start_timestamp": "00:00:44.033",
170
+ "end_timestamp": "00:01:21.000"
171
+ }
172
+ },
173
+ {
174
+ "name": "Shopping cart",
175
+ "timestamp": {
176
+ "start_timestamp": "00:00:44.033",
177
+ "end_timestamp": "00:01:21.000"
178
+ }
179
+ }
180
+ ],
181
+ "videoEditingDetails": [
182
+ {
183
+ "description": "POV footage from inside a Walmart store, showcasing Blake searching for products.",
184
+ "timestamps": {
185
+ "start_timestamp": "00:00:44.033",
186
+ "end_timestamp": "00:01:21.000"
187
+ }
188
+ }
189
+ ],
190
+ "mood": {
191
+ "description": "Curious",
192
+ "keyMoments": []
193
+ },
194
+ "narrativeProgression": [
195
+ {
196
+ "description": "Focuses on specific product category - Sports cards.",
197
+ "timestamp": "00:00:44.033"
198
+ }
199
+ ],
200
+ "characterInteraction": [
201
+ {
202
+ "characters": [
203
+ "Blake"
204
+ ],
205
+ "description": "Blake talks to the viewers, explaining his thought process and decisions."
206
+ }
207
+ ],
208
+ "thematicElements": "Retail arbitrage, market trends, profitability",
209
+ "contextualRelevance": "Exploration of potential sports card deals.",
210
+ "dynamismScore": 0.6,
211
+ "audioVisualCorrelation": 0.8
212
+ },
213
+ {
214
+ "sceneId": 3,
215
+ "title": "Discovering 'Secret Clearance' in Video Games",
216
+ "timestamps": {
217
+ "start_timestamp": "00:01:21.700",
218
+ "end_timestamp": "00:02:06.533"
219
+ },
220
+ "cast": [
221
+ "Blake"
222
+ ],
223
+ "activities": [
224
+ {
225
+ "description": "Blake scans video games and other collectibles in the clearance section.",
226
+ "timestamp": {
227
+ "start_timestamp": "00:01:21.700",
228
+ "end_timestamp": "00:01:29.000"
229
+ }
230
+ },
231
+ {
232
+ "description": "He explains the concept of 'secret clearance' and demonstrates how to use the Walmart app to find hidden discounts.",
233
+ "timestamp": {
234
+ "start_timestamp": "00:01:29.000",
235
+ "end_timestamp": "00:01:57.000"
236
+ }
237
+ },
238
+ {
239
+ "description": "He finds a video game priced lower than the sticker price and decides to purchase six copies for resale.",
240
+ "timestamp": {
241
+ "start_timestamp": "00:01:57.000",
242
+ "end_timestamp": "00:02:06.000"
243
+ }
244
+ }
245
+ ],
246
+ "props": [
247
+ {
248
+ "name": "Video games",
249
+ "timestamp": {
250
+ "start_timestamp": "00:01:21.700",
251
+ "end_timestamp": "00:02:06.000"
252
+ }
253
+ },
254
+ {
255
+ "name": "Smartphone with the Walmart app",
256
+ "timestamp": {
257
+ "start_timestamp": "00:01:29.000",
258
+ "end_timestamp": "00:02:06.000"
259
+ }
260
+ }
261
+ ],
262
+ "videoEditingDetails": [
263
+ {
264
+ "description": "Close-up shots of Blake scanning barcodes with his smartphone.\nScreen recording of the Walmart app showing the 'secret clearance' price.",
265
+ "timestamps": {
266
+ "start_timestamp": "00:01:29.000",
267
+ "end_timestamp": "00:02:06.000"
268
+ }
269
+ }
270
+ ],
271
+ "mood": {
272
+ "description": "Excited, Curious",
273
+ "keyMoments": []
274
+ },
275
+ "narrativeProgression": [
276
+ {
277
+ "description": "Demonstrates a technique for finding profitable deals - 'secret clearance'.",
278
+ "timestamp": "00:01:21.700"
279
+ }
280
+ ],
281
+ "characterInteraction": [
282
+ {
283
+ "characters": [
284
+ "Blake"
285
+ ],
286
+ "description": "Blake guides viewers through the process of using the Walmart app."
287
+ }
288
+ ],
289
+ "thematicElements": "Retail arbitrage, 'secret clearance,' Walmart app, online reselling",
290
+ "contextualRelevance": "Techniques for identifying hidden discounts in clearance items.",
291
+ "dynamismScore": 0.8,
292
+ "audioVisualCorrelation": 1.0
293
+ },
294
+ {
295
+ "sceneId": 4,
296
+ "title": "Exploring Toy Aisles for Hot Wheels",
297
+ "timestamps": {
298
+ "start_timestamp": "00:02:06.567",
299
+ "end_timestamp": "00:02:43.833"
300
+ },
301
+ "cast": [
302
+ "Blake"
303
+ ],
304
+ "activities": [
305
+ {
306
+ "description": "Blake explores the toy aisle, highlighting the potential for reselling toys, particularly Hot Wheels cars.",
307
+ "timestamp": {
308
+ "start_timestamp": "00:02:06.567",
309
+ "end_timestamp": "00:02:13.000"
310
+ }
311
+ },
312
+ {
313
+ "description": "He looks for specific Hot Wheels models like the Cybertruck, but finds none.",
314
+ "timestamp": {
315
+ "start_timestamp": "00:02:13.000",
316
+ "end_timestamp": "00:02:19.000"
317
+ }
318
+ },
319
+ {
320
+ "description": "He finds a Wario Hot Wheels Mario Kart toy with a glider that sells for a decent profit and decides to purchase it.",
321
+ "timestamp": {
322
+ "start_timestamp": "00:02:19.000",
323
+ "end_timestamp": "00:02:43.000"
324
+ }
325
+ }
326
+ ],
327
+ "props": [
328
+ {
329
+ "name": "Hot Wheels cars (various models)",
330
+ "timestamp": {
331
+ "start_timestamp": "00:02:06.567",
332
+ "end_timestamp": "00:02:43.000"
333
+ }
334
+ },
335
+ {
336
+ "name": "Wario Hot Wheels Mario Kart toy with glider",
337
+ "timestamp": {
338
+ "start_timestamp": "00:02:19.000",
339
+ "end_timestamp": "00:02:43.000"
340
+ }
341
+ },
342
+ {
343
+ "name": "Shopping cart",
344
+ "timestamp": {
345
+ "start_timestamp": "00:02:06.567",
346
+ "end_timestamp": "00:02:43.000"
347
+ }
348
+ }
349
+ ],
350
+ "videoEditingDetails": [
351
+ {
352
+ "description": "POV footage of Blake browsing the toy aisle.\nClose-up shots of specific Hot Wheels models.\nScreen recording showing eBay listings and prices for Wario Hot Wheels Mario Kart toys.",
353
+ "timestamps": {
354
+ "start_timestamp": "00:02:06.567",
355
+ "end_timestamp": "00:02:43.000"
356
+ }
357
+ }
358
+ ],
359
+ "mood": {
360
+ "description": "Curious, Excited",
361
+ "keyMoments": []
362
+ },
363
+ "narrativeProgression": [
364
+ {
365
+ "description": "Introduces another product category - Toys, specifically Hot Wheels cars.",
366
+ "timestamp": "00:02:06.567"
367
+ }
368
+ ],
369
+ "characterInteraction": [
370
+ {
371
+ "characters": [
372
+ "Blake"
373
+ ],
374
+ "description": "Blake continues to explain his reasoning and strategies to viewers."
375
+ }
376
+ ],
377
+ "thematicElements": "Retail arbitrage, Hot Wheels collectibles, eBay listings, profit potential",
378
+ "contextualRelevance": "Exploration of potential toy deals focusing on Hot Wheels.",
379
+ "dynamismScore": 0.7,
380
+ "audioVisualCorrelation": 0.9
381
+ },
382
+ {
383
+ "sceneId": 5,
384
+ "title": "Searching for Profitable DVDs",
385
+ "timestamps": {
386
+ "start_timestamp": "00:02:43.867",
387
+ "end_timestamp": "00:03:13.800"
388
+ },
389
+ "cast": [
390
+ "Blake"
391
+ ],
392
+ "activities": [
393
+ {
394
+ "description": "Blake shares a tip about finding older DVDs in Walmart's DVD bins.",
395
+ "timestamp": {
396
+ "start_timestamp": "00:02:43.867",
397
+ "end_timestamp": "00:02:59.000"
398
+ }
399
+ },
400
+ {
401
+ "description": "He explains that older DVD releases often have higher profit margins due to lower competition and limited supply.",
402
+ "timestamp": {
403
+ "start_timestamp": "00:02:59.000",
404
+ "end_timestamp": "00:03:13.000"
405
+ }
406
+ }
407
+ ],
408
+ "props": [
409
+ {
410
+ "name": "DVDs in bins",
411
+ "timestamp": {
412
+ "start_timestamp": "00:02:43.867",
413
+ "end_timestamp": "00:03:13.000"
414
+ }
415
+ },
416
+ {
417
+ "name": "Shopping cart",
418
+ "timestamp": {
419
+ "start_timestamp": "00:02:43.867",
420
+ "end_timestamp": "00:03:13.000"
421
+ }
422
+ }
423
+ ],
424
+ "videoEditingDetails": [
425
+ {
426
+ "description": "POV footage of Blake digging through DVD bins.\nClose-up shots of specific DVDs and their release dates.",
427
+ "timestamps": {
428
+ "start_timestamp": "00:02:43.867",
429
+ "end_timestamp": "00:03:13.000"
430
+ }
431
+ }
432
+ ],
433
+ "mood": {
434
+ "description": "Curious",
435
+ "keyMoments": []
436
+ },
437
+ "narrativeProgression": [
438
+ {
439
+ "description": "Provides a specific tip for finding profitable DVDs - look for older releases.",
440
+ "timestamp": "00:02:43.867"
441
+ }
442
+ ],
443
+ "characterInteraction": [
444
+ {
445
+ "characters": [
446
+ "Blake"
447
+ ],
448
+ "description": "Blake continues to share his knowledge and strategies with viewers."
449
+ }
450
+ ],
451
+ "thematicElements": "Retail arbitrage, DVD reselling, limited supply, profit margins",
452
+ "contextualRelevance": "Strategic insights into DVD reselling.",
453
+ "dynamismScore": 0.6,
454
+ "audioVisualCorrelation": 0.8
455
+ },
456
+ {
457
+ "sceneId": 6,
458
+ "title": "Exploring Clearance Ink Cartridges",
459
+ "timestamps": {
460
+ "start_timestamp": "00:03:13.833",
461
+ "end_timestamp": "00:03:40.433"
462
+ },
463
+ "cast": [
464
+ "Blake"
465
+ ],
466
+ "activities": [
467
+ {
468
+ "description": "Blake searches for clearance ink cartridges at Walmart.",
469
+ "timestamp": {
470
+ "start_timestamp": "00:03:13.833",
471
+ "end_timestamp": "00:03:24.000"
472
+ }
473
+ },
474
+ {
475
+ "description": "He explains his experience with finding profitable ink deals at different price points and demonstrates how his Walmart clears out ink.",
476
+ "timestamp": {
477
+ "start_timestamp": "00:03:24.000",
478
+ "end_timestamp": "00:03:40.000"
479
+ }
480
+ }
481
+ ],
482
+ "props": [
483
+ {
484
+ "name": "Clearance ink cartridges",
485
+ "timestamp": {
486
+ "start_timestamp": "00:03:13.833",
487
+ "end_timestamp": "00:03:40.000"
488
+ }
489
+ },
490
+ {
491
+ "name": "Shopping cart",
492
+ "timestamp": {
493
+ "start_timestamp": "00:03:13.833",
494
+ "end_timestamp": "00:03:40.000"
495
+ }
496
+ }
497
+ ],
498
+ "videoEditingDetails": [
499
+ {
500
+ "description": "POV footage of Blake browsing the ink cartridge section.\nClose-up shots of specific ink cartridges and their clearance prices.",
501
+ "timestamps": {
502
+ "start_timestamp": "00:03:13.833",
503
+ "end_timestamp": "00:03:40.000"
504
+ }
505
+ }
506
+ ],
507
+ "mood": {
508
+ "description": "Neutral, Curious",
509
+ "keyMoments": []
510
+ },
511
+ "narrativeProgression": [
512
+ {
513
+ "description": "Introduces another product category - Ink cartridges.",
514
+ "timestamp": "00:03:13.833"
515
+ }
516
+ ],
517
+ "characterInteraction": [
518
+ {
519
+ "characters": [
520
+ "Blake"
521
+ ],
522
+ "description": "Blake continues to share his knowledge and observations with viewers."
523
+ }
524
+ ],
525
+ "thematicElements": "Retail arbitrage, clearance prices, ink cartridge reselling",
526
+ "contextualRelevance": "Exploration of ink cartridge deals.",
527
+ "dynamismScore": 0.5,
528
+ "audioVisualCorrelation": 0.7
529
+ },
530
+ {
531
+ "sceneId": 7,
532
+ "title": "Finding Deals on Equate Allergy Relief",
533
+ "timestamps": {
534
+ "start_timestamp": "00:03:40.467",
535
+ "end_timestamp": "00:04:26.200"
536
+ },
537
+ "cast": [
538
+ "Blake"
539
+ ],
540
+ "activities": [
541
+ {
542
+ "description": "Blake discovers a discounted Equate brand allergy relief medication.",
543
+ "timestamp": {
544
+ "start_timestamp": "00:03:40.467",
545
+ "end_timestamp": "00:03:52.000"
546
+ }
547
+ },
548
+ {
549
+ "description": "He explains why Equate products are generally profitable for reselling.",
550
+ "timestamp": {
551
+ "start_timestamp": "00:03:52.000",
552
+ "end_timestamp": "00:03:58.000"
553
+ }
554
+ },
555
+ {
556
+ "description": "He decides to purchase multiple packs due to the low price and favorable expiration date.",
557
+ "timestamp": {
558
+ "start_timestamp": "00:03:58.000",
559
+ "end_timestamp": "00:04:17.000"
560
+ }
561
+ },
562
+ {
563
+ "description": "He emphasizes the simplicity of the process and the potential for earning extra money.",
564
+ "timestamp": {
565
+ "start_timestamp": "00:04:17.000",
566
+ "end_timestamp": "00:04:26.000"
567
+ }
568
+ }
569
+ ],
570
+ "props": [
571
+ {
572
+ "name": "Equate allergy relief medication",
573
+ "timestamp": {
574
+ "start_timestamp": "00:03:40.467",
575
+ "end_timestamp": "00:04:26.000"
576
+ }
577
+ },
578
+ {
579
+ "name": "Smartphone with eBay listings",
580
+ "timestamp": {
581
+ "start_timestamp": "00:03:40.467",
582
+ "end_timestamp": "00:04:26.000"
583
+ }
584
+ }
585
+ ],
586
+ "videoEditingDetails": [
587
+ {
588
+ "description": "Close-up shots of the Equate medication and its discounted price.\nScreen recording of eBay listings showing the selling price for similar products.",
589
+ "timestamps": {
590
+ "start_timestamp": "00:03:40.467",
591
+ "end_timestamp": "00:04:26.000"
592
+ }
593
+ }
594
+ ],
595
+ "mood": {
596
+ "description": "Excited, Practical",
597
+ "keyMoments": []
598
+ },
599
+ "narrativeProgression": [
600
+ {
601
+ "description": "Demonstrates the profitability of reselling private label brands, using Equate as an example.",
602
+ "timestamp": "00:03:40.467"
603
+ }
604
+ ],
605
+ "characterInteraction": [
606
+ {
607
+ "characters": [
608
+ "Blake"
609
+ ],
610
+ "description": "Blake directly addresses viewers, motivating them to try retail arbitrage."
611
+ }
612
+ ],
613
+ "thematicElements": "Retail arbitrage, private label brands, profitability, simplicity",
614
+ "contextualRelevance": "Insights into reselling pharmacy items for profit.",
615
+ "dynamismScore": 0.7,
616
+ "audioVisualCorrelation": 0.9
617
+ },
618
+ {
619
+ "sceneId": 8,
620
+ "title": "Profitability of Seasonal Candy",
621
+ "timestamps": {
622
+ "start_timestamp": "00:04:26.233",
623
+ "end_timestamp": "00:07:14.333"
624
+ },
625
+ "cast": [
626
+ "Blake"
627
+ ],
628
+ "activities": [
629
+ {
630
+ "description": "Blake focuses on the potential of reselling seasonal candy, highlighting Cella's Chocolate Cherries and Queen Anne Cherries.",
631
+ "timestamp": {
632
+ "start_timestamp": "00:04:26.233",
633
+ "end_timestamp": "00:04:41.000"
634
+ }
635
+ },
636
+ {
637
+ "description": "He shares his successful experience with reselling seasonal candy last year, hoping to replicate his earnings.",
638
+ "timestamp": {
639
+ "start_timestamp": "00:04:41.000",
640
+ "end_timestamp": "00:05:00.000"
641
+ }
642
+ },
643
+ {
644
+ "description": "He explains the importance of scanning barcodes to check for different variations and their corresponding ASINs on Amazon.",
645
+ "timestamp": {
646
+ "start_timestamp": "00:05:00.000",
647
+ "end_timestamp": "00:05:19.000"
648
+ }
649
+ },
650
+ {
651
+ "description": "He encourages viewers to spend time scanning holiday candy in their local grocery stores to find profitable opportunities.",
652
+ "timestamp": {
653
+ "start_timestamp": "00:05:19.000",
654
+ "end_timestamp": "00:05:57.000"
655
+ }
656
+ },
657
+ {
658
+ "description": "He focuses on Cella's Dark Chocolate and Grinch Hershey Kisses as particularly profitable items.",
659
+ "timestamp": {
660
+ "start_timestamp": "00:05:57.000",
661
+ "end_timestamp": "00:06:16.000"
662
+ }
663
+ },
664
+ {
665
+ "description": "He acknowledges that not every store will have these items due to limited stock or staggered supply.",
666
+ "timestamp": {
667
+ "start_timestamp": "00:06:16.000",
668
+ "end_timestamp": "00:06:24.000"
669
+ }
670
+ },
671
+ {
672
+ "description": "He shares his insights on the best-selling flavors and strategies for maximizing profits, emphasizing the supply and demand equation.",
673
+ "timestamp": {
674
+ "start_timestamp": "00:06:24.000",
675
+ "end_timestamp": "00:06:58.000"
676
+ }
677
+ },
678
+ {
679
+ "description": "He encourages viewers to focus on items with a sales rank below 40,000 in the grocery category, particularly seasonal products.",
680
+ "timestamp": {
681
+ "start_timestamp": "00:06:58.000",
682
+ "end_timestamp": "00:07:14.333"
683
+ }
684
+ }
685
+ ],
686
+ "props": [
687
+ {
688
+ "name": "Shopping cart full of seasonal candy",
689
+ "timestamp": {
690
+ "start_timestamp": "00:04:26.233",
691
+ "end_timestamp": "00:07:14.333"
692
+ }
693
+ },
694
+ {
695
+ "name": "Smartphone with the Amazon Seller app",
696
+ "timestamp": {
697
+ "start_timestamp": "00:04:26.233",
698
+ "end_timestamp": "00:07:14.333"
699
+ }
700
+ },
701
+ {
702
+ "name": "Cella's Chocolate Cherries",
703
+ "timestamp": {
704
+ "start_timestamp": "00:04:26.233",
705
+ "end_timestamp": "00:07:14.333"
706
+ }
707
+ },
708
+ {
709
+ "name": "Queen Anne Cherries",
710
+ "timestamp": {
711
+ "start_timestamp": "00:04:26.233",
712
+ "end_timestamp": "00:07:14.333"
713
+ }
714
+ },
715
+ {
716
+ "name": "Grinch Hershey Kisses",
717
+ "timestamp": {
718
+ "start_timestamp": "00:04:26.233",
719
+ "end_timestamp": "00:07:14.333"
720
+ }
721
+ }
722
+ ],
723
+ "videoEditingDetails": [
724
+ {
725
+ "description": "POV footage of Blake browsing the candy aisle and filling his shopping cart.\nClose-up shots of specific candy items and their prices.\nScreen recording of the Amazon Seller app showing sales rank and pricing information.",
726
+ "timestamps": {
727
+ "start_timestamp": "00:04:26.233",
728
+ "end_timestamp": "00:07:14.333"
729
+ }
730
+ }
731
+ ],
732
+ "mood": {
733
+ "description": "Excited, Informative",
734
+ "keyMoments": []
735
+ },
736
+ "narrativeProgression": [
737
+ {
738
+ "description": "Reveals the most profitable product category - Seasonal candy.",
739
+ "timestamp": "00:04:26.233"
740
+ }
741
+ ],
742
+ "characterInteraction": [
743
+ {
744
+ "characters": [
745
+ "Blake"
746
+ ],
747
+ "description": "Blake continues to directly address viewers, providing practical advice and guidance."
748
+ }
749
+ ],
750
+ "thematicElements": "Retail arbitrage, seasonal candy, Amazon selling, sales rank, profit margins, supply and demand",
751
+ "contextualRelevance": "Insights into maximizing profits from seasonal candy reselling.",
752
+ "dynamismScore": 0.8,
753
+ "audioVisualCorrelation": 1.0
754
+ },
755
+ {
756
+ "sceneId": 9,
757
+ "title": "Wrapping Up and Call to Action",
758
+ "timestamps": {
759
+ "start_timestamp": "00:07:14.367",
760
+ "end_timestamp": "00:09:48.400"
761
+ },
762
+ "cast": [
763
+ "Blake"
764
+ ],
765
+ "activities": [
766
+ {
767
+ "description": "Blake reiterates the simplicity of the process and encourages viewers to spend time scanning barcodes in their local stores.",
768
+ "timestamp": {
769
+ "start_timestamp": "00:07:15.000",
770
+ "end_timestamp": "00:07:23.000"
771
+ }
772
+ },
773
+ {
774
+ "description": "He advises viewers to check sales rank and focus on items with a good profit margin, avoiding selling at a loss.",
775
+ "timestamp": {
776
+ "start_timestamp": "00:07:23.000",
777
+ "end_timestamp": "00:07:34.000"
778
+ }
779
+ },
780
+ {
781
+ "description": "He wraps up the video with a call to action, encouraging viewers to subscribe, like, and comment.",
782
+ "timestamp": {
783
+ "start_timestamp": "00:07:34.000",
784
+ "end_timestamp": "00:07:40.000"
785
+ }
786
+ }
787
+ ],
788
+ "props": [
789
+ {
790
+ "name": "Microphone",
791
+ "timestamp": {
792
+ "start_timestamp": "00:07:15.000",
793
+ "end_timestamp": "00:09:31.000"
794
+ }
795
+ },
796
+ {
797
+ "name": "Green screen",
798
+ "timestamp": {
799
+ "start_timestamp": "00:07:15.000",
800
+ "end_timestamp": "00:09:31.000"
801
+ }
802
+ }
803
+ ],
804
+ "videoEditingDetails": [
805
+ {
806
+ "description": "The scene cuts back to Blake in front of the green screen.",
807
+ "timestamps": {
808
+ "start_timestamp": "00:07:15.000",
809
+ "end_timestamp": "00:09:31.000"
810
+ }
811
+ }
812
+ ],
813
+ "mood": {
814
+ "description": "Excited, Encouraging",
815
+ "keyMoments": []
816
+ },
817
+ "narrativeProgression": [
818
+ {
819
+ "description": "Summarizes key takeaways and provides final advice for viewers.",
820
+ "timestamp": "00:07:15.000"
821
+ }
822
+ ],
823
+ "characterInteraction": [
824
+ {
825
+ "characters": [
826
+ "Blake"
827
+ ],
828
+ "description": "Blake directly addresses viewers, thanking them for watching and inviting further engagement."
829
+ }
830
+ ],
831
+ "thematicElements": "Retail arbitrage, profit margins, sales rank, simplicity",
832
+ "contextualRelevance": "Conclusion and motivational call to action for viewers.",
833
+ "dynamismScore": 0.7,
834
+ "audioVisualCorrelation": 1.0
835
+ }
836
+ ],
837
+ "storylines": {
838
+ "description": "Blake shares strategies for making extra money through retail arbitrage by buying items at Walmart and reselling them on eBay and Amazon.",
839
+ "scenes": [
840
+ 1,
841
+ 2,
842
+ 3,
843
+ 4,
844
+ 5,
845
+ 6,
846
+ 7,
847
+ 8,
848
+ 9
849
+ ],
850
+ "climax": {
851
+ "description": "Blake reveals the most profitable product category - seasonal candy.",
852
+ "timestamp": "00:04:26.000"
853
+ }
854
+ },
855
+ "qAndA": [
856
+ {
857
+ "question": "What type of Hot Wheels car was Blake looking for but couldn't find?",
858
+ "answer": "The Cybertruck Hot Wheels."
859
+ },
860
+ {
861
+ "question": "Why does Blake recommend buying Equate brand products?",
862
+ "answer": "Because Walmart doesn't sell them directly on eBay or Amazon, creating less competition for resellers."
863
+ },
864
+ {
865
+ "question": "What is the 'secret clearance' Blake refers to, and how does he find it?",
866
+ "answer": "It refers to a pricing discrepancy between the sticker price and the actual price in the Walmart system. He uses the Walmart app to scan barcodes and discover these hidden discounts."
867
+ },
868
+ {
869
+ "question": "Which type of Cella's chocolate does Blake recommend focusing on?",
870
+ "answer": "The dark chocolate variety, as it appears to have less competition and higher profit margins compared to milk chocolate."
871
+ },
872
+ {
873
+ "question": "What is Blake's general rule for determining if a product is worth reselling on Amazon?",
874
+ "answer": "He looks for products with a sales rank below 40,000 in the grocery category, particularly seasonal items with a good profit margin."
875
+ }
876
+ ],
877
+ "trimmingSuggestions": [
878
+ {
879
+ "description": "Trim the intro (Scene 1) to be more concise, focusing on the key information about retail arbitrage and December profit potential.",
880
+ "timestamps": {
881
+ "start_timestamp": null,
882
+ "end_timestamp": null
883
+ }
884
+ },
885
+ {
886
+ "description": "Shorten the segments showcasing products without a clear profit opportunity (e.g., the sports cards Blake decides against buying in Scene 2).",
887
+ "timestamps": {
888
+ "start_timestamp": "00:07:14.367",
889
+ "end_timestamp": "00:07:14.367"
890
+ }
891
+ },
892
+ {
893
+ "description": "Consolidate some of the repetitive explanations about scanning barcodes and checking sales rank across multiple scenes.",
894
+ "timestamps": {
895
+ "start_timestamp": null,
896
+ "end_timestamp": null
897
+ }
898
+ }
899
+ ],
900
+ "fps": 30.0
901
+ },
902
+ "text_to_speech": "howdy it's blake here and if you've watched my videos you know that my main goal is to help you make extra money one of the ways i do this is by buying things at walmart's yes the ubiquitous big box store all around the country and selling those things online i use ebay and amazon this process is called retail arbitrage and if everything goes as good last year with these items we found in the store i should easily make ten thousand dollars profit in december stick around for the video but first please subscribe comment below with what interests you about this whole process and like the video let's go the first thing i'm looking for is sports cards they're easy to sell not so easy to find i did find these nba chronicles mega boxes and blaster boxes they are currently not selling for a profit but if i were to hold these mega boxes for three or four months probably i bet they will hit the 70 or 80 dollar range now uh for my money it's better to buy things to sell tomorrow or in a week and roll that profit over then hold out for this 10 or 15 dollar profit after you take into account shipping and fees so we're gonna leave them on the shelf the next thing i like to do is scan the video games that are in the clearance section or any of the collectibles or dvds or electronics in the clearance section looking for secret clearance what is secret clearance why do they have this well sometimes there is a communication jumble between the sticker price and the actual clearance price so in this case the sticker clearance price is 14.88 but the actual secret clearance price is 8.88 and i find this out by using the walmart app for your download scan the barcode and as you can see right there in the screen that is the actual price that i paid i'll sell this for 30 bucks on amazon using fba and i bet it'll sell uh probably by december 15th reselling toys is a huge way to make some money this year a lot of opportunity so what i'm looking for is the hot wheels cars i'm looking for like the cyber truck hot wheels couldn't find any i go over to the mario kart hot wheels kind of a seasonal holiday type gimmicky gift they've got several variations but the one that i found going for the most money goes for about 15 bucks is the wario hot wheels mario kart toy with like it's got a canopy on top for gliding they're like wings kind of that sells for about 15 bucks i found one of those in store this next one is more like a tip than an actual item i found and that's if you go to the walmart dvd bins uh first of all bring two cards so you can sort them out but second of all look for the older months so this is june 2021 the sticker says that right there that's a few months old this one sells for about 10 bucks profit the newer ones the uh you know the most recent month releases at walmart generally are priced matched by amazon so you can skip those but the older months uh the supplies run out so there's more profit there most walmarts are different with how they clearance ink like printer ink at my walmart they do 15 10 25 20 35 40 and five dollar increments uh i did not find much ink here i could flip these two for 15 dollars i can sell them for about 30 bucks i'm gonna bundle them together that's the only way i could find profit out of all this clearance inc i will check back in a few weeks to see if they've marked down even further but if not it's not really that profitable i've always said that equate brand products that's walmart's own like private label brand are great for amazon and ebay because walmart does not sell directly on either of those platforms this is allergy medicine 25 milligrams 100 tabs normally four bucks discounted in this store only not other stores it was kind of odd to a buck 50 still had a 2023 expiration date so i bought a bunch of these i'll probably sell like four or five four packs a month uh i'll sell them on amazon as well and i'll make about you know between three to five dollars per four pack or like two bucks per single so not like huge roi or huge profit here but still just like easy reliable stuff you can buy uh to make an extra couple hundred bucks a month i should probably say this like right about now in the video i'm not saying buy these items because probably thousands of people are going to watch this video i'm saying this is how simple it is to scan stuff using the ebay app or the amazon seller app which are both free to use you scan things you find them and what you're going to see in the video in a little bit like the next two or three items is once i found like big ticket items not these little you know sell four or five a month make 20 bucks here 20 bucks there like big items that i can sell in scale that's when i go around to all the stores and buy them buy up those items you know all they have in stock basically that's like the method for successful in my opinion retail arbitrage you have your simple bread and butter replenishable items you get a dollar tree or walmart or wherever you go and then occasionally you have these opportunities to make a lot of money you know buying several hundred even a thousand sometimes of a specific item and that's like your boons and your busts more or less hopefully just boons but that's like the the general methodology here okay now we're on to the big stuff and these are the things that actually you can like buy these same things i'm talking about because they're gonna be in such high demand that it's totally uh i don't think the market's going to flood i think the demand will always be more than supply just because of the way things are and i know this because last year i sold all these kinds of items and made thousands and thousands of dollars it was really awesome so i'm hoping if i start earlier i'm starting november first basically i can make more money than that and stockpile you know for the whole month of december basically so what we're looking at is uh cellos chocolate cherries queen anne cherries um these two main things sell really really well but make sure you're scanning the barcode because different configurations like six or five or twelve are going to have different a sins on amazon and i'd say only sell on amazon because uh that's in my experience you get way more sales that way um make sure you have the the right a sins for the right listings uh in regards to like milk chocolate versus dark chocolate versus cherry cola versus vanilla or whatever the weirder flavor is like cherry cola or vanilla or whatever there is those do sell for more but they sell much much more infrequently what i've learned is that dark chocolate sells the best that seems to be in the right like in the cross hairs of kind of being not like a weird flavor but definitely less popular than milk chocolate uh and so we hit that supply and demand x right there and it usually sells you know multiples a day last year i was selling 25 to 50 a day and i didn't have the buy box the whole time i was competing for it still uh they sold really really well the milk chocolate that had so much competition that went down to like 10 cents profit so i'm staying away from those i'm only focusing on cellos dark chocolate and then the grinch hershey kisses so the other flavors of hershey kisses uh specifically sugar cookie which sold really well last year that's currently gated uh and i cannot sell that i don't have a hershey invoice i don't know where to get one i'm not sure what happened but i guess because of last year how many people sold hundreds and hundreds of bags of these uh hershey's saying hey we're gonna we're gonna put the kibosh on that that being said the grinch uh how he stole kisses i think is like the actual name um is not gated so right now a single bag of these that sells for 278 at walmart sells for 10 and 50 cents manual or merchant fulfilled shipping on amazon and the lowest fba price is like 13.90 so there is a huge huge opportunity there i think these grinch kisses they're already at 20 000 sales rank 21 000 and some change i think it's only going to get lower and lower and based on my travels trying to find these and the cellos and walmarts not every store has these they are either limited run or they're being like staggered the supplies being staggered whatever it is it creates an equation for really high profits in the retail arbitrage sector i'd recommend you at least look these up and that's going to be grinch kisses and cellos dark chocolate or queen and cherries dark chocolate there's more all of the seasonal candy does really well last year the spongebob and the mandalorian chocolate hot chocolate balls those were huge just enormous and so i'm just trying to you know give you a heads up go to your local walmart kroger safeway wherever you buy groceries from go to the holiday section and just spend 20 minutes or a half hour scanning every single barcode and seeing okay what can i make if it costs three dollars i can make a three dollar profit on is the sales rank below like twenty thousand is it below forty thousand anything above forty thousand gets into the area where like you're not going to have dozens of sales a day i mean it can always change but just that's like my basic rules of thumb they're not hard and fast guarantees but just like that's what i stick to and i think if you do that below 40 000 in grocery seasonal stuff and you make sure that you are not like selling at a loss basically you're going to see enough volume there where it's probably going to be worth your time thank you for watching comment below with what you think about this and if you're new subscribe like the video and uh i will see you guys later because i love making content that helps you make money have a better life"
903
+ }
metadata/DBn1iy9wQA4.json ADDED
@@ -0,0 +1,752 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 485,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Hiking",
6
+ "youtube_title": "Bay Circuit Trail Duxbury MA: The Lansing Bennett Forest Part 4",
7
+ "youtube_description": "This concludes the Lansing Bennett Forest hike section of the Bay Circuit Trail.\n\nhttp://www.town.duxbury.ma.us/Public_Documents/DuxburyMA_Conservation/ConAreas/Lansing%20Bennett%20brochure%203.pdf\n\nhttp://www.baycircuit.org/Map14.pdf",
8
+ "text_to_speech_word_count": 613,
9
+ "youtube_categories": [
10
+ "Travel & Events"
11
+ ],
12
+ "youtube_tags": [
13
+ "Bay Circuit Trail",
14
+ "Duxbury MA",
15
+ "Lansing Bennett Forest",
16
+ "day hikes"
17
+ ],
18
+ "youtube_channel": "Chris Rich",
19
+ "youtube_view_count": 41,
20
+ "youtube_comment_count": 1,
21
+ "youtube_like_count": 3,
22
+ "youtube_channel_follower_count": 341,
23
+ "youtube_upload_date": "20121004",
24
+ "youtube_age_limit": 0,
25
+ "content_metadata": {
26
+ "title": "Lansing Bennett Forest Hike",
27
+ "description": "A hiking journey through Lansing Bennett Forest with an exploration of nature, discovery of a mystery number, identification of potentially dangerous amanita mushrooms, and reflection on human impact on nature.",
28
+ "characterList": [
29
+ {
30
+ "characterId": "1",
31
+ "name": "Hiker",
32
+ "description": "An older man, wearing a white hat, red backpack, and jeans. He is holding a walking stick and is accompanied by a black dog."
33
+ },
34
+ {
35
+ "characterId": "2",
36
+ "name": "Dog",
37
+ "description": "A medium-sized black dog with shaggy fur."
38
+ }
39
+ ],
40
+ "scenes": [
41
+ {
42
+ "sceneId": 1,
43
+ "title": "Trail Exploration and Mysteries",
44
+ "timestamps": {
45
+ "start_timestamp": "00:00:00.000",
46
+ "end_timestamp": "00:00:58.959"
47
+ },
48
+ "cast": [
49
+ "Hiker",
50
+ "Dog"
51
+ ],
52
+ "activities": [
53
+ {
54
+ "description": "Hiker walks on a trail in the forest.",
55
+ "timestamp": {
56
+ "start_timestamp": "00:00:00.000",
57
+ "end_timestamp": "00:00:03.003"
58
+ }
59
+ },
60
+ {
61
+ "description": "Hiker talks about trail leading to the northern edge trailhead.",
62
+ "timestamp": {
63
+ "start_timestamp": "00:00:10.010",
64
+ "end_timestamp": "00:00:15.015"
65
+ }
66
+ },
67
+ {
68
+ "description": "Hiker walks on the trail, looking down at the ground.",
69
+ "timestamp": {
70
+ "start_timestamp": "00:00:16.016",
71
+ "end_timestamp": "00:00:18.986"
72
+ }
73
+ },
74
+ {
75
+ "description": "Hiker mentions the trail leads to a parking lot.",
76
+ "timestamp": {
77
+ "start_timestamp": "00:00:19.987",
78
+ "end_timestamp": "00:00:24.992"
79
+ }
80
+ },
81
+ {
82
+ "description": "Hiker points out the yellow trail and its intersection with the white trail.",
83
+ "timestamp": {
84
+ "start_timestamp": "00:00:25.993",
85
+ "end_timestamp": "00:00:38.005"
86
+ }
87
+ },
88
+ {
89
+ "description": "Hiker shows the yellow trail heading towards the parking lot.",
90
+ "timestamp": {
91
+ "start_timestamp": "00:00:39.006",
92
+ "end_timestamp": "00:00:44.011"
93
+ }
94
+ },
95
+ {
96
+ "description": "Hiker shows the white trail heading to the Bay Circuit Trailhead.",
97
+ "timestamp": {
98
+ "start_timestamp": "00:00:45.012",
99
+ "end_timestamp": "00:00:50.017"
100
+ }
101
+ },
102
+ {
103
+ "description": "Hiker discovers a 'mystery number' (4) on a tree.",
104
+ "timestamp": {
105
+ "start_timestamp": "00:00:50.984",
106
+ "end_timestamp": "00:00:55.989"
107
+ }
108
+ },
109
+ {
110
+ "description": "Hiker finds a mushroom on the ground.",
111
+ "timestamp": {
112
+ "start_timestamp": "00:00:56.990",
113
+ "end_timestamp": "00:00:56.990"
114
+ }
115
+ }
116
+ ],
117
+ "props": [
118
+ {
119
+ "name": "Walking stick",
120
+ "timestamp": {
121
+ "start_timestamp": "00:00:00.000",
122
+ "end_timestamp": "00:00:56.990"
123
+ }
124
+ },
125
+ {
126
+ "name": "Mystery number on tree",
127
+ "timestamp": {
128
+ "start_timestamp": "00:00:50.984",
129
+ "end_timestamp": "00:00:55.989"
130
+ }
131
+ },
132
+ {
133
+ "name": "Mushroom",
134
+ "timestamp": {
135
+ "start_timestamp": "00:00:56.990",
136
+ "end_timestamp": "00:00:56.990"
137
+ }
138
+ }
139
+ ],
140
+ "videoEditingDetails": [
141
+ {
142
+ "description": "Fade in from black screen with text title and background music.",
143
+ "timestamps": {
144
+ "start_timestamp": "00:00:00.000",
145
+ "end_timestamp": "00:00:07.007"
146
+ }
147
+ },
148
+ {
149
+ "description": "Bright lens flare as the camera points towards the sky, which could be softened for natural look.",
150
+ "timestamps": {
151
+ "start_timestamp": "00:00:29.997",
152
+ "end_timestamp": "00:00:31.999"
153
+ }
154
+ }
155
+ ],
156
+ "mood": {
157
+ "description": "Curious, exploring the forest path with discovery elements.",
158
+ "keyMoments": [
159
+ {
160
+ "timestamp": "00:00:29.997",
161
+ "changeDescription": "Visual shift to bright sky creating awe."
162
+ }
163
+ ]
164
+ },
165
+ "narrativeProgression": [
166
+ {
167
+ "description": "Hiker is exploring different paths and discovering details.",
168
+ "timestamp": "00:00:10.010"
169
+ },
170
+ {
171
+ "description": "Finding 'mystery number' suggests hidden meanings in trail markings.",
172
+ "timestamp": "00:00:50.984"
173
+ },
174
+ {
175
+ "description": "Finding a mushroom adds whimsy highlighting natural beauty.",
176
+ "timestamp": "00:00:56.990"
177
+ }
178
+ ],
179
+ "characterInteraction": [
180
+ {
181
+ "characters": [
182
+ "Hiker",
183
+ "Dog"
184
+ ],
185
+ "description": "Hiker talks to the viewer, sharing trail observations. Dog walks alongside, sniffing."
186
+ }
187
+ ],
188
+ "thematicElements": "Exploration, discovery, nature, mystery.",
189
+ "contextualRelevance": "The 'mystery number' symbolizes unknowns in the forest.",
190
+ "dynamismScore": 0.6,
191
+ "audioVisualCorrelation": 0.8
192
+ },
193
+ {
194
+ "sceneId": 2,
195
+ "title": "Identifying the Amanita Mushroom",
196
+ "timestamps": {
197
+ "start_timestamp": "00:00:58.992",
198
+ "end_timestamp": "00:01:16.043"
199
+ },
200
+ "cast": [
201
+ "Hiker"
202
+ ],
203
+ "activities": [
204
+ {
205
+ "description": "Hiker walks on the trail, commenting on the ash-grey soil.",
206
+ "timestamp": {
207
+ "start_timestamp": "00:00:58.992",
208
+ "end_timestamp": "00:01:09.002"
209
+ }
210
+ },
211
+ {
212
+ "description": "Hiker identifies a mushroom as a possible Amanita.",
213
+ "timestamp": {
214
+ "start_timestamp": "00:01:10.003",
215
+ "end_timestamp": "00:01:15.008"
216
+ }
217
+ }
218
+ ],
219
+ "props": [
220
+ {
221
+ "name": "Mushroom",
222
+ "timestamp": {
223
+ "start_timestamp": "00:01:10.003",
224
+ "end_timestamp": "00:01:15.008"
225
+ }
226
+ }
227
+ ],
228
+ "videoEditingDetails": [],
229
+ "mood": {
230
+ "description": "Curious, informative mood with focus on factual observations.",
231
+ "keyMoments": [
232
+ {
233
+ "timestamp": "00:01:10.003",
234
+ "changeDescription": "Identifying Amanita mushroom introduces caution and potential danger."
235
+ }
236
+ ]
237
+ },
238
+ "narrativeProgression": [
239
+ {
240
+ "description": "Hiker makes observations about the environment and identifies plants.",
241
+ "timestamp": "00:01:10.003"
242
+ }
243
+ ],
244
+ "characterInteraction": [
245
+ {
246
+ "characters": [
247
+ "Hiker"
248
+ ],
249
+ "description": "Hiker talks to the viewer, sharing forest knowledge."
250
+ }
251
+ ],
252
+ "thematicElements": "Nature, knowledge, potential danger.",
253
+ "contextualRelevance": "Potential danger from Amanita emphasizes nature’s power while exploring.",
254
+ "dynamismScore": 0.4,
255
+ "audioVisualCorrelation": 0.9
256
+ },
257
+ {
258
+ "sceneId": 3,
259
+ "title": "Encountering Civilization's Edge",
260
+ "timestamps": {
261
+ "start_timestamp": "00:01:16.076",
262
+ "end_timestamp": "00:02:57.978"
263
+ },
264
+ "cast": [
265
+ "Hiker",
266
+ "Dog"
267
+ ],
268
+ "activities": [
269
+ {
270
+ "description": "Hiker walks on the trail.",
271
+ "timestamp": {
272
+ "start_timestamp": "00:01:17.010",
273
+ "end_timestamp": "00:01:20.013"
274
+ }
275
+ },
276
+ {
277
+ "description": "Hiker points out the well-drained, ash-grey soil.",
278
+ "timestamp": {
279
+ "start_timestamp": "00:01:21.014",
280
+ "end_timestamp": "00:01:53.013"
281
+ }
282
+ },
283
+ {
284
+ "description": "Hiker talks about the increasing noise of motor vehicles.",
285
+ "timestamp": {
286
+ "start_timestamp": "00:01:54.014",
287
+ "end_timestamp": "00:02:05.993"
288
+ }
289
+ },
290
+ {
291
+ "description": "Hiker reaches the trailhead and notes a broken Amanita mushroom.",
292
+ "timestamp": {
293
+ "start_timestamp": "00:02:06.994",
294
+ "end_timestamp": "00:02:17.004"
295
+ }
296
+ },
297
+ {
298
+ "description": "Hiker warns about the deadly poisonous nature of Amanita mushrooms.",
299
+ "timestamp": {
300
+ "start_timestamp": "00:02:18.005",
301
+ "end_timestamp": "00:02:23.010"
302
+ }
303
+ },
304
+ {
305
+ "description": "Hiker continues walking, observing civilization sounds.",
306
+ "timestamp": {
307
+ "start_timestamp": "00:02:24.011",
308
+ "end_timestamp": "00:02:47.000"
309
+ }
310
+ },
311
+ {
312
+ "description": "Hiker comments on civilization encroaching on the forest.",
313
+ "timestamp": {
314
+ "start_timestamp": "00:02:48.001",
315
+ "end_timestamp": "00:02:55.008"
316
+ }
317
+ }
318
+ ],
319
+ "props": [
320
+ {
321
+ "name": "Broken Amanita mushroom.",
322
+ "timestamp": {
323
+ "start_timestamp": "00:02:06.994",
324
+ "end_timestamp": "00:02:17.004"
325
+ }
326
+ }
327
+ ],
328
+ "videoEditingDetails": [],
329
+ "mood": {
330
+ "description": "Pensive, cautious mood reflecting on civilization's encroachment.",
331
+ "keyMoments": [
332
+ {
333
+ "timestamp": "00:01:54.014",
334
+ "changeDescription": "Audio shifts to motor noises, marking tranquility's end."
335
+ },
336
+ {
337
+ "timestamp": "00:02:18.005",
338
+ "changeDescription": "Discussing poisonous mushroom creates momentary danger."
339
+ }
340
+ ]
341
+ },
342
+ "narrativeProgression": [
343
+ {
344
+ "description": "Hiker nears forest edge, hearing civilization, finding mushroom.",
345
+ "timestamp": "00:02:06.994"
346
+ },
347
+ {
348
+ "description": "Civilization's encroachment on forest prompts reflection.",
349
+ "timestamp": "00:02:48.001"
350
+ }
351
+ ],
352
+ "characterInteraction": [
353
+ {
354
+ "characters": [
355
+ "Hiker"
356
+ ],
357
+ "description": "Hiker shares observations and concerns with the viewer."
358
+ }
359
+ ],
360
+ "thematicElements": "Nature, civilization, conflict, preservation, human impact.",
361
+ "contextualRelevance": "Human activities threaten forests; viewers reflect on preservation roles.",
362
+ "dynamismScore": 0.5,
363
+ "audioVisualCorrelation": 0.7
364
+ },
365
+ {
366
+ "sceneId": 4,
367
+ "title": "Reaching the Southern Edge",
368
+ "timestamps": {
369
+ "start_timestamp": "00:02:58.011",
370
+ "end_timestamp": "00:04:51.224"
371
+ },
372
+ "cast": [
373
+ "Hiker",
374
+ "Dog"
375
+ ],
376
+ "activities": [
377
+ {
378
+ "description": "Hiker walks uphill, noting trail doesn't turn to mud.",
379
+ "timestamp": {
380
+ "start_timestamp": "00:02:58.011",
381
+ "end_timestamp": "00:03:14.995"
382
+ }
383
+ },
384
+ {
385
+ "description": "Hiker reaches the southern edge trailhead.",
386
+ "timestamp": {
387
+ "start_timestamp": "00:03:15.996",
388
+ "end_timestamp": "00:03:44.991"
389
+ }
390
+ },
391
+ {
392
+ "description": "Hiker shows a thick steel cable laced through a tree.",
393
+ "timestamp": {
394
+ "start_timestamp": "00:03:45.992",
395
+ "end_timestamp": "00:03:49.996"
396
+ }
397
+ },
398
+ {
399
+ "description": "Hiker jokes about the cable's purpose.",
400
+ "timestamp": {
401
+ "start_timestamp": "00:03:50.997",
402
+ "end_timestamp": "00:04:00.006"
403
+ }
404
+ }
405
+ ],
406
+ "props": [
407
+ {
408
+ "name": "Steel cable",
409
+ "timestamp": {
410
+ "start_timestamp": "00:03:45.992",
411
+ "end_timestamp": "00:03:49.996"
412
+ }
413
+ },
414
+ {
415
+ "name": "Split rail fence",
416
+ "timestamp": {
417
+ "start_timestamp": "00:03:50.997",
418
+ "end_timestamp": "00:04:00.006"
419
+ }
420
+ }
421
+ ],
422
+ "videoEditingDetails": [],
423
+ "mood": {
424
+ "description": "Content, humorous mood with lighthearted commentary and trailhead arrival.",
425
+ "keyMoments": [
426
+ {
427
+ "timestamp": "00:03:50.997",
428
+ "changeDescription": "Humor about the steel cable adds lightheartedness."
429
+ }
430
+ ]
431
+ },
432
+ "narrativeProgression": [
433
+ {
434
+ "description": "Hiker concludes journey at southern edge trailhead.",
435
+ "timestamp": "00:03:15.996"
436
+ },
437
+ {
438
+ "description": "Cable signifies deliberate forest protection efforts.",
439
+ "timestamp": "00:03:45.992"
440
+ }
441
+ ],
442
+ "characterInteraction": [
443
+ {
444
+ "characters": [
445
+ "Hiker"
446
+ ],
447
+ "description": "Hiker showcases trailhead and humorously discusses its features."
448
+ }
449
+ ],
450
+ "thematicElements": "Nature, conservation, humor, human intervention.",
451
+ "contextualRelevance": "Balance between recreation and conservation highlighted.",
452
+ "dynamismScore": 0.6,
453
+ "audioVisualCorrelation": 0.9
454
+ },
455
+ {
456
+ "sceneId": 5,
457
+ "title": "Arriving at the Parking Lot",
458
+ "timestamps": {
459
+ "start_timestamp": "00:04:51.258",
460
+ "end_timestamp": "00:06:49.976"
461
+ },
462
+ "cast": [
463
+ "Hiker",
464
+ "Dog"
465
+ ],
466
+ "activities": [
467
+ {
468
+ "description": "Hiker walks towards the parking lot, passing a sign for the blue trail.",
469
+ "timestamp": {
470
+ "start_timestamp": "00:04:51.258",
471
+ "end_timestamp": "00:04:54.995"
472
+ }
473
+ },
474
+ {
475
+ "description": "Hiker points out an old wooden sign indicating the white trail.",
476
+ "timestamp": {
477
+ "start_timestamp": "00:04:55.996",
478
+ "end_timestamp": "00:05:25.992"
479
+ }
480
+ },
481
+ {
482
+ "description": "Hiker reaches the parking lot and shows Lansing Bennett Forest sign.",
483
+ "timestamp": {
484
+ "start_timestamp": "00:05:26.993",
485
+ "end_timestamp": "00:05:37.003"
486
+ }
487
+ },
488
+ {
489
+ "description": "Hiker reads the information on the sign.",
490
+ "timestamp": {
491
+ "start_timestamp": "00:05:38.004",
492
+ "end_timestamp": "00:05:58.992"
493
+ }
494
+ },
495
+ {
496
+ "description": "Hiker shows another sign for the blue trail.",
497
+ "timestamp": {
498
+ "start_timestamp": "00:05:59.993",
499
+ "end_timestamp": "00:06:10.003"
500
+ }
501
+ },
502
+ {
503
+ "description": "Hiker shows the parking lot for Lansing Bennett Forest.",
504
+ "timestamp": {
505
+ "start_timestamp": "00:06:11.004",
506
+ "end_timestamp": "00:06:35.996"
507
+ }
508
+ },
509
+ {
510
+ "description": "Hiker discovers a large cluster of mushrooms on a tree stump.",
511
+ "timestamp": {
512
+ "start_timestamp": "00:06:36.997",
513
+ "end_timestamp": "00:06:48.008"
514
+ }
515
+ }
516
+ ],
517
+ "props": [
518
+ {
519
+ "name": "Blue trail sign",
520
+ "timestamp": {
521
+ "start_timestamp": "00:04:51.258",
522
+ "end_timestamp": "00:04:54.995"
523
+ }
524
+ },
525
+ {
526
+ "name": "White trail sign",
527
+ "timestamp": {
528
+ "start_timestamp": "00:04:55.996",
529
+ "end_timestamp": "00:05:25.992"
530
+ }
531
+ },
532
+ {
533
+ "name": "Lansing Bennett Forest sign",
534
+ "timestamp": {
535
+ "start_timestamp": "00:05:26.993",
536
+ "end_timestamp": "00:05:37.003"
537
+ }
538
+ },
539
+ {
540
+ "name": "Parking lot",
541
+ "timestamp": {
542
+ "start_timestamp": "00:06:11.004",
543
+ "end_timestamp": "00:06:35.996"
544
+ }
545
+ },
546
+ {
547
+ "name": "Mushroom cluster",
548
+ "timestamp": {
549
+ "start_timestamp": "00:06:36.997",
550
+ "end_timestamp": "00:06:48.008"
551
+ }
552
+ }
553
+ ],
554
+ "videoEditingDetails": [
555
+ {
556
+ "description": "Jump cuts between signs could be smoothed out.",
557
+ "timestamps": {
558
+ "start_timestamp": "00:04:51.258",
559
+ "end_timestamp": "00:05:27.994"
560
+ }
561
+ },
562
+ {
563
+ "description": "Jump cut from sign to parking lot, needing transition.",
564
+ "timestamps": {
565
+ "start_timestamp": "00:06:05.999",
566
+ "end_timestamp": "00:06:11.004"
567
+ }
568
+ }
569
+ ],
570
+ "mood": {
571
+ "description": "Informative, appreciative mood with sign details and nature's beauty.",
572
+ "keyMoments": [
573
+ {
574
+ "timestamp": "00:06:36.997",
575
+ "changeDescription": "Discovery of mushroom cluster shifts to wonder."
576
+ }
577
+ ]
578
+ },
579
+ "narrativeProgression": [
580
+ {
581
+ "description": "Hiker provides forest information and finds impressive mushroom cluster.",
582
+ "timestamp": "00:05:26.993"
583
+ },
584
+ {
585
+ "description": "Mushroom cluster symbolizes forest's biodiversity.",
586
+ "timestamp": "00:06:36.997"
587
+ }
588
+ ],
589
+ "characterInteraction": [
590
+ {
591
+ "characters": [
592
+ "Hiker"
593
+ ],
594
+ "description": "Hiker shares detailed sign information and nature appreciation."
595
+ }
596
+ ],
597
+ "thematicElements": "Nature, information, exploration, appreciation.",
598
+ "contextualRelevance": "Managed, cherished forest showcases beauty and recreational value.",
599
+ "dynamismScore": 0.5,
600
+ "audioVisualCorrelation": 0.8
601
+ },
602
+ {
603
+ "sceneId": 6,
604
+ "title": "Exploring the Kiosk",
605
+ "timestamps": {
606
+ "start_timestamp": "00:06:50.010",
607
+ "end_timestamp": "00:08:04.884"
608
+ },
609
+ "cast": [
610
+ "Hiker"
611
+ ],
612
+ "activities": [
613
+ {
614
+ "description": "Hiker comments on abundance of fungi.",
615
+ "timestamp": {
616
+ "start_timestamp": "00:06:50.010",
617
+ "end_timestamp": "00:06:54.014"
618
+ }
619
+ },
620
+ {
621
+ "description": "Hiker shows a small kiosk with maps and forest information.",
622
+ "timestamp": {
623
+ "start_timestamp": "00:06:55.015",
624
+ "end_timestamp": "00:07:28.014"
625
+ }
626
+ },
627
+ {
628
+ "description": "Hiker points out the lack of damage to the kiosk.",
629
+ "timestamp": {
630
+ "start_timestamp": "00:07:29.015",
631
+ "end_timestamp": "00:07:59.012"
632
+ }
633
+ }
634
+ ],
635
+ "props": [
636
+ {
637
+ "name": "Kiosk",
638
+ "timestamp": {
639
+ "start_timestamp": "00:06:50.010",
640
+ "end_timestamp": "00:07:59.012"
641
+ }
642
+ },
643
+ {
644
+ "name": "Map",
645
+ "timestamp": {
646
+ "start_timestamp": "00:06:55.015",
647
+ "end_timestamp": "00:07:28.014"
648
+ }
649
+ },
650
+ {
651
+ "name": "Split rail fence.",
652
+ "timestamp": {
653
+ "start_timestamp": "00:07:29.015",
654
+ "end_timestamp": "00:07:59.012"
655
+ }
656
+ }
657
+ ],
658
+ "videoEditingDetails": [
659
+ {
660
+ "description": "Jump cut from mushrooms to kiosk needing transition.",
661
+ "timestamps": {
662
+ "start_timestamp": "00:06:50.010",
663
+ "end_timestamp": "00:06:50.010"
664
+ }
665
+ }
666
+ ],
667
+ "mood": {
668
+ "description": "Informative, appreciative mood for well-maintained forest area.",
669
+ "keyMoments": [
670
+ {
671
+ "timestamp": "00:07:29.015",
672
+ "changeDescription": "Noting kiosk's lack of damage underscores visitor respect."
673
+ }
674
+ ]
675
+ },
676
+ "narrativeProgression": [
677
+ {
678
+ "description": "Hiker emphasizes forest's managed, accessible nature.",
679
+ "timestamp": "00:07:29.015"
680
+ }
681
+ ],
682
+ "characterInteraction": [
683
+ {
684
+ "characters": [
685
+ "Hiker"
686
+ ],
687
+ "description": "Hiker highlights informative content and praises environment."
688
+ }
689
+ ],
690
+ "thematicElements": "Nature, information, respect, community.",
691
+ "contextualRelevance": "Shared responsibility for forest preservation emphasized.",
692
+ "dynamismScore": 0.3,
693
+ "audioVisualCorrelation": 0.9
694
+ }
695
+ ],
696
+ "storylines": {
697
+ "description": "A hike through Lansing Bennett Forest, exploring natural beauty, forest management, and human impact.",
698
+ "scenes": [
699
+ 1,
700
+ 2,
701
+ 3,
702
+ 4,
703
+ 5,
704
+ 6
705
+ ],
706
+ "climax": {
707
+ "description": "Discovery of impressive mushroom cluster symbolizes forest's richness.",
708
+ "timestamp": "00:06:36.997"
709
+ }
710
+ },
711
+ "qAndA": [
712
+ {
713
+ "question": "What is the 'mystery number' the hiker finds on a tree?",
714
+ "answer": "The number is '4,' adding to forest mystery."
715
+ },
716
+ {
717
+ "question": "What type of poisonous mushroom does the hiker identify?",
718
+ "answer": "Possibly an Amanita mushroom."
719
+ },
720
+ {
721
+ "question": "What is the purpose of the thick steel cable the hiker shows at the southern edge trailhead?",
722
+ "answer": "To prevent vehicles from entering, highlighting conservation efforts."
723
+ },
724
+ {
725
+ "question": "What is the overall mood of the video?",
726
+ "answer": "Generally positive and appreciative, showing respect for nature."
727
+ },
728
+ {
729
+ "question": "What information is presented on the kiosk at the end of the video?",
730
+ "answer": "Overall open space planning map of Duxbury, with forest trails and features."
731
+ }
732
+ ],
733
+ "trimmingSuggestions": [
734
+ {
735
+ "description": "Shorten segments focusing on soil observations for more dynamism.",
736
+ "timestamps": {
737
+ "start_timestamp": "00:06:50.010",
738
+ "end_timestamp": "00:06:50.010"
739
+ }
740
+ },
741
+ {
742
+ "description": "Trim some jump cuts between signs in Scene 5 for smoother transitions.",
743
+ "timestamps": {
744
+ "start_timestamp": null,
745
+ "end_timestamp": null
746
+ }
747
+ }
748
+ ],
749
+ "fps": 29.97002997002997
750
+ },
751
+ "text_to_speech": "so this way goes all the way to the northern edge trailhead and this brings us to the parking lot we have an intersection with yellow here's the yellow trail heading off towards the parking lot and here's the white trail heading off to the bay circuit trailhead yet another mystery number on a tree four this time now there's a mushroom maybe some kind of amanita the ashy gray podzol soil readily evident in places where the rain washes away the pine needles makes for a good soil understory though for a trail it's pretty hard to beat on this stuff drains readily probably never turns to mud and the rising crescendo of avid and earnest motors tends to indicate we are at last getting to the trailhead up someone broke the head off in amanita those are deadly poisonous another rasula yes civilization is or what passes for it is just beyond the breaking the trees here we are at a trailhead we made it we good discarded napkin and here we are at the trailhead on the southern side of lansing bennett note the heavy duty steel cable laced through a tree down here in duxbury when they say keep your stupid little noisy putt-putts out of our conservation area they ain't kidding this is meant to hamstring jackasses with putt-putts probably cost a bit of money too they're willing to spend it so there you have it this is uh the basic southern edge trail head for the lansing bennett preserve which has various other names but this is what duxbury thinks it is and i'm inclined to agree with them and if you follow this north it'll bring you eventually all the way back to newberry port with a stop at osborne's far more close at hand and we go this way and it eventually gets us to bay farming there the sort of indicating the white trail with old signage there's that cable stuff to keep the jackasses out here's jethro's pickup truck he was too lazy to actually park at the parking lot evidently but he does have pooches and we head this way and just walking in the parking lots over there and here's a sign indicating all the jurisdiction information 188 acres is this size of this thing this looks down towards where the actual bay circuit trail head is and where it meets thaddeus chandler this is just some of the cool signage for other trails in the place this is our beloved blue trail they want to make sure you know that there's where it goes and now i'm heading towards the parking lot and here we are at the small but nonetheless useful parking lot pull off for the lansing bennett forest in duxbury here's the initial entry trail which takes you to a junction with the base circuit before long the whole thing is 344 acres how about that and look at this fungus pretty impressive stuff it's just all fungus all the time in these places i tell you and they've got a pretty nice kiosk it's minimalist but it has everything you really need it offers up a shot of the overall open space planning map for the town of duxbury and all the various holdings it has it has the basic working map for this particular place and it's nicely constructed and note how it doesn't show much evidence of being beat on by disgruntled locals here's its little split rail fence some more outstanding fungus at the base of a stump with elderberry bushes coming out of it and now we're off to the next adventure"
752
+ }
metadata/LGRsqar8yk8.json ADDED
@@ -0,0 +1,689 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 157,
4
+ "content_parent_category": "Science & Technology",
5
+ "content_fine_category": "Space Missions",
6
+ "youtube_title": "40 Years of Space Camp Missions",
7
+ "youtube_description": "Space Camp is turning 40 in 2022! Here’s a look back at the training floor, missions and simulators as well as a few of the special guests that have visited over the decades.",
8
+ "text_to_speech_word_count": 376,
9
+ "youtube_categories": [
10
+ "Science & Technology"
11
+ ],
12
+ "youtube_tags": [
13
+ "spacecamp"
14
+ ],
15
+ "youtube_channel": "U.S. Space & Rocket Center",
16
+ "youtube_view_count": 657,
17
+ "youtube_comment_count": 1,
18
+ "youtube_like_count": 9,
19
+ "youtube_channel_follower_count": 3730,
20
+ "youtube_upload_date": "20220601",
21
+ "youtube_age_limit": 0,
22
+ "content_metadata": {
23
+ "title": "40 Years of Space Camp Missions",
24
+ "description": "Video exploring the history, growth, and impact of Space Camp over 40 years, featuring trainees, astronauts, significant events, and guest visits.",
25
+ "characterList": [
26
+ {
27
+ "characterId": "1",
28
+ "name": "Astronaut Trainees",
29
+ "description": "Children and teenagers of various ages and ethnicities, wearing blue or white astronaut jumpsuits."
30
+ },
31
+ {
32
+ "characterId": "2",
33
+ "name": "Wally Schirra",
34
+ "description": "An older man with gray hair, wearing a blue astronaut jumpsuit with patches."
35
+ },
36
+ {
37
+ "characterId": "3",
38
+ "name": "Donn Eisele",
39
+ "description": "An older man with gray hair, wearing a blue astronaut jumpsuit with patches."
40
+ },
41
+ {
42
+ "characterId": "4",
43
+ "name": "Ed Buckbee",
44
+ "description": "A man with glasses, wearing a suit and tie, speaking at a podium."
45
+ },
46
+ {
47
+ "characterId": "5",
48
+ "name": "Mike Pence",
49
+ "description": "A man with gray hair, wearing a blue astronaut jumpsuit with patches, shaking hands with people."
50
+ },
51
+ {
52
+ "characterId": "6",
53
+ "name": "Allen Shepard",
54
+ "description": "An older man with gray hair, wearing a suit and tie, interacting with children."
55
+ },
56
+ {
57
+ "characterId": "7",
58
+ "name": "Dr. Jan Davis",
59
+ "description": "A woman with blonde hair, wearing a teal shirt and black pants, operating a machine."
60
+ },
61
+ {
62
+ "characterId": "8",
63
+ "name": "Victor Glover",
64
+ "description": "A black man with short hair, wearing a blue astronaut jumpsuit with patches, speaking to the camera."
65
+ },
66
+ {
67
+ "characterId": "9",
68
+ "name": "Apollo 11 Crew",
69
+ "description": "Three men in suits and ties, standing together."
70
+ },
71
+ {
72
+ "characterId": "10",
73
+ "name": "Chris Pratt",
74
+ "description": "A man with short hair, wearing a white astronaut jumpsuit, dancing."
75
+ },
76
+ {
77
+ "characterId": "11",
78
+ "name": "Will Arnett",
79
+ "description": "A man with short hair, wearing a white astronaut jumpsuit, pointing."
80
+ },
81
+ {
82
+ "characterId": "12",
83
+ "name": "Elizabeth Banks",
84
+ "description": "A woman with blonde hair, wearing a blue astronaut jumpsuit, standing in a line."
85
+ },
86
+ {
87
+ "characterId": "13",
88
+ "name": "James Corden",
89
+ "description": "A man with short hair, wearing a blue astronaut jumpsuit, sitting in a simulator."
90
+ },
91
+ {
92
+ "characterId": "14",
93
+ "name": "Space Camp Staff",
94
+ "description": "Adults of various ages and ethnicities, wearing blue jumpsuits with patches, assisting trainees."
95
+ }
96
+ ],
97
+ "scenes": [
98
+ {
99
+ "sceneId": 1,
100
+ "title": "Introduction",
101
+ "timestamps": {
102
+ "start_timestamp": "00:00:00.000",
103
+ "end_timestamp": "00:00:06.467"
104
+ },
105
+ "cast": [
106
+ "Astronaut Trainees",
107
+ "Space Camp Staff"
108
+ ],
109
+ "activities": [
110
+ {
111
+ "description": "Walking through the training center, observing simulators.",
112
+ "timestamp": {
113
+ "start_timestamp": "00:00:00.000",
114
+ "end_timestamp": "00:00:06.467"
115
+ }
116
+ }
117
+ ],
118
+ "props": [
119
+ {
120
+ "name": "Spacecraft simulators",
121
+ "timestamp": {
122
+ "start_timestamp": "00:00:00.000",
123
+ "end_timestamp": "00:00:06.467"
124
+ }
125
+ },
126
+ {
127
+ "name": "Astronaut suits",
128
+ "timestamp": {
129
+ "start_timestamp": "00:00:00.000",
130
+ "end_timestamp": "00:00:06.467"
131
+ }
132
+ }
133
+ ],
134
+ "videoEditingDetails": [
135
+ {
136
+ "description": "Title card overlay: '40 Years of SPACE CAMP Missions'",
137
+ "timestamps": {
138
+ "start_timestamp": "00:00:01.000",
139
+ "end_timestamp": "00:00:06.467"
140
+ }
141
+ }
142
+ ],
143
+ "mood": {
144
+ "description": "Excited. Upbeat music and quick cuts of trainees in the training center create a sense of anticipation and energy.",
145
+ "keyMoments": []
146
+ },
147
+ "narrativeProgression": [],
148
+ "characterInteraction": [],
149
+ "thematicElements": "Introduction to Space Camp and the excitement of being part of it.",
150
+ "contextualRelevance": "Sets the energetic tone of the documentary by showing various trainees arriving and beginning their adventure at Space Camp.",
151
+ "dynamismScore": 0.9,
152
+ "audioVisualCorrelation": 0.85
153
+ },
154
+ {
155
+ "sceneId": 2,
156
+ "title": "Early Space Camp",
157
+ "timestamps": {
158
+ "start_timestamp": "00:00:06.500",
159
+ "end_timestamp": "00:00:36.933"
160
+ },
161
+ "cast": [
162
+ "Astronaut Trainees",
163
+ "Wally Schirra",
164
+ "Donn Eisele"
165
+ ],
166
+ "activities": [
167
+ {
168
+ "description": "Observing spacecraft models, asking questions, listening to astronauts, watching a demonstration.",
169
+ "timestamp": {
170
+ "start_timestamp": "00:00:08.000",
171
+ "end_timestamp": "00:00:36.933"
172
+ }
173
+ }
174
+ ],
175
+ "props": [
176
+ {
177
+ "name": "Spacecraft models",
178
+ "timestamp": {
179
+ "start_timestamp": "00:00:08.000",
180
+ "end_timestamp": "00:00:36.933"
181
+ }
182
+ },
183
+ {
184
+ "name": "Astronaut suits",
185
+ "timestamp": {
186
+ "start_timestamp": "00:00:08.000",
187
+ "end_timestamp": "00:00:36.933"
188
+ }
189
+ },
190
+ {
191
+ "name": "Microphone",
192
+ "timestamp": {
193
+ "start_timestamp": "00:00:08.000",
194
+ "end_timestamp": "00:00:36.933"
195
+ }
196
+ }
197
+ ],
198
+ "videoEditingDetails": [
199
+ {
200
+ "description": "Transition: jump cut",
201
+ "timestamps": {
202
+ "start_timestamp": "00:00:08.000",
203
+ "end_timestamp": "00:00:09.000"
204
+ }
205
+ },
206
+ {
207
+ "description": "Quick cuts and archival footage",
208
+ "timestamps": {
209
+ "start_timestamp": "00:00:08.000",
210
+ "end_timestamp": "00:00:36.933"
211
+ }
212
+ }
213
+ ],
214
+ "mood": {
215
+ "description": "Nostalgic. Archival footage and grainy visuals evoke a sense of history and simpler times.",
216
+ "keyMoments": [
217
+ {
218
+ "timestamp": "00:00:30.000",
219
+ "changeDescription": "Auditive change from the interview to kids cheering, the visual remains similar (archival footage)."
220
+ }
221
+ ]
222
+ },
223
+ "narrativeProgression": [
224
+ {
225
+ "description": "A child asks about when a child like him can go to space.",
226
+ "timestamp": "00:00:26.000"
227
+ },
228
+ {
229
+ "description": "Wally Schirra and Donn Eisele answer the child's question.",
230
+ "timestamp": "00:00:30.000"
231
+ }
232
+ ],
233
+ "characterInteraction": [
234
+ {
235
+ "characters": [
236
+ "Wally Schirra",
237
+ "Donn Eisele",
238
+ "Astronaut Trainees"
239
+ ],
240
+ "description": "Astronauts Schirra and Eisele interact with children, answering their questions about space travel."
241
+ }
242
+ ],
243
+ "thematicElements": "History of Space Camp, early astronaut training.",
244
+ "contextualRelevance": "Provides historical context about Space Camp’s origins and the enthusiasm it created among the youth aspiring to be astronauts.",
245
+ "dynamismScore": 0.7,
246
+ "audioVisualCorrelation": 0.8
247
+ },
248
+ {
249
+ "sceneId": 3,
250
+ "title": "Permanent Training Center",
251
+ "timestamps": {
252
+ "start_timestamp": "00:00:36.967",
253
+ "end_timestamp": "00:01:09.433"
254
+ },
255
+ "cast": [
256
+ "Ed Buckbee",
257
+ "Construction workers",
258
+ "Astronaut Trainees"
259
+ ],
260
+ "activities": [
261
+ {
262
+ "description": "Groundbreaking ceremony, construction of the training center, trainees participating in activities.",
263
+ "timestamp": {
264
+ "start_timestamp": "00:00:37.000",
265
+ "end_timestamp": "00:01:08.000"
266
+ }
267
+ }
268
+ ],
269
+ "props": [
270
+ {
271
+ "name": "Shovels",
272
+ "timestamp": {
273
+ "start_timestamp": "00:00:37.000",
274
+ "end_timestamp": "00:01:08.000"
275
+ }
276
+ },
277
+ {
278
+ "name": "Construction equipment",
279
+ "timestamp": {
280
+ "start_timestamp": "00:00:37.000",
281
+ "end_timestamp": "00:01:08.000"
282
+ }
283
+ },
284
+ {
285
+ "name": "Training simulators",
286
+ "timestamp": {
287
+ "start_timestamp": "00:00:37.000",
288
+ "end_timestamp": "00:01:08.000"
289
+ }
290
+ }
291
+ ],
292
+ "videoEditingDetails": [
293
+ {
294
+ "description": "Transition: jump cut",
295
+ "timestamps": {
296
+ "start_timestamp": "00:00:37.000",
297
+ "end_timestamp": "00:00:38.000"
298
+ }
299
+ },
300
+ {
301
+ "description": "Archival footage",
302
+ "timestamps": {
303
+ "start_timestamp": "00:00:37.000",
304
+ "end_timestamp": "00:01:08.000"
305
+ }
306
+ },
307
+ {
308
+ "description": "Voiceover narration",
309
+ "timestamps": {
310
+ "start_timestamp": "00:00:37.000",
311
+ "end_timestamp": "00:01:08.000"
312
+ }
313
+ }
314
+ ],
315
+ "mood": {
316
+ "description": "Hopeful. The construction of a permanent training center symbolizes growth and progress.",
317
+ "keyMoments": [
318
+ {
319
+ "timestamp": "00:00:37.000",
320
+ "changeDescription": "Groundbreaking ceremony for the permanent Space Camp Training Center."
321
+ },
322
+ {
323
+ "timestamp": "00:00:45.000",
324
+ "changeDescription": "Ed Buckbee speaks about the new facility and its capacity."
325
+ }
326
+ ]
327
+ },
328
+ "narrativeProgression": [],
329
+ "characterInteraction": [],
330
+ "thematicElements": "Expansion of Space Camp, commitment to space exploration education.",
331
+ "contextualRelevance": "Underlines significant growth in Space Camp’s infrastructure and offerings, asserting its long-term vision.",
332
+ "dynamismScore": 0.6,
333
+ "audioVisualCorrelation": 0.7
334
+ },
335
+ {
336
+ "sceneId": 4,
337
+ "title": "Space Camp Through the Years",
338
+ "timestamps": {
339
+ "start_timestamp": "00:01:09.467",
340
+ "end_timestamp": "00:01:40.000"
341
+ },
342
+ "cast": [
343
+ "Astronaut Trainees",
344
+ "Space Camp Staff"
345
+ ],
346
+ "activities": [
347
+ {
348
+ "description": "Trainees participating in various simulations: Space Shuttle, Space Lab, International Space Station, Orion, Lunar and Mars missions.",
349
+ "timestamp": {
350
+ "start_timestamp": "00:01:09.467",
351
+ "end_timestamp": "00:01:40.000"
352
+ }
353
+ }
354
+ ],
355
+ "props": [
356
+ {
357
+ "name": "Spacecraft simulators",
358
+ "timestamp": {
359
+ "start_timestamp": "00:01:09.467",
360
+ "end_timestamp": "00:01:40.000"
361
+ }
362
+ },
363
+ {
364
+ "name": "Astronaut suits",
365
+ "timestamp": {
366
+ "start_timestamp": "00:01:09.467",
367
+ "end_timestamp": "00:01:40.000"
368
+ }
369
+ },
370
+ {
371
+ "name": "Training equipment",
372
+ "timestamp": {
373
+ "start_timestamp": "00:01:09.467",
374
+ "end_timestamp": "00:01:40.000"
375
+ }
376
+ }
377
+ ],
378
+ "videoEditingDetails": [
379
+ {
380
+ "description": "Transition: jump cut",
381
+ "timestamps": {
382
+ "start_timestamp": "00:01:09.467",
383
+ "end_timestamp": "00:01:09.467"
384
+ }
385
+ },
386
+ {
387
+ "description": "Fast-paced montage with quick cuts",
388
+ "timestamps": {
389
+ "start_timestamp": "00:01:09.467",
390
+ "end_timestamp": "00:01:40.000"
391
+ }
392
+ },
393
+ {
394
+ "description": "Upbeat music",
395
+ "timestamps": {
396
+ "start_timestamp": "00:01:09.467",
397
+ "end_timestamp": "00:01:40.000"
398
+ }
399
+ }
400
+ ],
401
+ "mood": {
402
+ "description": "Inspiring. The montage highlights the diverse range of space exploration activities available at Space Camp.",
403
+ "keyMoments": []
404
+ },
405
+ "narrativeProgression": [],
406
+ "characterInteraction": [],
407
+ "thematicElements": "Evolution of space technology, breadth of Space Camp programs.",
408
+ "contextualRelevance": "Highlights the adaptation to modern space challenges and technology advancements at Space Camp.",
409
+ "dynamismScore": 0.9,
410
+ "audioVisualCorrelation": 0.6
411
+ },
412
+ {
413
+ "sceneId": 5,
414
+ "title": "Trainee Testimonials",
415
+ "timestamps": {
416
+ "start_timestamp": "00:01:40.033",
417
+ "end_timestamp": "00:02:12.867"
418
+ },
419
+ "cast": [
420
+ "Astronaut Trainees"
421
+ ],
422
+ "activities": [
423
+ {
424
+ "description": "Trainees sharing their experiences and expressing their enthusiasm for Space Camp.",
425
+ "timestamp": {
426
+ "start_timestamp": "00:01:40.033",
427
+ "end_timestamp": "00:02:12.867"
428
+ }
429
+ }
430
+ ],
431
+ "props": [
432
+ {
433
+ "name": "Spacecraft simulators",
434
+ "timestamp": {
435
+ "start_timestamp": "00:01:40.033",
436
+ "end_timestamp": "00:02:12.867"
437
+ }
438
+ },
439
+ {
440
+ "name": "Astronaut suits",
441
+ "timestamp": {
442
+ "start_timestamp": "00:01:40.033",
443
+ "end_timestamp": "00:02:12.867"
444
+ }
445
+ }
446
+ ],
447
+ "videoEditingDetails": [
448
+ {
449
+ "description": "Transition: jump cut",
450
+ "timestamps": {
451
+ "start_timestamp": "00:01:40.033",
452
+ "end_timestamp": "00:01:41.000"
453
+ }
454
+ },
455
+ {
456
+ "description": "Close-up shots of trainees",
457
+ "timestamps": {
458
+ "start_timestamp": "00:01:40.033",
459
+ "end_timestamp": "00:02:12.867"
460
+ }
461
+ }
462
+ ],
463
+ "mood": {
464
+ "description": "Excited. Trainees express their joy and passion for Space Camp, making the experience relatable and appealing.",
465
+ "keyMoments": [
466
+ {
467
+ "timestamp": "00:01:40.033",
468
+ "changeDescription": "The visual changes from showing the trainings to the face of a kid, the audio remains in the topic (space camp)."
469
+ }
470
+ ]
471
+ },
472
+ "narrativeProgression": [
473
+ {
474
+ "description": "Two trainees describe their favorite aspects of Space Camp.",
475
+ "timestamp": "00:01:40.033"
476
+ }
477
+ ],
478
+ "characterInteraction": [],
479
+ "thematicElements": "Impact of Space Camp on trainees, fostering passion for STEM.",
480
+ "contextualRelevance": "Emphasizes personal growth and passion sparked by Space Camp among young attendees.",
481
+ "dynamismScore": 0.5,
482
+ "audioVisualCorrelation": 0.9
483
+ },
484
+ {
485
+ "sceneId": 6,
486
+ "title": "Special Guests and Staff",
487
+ "timestamps": {
488
+ "start_timestamp": "00:02:12.900",
489
+ "end_timestamp": "00:02:28.533"
490
+ },
491
+ "cast": [
492
+ "George H.W. Bush",
493
+ "Mike Pence",
494
+ "Allen Shepard",
495
+ "Dr. Jan Davis",
496
+ "Victor Glover",
497
+ "Apollo 11 Crew",
498
+ "Chris Pratt",
499
+ "Will Arnett",
500
+ "Elizabeth Banks",
501
+ "James Corden",
502
+ "Space Camp Staff"
503
+ ],
504
+ "activities": [
505
+ {
506
+ "description": "Special guests visiting the training center, interacting with trainees and staff.",
507
+ "timestamp": {
508
+ "start_timestamp": "00:02:13.000",
509
+ "end_timestamp": "00:02:28.000"
510
+ }
511
+ }
512
+ ],
513
+ "props": [
514
+ {
515
+ "name": "Spacecraft simulators",
516
+ "timestamp": {
517
+ "start_timestamp": "00:02:13.000",
518
+ "end_timestamp": "00:02:28.000"
519
+ }
520
+ },
521
+ {
522
+ "name": "Astronaut suits",
523
+ "timestamp": {
524
+ "start_timestamp": "00:02:13.000",
525
+ "end_timestamp": "00:02:28.000"
526
+ }
527
+ }
528
+ ],
529
+ "videoEditingDetails": [
530
+ {
531
+ "description": "Transition: jump cut",
532
+ "timestamps": {
533
+ "start_timestamp": "00:02:13.000",
534
+ "end_timestamp": "00:02:14.000"
535
+ }
536
+ },
537
+ {
538
+ "description": "Quick cuts and archival footage",
539
+ "timestamps": {
540
+ "start_timestamp": "00:02:13.000",
541
+ "end_timestamp": "00:02:28.000"
542
+ }
543
+ },
544
+ {
545
+ "description": "Upbeat music",
546
+ "timestamps": {
547
+ "start_timestamp": "00:02:13.000",
548
+ "end_timestamp": "00:02:28.000"
549
+ }
550
+ }
551
+ ],
552
+ "mood": {
553
+ "description": "Celebratory. The scene highlights the cultural impact of Space Camp and its ability to inspire people of all backgrounds.",
554
+ "keyMoments": [
555
+ {
556
+ "timestamp": "00:02:14.000",
557
+ "changeDescription": "Former Vice President George H.W. Bush visits Space Camp."
558
+ },
559
+ {
560
+ "timestamp": "00:02:18.000",
561
+ "changeDescription": "Former Vice President Mike Pence visits Space Camp."
562
+ },
563
+ {
564
+ "timestamp": "00:02:22.000",
565
+ "changeDescription": "Various astronauts and celebrities visit Space Camp."
566
+ }
567
+ ]
568
+ },
569
+ "narrativeProgression": [],
570
+ "characterInteraction": [],
571
+ "thematicElements": "Recognition of Space Camp's achievements, broad appeal of space exploration.",
572
+ "contextualRelevance": "Showcases continual relevance and appeal of Space Camp across various prominent figures and diverse audiences.",
573
+ "dynamismScore": 0.8,
574
+ "audioVisualCorrelation": 0.7
575
+ },
576
+ {
577
+ "sceneId": 7,
578
+ "title": "Closing",
579
+ "timestamps": {
580
+ "start_timestamp": "00:02:28.567",
581
+ "end_timestamp": "00:02:35.500"
582
+ },
583
+ "cast": [
584
+ "Astronaut Trainee"
585
+ ],
586
+ "activities": [
587
+ {
588
+ "description": "Trainee smiling inside an astronaut helmet.",
589
+ "timestamp": {
590
+ "start_timestamp": "00:02:28.567",
591
+ "end_timestamp": "00:02:35.000"
592
+ }
593
+ }
594
+ ],
595
+ "props": [
596
+ {
597
+ "name": "Astronaut helmet",
598
+ "timestamp": {
599
+ "start_timestamp": "00:02:28.567",
600
+ "end_timestamp": "00:02:35.000"
601
+ }
602
+ }
603
+ ],
604
+ "videoEditingDetails": [
605
+ {
606
+ "description": "Transition: fade to white",
607
+ "timestamps": {
608
+ "start_timestamp": "00:02:28.567",
609
+ "end_timestamp": "00:02:29.000"
610
+ }
611
+ },
612
+ {
613
+ "description": "Space Camp logo with tagline 'spacecamp.com'",
614
+ "timestamps": {
615
+ "start_timestamp": "00:02:29.000",
616
+ "end_timestamp": "00:02:35.000"
617
+ }
618
+ }
619
+ ],
620
+ "mood": {
621
+ "description": "Hopeful. The smiling trainee and the Space Camp logo leave a lasting impression of optimism and excitement for the future of space exploration.",
622
+ "keyMoments": []
623
+ },
624
+ "narrativeProgression": [],
625
+ "characterInteraction": [],
626
+ "thematicElements": "The future of space exploration, continued impact of Space Camp.",
627
+ "contextualRelevance": "Reinforces an optimistic outlook towards future endeavors in space frontiers and the role of Space Camp in inspiring such paths.",
628
+ "dynamismScore": 0.2,
629
+ "audioVisualCorrelation": 0.0
630
+ }
631
+ ],
632
+ "storylines": {
633
+ "description": "The video explores two main narratives: the evolution of Space Camp from its origins to present day and its lasting impact on culture and individuals.",
634
+ "scenes": [
635
+ 1,
636
+ 2,
637
+ 3,
638
+ 4,
639
+ 5,
640
+ 6,
641
+ 7
642
+ ],
643
+ "climax": {
644
+ "description": "The groundbreaking ceremony for the permanent training center marks the climax of growth, while prominent visits mark the climax of cultural significance.",
645
+ "timestamp": "00:00:37.000"
646
+ }
647
+ },
648
+ "qAndA": [
649
+ {
650
+ "question": "What type of spacecraft was featured in the earliest Space Camp simulations?",
651
+ "answer": "The Space Shuttle."
652
+ },
653
+ {
654
+ "question": "What significant event happened in 1986 for Space Camp?",
655
+ "answer": "Construction began on a permanent training center."
656
+ },
657
+ {
658
+ "question": "What former Vice Presidents of the United States visited Space Camp?",
659
+ "answer": "George H.W. Bush and Mike Pence."
660
+ },
661
+ {
662
+ "question": "How did the mood of the video change from Scene 2 to Scene 3?",
663
+ "answer": "The mood shifted from nostalgic in Scene 2, with archival footage and grainy visuals, to hopeful in Scene 3, as the construction of the permanent training center symbolized growth and progress."
664
+ },
665
+ {
666
+ "question": "How does the closing scene contribute to the overall message of the video?",
667
+ "answer": "The smiling trainee inside the astronaut helmet, combined with the Space Camp logo, emphasizes the video's message of inspiring future generations to pursue STEM fields and space exploration."
668
+ }
669
+ ],
670
+ "trimmingSuggestions": [
671
+ {
672
+ "description": "Scene 5 could be shortened by removing some of the testimonial repetitions.",
673
+ "timestamps": {
674
+ "start_timestamp": "00:02:28.567",
675
+ "end_timestamp": "00:02:28.567"
676
+ }
677
+ },
678
+ {
679
+ "description": "Scene 6 could be trimmed to focus on the most impactful guest appearances.",
680
+ "timestamps": {
681
+ "start_timestamp": "00:02:28.567",
682
+ "end_timestamp": "00:02:28.567"
683
+ }
684
+ }
685
+ ],
686
+ "fps": 30.0
687
+ },
688
+ "text_to_speech": "[Music] for 40 years space camp has blasted trainees off on simulated space missions and space camps training center of course how those missions look has changed a little over the past four decades as has the face of the training center itself the first space camp training center was in the former teachers resource center then in space camp's second year the training center moved to a temporary bubble-like facility where habitats 1 and 2 are now located how long will it be before a kid like me can go up in space it takes a lot of training a lot of time you guys are lucky here you get to make a flight after only four days finally in 1986 work began on a permanent training center for space camp trainees today we'll break ground on a facility that's some seventy thousand square feet which will accommodate ten thousand campers per year and it will be tailored much like the training center at the astronauts use in houston but i can assure you we're going to generate more astronaut candidates out of huntsville than houston's presently generated out of houston since first opening in 1987 the space camp training center has reflected the past present and future of human space flight in its missions from space shuttle and space lab the international space station and orion the space camp training center has prepared trainees for missions to the moon mars and beyond i think it's the greatest because there's so much to do and it really makes you feel like you're an astronaut in training it has even played host to many special guests throughout the years such as then vice presidents of the united states george h.w bush the emphasis here on space is absolutely vital to our country and mike pence to astronauts like alan shepard dr jan davis victor glover and the apollo 11 crew all the way to celebrities like chris pratt will arnett elizabeth banks and james corden the space camp training center has remained a place where trainees create lifelong memories thanks to the experiences in the missions provided by the amazing space camp staff that has kept the mission of space camp alive for 40 years [Music]"
689
+ }
metadata/MewNUHRGOm0.json ADDED
@@ -0,0 +1,693 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 159,
4
+ "content_parent_category": "Science & Technology",
5
+ "content_fine_category": "Space Missions",
6
+ "youtube_title": "Artemis II on This Week @NASA",
7
+ "youtube_description": "Our next space station crew rotation flight, a launch day simulation for our upcoming Moon mission, and visiting the splashdown recovery crew for Artemis II … a few of the stories to tell you about – This Week at NASA!",
8
+ "text_to_speech_word_count": 329,
9
+ "youtube_categories": [
10
+ "Education"
11
+ ],
12
+ "youtube_tags": [
13
+ "nasa live",
14
+ "nasa black hole",
15
+ "nasa video",
16
+ "nasa plus",
17
+ "nasa jupiter",
18
+ "nasa moon landing video",
19
+ "nasa live earth from space",
20
+ "nasa x43a",
21
+ "nasa official channel",
22
+ "nasa video of space",
23
+ "nasa space station",
24
+ "nasa space station live",
25
+ "nasa space station tour",
26
+ "nasa space station hindi",
27
+ "nasa space station from earth",
28
+ "nasa space station live view of earth",
29
+ "nasa space station 2023",
30
+ "nasa space shuttle launch",
31
+ "nasa 2033 mars mission girl",
32
+ "nasa 2023 news",
33
+ "nasa 2023 update",
34
+ "nasa 2023 moon"
35
+ ],
36
+ "youtube_channel": "NASA INFO",
37
+ "youtube_view_count": 5,
38
+ "youtube_comment_count": 0,
39
+ "youtube_like_count": 2,
40
+ "youtube_channel_follower_count": 3,
41
+ "youtube_upload_date": "20230819",
42
+ "youtube_age_limit": 0,
43
+ "content_metadata": {
44
+ "title": "This Week @ NASA",
45
+ "description": "A comprehensive overview of NASA's current and future missions, training activities, and public engagement efforts.",
46
+ "characterList": [
47
+ {
48
+ "characterId": "1",
49
+ "name": "Jasmine Moghbeli",
50
+ "description": "NASA Astronaut, female, dark hair pulled back, wearing blue NASA jumpsuit with American flag patch."
51
+ },
52
+ {
53
+ "characterId": "2",
54
+ "name": "Laura O'Hara",
55
+ "description": "NASA Astronaut, female, long blonde hair, wearing green NASA polo shirt."
56
+ },
57
+ {
58
+ "characterId": "3",
59
+ "name": "Artemis II Astronauts",
60
+ "description": "Four astronauts, three males, one female, wearing blue NASA jumpsuits."
61
+ },
62
+ {
63
+ "characterId": "4",
64
+ "name": "Naval Base Personnel",
65
+ "description": "Multiple individuals, both male and female, wearing naval uniforms."
66
+ },
67
+ {
68
+ "characterId": "5",
69
+ "name": "Launch Control Personnel",
70
+ "description": "Multiple individuals, both male and female, working in a control room."
71
+ }
72
+ ],
73
+ "scenes": [
74
+ {
75
+ "sceneId": 1,
76
+ "title": "Crew Rotation and Simulation",
77
+ "timestamps": {
78
+ "start_timestamp": "00:00:00.000",
79
+ "end_timestamp": "00:00:14.982"
80
+ },
81
+ "cast": [
82
+ "Jasmine Moghbeli",
83
+ "Launch Control Personnel"
84
+ ],
85
+ "activities": [
86
+ {
87
+ "description": "Astronauts gathered around a screen, looking at data.",
88
+ "timestamp": {
89
+ "start_timestamp": "00:00:00.000",
90
+ "end_timestamp": "00:00:03.003"
91
+ }
92
+ },
93
+ {
94
+ "description": "Launch control personnel working at computers.",
95
+ "timestamp": {
96
+ "start_timestamp": "00:00:03.003",
97
+ "end_timestamp": "00:00:07.007"
98
+ }
99
+ },
100
+ {
101
+ "description": "Recovery crew in inflatable boats surrounding a spacecraft in the ocean.",
102
+ "timestamp": {
103
+ "start_timestamp": "00:00:07.007",
104
+ "end_timestamp": "00:00:14.982"
105
+ }
106
+ }
107
+ ],
108
+ "props": [
109
+ {
110
+ "name": "Spacecraft simulator",
111
+ "timestamp": {
112
+ "start_timestamp": "00:00:00.000",
113
+ "end_timestamp": "00:00:03.003"
114
+ }
115
+ },
116
+ {
117
+ "name": "Computer screens",
118
+ "timestamp": {
119
+ "start_timestamp": "00:00:00.000",
120
+ "end_timestamp": "00:00:03.003"
121
+ }
122
+ },
123
+ {
124
+ "name": "Control room consoles",
125
+ "timestamp": {
126
+ "start_timestamp": "00:00:03.003",
127
+ "end_timestamp": "00:00:07.007"
128
+ }
129
+ },
130
+ {
131
+ "name": "Inflatable boats",
132
+ "timestamp": {
133
+ "start_timestamp": "00:00:07.007",
134
+ "end_timestamp": "00:00:14.982"
135
+ }
136
+ },
137
+ {
138
+ "name": "Spacecraft in the ocean",
139
+ "timestamp": {
140
+ "start_timestamp": "00:00:07.007",
141
+ "end_timestamp": "00:00:14.982"
142
+ }
143
+ }
144
+ ],
145
+ "videoEditingDetails": [
146
+ {
147
+ "description": "Text overlay 'Crew Rotation'",
148
+ "timestamps": {
149
+ "start_timestamp": "00:00:00.000",
150
+ "end_timestamp": "00:00:03.003"
151
+ }
152
+ },
153
+ {
154
+ "description": "Text overlay 'Sim City'",
155
+ "timestamps": {
156
+ "start_timestamp": "00:00:03.003",
157
+ "end_timestamp": "00:00:07.007"
158
+ }
159
+ },
160
+ {
161
+ "description": "Text overlay 'Recovery Crew'",
162
+ "timestamps": {
163
+ "start_timestamp": "00:00:07.007",
164
+ "end_timestamp": "00:00:14.982"
165
+ }
166
+ },
167
+ {
168
+ "description": "Fast cuts between shots of astronauts, control room, and recovery crew.",
169
+ "timestamps": {
170
+ "start_timestamp": "00:00:00.000",
171
+ "end_timestamp": "00:00:14.982"
172
+ }
173
+ }
174
+ ],
175
+ "mood": {
176
+ "description": "Excited. Fast cuts, upbeat music, and anticipation of upcoming missions contribute to the excitement.",
177
+ "keyMoments": []
178
+ },
179
+ "narrativeProgression": [
180
+ {
181
+ "description": "Introduction to the crew rotation and simulation for space missions.",
182
+ "timestamp": "00:00:00.000"
183
+ },
184
+ {
185
+ "description": "Focus on the preparation and simulation work for the upcoming moon mission.",
186
+ "timestamp": "00:00:03.003"
187
+ },
188
+ {
189
+ "description": "Focus on the recovery crew and the successful splashdown of a spacecraft.",
190
+ "timestamp": "00:00:07.007"
191
+ }
192
+ ],
193
+ "characterInteraction": [
194
+ {
195
+ "characters": [
196
+ "Jasmine Moghbeli",
197
+ "Launch Control Personnel"
198
+ ],
199
+ "description": "Various teams working together towards a common goal."
200
+ }
201
+ ],
202
+ "thematicElements": "Teamwork, preparation, space exploration.",
203
+ "contextualRelevance": "Introduces preparation activities at NASA related to upcoming missions.",
204
+ "dynamismScore": 0.8,
205
+ "audioVisualCorrelation": 0.7
206
+ },
207
+ {
208
+ "sceneId": 2,
209
+ "title": "SpaceX Crew-7 Mission Preview",
210
+ "timestamps": {
211
+ "start_timestamp": "00:00:15.015",
212
+ "end_timestamp": "00:00:44.711"
213
+ },
214
+ "cast": [
215
+ "Jasmine Moghbeli",
216
+ "Laura O'Hara",
217
+ "other Crew-7 astronauts"
218
+ ],
219
+ "activities": [
220
+ {
221
+ "description": "Crew-7 astronauts sitting inside a spacecraft simulator.",
222
+ "timestamp": {
223
+ "start_timestamp": "00:00:15.015",
224
+ "end_timestamp": "00:00:19.987"
225
+ }
226
+ },
227
+ {
228
+ "description": "Crew-7 astronauts at a press conference.",
229
+ "timestamp": {
230
+ "start_timestamp": "00:00:19.987",
231
+ "end_timestamp": "00:00:27.995"
232
+ }
233
+ },
234
+ {
235
+ "description": "Laura O'Hara training in a spacesuit.",
236
+ "timestamp": {
237
+ "start_timestamp": "00:00:27.995",
238
+ "end_timestamp": "00:00:44.011"
239
+ }
240
+ }
241
+ ],
242
+ "props": [
243
+ {
244
+ "name": "Spacecraft simulator",
245
+ "timestamp": {
246
+ "start_timestamp": "00:00:15.015",
247
+ "end_timestamp": "00:00:19.987"
248
+ }
249
+ },
250
+ {
251
+ "name": "Press conference table",
252
+ "timestamp": {
253
+ "start_timestamp": "00:00:19.987",
254
+ "end_timestamp": "00:00:27.995"
255
+ }
256
+ },
257
+ {
258
+ "name": "Microphones",
259
+ "timestamp": {
260
+ "start_timestamp": "00:00:19.987",
261
+ "end_timestamp": "00:00:27.995"
262
+ }
263
+ },
264
+ {
265
+ "name": "Spacesuit",
266
+ "timestamp": {
267
+ "start_timestamp": "00:00:27.995",
268
+ "end_timestamp": "00:00:44.011"
269
+ }
270
+ },
271
+ {
272
+ "name": "Training facility",
273
+ "timestamp": {
274
+ "start_timestamp": "00:00:27.995",
275
+ "end_timestamp": "00:00:44.011"
276
+ }
277
+ }
278
+ ],
279
+ "videoEditingDetails": [
280
+ {
281
+ "description": "Text overlay 'A preview of our SpaceX Crew-7 Mission.'",
282
+ "timestamps": {
283
+ "start_timestamp": "00:00:15.015",
284
+ "end_timestamp": "00:00:19.987"
285
+ }
286
+ },
287
+ {
288
+ "description": "Smooth transitions between shots.",
289
+ "timestamps": {
290
+ "start_timestamp": "00:00:15.015",
291
+ "end_timestamp": "00:00:44.011"
292
+ }
293
+ }
294
+ ],
295
+ "mood": {
296
+ "description": "Proud, Excited. The astronauts are presented in a professional and confident manner, highlighting their achievements and future mission.",
297
+ "keyMoments": []
298
+ },
299
+ "narrativeProgression": [
300
+ {
301
+ "description": "Introduction of the Crew-7 astronauts and their mission.",
302
+ "timestamp": "00:00:15.015"
303
+ },
304
+ {
305
+ "description": "Astronauts answering questions about their mission and research.",
306
+ "timestamp": "00:00:19.987"
307
+ },
308
+ {
309
+ "description": "Focus on Laura O'Hara's preparation for her mission to the Space Station.",
310
+ "timestamp": "00:00:27.995"
311
+ }
312
+ ],
313
+ "characterInteraction": [
314
+ {
315
+ "characters": [
316
+ "Crew-7 astronauts"
317
+ ],
318
+ "description": "Interacting with each other in the simulator and answering questions at the press conference."
319
+ }
320
+ ],
321
+ "thematicElements": "International collaboration, scientific research, astronaut training.",
322
+ "contextualRelevance": "Highlights the SpaceX Crew-7 mission and astronaut preparedness.",
323
+ "dynamismScore": 0.6,
324
+ "audioVisualCorrelation": 0.9
325
+ },
326
+ {
327
+ "sceneId": 3,
328
+ "title": "Artemis II Launch Preparation",
329
+ "timestamps": {
330
+ "start_timestamp": "00:00:44.745",
331
+ "end_timestamp": "00:01:10.971"
332
+ },
333
+ "cast": [
334
+ "Launch Control Personnel",
335
+ "Artemis II astronauts"
336
+ ],
337
+ "activities": [
338
+ {
339
+ "description": "Launch control personnel working in the control room.",
340
+ "timestamp": {
341
+ "start_timestamp": "00:00:44.745",
342
+ "end_timestamp": "00:00:51.985"
343
+ }
344
+ },
345
+ {
346
+ "description": "Artemis II astronauts walking and standing in front of a spacecraft model.",
347
+ "timestamp": {
348
+ "start_timestamp": "00:00:51.985",
349
+ "end_timestamp": "00:01:10.971"
350
+ }
351
+ }
352
+ ],
353
+ "props": [
354
+ {
355
+ "name": "Control room consoles",
356
+ "timestamp": {
357
+ "start_timestamp": "00:00:44.745",
358
+ "end_timestamp": "00:00:51.985"
359
+ }
360
+ },
361
+ {
362
+ "name": "Computer screens",
363
+ "timestamp": {
364
+ "start_timestamp": "00:00:44.745",
365
+ "end_timestamp": "00:00:51.985"
366
+ }
367
+ },
368
+ {
369
+ "name": "Spacecraft model",
370
+ "timestamp": {
371
+ "start_timestamp": "00:00:51.985",
372
+ "end_timestamp": "00:01:10.971"
373
+ }
374
+ }
375
+ ],
376
+ "videoEditingDetails": [
377
+ {
378
+ "description": "Text overlay 'NASA Completes First Launch Simulation for Artemis II'",
379
+ "timestamps": {
380
+ "start_timestamp": "00:00:44.745",
381
+ "end_timestamp": "00:00:51.985"
382
+ }
383
+ },
384
+ {
385
+ "description": "Smooth transitions between shots.",
386
+ "timestamps": {
387
+ "start_timestamp": "00:00:44.745",
388
+ "end_timestamp": "00:01:10.971"
389
+ }
390
+ }
391
+ ],
392
+ "mood": {
393
+ "description": "Focused. The scenes show the serious and meticulous work involved in preparing for the Artemis II mission.",
394
+ "keyMoments": []
395
+ },
396
+ "narrativeProgression": [
397
+ {
398
+ "description": "The Artemis launch team successfully completes the first launch simulation.",
399
+ "timestamp": "00:00:44.745"
400
+ },
401
+ {
402
+ "description": "Introduction of the Artemis II astronauts and their preparation for the mission.",
403
+ "timestamp": "00:00:51.985"
404
+ }
405
+ ],
406
+ "characterInteraction": [
407
+ {
408
+ "characters": [
409
+ "Launch Control Personnel",
410
+ "Artemis II astronauts"
411
+ ],
412
+ "description": "Launch control personnel communicating with each other. Astronauts standing together and listening to instructions."
413
+ }
414
+ ],
415
+ "thematicElements": "Mission preparation, teamwork, technological advancements.",
416
+ "contextualRelevance": "Focuses on the preparatory activities for the Artemis II mission.",
417
+ "dynamismScore": 0.5,
418
+ "audioVisualCorrelation": 0.8
419
+ },
420
+ {
421
+ "sceneId": 4,
422
+ "title": "Artemis II Recovery Operations",
423
+ "timestamps": {
424
+ "start_timestamp": "00:01:11.004",
425
+ "end_timestamp": "00:01:36.496"
426
+ },
427
+ "cast": [
428
+ "Artemis II astronauts",
429
+ "Naval Base Personnel"
430
+ ],
431
+ "activities": [
432
+ {
433
+ "description": "Artemis II astronauts meeting and interacting with naval personnel.",
434
+ "timestamp": {
435
+ "start_timestamp": "00:01:11.004",
436
+ "end_timestamp": "00:01:21.014"
437
+ }
438
+ },
439
+ {
440
+ "description": "Footage of a spacecraft splashdown and recovery operation.",
441
+ "timestamp": {
442
+ "start_timestamp": "00:01:21.014",
443
+ "end_timestamp": "00:01:35.996"
444
+ }
445
+ }
446
+ ],
447
+ "props": [
448
+ {
449
+ "name": "Naval base facilities",
450
+ "timestamp": {
451
+ "start_timestamp": "00:01:11.004",
452
+ "end_timestamp": "00:01:21.014"
453
+ }
454
+ },
455
+ {
456
+ "name": "Spacecraft mock-up",
457
+ "timestamp": {
458
+ "start_timestamp": "00:01:11.004",
459
+ "end_timestamp": "00:01:21.014"
460
+ }
461
+ },
462
+ {
463
+ "name": "Inflatable boats",
464
+ "timestamp": {
465
+ "start_timestamp": "00:01:21.014",
466
+ "end_timestamp": "00:01:35.996"
467
+ }
468
+ },
469
+ {
470
+ "name": "Recovery ship",
471
+ "timestamp": {
472
+ "start_timestamp": "00:01:21.014",
473
+ "end_timestamp": "00:01:35.996"
474
+ }
475
+ }
476
+ ],
477
+ "videoEditingDetails": [
478
+ {
479
+ "description": "Text overlay 'Artemis II Crew Visits Orion Recovery Teams.'",
480
+ "timestamps": {
481
+ "start_timestamp": "00:01:11.004",
482
+ "end_timestamp": "00:01:21.014"
483
+ }
484
+ },
485
+ {
486
+ "description": "File footage of a previous spacecraft recovery operation.",
487
+ "timestamps": {
488
+ "start_timestamp": "00:01:21.014",
489
+ "end_timestamp": "00:01:35.996"
490
+ }
491
+ }
492
+ ],
493
+ "mood": {
494
+ "description": "Professional. The scene showcases the collaborative effort between NASA and the Department of Defense in recovering astronauts after a space mission.",
495
+ "keyMoments": []
496
+ },
497
+ "narrativeProgression": [
498
+ {
499
+ "description": "Artemis II astronauts are introduced to the team responsible for their recovery after the mission.",
500
+ "timestamp": "00:01:11.004"
501
+ },
502
+ {
503
+ "description": "Demonstration of the recovery procedures and the role of the naval personnel.",
504
+ "timestamp": "00:01:21.014"
505
+ }
506
+ ],
507
+ "characterInteraction": [
508
+ {
509
+ "characters": [
510
+ "Artemis II astronauts",
511
+ "Naval Base Personnel"
512
+ ],
513
+ "description": "Discussing the recovery process with naval personnel."
514
+ }
515
+ ],
516
+ "thematicElements": "Collaboration, safety, post-mission procedures.",
517
+ "contextualRelevance": "Emphasizes the recovery operation's importance for astronaut safety.",
518
+ "dynamismScore": 0.7,
519
+ "audioVisualCorrelation": 0.6
520
+ },
521
+ {
522
+ "sceneId": 5,
523
+ "title": "NASA at AirVenture Oshkosh 2023",
524
+ "timestamps": {
525
+ "start_timestamp": "00:01:36.530",
526
+ "end_timestamp": "00:02:38.525"
527
+ },
528
+ "cast": [
529
+ "Visitors at AirVenture Oshkosh 2023",
530
+ "NASA Leadership",
531
+ "Industry Partners"
532
+ ],
533
+ "activities": [
534
+ {
535
+ "description": "People visiting NASA exhibits and interacting with technology demonstrations.",
536
+ "timestamp": {
537
+ "start_timestamp": "00:01:36.530",
538
+ "end_timestamp": "00:01:48.008"
539
+ }
540
+ },
541
+ {
542
+ "description": "NASA leadership and industry partners making announcements and showcasing future projects.",
543
+ "timestamp": {
544
+ "start_timestamp": "00:01:48.008",
545
+ "end_timestamp": "00:02:09.997"
546
+ }
547
+ }
548
+ ],
549
+ "props": [
550
+ {
551
+ "name": "NASA exhibits",
552
+ "timestamp": {
553
+ "start_timestamp": "00:01:36.530",
554
+ "end_timestamp": "00:01:48.008"
555
+ }
556
+ },
557
+ {
558
+ "name": "Model airplanes",
559
+ "timestamp": {
560
+ "start_timestamp": "00:01:36.530",
561
+ "end_timestamp": "00:01:48.008"
562
+ }
563
+ },
564
+ {
565
+ "name": "Aircraft on display",
566
+ "timestamp": {
567
+ "start_timestamp": "00:01:36.530",
568
+ "end_timestamp": "00:01:48.008"
569
+ }
570
+ },
571
+ {
572
+ "name": "Presentation stage",
573
+ "timestamp": {
574
+ "start_timestamp": "00:01:48.008",
575
+ "end_timestamp": "00:02:09.997"
576
+ }
577
+ },
578
+ {
579
+ "name": "Microphone",
580
+ "timestamp": {
581
+ "start_timestamp": "00:01:48.008",
582
+ "end_timestamp": "00:02:09.997"
583
+ }
584
+ }
585
+ ],
586
+ "videoEditingDetails": [
587
+ {
588
+ "description": "Text overlay 'NASA at AirVenture Oshkosh 2023.'",
589
+ "timestamps": {
590
+ "start_timestamp": "00:01:36.530",
591
+ "end_timestamp": "00:01:48.008"
592
+ }
593
+ },
594
+ {
595
+ "description": "Fast cuts between various exhibits and activities.",
596
+ "timestamps": {
597
+ "start_timestamp": "00:01:36.530",
598
+ "end_timestamp": "00:02:09.997"
599
+ }
600
+ }
601
+ ],
602
+ "mood": {
603
+ "description": "Excited. The scene portrays the excitement and public interest in air and space exploration.",
604
+ "keyMoments": []
605
+ },
606
+ "narrativeProgression": [
607
+ {
608
+ "description": "Visitors explore NASA exhibits and learn about the agency's work.",
609
+ "timestamp": "00:01:36.530"
610
+ },
611
+ {
612
+ "description": "Announcements and presentations reveal NASA's commitment to sustainable flight and future aerospace technologies.",
613
+ "timestamp": "00:01:48.008"
614
+ }
615
+ ],
616
+ "characterInteraction": [
617
+ {
618
+ "characters": [
619
+ "Visitors at AirVenture Oshkosh 2023",
620
+ "NASA Personnel"
621
+ ],
622
+ "description": "Interacting with NASA personnel and exhibits."
623
+ },
624
+ {
625
+ "characters": [
626
+ "NASA Leadership",
627
+ "Industry Partners"
628
+ ],
629
+ "description": "Collaborating on presentations."
630
+ }
631
+ ],
632
+ "thematicElements": "Public engagement, future technologies, sustainable aviation.",
633
+ "contextualRelevance": "Highlights NASA's efforts in public outreach and advanced tech.",
634
+ "dynamismScore": 0.8,
635
+ "audioVisualCorrelation": 0.7
636
+ }
637
+ ],
638
+ "storylines": {
639
+ "description": "NASA's activities related to space exploration, mission preparation, and public engagement, with a focus on Crew-7, Artemis II, and participation in AirVenture Oshkosh 2023.",
640
+ "scenes": [
641
+ 1,
642
+ 2,
643
+ 3,
644
+ 4,
645
+ 5
646
+ ],
647
+ "climax": {
648
+ "description": "Scene 4 (1:21 - 1:36) showcasing the splashdown and recovery of the Orion spacecraft.",
649
+ "timestamp": "00:01:21.014"
650
+ }
651
+ },
652
+ "qAndA": [
653
+ {
654
+ "question": "What type of spacecraft is used for the Artemis II mission?",
655
+ "answer": "The video shows the Artemis II astronauts standing in front of a model of the Orion spacecraft, indicating that this is the spacecraft used for the mission."
656
+ },
657
+ {
658
+ "question": "What is the purpose of the URT10 test?",
659
+ "answer": "The video explains that URT10 is designed to ensure that NASA and the Department of Defense can safely recover the crew and the Orion spacecraft from the Pacific Ocean after the astronauts return from their trip around the moon on Artemis II."
660
+ },
661
+ {
662
+ "question": "What is one of the key announcements made at AirVenture Oshkosh 2023?",
663
+ "answer": "The video mentions the unveiling of new exterior paint designs for the X-66A sustainable flight demonstrator aircraft."
664
+ },
665
+ {
666
+ "question": "What is the overall mood of the video?",
667
+ "answer": "The video primarily conveys a sense of excitement and pride about NASA's current and future missions. The fast cuts, upbeat music, and the focus on technological advancements contribute to this optimistic and forward-looking tone."
668
+ },
669
+ {
670
+ "question": "What is the significance of the simulation activities shown in the video?",
671
+ "answer": "The video emphasizes the importance of thorough preparation and simulation for space missions. By showing the Artemis launch team conducting a simulation and highlighting the URT10 underwater recovery test, the video underscores NASA's commitment to safety and meticulous planning."
672
+ }
673
+ ],
674
+ "trimmingSuggestions": [
675
+ {
676
+ "description": "The portion showing Jasmine Moghbeli and other Crew-7 astronauts in the spacecraft simulator could be trimmed slightly as it doesn't add significant information to the narrative.",
677
+ "timestamps": {
678
+ "start_timestamp": "00:01:36.530",
679
+ "end_timestamp": "00:01:36.530"
680
+ }
681
+ },
682
+ {
683
+ "description": "The shot of the Artemis II astronauts standing in front of the spacecraft model could be shortened as it primarily serves as a visual introduction but doesn't contribute much to the storyline.",
684
+ "timestamps": {
685
+ "start_timestamp": "00:01:36.530",
686
+ "end_timestamp": "00:01:36.530"
687
+ }
688
+ }
689
+ ],
690
+ "fps": 29.97002997002997
691
+ },
692
+ "text_to_speech": "our next space station crew rotation flight a launched a simulation for our upcoming moon mission and visiting the Splashdown recovery crew for Artemis 2. a few of the stories to tell you about this week at NASA the members of our SpaceX crew 7 mission to the International Space Station including NASA astronaut Jasmine mogbelli previewed the mission during a July 25th news conference at our Johnson Space Center crew 7 is targeted to launch no earlier than August 17th NASA astronaut Laurel O'Hara also participated in the news conference she will launch to the space station in September from the baikon or cosmodrome in Kazakhstan the Artemis launch Team at our Kennedy Space Center recently conducted its first simulation for the Artemis 2 mission as we prepare to send the missions crew of four astronauts around the moon and bring them back safely teams will participate in a wide range of simulations or Sims as they are sometimes called to ensure support Personnel software ground systems and other aspects of the mission are ready for the real thing the Artemis two astronauts visited Naval Base San Diego recently where teams were preparing for underway recovery test 10 or urt-10 urt-10 is designed to ensure that NASA and Department of Defense Personnel can safely recover the crew and the Orion spacecraft from the Pacific Ocean after the astronauts returned from their trip around the Moon on Artemis 2. we participated in the experimental aircraft association's air Venture Oshkosh 2023 event with a host of activities exhibits demonstrations and more the event also featured special announcements from NASA leadership and Industry Partners about several key missions and projects this included new exterior paint designs for the x-66a sustainable flight demonstrator aircraft and the hybrid electric aircraft being developed as part of NASA's electrified powertrain flight demonstration project that's what's up this week at Nasa for more on these and Other Stories follow us on the web at nasa.gov Twan"
693
+ }
metadata/NPB8XDpx1ao.json ADDED
@@ -0,0 +1,1231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "638x360",
3
+ "duration_seconds": 474,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Hiking",
6
+ "youtube_title": "What I Wear for UK Hiking: Clothes for Hill Walking",
7
+ "youtube_description": "A useful breakdown of the clothes I wear mountain hiking around Scotland and the rest of the UK. \n\n🥾 Clothes I wear: \nBaseball cap: https://amzn.to/3msHno2 \nSun hat: https://amzn.to/33tPBDr \nBeanie: https://amzn.to/2Rt6Uin \nBase layer: https://amzn.to/3iC23Ym\nGloves: https://amzn.to/3bXRuME \nFleece: Discontinued. \nWatch: https://amzn.to/3mr2WoX \nTrousers: https://amzn.to/2RtwHHh \nSocks: https://amzn.to/2ZENueO \nSock liners: https://amzn.to/2RrOq1F\nDarn Tough socks: https://amzn.to/3bZ7m1v \nBoots: https://amzn.to/3c2Gq0U \nShoes: https://amzn.to/32xsloP \nSkants: https://amzn.to/2ZH5OEf \nWaterproof trousers: https://amzn.to/3hvzREZ \nWaterproof jacket: Discontinued. \nInsulated jacket: https://www.mountain-equipment.co.uk/products/superflux-jacket \nGilet: https://amzn.to/3hw9PBG \nShorts: https://www.decathlon.co.uk/p/men-s-brown-mountain-trekking-shorts-trek500/_/R-p-192277?mc=8493658&c=GREY \n\n******\n\n⏱ Timestamps:\n\n0:00 - Intro\n0:09 - Headwear\n0:40 - Midlayer\n0:54 - Baselayer\n1:28 - Gloves\n1:45 - Watches \n2:15 - Trousers & underwear\n3:09 - Socks\n3:34 - Boots\n4:08 - Summer/hot weather clothes\n4:47 - Shorts\n5:19 - Socks for trail runners\n5:47 - Trail running shoes\n6:33 - Insulated jacket\n6:53 - Rain gear \n7:39 - Outro \n\n🔔 Please subscribe: https://www.youtube.com/user/boably1?sub_confirmation=1 \n\n☕ https://www.buymeacoffee.com/WalkWithWallace\n\nBox Sets (Playlists):\n\n⛺ TentFlix Wild Camping: https://www.youtube.com/playlist?list=PL44D0FA4D27765E1B\n\n🏡 Bothy TV: https://www.youtube.com/playlist?list=PLeBzJ8jmmEWe4C7auOxm5DBwNRmWnQ7of\n\n👣 Take a Hike (Day Trips): https://www.youtube.com/playlist?list=PLeBzJ8jmmEWeHjkC9_8_AXNEVQ4pyuJtg \n\n👍 - IG/Twitter/FB: @WalkWithWallace \n📝- Blog: www.walkwithwallace.com",
8
+ "text_to_speech_word_count": 1402,
9
+ "youtube_categories": [
10
+ "Howto & Style"
11
+ ],
12
+ "youtube_tags": [
13
+ "hiking clothes",
14
+ "hill walking clothes",
15
+ "what to wear hiking",
16
+ "what to wear hiking in summer",
17
+ "hiking essentials for beginners",
18
+ "hill walking essentials for beginners",
19
+ "clothes for hill walking",
20
+ "clothes for hiking",
21
+ "clothes for hiking uk",
22
+ "clothes for hill walking uk",
23
+ "gear for hiking uk",
24
+ "clothes for munro bagging",
25
+ "hiking clothes for men",
26
+ "hiking boots for men",
27
+ "hiking clothes essentials",
28
+ "hiking clothes haul"
29
+ ],
30
+ "youtube_channel": "Walk With Wallace",
31
+ "youtube_view_count": 43664,
32
+ "youtube_comment_count": 191,
33
+ "youtube_like_count": 789,
34
+ "youtube_channel_follower_count": 10700,
35
+ "youtube_upload_date": "20200601",
36
+ "youtube_age_limit": 0,
37
+ "content_metadata": {
38
+ "title": "Hiking Gear Showcase with Robin",
39
+ "description": "An informative video where Robin showcases and describes the hiking gear he uses, categorized by clothing type and purpose, sharing personal preferences and insights.",
40
+ "characterList": [
41
+ {
42
+ "characterId": "1",
43
+ "name": "Robin",
44
+ "description": "The man in the video, with short blonde hair, a blue t-shirt with a white logo, wearing sunglasses, and has tattoos on his left arm."
45
+ }
46
+ ],
47
+ "scenes": [
48
+ {
49
+ "sceneId": 1,
50
+ "title": "Introduction",
51
+ "timestamps": {
52
+ "start_timestamp": "00:00:00.000",
53
+ "end_timestamp": "00:00:08.458"
54
+ },
55
+ "cast": [
56
+ "Robin"
57
+ ],
58
+ "activities": [
59
+ {
60
+ "description": "Introducing himself and the video's topic",
61
+ "timestamp": {
62
+ "start_timestamp": "00:00:00.000",
63
+ "end_timestamp": "00:00:08.000"
64
+ }
65
+ }
66
+ ],
67
+ "props": [],
68
+ "videoEditingDetails": [
69
+ {
70
+ "description": "Film strip effect",
71
+ "timestamps": {
72
+ "start_timestamp": "00:00:08.000",
73
+ "end_timestamp": "00:00:08.000"
74
+ }
75
+ }
76
+ ],
77
+ "mood": {
78
+ "description": "Excited - Robin's energetic tone and direct address to the camera create a sense of excitement and anticipation.",
79
+ "keyMoments": []
80
+ },
81
+ "narrativeProgression": [
82
+ {
83
+ "description": "Robin introduces himself and the topic of the video, creating the context for the content to follow.",
84
+ "timestamp": "00:00:00.000"
85
+ }
86
+ ],
87
+ "characterInteraction": [
88
+ {
89
+ "characters": [
90
+ "Robin"
91
+ ],
92
+ "description": "Robin directly addresses the viewer, establishing a connection and inviting them to watch."
93
+ }
94
+ ],
95
+ "thematicElements": "Hiking gear, outdoor activities",
96
+ "contextualRelevance": "",
97
+ "dynamismScore": 0.8,
98
+ "audioVisualCorrelation": 1.0
99
+ },
100
+ {
101
+ "sceneId": 2,
102
+ "title": "Hat Showcase",
103
+ "timestamps": {
104
+ "start_timestamp": "00:00:08.500",
105
+ "end_timestamp": "00:00:37.042"
106
+ },
107
+ "cast": [
108
+ "Robin"
109
+ ],
110
+ "activities": [
111
+ {
112
+ "description": "Showing and describing the beanie hat",
113
+ "timestamp": {
114
+ "start_timestamp": "00:00:08.500",
115
+ "end_timestamp": "00:00:15.000"
116
+ }
117
+ },
118
+ {
119
+ "description": "Showing and describing the baseball cap",
120
+ "timestamp": {
121
+ "start_timestamp": "00:00:15.000",
122
+ "end_timestamp": "00:00:22.000"
123
+ }
124
+ },
125
+ {
126
+ "description": "Showing and describing the Tilley hat",
127
+ "timestamp": {
128
+ "start_timestamp": "00:00:22.000",
129
+ "end_timestamp": "00:00:37.042"
130
+ }
131
+ }
132
+ ],
133
+ "props": [
134
+ {
135
+ "name": "Mountain Equipment Beanie Hat",
136
+ "timestamp": {
137
+ "start_timestamp": "00:00:08.500",
138
+ "end_timestamp": "00:00:15.000"
139
+ }
140
+ },
141
+ {
142
+ "name": "Outdoor Research Swift Cap",
143
+ "timestamp": {
144
+ "start_timestamp": "00:00:15.000",
145
+ "end_timestamp": "00:00:22.000"
146
+ }
147
+ },
148
+ {
149
+ "name": "Tilley Airflo Organic Cotton Hat",
150
+ "timestamp": {
151
+ "start_timestamp": "00:00:22.000",
152
+ "end_timestamp": "00:00:37.042"
153
+ }
154
+ }
155
+ ],
156
+ "videoEditingDetails": [
157
+ {
158
+ "description": "Text overlay with prop names",
159
+ "timestamps": {
160
+ "start_timestamp": "00:00:08.500",
161
+ "end_timestamp": "00:00:37.042"
162
+ }
163
+ }
164
+ ],
165
+ "mood": {
166
+ "description": "Content - Robin's calm and informative tone, combined with the presentation of each hat, creates a neutral and practical mood.",
167
+ "keyMoments": [
168
+ {
169
+ "timestamp": "00:00:33.000",
170
+ "changeDescription": "Brief shift to Happy when Robin gives a thumbs up and smiles while wearing the Tilley hat."
171
+ }
172
+ ]
173
+ },
174
+ "narrativeProgression": [
175
+ {
176
+ "description": "Robin showcases the different hats he uses for hiking, explaining their benefits and expressing his personal preference.",
177
+ "timestamp": "00:00:08.500"
178
+ }
179
+ ],
180
+ "characterInteraction": [
181
+ {
182
+ "characters": [
183
+ "Robin"
184
+ ],
185
+ "description": "Robin continues to address the viewer directly, engaging them with specific details about each hat."
186
+ }
187
+ ],
188
+ "thematicElements": "Hiking gear, headwear, practicality, personal preferences",
189
+ "contextualRelevance": "",
190
+ "dynamismScore": 0.7,
191
+ "audioVisualCorrelation": 1.0
192
+ },
193
+ {
194
+ "sceneId": 3,
195
+ "title": "Torso Clothing",
196
+ "timestamps": {
197
+ "start_timestamp": "00:00:37.083",
198
+ "end_timestamp": "00:01:28.125"
199
+ },
200
+ "cast": [
201
+ "Robin"
202
+ ],
203
+ "activities": [
204
+ {
205
+ "description": "Showing and describing the Berghaus fleece jacket",
206
+ "timestamp": {
207
+ "start_timestamp": "00:00:38.000",
208
+ "end_timestamp": "00:00:52.000"
209
+ }
210
+ },
211
+ {
212
+ "description": "Showing and describing the Montane base layer",
213
+ "timestamp": {
214
+ "start_timestamp": "00:00:52.000",
215
+ "end_timestamp": "00:01:27.000"
216
+ }
217
+ }
218
+ ],
219
+ "props": [
220
+ {
221
+ "name": "Berghaus Deception 2.0 Fleece Jacket",
222
+ "timestamp": {
223
+ "start_timestamp": "00:00:38.000",
224
+ "end_timestamp": "00:00:52.000"
225
+ }
226
+ },
227
+ {
228
+ "name": "Montane Base Layer",
229
+ "timestamp": {
230
+ "start_timestamp": "00:00:52.000",
231
+ "end_timestamp": "00:01:27.000"
232
+ }
233
+ },
234
+ {
235
+ "name": "Hiking footage with the Berghaus jacket",
236
+ "timestamp": {
237
+ "start_timestamp": "00:00:44.000",
238
+ "end_timestamp": "00:00:50.000"
239
+ }
240
+ },
241
+ {
242
+ "name": "Montane Base Layer website page",
243
+ "timestamp": {
244
+ "start_timestamp": "00:01:07.000",
245
+ "end_timestamp": "00:01:18.000"
246
+ }
247
+ }
248
+ ],
249
+ "videoEditingDetails": [
250
+ {
251
+ "description": "Text overlay with prop names",
252
+ "timestamps": {
253
+ "start_timestamp": "00:00:38.000",
254
+ "end_timestamp": "00:01:27.000"
255
+ }
256
+ },
257
+ {
258
+ "description": "Transition to hiking footage with fade",
259
+ "timestamps": {
260
+ "start_timestamp": "00:00:44.000",
261
+ "end_timestamp": "00:00:44.000"
262
+ }
263
+ },
264
+ {
265
+ "description": "Transition to website page with cross dissolve",
266
+ "timestamps": {
267
+ "start_timestamp": "00:01:07.000",
268
+ "end_timestamp": "00:01:07.000"
269
+ }
270
+ }
271
+ ],
272
+ "mood": {
273
+ "description": "Content - Robin's matter-of-fact descriptions and the visual presentation of the jacket and base layer contribute to a practical and informative mood.",
274
+ "keyMoments": []
275
+ },
276
+ "narrativeProgression": [
277
+ {
278
+ "description": "Robin continues to showcase his hiking attire, moving from headwear to torso clothing, providing details about their functions and his experience with them.",
279
+ "timestamp": "00:00:38.000"
280
+ }
281
+ ],
282
+ "characterInteraction": [
283
+ {
284
+ "characters": [
285
+ "Robin"
286
+ ],
287
+ "description": "Robin directly addresses the viewer, explaining the reasons behind his choice of clothing and highlighting their features."
288
+ }
289
+ ],
290
+ "thematicElements": "Hiking gear, layering, warmth, comfort, durability",
291
+ "contextualRelevance": "",
292
+ "dynamismScore": 0.6,
293
+ "audioVisualCorrelation": 0.9
294
+ },
295
+ {
296
+ "sceneId": 4,
297
+ "title": "Gloves and Watches",
298
+ "timestamps": {
299
+ "start_timestamp": "00:01:28.167",
300
+ "end_timestamp": "00:02:15.000"
301
+ },
302
+ "cast": [
303
+ "Robin"
304
+ ],
305
+ "activities": [
306
+ {
307
+ "description": "Showing and describing the Head gloves",
308
+ "timestamp": {
309
+ "start_timestamp": "00:01:28.167",
310
+ "end_timestamp": "00:01:37.000"
311
+ }
312
+ },
313
+ {
314
+ "description": "Showing and describing the Montane Prism gloves",
315
+ "timestamp": {
316
+ "start_timestamp": "00:01:37.000",
317
+ "end_timestamp": "00:01:45.000"
318
+ }
319
+ },
320
+ {
321
+ "description": "Showing and describing the Suunto Core watch",
322
+ "timestamp": {
323
+ "start_timestamp": "00:01:45.000",
324
+ "end_timestamp": "00:02:03.000"
325
+ }
326
+ },
327
+ {
328
+ "description": "Showing and describing the Casio twin sensor watch",
329
+ "timestamp": {
330
+ "start_timestamp": "00:02:03.000",
331
+ "end_timestamp": "00:02:15.000"
332
+ }
333
+ },
334
+ {
335
+ "description": "Showing the watches on his wrist",
336
+ "timestamp": {
337
+ "start_timestamp": "00:02:03.000",
338
+ "end_timestamp": "00:02:05.000"
339
+ }
340
+ },
341
+ {
342
+ "description": "Displaying the Suunto watch website page",
343
+ "timestamp": {
344
+ "start_timestamp": "00:01:50.000",
345
+ "end_timestamp": "00:01:57.000"
346
+ }
347
+ },
348
+ {
349
+ "description": "Displaying the Casio watch website page",
350
+ "timestamp": {
351
+ "start_timestamp": "00:02:06.000",
352
+ "end_timestamp": "00:02:12.000"
353
+ }
354
+ }
355
+ ],
356
+ "props": [
357
+ {
358
+ "name": "Head gloves",
359
+ "timestamp": {
360
+ "start_timestamp": "00:01:28.167",
361
+ "end_timestamp": "00:01:37.000"
362
+ }
363
+ },
364
+ {
365
+ "name": "Montane Prism Gloves",
366
+ "timestamp": {
367
+ "start_timestamp": "00:01:37.000",
368
+ "end_timestamp": "00:01:45.000"
369
+ }
370
+ },
371
+ {
372
+ "name": "Suunto Core All Black watch",
373
+ "timestamp": {
374
+ "start_timestamp": "00:01:45.000",
375
+ "end_timestamp": "00:02:03.000"
376
+ }
377
+ },
378
+ {
379
+ "name": "Casio Black Dial Twin Sensor watch",
380
+ "timestamp": {
381
+ "start_timestamp": "00:02:03.000",
382
+ "end_timestamp": "00:02:15.000"
383
+ }
384
+ }
385
+ ],
386
+ "videoEditingDetails": [
387
+ {
388
+ "description": "Text overlay with prop names",
389
+ "timestamps": {
390
+ "start_timestamp": "00:01:28.167",
391
+ "end_timestamp": "00:02:15.000"
392
+ }
393
+ },
394
+ {
395
+ "description": "Transition to website pages with cross dissolve",
396
+ "timestamps": {
397
+ "start_timestamp": "00:01:50.000",
398
+ "end_timestamp": "00:02:06.000"
399
+ }
400
+ }
401
+ ],
402
+ "mood": {
403
+ "description": "Content - The focus on the functional aspects of the gloves and watches, combined with Robin's straightforward descriptions, contribute to a practical and informative mood.",
404
+ "keyMoments": []
405
+ },
406
+ "narrativeProgression": [
407
+ {
408
+ "description": "Robin continues to showcase his hiking gear, focusing on gloves and watches, highlighting their features and explaining how he uses them.",
409
+ "timestamp": "00:01:28.167"
410
+ }
411
+ ],
412
+ "characterInteraction": [
413
+ {
414
+ "characters": [
415
+ "Robin"
416
+ ],
417
+ "description": "Robin directly engages with the viewer, sharing information about his preferred gloves and watches for hiking."
418
+ }
419
+ ],
420
+ "thematicElements": "Hiking gear, protection, functionality, practicality",
421
+ "contextualRelevance": "",
422
+ "dynamismScore": 0.6,
423
+ "audioVisualCorrelation": 0.9
424
+ },
425
+ {
426
+ "sceneId": 5,
427
+ "title": "Pants and Underwear",
428
+ "timestamps": {
429
+ "start_timestamp": "00:02:15.042",
430
+ "end_timestamp": "00:03:08.000"
431
+ },
432
+ "cast": [
433
+ "Robin"
434
+ ],
435
+ "activities": [
436
+ {
437
+ "description": "Showing and describing Montane Terra pants",
438
+ "timestamp": {
439
+ "start_timestamp": "00:02:15.042",
440
+ "end_timestamp": "00:02:47.000"
441
+ }
442
+ },
443
+ {
444
+ "description": "Showing and describing Puma boxer shorts",
445
+ "timestamp": {
446
+ "start_timestamp": "00:02:47.000",
447
+ "end_timestamp": "00:03:08.000"
448
+ }
449
+ },
450
+ {
451
+ "description": "Displaying the Montane Terra pants website page",
452
+ "timestamp": {
453
+ "start_timestamp": "00:02:18.000",
454
+ "end_timestamp": "00:02:30.000"
455
+ }
456
+ }
457
+ ],
458
+ "props": [
459
+ {
460
+ "name": "Montane Terra Pants",
461
+ "timestamp": {
462
+ "start_timestamp": "00:02:15.042",
463
+ "end_timestamp": "00:02:47.000"
464
+ }
465
+ },
466
+ {
467
+ "name": "Puma boxer shorts",
468
+ "timestamp": {
469
+ "start_timestamp": "00:02:47.000",
470
+ "end_timestamp": "00:03:08.000"
471
+ }
472
+ }
473
+ ],
474
+ "videoEditingDetails": [
475
+ {
476
+ "description": "Text overlay with prop names",
477
+ "timestamps": {
478
+ "start_timestamp": "00:02:15.042",
479
+ "end_timestamp": "00:03:08.000"
480
+ }
481
+ },
482
+ {
483
+ "description": "Transition to website page with cross dissolve",
484
+ "timestamps": {
485
+ "start_timestamp": "00:02:18.000",
486
+ "end_timestamp": "00:02:18.000"
487
+ }
488
+ }
489
+ ],
490
+ "mood": {
491
+ "description": "Content - Robin's casual and descriptive tone, along with the visual presentation of the pants and boxer shorts, create a neutral and informative mood.",
492
+ "keyMoments": []
493
+ },
494
+ "narrativeProgression": [
495
+ {
496
+ "description": "Robin continues to showcase his hiking gear, moving to trousers and underwear, emphasizing the importance of comfort and durability.",
497
+ "timestamp": "00:02:15.042"
498
+ }
499
+ ],
500
+ "characterInteraction": [
501
+ {
502
+ "characters": [
503
+ "Robin"
504
+ ],
505
+ "description": "Robin continues to address the viewer directly, offering insights into his choices and sharing his personal preferences."
506
+ }
507
+ ],
508
+ "thematicElements": "Hiking gear, comfort, durability, practicality, personal preferences",
509
+ "contextualRelevance": "",
510
+ "dynamismScore": 0.6,
511
+ "audioVisualCorrelation": 0.9
512
+ },
513
+ {
514
+ "sceneId": 6,
515
+ "title": "Sock Layering",
516
+ "timestamps": {
517
+ "start_timestamp": "00:03:08.042",
518
+ "end_timestamp": "00:03:34.000"
519
+ },
520
+ "cast": [
521
+ "Robin"
522
+ ],
523
+ "activities": [
524
+ {
525
+ "description": "Showing and describing Bridgedale Coolmax sock liners",
526
+ "timestamp": {
527
+ "start_timestamp": "00:03:08.042",
528
+ "end_timestamp": "00:03:16.000"
529
+ }
530
+ },
531
+ {
532
+ "description": "Showing and describing Smartwool Hike Light Crew socks",
533
+ "timestamp": {
534
+ "start_timestamp": "00:03:16.000",
535
+ "end_timestamp": "00:03:34.000"
536
+ }
537
+ }
538
+ ],
539
+ "props": [
540
+ {
541
+ "name": "Bridgedale Coolmax sock liners",
542
+ "timestamp": {
543
+ "start_timestamp": "00:03:08.042",
544
+ "end_timestamp": "00:03:16.000"
545
+ }
546
+ },
547
+ {
548
+ "name": "Smartwool Hike Light Crew socks",
549
+ "timestamp": {
550
+ "start_timestamp": "00:03:16.000",
551
+ "end_timestamp": "00:03:34.000"
552
+ }
553
+ }
554
+ ],
555
+ "videoEditingDetails": [
556
+ {
557
+ "description": "Text overlay with prop names",
558
+ "timestamps": {
559
+ "start_timestamp": "00:03:08.042",
560
+ "end_timestamp": "00:03:34.000"
561
+ }
562
+ }
563
+ ],
564
+ "mood": {
565
+ "description": "Content - Robin's matter-of-fact tone and the presentation of the socks maintain a practical and informative mood.",
566
+ "keyMoments": []
567
+ },
568
+ "narrativeProgression": [
569
+ {
570
+ "description": "Robin showcases the layering system he uses for hiking socks, highlighting the benefits of both liner socks and merino wool socks.",
571
+ "timestamp": "00:03:08.042"
572
+ }
573
+ ],
574
+ "characterInteraction": [
575
+ {
576
+ "characters": [
577
+ "Robin"
578
+ ],
579
+ "description": "Robin addresses the viewer directly, explaining how the different sock types contribute to his hiking comfort and performance."
580
+ }
581
+ ],
582
+ "thematicElements": "Hiking gear, sock layering, comfort, blister prevention",
583
+ "contextualRelevance": "",
584
+ "dynamismScore": 0.6,
585
+ "audioVisualCorrelation": 1.0
586
+ },
587
+ {
588
+ "sceneId": 7,
589
+ "title": "Hiking Footwear",
590
+ "timestamps": {
591
+ "start_timestamp": "00:03:34.042",
592
+ "end_timestamp": "00:04:08.125"
593
+ },
594
+ "cast": [
595
+ "Robin"
596
+ ],
597
+ "activities": [
598
+ {
599
+ "description": "Showing and describing Hanwag hiking boots",
600
+ "timestamp": {
601
+ "start_timestamp": "00:03:34.042",
602
+ "end_timestamp": "00:04:08.000"
603
+ }
604
+ },
605
+ {
606
+ "description": "Hiking footage with boots",
607
+ "timestamp": {
608
+ "start_timestamp": "00:04:06.000",
609
+ "end_timestamp": "00:04:08.000"
610
+ }
611
+ }
612
+ ],
613
+ "props": [
614
+ {
615
+ "name": "Hanwag Alta Bunion GTX boots",
616
+ "timestamp": {
617
+ "start_timestamp": "00:03:34.042",
618
+ "end_timestamp": "00:04:08.000"
619
+ }
620
+ }
621
+ ],
622
+ "videoEditingDetails": [
623
+ {
624
+ "description": "Text overlay with prop name",
625
+ "timestamps": {
626
+ "start_timestamp": "00:03:34.042",
627
+ "end_timestamp": "00:04:08.000"
628
+ }
629
+ },
630
+ {
631
+ "description": "Transition to hiking footage with cross dissolve",
632
+ "timestamps": {
633
+ "start_timestamp": "00:04:06.000",
634
+ "end_timestamp": "00:04:06.000"
635
+ }
636
+ }
637
+ ],
638
+ "mood": {
639
+ "description": "Content - Robin's factual tone and the detailed examination of the boots contribute to a practical and informative mood.",
640
+ "keyMoments": []
641
+ },
642
+ "narrativeProgression": [
643
+ {
644
+ "description": "Robin transitions to hiking footwear, emphasizing the importance of comfortable and durable boots for hiking.",
645
+ "timestamp": "00:03:34.042"
646
+ }
647
+ ],
648
+ "characterInteraction": [
649
+ {
650
+ "characters": [
651
+ "Robin"
652
+ ],
653
+ "description": "Robin addresses the viewer directly, sharing details about his preferred boots and highlighting their features and benefits."
654
+ }
655
+ ],
656
+ "thematicElements": "Hiking gear, footwear, comfort, support, durability",
657
+ "contextualRelevance": "",
658
+ "dynamismScore": 0.6,
659
+ "audioVisualCorrelation": 0.9
660
+ },
661
+ {
662
+ "sceneId": 8,
663
+ "title": "Warm Weather Layers",
664
+ "timestamps": {
665
+ "start_timestamp": "00:04:08.167",
666
+ "end_timestamp": "00:04:46.000"
667
+ },
668
+ "cast": [
669
+ "Robin"
670
+ ],
671
+ "activities": [
672
+ {
673
+ "description": "Showing and describing Arcteryx Atom LT vest",
674
+ "timestamp": {
675
+ "start_timestamp": "00:04:08.167",
676
+ "end_timestamp": "00:04:22.000"
677
+ }
678
+ },
679
+ {
680
+ "description": "Showing and describing Tiso t-shirt",
681
+ "timestamp": {
682
+ "start_timestamp": "00:04:22.000",
683
+ "end_timestamp": "00:04:46.000"
684
+ }
685
+ },
686
+ {
687
+ "description": "Footage of Robin climbing with t-shirt",
688
+ "timestamp": {
689
+ "start_timestamp": "00:04:31.000",
690
+ "end_timestamp": "00:04:36.000"
691
+ }
692
+ }
693
+ ],
694
+ "props": [
695
+ {
696
+ "name": "Arcteryx Atom LT vest",
697
+ "timestamp": {
698
+ "start_timestamp": "00:04:08.167",
699
+ "end_timestamp": "00:04:22.000"
700
+ }
701
+ },
702
+ {
703
+ "name": "Tiso t-shirt",
704
+ "timestamp": {
705
+ "start_timestamp": "00:04:22.000",
706
+ "end_timestamp": "00:04:46.000"
707
+ }
708
+ }
709
+ ],
710
+ "videoEditingDetails": [
711
+ {
712
+ "description": "Text overlay with prop names",
713
+ "timestamps": {
714
+ "start_timestamp": "00:04:08.167",
715
+ "end_timestamp": "00:04:22.000"
716
+ }
717
+ },
718
+ {
719
+ "description": "Transition to climbing footage with fade",
720
+ "timestamps": {
721
+ "start_timestamp": "00:04:31.000",
722
+ "end_timestamp": "00:04:31.000"
723
+ }
724
+ }
725
+ ],
726
+ "mood": {
727
+ "description": "Content - Robin's practical tone and the presentation of the vest and t-shirt maintain a neutral and informative mood.",
728
+ "keyMoments": []
729
+ },
730
+ "narrativeProgression": [
731
+ {
732
+ "description": "Robin shows additional layers for warm weather hiking, including a vest and a synthetic t-shirt.",
733
+ "timestamp": "00:04:08.167"
734
+ }
735
+ ],
736
+ "characterInteraction": [
737
+ {
738
+ "characters": [
739
+ "Robin"
740
+ ],
741
+ "description": "Robin directly addresses the viewer, explaining his choices for layering in warmer temperatures."
742
+ }
743
+ ],
744
+ "thematicElements": "Hiking gear, layering, temperature regulation, comfort",
745
+ "contextualRelevance": "",
746
+ "dynamismScore": 0.6,
747
+ "audioVisualCorrelation": 0.9
748
+ },
749
+ {
750
+ "sceneId": 9,
751
+ "title": "Warm Weather Gear",
752
+ "timestamps": {
753
+ "start_timestamp": "00:04:46.042",
754
+ "end_timestamp": "00:05:21.708"
755
+ },
756
+ "cast": [
757
+ "Robin"
758
+ ],
759
+ "activities": [
760
+ {
761
+ "description": "Showing and describing Forclaz trekking shorts",
762
+ "timestamp": {
763
+ "start_timestamp": "00:04:46.042",
764
+ "end_timestamp": "00:05:17.000"
765
+ }
766
+ },
767
+ {
768
+ "description": "Showing and describing Bridgedale Trail Sport socks",
769
+ "timestamp": {
770
+ "start_timestamp": "00:05:17.000",
771
+ "end_timestamp": "00:05:21.000"
772
+ }
773
+ },
774
+ {
775
+ "description": "Displaying the Forclaz shorts website page",
776
+ "timestamp": {
777
+ "start_timestamp": "00:04:52.000",
778
+ "end_timestamp": "00:05:01.000"
779
+ }
780
+ }
781
+ ],
782
+ "props": [
783
+ {
784
+ "name": "Forclaz trekking shorts",
785
+ "timestamp": {
786
+ "start_timestamp": "00:04:46.042",
787
+ "end_timestamp": "00:05:17.000"
788
+ }
789
+ },
790
+ {
791
+ "name": "Bridgedale Trail Sport socks",
792
+ "timestamp": {
793
+ "start_timestamp": "00:05:17.000",
794
+ "end_timestamp": "00:05:21.000"
795
+ }
796
+ }
797
+ ],
798
+ "videoEditingDetails": [
799
+ {
800
+ "description": "Text overlay with prop names",
801
+ "timestamps": {
802
+ "start_timestamp": "00:04:53.000",
803
+ "end_timestamp": "00:05:21.000"
804
+ }
805
+ },
806
+ {
807
+ "description": "Transition to website page with cross dissolve",
808
+ "timestamps": {
809
+ "start_timestamp": "00:04:52.000",
810
+ "end_timestamp": "00:04:52.000"
811
+ }
812
+ }
813
+ ],
814
+ "mood": {
815
+ "description": "Content - Robin's relaxed tone and the presentation of the shorts and socks maintain a neutral and informative mood.",
816
+ "keyMoments": []
817
+ },
818
+ "narrativeProgression": [
819
+ {
820
+ "description": "Robin continues showcasing gear for warmer weather hiking, including shorts and lightweight socks for trail shoes.",
821
+ "timestamp": "00:04:46.042"
822
+ }
823
+ ],
824
+ "characterInteraction": [
825
+ {
826
+ "characters": [
827
+ "Robin"
828
+ ],
829
+ "description": "Robin addresses the viewer directly, explaining his choices and offering insights into his preferences for warm weather gear."
830
+ }
831
+ ],
832
+ "thematicElements": "Hiking gear, comfort, practicality, affordability",
833
+ "contextualRelevance": "",
834
+ "dynamismScore": 0.6,
835
+ "audioVisualCorrelation": 0.9
836
+ },
837
+ {
838
+ "sceneId": 10,
839
+ "title": "Socks and Trail Runners",
840
+ "timestamps": {
841
+ "start_timestamp": "00:05:21.750",
842
+ "end_timestamp": "00:06:33.000"
843
+ },
844
+ "cast": [
845
+ "Robin"
846
+ ],
847
+ "activities": [
848
+ {
849
+ "description": "Showing and describing Darn Tough socks",
850
+ "timestamp": {
851
+ "start_timestamp": "00:05:21.750",
852
+ "end_timestamp": "00:05:46.000"
853
+ }
854
+ },
855
+ {
856
+ "description": "Showing and describing Saucony Peregrine ISO trail runners",
857
+ "timestamp": {
858
+ "start_timestamp": "00:05:46.000",
859
+ "end_timestamp": "00:06:33.000"
860
+ }
861
+ },
862
+ {
863
+ "description": "Displaying hiking footage with the Saucony trail runners",
864
+ "timestamp": {
865
+ "start_timestamp": "00:06:06.000",
866
+ "end_timestamp": "00:06:11.000"
867
+ }
868
+ },
869
+ {
870
+ "description": "Showing heel lift issue with the Saucony shoes",
871
+ "timestamp": {
872
+ "start_timestamp": "00:06:15.000",
873
+ "end_timestamp": "00:06:21.000"
874
+ }
875
+ }
876
+ ],
877
+ "props": [
878
+ {
879
+ "name": "Darn Tough socks",
880
+ "timestamp": {
881
+ "start_timestamp": "00:05:21.750",
882
+ "end_timestamp": "00:05:46.000"
883
+ }
884
+ },
885
+ {
886
+ "name": "Saucony Peregrine ISO trail runners",
887
+ "timestamp": {
888
+ "start_timestamp": "00:05:46.000",
889
+ "end_timestamp": "00:06:33.000"
890
+ }
891
+ }
892
+ ],
893
+ "videoEditingDetails": [
894
+ {
895
+ "description": "Text overlay with prop names",
896
+ "timestamps": {
897
+ "start_timestamp": "00:05:23.000",
898
+ "end_timestamp": "00:05:51.000"
899
+ }
900
+ },
901
+ {
902
+ "description": "Transition to hiking footage with fade",
903
+ "timestamps": {
904
+ "start_timestamp": "00:06:06.000",
905
+ "end_timestamp": "00:06:06.000"
906
+ }
907
+ },
908
+ {
909
+ "description": "Transition to close up shot of shoes on rock with fade",
910
+ "timestamps": {
911
+ "start_timestamp": "00:06:15.000",
912
+ "end_timestamp": "00:06:15.000"
913
+ }
914
+ }
915
+ ],
916
+ "mood": {
917
+ "description": "Content - Robin's practical tone and the presentation of the socks and trail runners maintain a neutral and informative mood.",
918
+ "keyMoments": []
919
+ },
920
+ "narrativeProgression": [
921
+ {
922
+ "description": "Robin showcases the socks and shoes he uses for longer hiking trips, emphasizing their comfort and features.",
923
+ "timestamp": "00:05:21.750"
924
+ }
925
+ ],
926
+ "characterInteraction": [
927
+ {
928
+ "characters": [
929
+ "Robin"
930
+ ],
931
+ "description": "Robin directly addresses the viewer, sharing information about his preferred gear and addressing a minor issue with heel lift in the trail runners."
932
+ }
933
+ ],
934
+ "thematicElements": "Hiking gear, comfort, durability, performance",
935
+ "contextualRelevance": "",
936
+ "dynamismScore": 0.7,
937
+ "audioVisualCorrelation": 0.9
938
+ },
939
+ {
940
+ "sceneId": 11,
941
+ "title": "Jackets for Cold Weather",
942
+ "timestamps": {
943
+ "start_timestamp": "00:06:33.042",
944
+ "end_timestamp": "00:07:09.000"
945
+ },
946
+ "cast": [
947
+ "Robin"
948
+ ],
949
+ "activities": [
950
+ {
951
+ "description": "Showing and describing Mountain Equipment Superflux jacket",
952
+ "timestamp": {
953
+ "start_timestamp": "00:06:33.042",
954
+ "end_timestamp": "00:06:52.000"
955
+ }
956
+ },
957
+ {
958
+ "description": "Showing and describing Mountain Equipment Firefox jacket",
959
+ "timestamp": {
960
+ "start_timestamp": "00:06:52.000",
961
+ "end_timestamp": "00:07:09.000"
962
+ }
963
+ },
964
+ {
965
+ "description": "Footage of Robin inside tent with Superflux jacket",
966
+ "timestamp": {
967
+ "start_timestamp": "00:06:46.000",
968
+ "end_timestamp": "00:06:51.000"
969
+ }
970
+ }
971
+ ],
972
+ "props": [
973
+ {
974
+ "name": "Mountain Equipment Superflux jacket",
975
+ "timestamp": {
976
+ "start_timestamp": "00:06:33.042",
977
+ "end_timestamp": "00:06:52.000"
978
+ }
979
+ },
980
+ {
981
+ "name": "Mountain Equipment Firefox jacket",
982
+ "timestamp": {
983
+ "start_timestamp": "00:06:52.000",
984
+ "end_timestamp": "00:07:09.000"
985
+ }
986
+ }
987
+ ],
988
+ "videoEditingDetails": [
989
+ {
990
+ "description": "Text overlay with prop names",
991
+ "timestamps": {
992
+ "start_timestamp": "00:06:33.042",
993
+ "end_timestamp": "00:07:09.000"
994
+ }
995
+ },
996
+ {
997
+ "description": "Transition to tent footage with fade",
998
+ "timestamps": {
999
+ "start_timestamp": "00:06:46.000",
1000
+ "end_timestamp": "00:06:46.000"
1001
+ }
1002
+ }
1003
+ ],
1004
+ "mood": {
1005
+ "description": "Content - Robin's straightforward descriptions and the visual presentation of the jackets contribute to a practical and informative mood.",
1006
+ "keyMoments": []
1007
+ },
1008
+ "narrativeProgression": [
1009
+ {
1010
+ "description": "Robin showcases insulation layers for colder weather hiking and camping, including a synthetic down jacket and a waterproof shell jacket.",
1011
+ "timestamp": "00:06:33.042"
1012
+ }
1013
+ ],
1014
+ "characterInteraction": [
1015
+ {
1016
+ "characters": [
1017
+ "Robin"
1018
+ ],
1019
+ "description": "Robin directly addresses the viewer, explaining the features and benefits of the jackets and mentioning the need to replace the shell jacket soon."
1020
+ }
1021
+ ],
1022
+ "thematicElements": "Hiking gear, insulation, warmth, waterproof protection",
1023
+ "contextualRelevance": "",
1024
+ "dynamismScore": 0.6,
1025
+ "audioVisualCorrelation": 0.9
1026
+ },
1027
+ {
1028
+ "sceneId": 12,
1029
+ "title": "Waterproof Trousers",
1030
+ "timestamps": {
1031
+ "start_timestamp": "00:07:09.042",
1032
+ "end_timestamp": "00:07:38.208"
1033
+ },
1034
+ "cast": [
1035
+ "Robin"
1036
+ ],
1037
+ "activities": [
1038
+ {
1039
+ "description": "Showing and describing Berghaus Paclite waterproof trousers",
1040
+ "timestamp": {
1041
+ "start_timestamp": "00:07:09.042",
1042
+ "end_timestamp": "00:07:38.000"
1043
+ }
1044
+ }
1045
+ ],
1046
+ "props": [
1047
+ {
1048
+ "name": "Berghaus Paclite waterproof trousers",
1049
+ "timestamp": {
1050
+ "start_timestamp": "00:07:09.042",
1051
+ "end_timestamp": "00:07:38.000"
1052
+ }
1053
+ }
1054
+ ],
1055
+ "videoEditingDetails": [
1056
+ {
1057
+ "description": "Text overlay with prop name",
1058
+ "timestamps": {
1059
+ "start_timestamp": "00:07:22.000",
1060
+ "end_timestamp": "00:07:26.000"
1061
+ }
1062
+ }
1063
+ ],
1064
+ "mood": {
1065
+ "description": "Content - Robin's casual tone and the presentation of the waterproof trousers maintain a neutral and informative mood.",
1066
+ "keyMoments": []
1067
+ },
1068
+ "narrativeProgression": [
1069
+ {
1070
+ "description": "Robin concludes his gear showcase by presenting his waterproof trousers, highlighting their durability and packability.",
1071
+ "timestamp": "00:07:09.042"
1072
+ }
1073
+ ],
1074
+ "characterInteraction": [
1075
+ {
1076
+ "characters": [
1077
+ "Robin"
1078
+ ],
1079
+ "description": "Robin directly addresses the viewer, explaining his experience with the trousers and pointing out some wear and tear."
1080
+ }
1081
+ ],
1082
+ "thematicElements": "Hiking gear, waterproof protection, durability",
1083
+ "contextualRelevance": "",
1084
+ "dynamismScore": 0.6,
1085
+ "audioVisualCorrelation": 1.0
1086
+ },
1087
+ {
1088
+ "sceneId": 13,
1089
+ "title": "Conclusion and Engagement",
1090
+ "timestamps": {
1091
+ "start_timestamp": "00:07:38.250",
1092
+ "end_timestamp": "00:07:53.583"
1093
+ },
1094
+ "cast": [
1095
+ "Robin"
1096
+ ],
1097
+ "activities": [
1098
+ {
1099
+ "description": "Summarizing the video",
1100
+ "timestamp": {
1101
+ "start_timestamp": "00:07:38.250",
1102
+ "end_timestamp": "00:07:52.000"
1103
+ }
1104
+ },
1105
+ {
1106
+ "description": "Encouraging viewers to ask questions",
1107
+ "timestamp": {
1108
+ "start_timestamp": "00:07:38.250",
1109
+ "end_timestamp": "00:07:45.000"
1110
+ }
1111
+ },
1112
+ {
1113
+ "description": "Encouraging viewers to subscribe",
1114
+ "timestamp": {
1115
+ "start_timestamp": "00:07:45.000",
1116
+ "end_timestamp": "00:07:52.000"
1117
+ }
1118
+ }
1119
+ ],
1120
+ "props": [],
1121
+ "videoEditingDetails": [
1122
+ {
1123
+ "description": "Film strip effect",
1124
+ "timestamps": {
1125
+ "start_timestamp": "00:07:38.250",
1126
+ "end_timestamp": "00:07:38.250"
1127
+ }
1128
+ },
1129
+ {
1130
+ "description": "Text overlay with 'Subscribe'",
1131
+ "timestamps": {
1132
+ "start_timestamp": "00:07:46.000",
1133
+ "end_timestamp": "00:07:51.000"
1134
+ }
1135
+ },
1136
+ {
1137
+ "description": "Downward arrow icon overlay on Robin's face",
1138
+ "timestamps": {
1139
+ "start_timestamp": "00:07:47.000",
1140
+ "end_timestamp": "00:07:51.000"
1141
+ }
1142
+ }
1143
+ ],
1144
+ "mood": {
1145
+ "description": "Content - Robin's relaxed tone and direct address to the viewer create a sense of closure and friendliness.",
1146
+ "keyMoments": []
1147
+ },
1148
+ "narrativeProgression": [
1149
+ {
1150
+ "description": "Robin concludes the video by summarizing the content, inviting viewers to ask questions, and encouraging them to subscribe to his channel.",
1151
+ "timestamp": "00:07:38.250"
1152
+ }
1153
+ ],
1154
+ "characterInteraction": [
1155
+ {
1156
+ "characters": [
1157
+ "Robin"
1158
+ ],
1159
+ "description": "Robin directly addresses the viewer, fostering a connection and encouraging further interaction."
1160
+ }
1161
+ ],
1162
+ "thematicElements": "Hiking gear, community engagement",
1163
+ "contextualRelevance": "",
1164
+ "dynamismScore": 0.8,
1165
+ "audioVisualCorrelation": 1.0
1166
+ }
1167
+ ],
1168
+ "storylines": {
1169
+ "description": "Robin showcases and describes the hiking gear he uses, categorized by clothing type and purpose.",
1170
+ "scenes": [
1171
+ 1,
1172
+ 2,
1173
+ 3,
1174
+ 4,
1175
+ 5,
1176
+ 6,
1177
+ 7,
1178
+ 8,
1179
+ 9,
1180
+ 10,
1181
+ 11,
1182
+ 12,
1183
+ 13
1184
+ ],
1185
+ "climax": {
1186
+ "description": "Not applicable as there isn't a traditional narrative climax.",
1187
+ "timestamp": null
1188
+ }
1189
+ },
1190
+ "qAndA": [
1191
+ {
1192
+ "question": "What brand of socks does Robin use with his hiking boots?",
1193
+ "answer": "He uses Smartwool Hike Light Crew socks with Bridgedale Coolmax sock liners underneath."
1194
+ },
1195
+ {
1196
+ "question": "Why did Robin buy the Hanwag hiking boots?",
1197
+ "answer": "He bought them because they are designed for wider feet and people with bunions, which he has on his left foot."
1198
+ },
1199
+ {
1200
+ "question": "What is Robin's main complaint about the Saucony Peregrine ISO trail runners?",
1201
+ "answer": "He experiences a slight bit of heel lift when wearing them, although it hasn't caused him blisters."
1202
+ },
1203
+ {
1204
+ "question": "What type of jacket does Robin wear inside his tent for warmth?",
1205
+ "answer": "He wears the Mountain Equipment Superflux jacket, which is a synthetic insulated jacket."
1206
+ },
1207
+ {
1208
+ "question": "Does Robin prefer merino wool or synthetic base layers for hiking?",
1209
+ "answer": "He prefers merino wool, but he mentions that he uses a synthetic blend for durability and a longer lifespan."
1210
+ }
1211
+ ],
1212
+ "trimmingSuggestions": [
1213
+ {
1214
+ "description": "Trim the website pages displaying the products to shorter durations, showing just a glimpse of the product and price.",
1215
+ "timestamps": {
1216
+ "start_timestamp": null,
1217
+ "end_timestamp": null
1218
+ }
1219
+ },
1220
+ {
1221
+ "description": "Trim some of the repetitive hiking footage to keep the visual flow engaging, such as reducing the duration of Robin hiking with the same jacket.",
1222
+ "timestamps": {
1223
+ "start_timestamp": null,
1224
+ "end_timestamp": null
1225
+ }
1226
+ }
1227
+ ],
1228
+ "fps": 24.0
1229
+ },
1230
+ "text_to_speech": "hi folks robin here in today's film i'm going to show you exactly what i wear when i'm hiking on the hills from head to toe let's get stuck right in okay to kick this off we'll start with the beanie hat this is just a classic beanie from mountain equipment but it's not so chilly i like to wear a baseball cap this is an outdoor research one i really like this very comfortable i have to say so this here is my tilly hat i've just bought this earlier on this year it was in the in the sale they're 75 pound normally i've got this for about 40 odd these last a lifetime i just hope i don't look too grandad or indiana jones in it though okay so moving down to the torso this here is my burger sort of fleece jacket i wear this all the time i love it i actually won this from a taizo instagram competition by posting a photo so that was quite good if it's too hot for the fleece this will obviously come off and underneath i'll have this montane this is a synthetic merino blend as you see it's a few years old it's got more holes in the tea bag so i'm going to have to replace this at some point if i liked this um i think i was about 55 pounds and i think having the blend is the best of both because you get the strength of the man-made fibers and then you get the the qualities of the median also you've got some warmth and obviously they don't smell half as quick as just synthetic tops glove wise i've got these packable head ones these are just cheap ones you can use your phone with them as well if it's a bit colder still i'll opt for the mountain prism gloves which are here these pack up tiny watch-wise i don't go in for smart watches so i have this here it's a sunto all black core i just use this for my time what height i'm at and that's pretty much it oh if you take off your rush you get a good temperature reading as well for when you're camped up at night during lockdown i also bought this this is the casio equivalent it's a bit more retro but argos other sale and i thought why not moving on to trousers i have had these for years i got this pair for my 30th birthday and i am 39 this year just to give you an idea how old these are they've been everywhere i've seen so many monroes these ones are a bit past that i went and ripped from there they've got them caught on a nail so i've actually replaced these with the baltic blue equivalent and i'm looking forward to trying them out but these i really have lasted the test of time if i hadn't ripped them there these over the last another few years i reckon i always wonder why people spend hundreds of pounds on quick dry and lightweight gear and then they wear cotton boxing shorts so i go with i've got puma but i do this equivalence and these they're just they don't chafe as much they dry quicker and they're just so much better than cotton i don't know why these wear cotton boxers but there you go moving on to the socks this is the british steel sock cleaners these help reduce chances of blisters and so i wear them underneath and then i have the smart wheel these are a mid-weight sock which are ideal for free season use they're not too thick but they're thick enough to give you some cushioning and again they don't smell as bad because obviously marina will i will touch on footwear footwear is a very personal thing because we'll have different sized feet but however these are my hand wags and the reason i bought these is they're designed for people with wider feet and or a bunion i do unfortunately have a mild banging on my left foot so these are one of the few boots i've found actually fit my feet without hurting the gore-tex lined they're grippy you can see they're starting to wear out the front there i really like these and i will be buying another pair right so when it's really hot and the weather forecast is looking ding-dong you know the temperatures are going to be pretty high for your trip i would wear this a little gilly for if it's a bit chilly at the summit and underneath the gillette that's an arterix by the way now i'm not sponsored by taizo by the way but um we got these free from a taizo event but um i would wear this or a similar sort of t-shirt synthetic um again these tend to smell after a day or two i do prefer merino wool but this is just for shorter quick day trips i don't wear shorts very often i didn't want to spend a fortune so i turned to decathlon and these four class shots are 25 pound i've got a pair on just now as well they are 25 pound i think i just mentioned that they're comfortable they're lightweight they dry quick i was actually tempted to buy the trouser version of these but i decided just to go with what i knew and i stuck with the mountain terra pants but yes really good shots like these a lot these socks are what i'd wear if i'm wearing trail shoes trail runners so i've just got a pair of sort of ankle height bridge tail socks these are quite thin but they put the cushioning in the important places obviously the toes and your heels and i find them pretty comfortable with quick drying because there's not a lot of material there for a bit more comfort and longer trips i've gone for the darn tough ones and these are kraken socks i have to say i've only worn these once or twice but i'm impressed so far summer footwear these are the saucony peregrine iso shoes these are brilliant as you can see they've got a very aggressive sole they've got a rock plate here to protect your soul got a lot of cushioning at the back and there's a four millimeter lift from toe to heel i find these incredibly comfortable and they're brilliant no complaints whatsoever well one minor complaint actually you do get a slight bit of heel lift um and i've read this before however i've never had any blisters from that it's just something you have to get used to but otherwise yeah i've actually bought another pair of these and they're on their way because they've brought a new model and i just think these are you know what it's like next up is insulation this here is the a mountain equipment superflux jacket it's synthetic rather than down and it weighs about 440 grams this side we're at at the summit if it was chilly or if i'm out camping for later on in the evening when the temperatures drop rain gear i have the mountain equipment firefly jacket this is going to be replaced soon it's starting to wear out a wee bit uh it's still waterproof but you can see there the gore-tex there's just starting to free a wee bit so i think i'll be getting replaced soon i do like that i might buy the newer version of that see what's out at the time waterproof trousers i've gone for the bergos backlight equivalent to the jacket there they're both packed lights and these have never really let me down either again they're getting on a bit there's a rip here somewhere when i had crampons on where is it you can see i've tried to patch up there but yeah they're really good too all right folks i hope you found that useful if you've got any questions about anything that'll wear please just drop the question below in the comments section if you haven't already please do hit the subscribe button as well otherwise i'm gonna get a cold drink and i'll catch you next one cheers"
1231
+ }
metadata/OVKaA1YCeH8.json ADDED
@@ -0,0 +1,489 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 428,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Camping",
6
+ "youtube_title": "TENT REVIEW: The Truck Tent Tips & Tricks",
7
+ "youtube_description": "We have been using a truck tent for a while now and have some tips and tricks to provide a better and more comfortable camping trip!!!!\n\n\nhttps://www.homedepot.com/p/Lasko-Compact-9-2-in-1500-Watt-Electric-Ceramic-Space-Heater-with-Automatic-Overheat-Protection-754200/100669067\n\nBelow is some apps & websites that we use when we go camping.\n==================\nhttps://thedyrt.com/\nhttps://freecampsites.net/\nhttps://freeroam.app/\nhttps://www.fs.usda.gov/\nhttps://www.alltrails.com/\n=======================\nHelpful RV Related Links: \n\n❇️ Check out our RV Products Pages ❇️*\nhttps://cherishthejourney.com/products/\n\n❇️ Harvest Hosts (Get 15% off your membership with this link) ❇️*\nInterested in becoming a Host? The link below is for you as well! \nhttp://harvesthosts.refr.cc/danielras...\n================\n\nAll Rights Reserved - Cherish the Journey, LLC\n \nWe create videos for entertainment purposes only. Although we share our tips and tricks that work for us, we are not travel or RV experts, therefore it's important to do your own research to find what works best for you.\n=====================\n#cherishthejourney\n#trucktentcamping\n#overlanding",
8
+ "text_to_speech_word_count": 1223,
9
+ "youtube_categories": [
10
+ "Travel & Events"
11
+ ],
12
+ "youtube_tags": [
13
+ "truck tent",
14
+ "camping",
15
+ "truck tent camping",
16
+ "best truck tent",
17
+ "napier truck tent",
18
+ "best truck tents",
19
+ "truck tents reviews",
20
+ "truck bed tent",
21
+ "truck camping",
22
+ "truck tent review",
23
+ "tent camping",
24
+ "pickup truck tent",
25
+ "truck tent setup",
26
+ "camping gear",
27
+ "tent",
28
+ "vehicle camping",
29
+ "truck bed tent camper",
30
+ "pickup truck tent camping",
31
+ "overlanding",
32
+ "camp",
33
+ "overland tent",
34
+ "roof top tent",
35
+ "truck bed tents",
36
+ "best truck bed tent"
37
+ ],
38
+ "youtube_channel": "Cherish the Journey",
39
+ "youtube_view_count": 1165,
40
+ "youtube_comment_count": 5,
41
+ "youtube_like_count": 30,
42
+ "youtube_channel_follower_count": 393,
43
+ "youtube_upload_date": "20220222",
44
+ "youtube_age_limit": 0,
45
+ "content_metadata": {
46
+ "title": "Video Analysis of Truck Tent Camping Tips and Tricks",
47
+ "description": "This video provides insights and practical advice on truck tent camping, led by Daniel and Jennifer along with their dog, Buddy.",
48
+ "characterList": [
49
+ {
50
+ "characterId": "1",
51
+ "name": "Daniel",
52
+ "description": "Male, wearing a gray long-sleeved shirt, a dark baseball cap, sunglasses, and dark shorts."
53
+ },
54
+ {
55
+ "characterId": "2",
56
+ "name": "Jennifer",
57
+ "description": "Female, wearing a gray short-sleeved T-shirt with a 'Kartchner Caverns' graphic, sunglasses, and black leggings."
58
+ },
59
+ {
60
+ "characterId": "3",
61
+ "name": "Buddy",
62
+ "description": "A small, black and white dog."
63
+ }
64
+ ],
65
+ "scenes": [
66
+ {
67
+ "sceneId": 1,
68
+ "title": "Introduction",
69
+ "timestamps": {
70
+ "start_timestamp": "00:00:00.000",
71
+ "end_timestamp": "00:00:28.267"
72
+ },
73
+ "cast": [
74
+ "Daniel",
75
+ "Jennifer"
76
+ ],
77
+ "activities": [
78
+ {
79
+ "description": "Daniel and Jennifer introduce themselves and the topic of the video: truck tent camping.",
80
+ "timestamp": {
81
+ "start_timestamp": "00:00:00.000",
82
+ "end_timestamp": "00:00:09.000"
83
+ }
84
+ },
85
+ {
86
+ "description": "Daniel explains what truck tent camping is.",
87
+ "timestamp": {
88
+ "start_timestamp": "00:00:09.000",
89
+ "end_timestamp": "00:00:20.000"
90
+ }
91
+ },
92
+ {
93
+ "description": "Daniel encourages viewers to stay tuned for tips and tricks.",
94
+ "timestamp": {
95
+ "start_timestamp": "00:00:20.000",
96
+ "end_timestamp": "00:00:28.000"
97
+ }
98
+ }
99
+ ],
100
+ "props": [
101
+ {
102
+ "name": "White pickup truck with a tent set up in the back",
103
+ "timestamp": {
104
+ "start_timestamp": "00:00:00.000",
105
+ "end_timestamp": "00:00:28.000"
106
+ }
107
+ },
108
+ {
109
+ "name": "Pop-up canopy",
110
+ "timestamp": {
111
+ "start_timestamp": "00:00:00.000",
112
+ "end_timestamp": "00:00:28.000"
113
+ }
114
+ }
115
+ ],
116
+ "videoEditingDetails": [
117
+ {
118
+ "description": "Transition to an animated logo sequence with music",
119
+ "timestamps": {
120
+ "start_timestamp": "00:00:28.000",
121
+ "end_timestamp": "00:00:28.000"
122
+ }
123
+ }
124
+ ],
125
+ "mood": {
126
+ "description": "Excited, Curious",
127
+ "keyMoments": []
128
+ },
129
+ "narrativeProgression": [
130
+ {
131
+ "description": "Introduces the topic and characters, piques viewer interest.",
132
+ "timestamp": "00:00:00.000"
133
+ }
134
+ ],
135
+ "characterInteraction": [
136
+ {
137
+ "characters": [
138
+ "Daniel",
139
+ "Jennifer"
140
+ ],
141
+ "description": "Daniel and Jennifer stand side by side, speaking directly to the camera."
142
+ }
143
+ ],
144
+ "thematicElements": "Introduction to truck tent camping.",
145
+ "contextualRelevance": "Setting the stage for the video content and theme.",
146
+ "dynamismScore": 0.8,
147
+ "audioVisualCorrelation": 1.0
148
+ },
149
+ {
150
+ "sceneId": 2,
151
+ "title": "Benefits of Truck Tent Camping",
152
+ "timestamps": {
153
+ "start_timestamp": "00:00:28.300",
154
+ "end_timestamp": "00:01:26.933"
155
+ },
156
+ "cast": [
157
+ "Daniel",
158
+ "Jennifer"
159
+ ],
160
+ "activities": [
161
+ {
162
+ "description": "Jennifer highlights the benefits of a truck tent being off the ground.",
163
+ "timestamp": {
164
+ "start_timestamp": "00:00:28.300",
165
+ "end_timestamp": "00:01:09.000"
166
+ }
167
+ },
168
+ {
169
+ "description": "Jennifer describes their experience sleeping in an air mattress on the ground vs. in a truck tent.",
170
+ "timestamp": {
171
+ "start_timestamp": "00:01:09.000",
172
+ "end_timestamp": "00:01:26.933"
173
+ }
174
+ }
175
+ ],
176
+ "props": [
177
+ {
178
+ "name": "White pickup truck with a tent set up in the back",
179
+ "timestamp": {
180
+ "start_timestamp": "00:00:28.300",
181
+ "end_timestamp": "00:01:26.933"
182
+ }
183
+ }
184
+ ],
185
+ "videoEditingDetails": [
186
+ {
187
+ "description": "Text overlay 'UP OFF THE GROUND Vs ON THE GROUND'",
188
+ "timestamps": {
189
+ "start_timestamp": "00:01:06.000",
190
+ "end_timestamp": "00:01:08.000"
191
+ }
192
+ }
193
+ ],
194
+ "mood": {
195
+ "description": "Informative, Content",
196
+ "keyMoments": []
197
+ },
198
+ "narrativeProgression": [
199
+ {
200
+ "description": "Explains the advantages of truck tent camping, specifically sleeping off the ground.",
201
+ "timestamp": "00:00:28.300"
202
+ }
203
+ ],
204
+ "characterInteraction": [
205
+ {
206
+ "characters": [
207
+ "Jennifer",
208
+ "Daniel"
209
+ ],
210
+ "description": "Jennifer takes the lead in explaining the benefits, Daniel listens and occasionally interjects with comments."
211
+ }
212
+ ],
213
+ "thematicElements": "Advantages of truck tent camping.",
214
+ "contextualRelevance": "Personal experiences and insights on truck tent camping advantages.",
215
+ "dynamismScore": 0.6,
216
+ "audioVisualCorrelation": 0.9
217
+ },
218
+ {
219
+ "sceneId": 3,
220
+ "title": "Additional Advantages & Freedom of Camping",
221
+ "timestamps": {
222
+ "start_timestamp": "00:01:26.967",
223
+ "end_timestamp": "00:02:49.267"
224
+ },
225
+ "cast": [
226
+ "Daniel",
227
+ "Jennifer"
228
+ ],
229
+ "activities": [
230
+ {
231
+ "description": "Jennifer discusses the comfort of sitting up in the truck tent.",
232
+ "timestamp": {
233
+ "start_timestamp": "00:01:27.000",
234
+ "end_timestamp": "00:02:24.000"
235
+ }
236
+ },
237
+ {
238
+ "description": "Daniel emphasizes the freedom to camp anywhere, especially with a 4WD vehicle.",
239
+ "timestamp": {
240
+ "start_timestamp": "00:02:49.000",
241
+ "end_timestamp": "00:02:49.267"
242
+ }
243
+ }
244
+ ],
245
+ "props": [
246
+ {
247
+ "name": "White pickup truck with a tent set up in the back",
248
+ "timestamp": {
249
+ "start_timestamp": "00:01:27.000",
250
+ "end_timestamp": "00:02:49.000"
251
+ }
252
+ }
253
+ ],
254
+ "videoEditingDetails": [
255
+ {
256
+ "description": "Cut to a video of a vehicle driving on a dirt road",
257
+ "timestamps": {
258
+ "start_timestamp": "00:02:49.267",
259
+ "end_timestamp": "00:02:49.267"
260
+ }
261
+ },
262
+ {
263
+ "description": "Text overlay 'FREEDOM TO CAMP WHERE YOU WANT'",
264
+ "timestamps": {
265
+ "start_timestamp": "00:02:49.267",
266
+ "end_timestamp": "00:02:49.267"
267
+ }
268
+ }
269
+ ],
270
+ "mood": {
271
+ "description": "Informative, Excited",
272
+ "keyMoments": []
273
+ },
274
+ "narrativeProgression": [
275
+ {
276
+ "description": "Expands on the advantages of truck tent camping, highlighting comfort and freedom.",
277
+ "timestamp": "00:01:27.000"
278
+ }
279
+ ],
280
+ "characterInteraction": [
281
+ {
282
+ "characters": [
283
+ "Daniel",
284
+ "Jennifer"
285
+ ],
286
+ "description": "Both Daniel and Jennifer contribute to the discussion, sharing their perspectives."
287
+ }
288
+ ],
289
+ "thematicElements": "The versatility and freedom of truck tent camping.",
290
+ "contextualRelevance": "Highlighting the practical advantages of mobile camping solutions.",
291
+ "dynamismScore": 0.7,
292
+ "audioVisualCorrelation": 0.8
293
+ },
294
+ {
295
+ "sceneId": 4,
296
+ "title": "Ceramic Heater and Truck Battery",
297
+ "timestamps": {
298
+ "start_timestamp": "00:02:49.300",
299
+ "end_timestamp": "00:07:07.500"
300
+ },
301
+ "cast": [
302
+ "Daniel",
303
+ "Jennifer",
304
+ "Buddy"
305
+ ],
306
+ "activities": [
307
+ {
308
+ "description": "Daniel mentions a potential disadvantage of smaller truck tents compared to larger ground tents.",
309
+ "timestamp": {
310
+ "start_timestamp": "00:02:49.300",
311
+ "end_timestamp": "00:03:34.000"
312
+ }
313
+ },
314
+ {
315
+ "description": "Daniel explains their use of a 1500-watt inverter and a ceramic heater for warmth.",
316
+ "timestamp": {
317
+ "start_timestamp": "00:03:34.000",
318
+ "end_timestamp": "00:04:56.000"
319
+ }
320
+ },
321
+ {
322
+ "description": "Jennifer advises against running the heater all night unless a strong battery is available.",
323
+ "timestamp": {
324
+ "start_timestamp": "00:04:57.000",
325
+ "end_timestamp": "00:05:18.000"
326
+ }
327
+ },
328
+ {
329
+ "description": "Jennifer suggests checking out their previous videos about battery issues and the ceramic heater.",
330
+ "timestamp": {
331
+ "start_timestamp": "00:05:18.000",
332
+ "end_timestamp": "00:05:28.000"
333
+ }
334
+ },
335
+ {
336
+ "description": "Daniel and Jennifer thank viewers and encourage comments and subscriptions.",
337
+ "timestamp": {
338
+ "start_timestamp": "00:05:28.000",
339
+ "end_timestamp": "00:06:09.000"
340
+ }
341
+ }
342
+ ],
343
+ "props": [
344
+ {
345
+ "name": "White pickup truck with a tent set up in the back",
346
+ "timestamp": {
347
+ "start_timestamp": "00:02:49.300",
348
+ "end_timestamp": "00:06:09.000"
349
+ }
350
+ },
351
+ {
352
+ "name": "1500-watt inverter",
353
+ "timestamp": {
354
+ "start_timestamp": "00:04:19.000",
355
+ "end_timestamp": "00:04:24.000"
356
+ }
357
+ },
358
+ {
359
+ "name": "Ceramic heater",
360
+ "timestamp": {
361
+ "start_timestamp": "00:04:33.000",
362
+ "end_timestamp": "00:04:56.000"
363
+ }
364
+ }
365
+ ],
366
+ "videoEditingDetails": [
367
+ {
368
+ "description": "Text overlay 'SLEEP BETTER, SLEEP HIGHER, & MORE COMFORTABLE SPACE'",
369
+ "timestamps": {
370
+ "start_timestamp": "00:02:49.300",
371
+ "end_timestamp": "00:02:49.300"
372
+ }
373
+ },
374
+ {
375
+ "description": "Cut to an image of a large tent being set up",
376
+ "timestamps": {
377
+ "start_timestamp": "00:03:43.000",
378
+ "end_timestamp": "00:03:46.000"
379
+ }
380
+ },
381
+ {
382
+ "description": "Cut to an image of a portable generator",
383
+ "timestamps": {
384
+ "start_timestamp": "00:05:45.000",
385
+ "end_timestamp": "00:05:49.000"
386
+ }
387
+ },
388
+ {
389
+ "description": "A large thumbs up emoji appears on screen",
390
+ "timestamps": {
391
+ "start_timestamp": "00:06:04.000",
392
+ "end_timestamp": "00:06:04.000"
393
+ }
394
+ },
395
+ {
396
+ "description": "Text overlay 'LEAVE A COMMENT'",
397
+ "timestamps": {
398
+ "start_timestamp": "00:06:12.000",
399
+ "end_timestamp": "00:06:12.000"
400
+ }
401
+ },
402
+ {
403
+ "description": "Text overlay 'SUBSCRIBE' and a notification bell icon",
404
+ "timestamps": {
405
+ "start_timestamp": "00:06:22.000",
406
+ "end_timestamp": "00:06:22.000"
407
+ }
408
+ }
409
+ ],
410
+ "mood": {
411
+ "description": "Informative, Helpful, Grateful",
412
+ "keyMoments": []
413
+ },
414
+ "narrativeProgression": [
415
+ {
416
+ "description": "Provides detailed information about using an inverter and ceramic heater, acknowledges potential challenges.",
417
+ "timestamp": "00:02:49.300"
418
+ }
419
+ ],
420
+ "characterInteraction": [
421
+ {
422
+ "characters": [
423
+ "Daniel",
424
+ "Jennifer"
425
+ ],
426
+ "description": "Daniel takes the lead in explaining the inverter and heater, Jennifer adds valuable advice."
427
+ },
428
+ {
429
+ "characters": [
430
+ "Jennifer",
431
+ "Buddy"
432
+ ],
433
+ "description": "Buddy the dog joins, prompting playful interactions. Jennifer explains he is a pug-chihuahua mix."
434
+ }
435
+ ],
436
+ "thematicElements": "Tips on using electronic devices safely in a truck tent environment.",
437
+ "contextualRelevance": "Advising viewers on efficient battery use and heating options while camping.",
438
+ "dynamismScore": 0.8,
439
+ "audioVisualCorrelation": 0.9
440
+ }
441
+ ],
442
+ "storylines": {
443
+ "description": "The video follows a storyline around sharing benefits and practical tips on truck tent camping, featuring personal experiences from Daniel and Jennifer and their interactions with their dog, Buddy.",
444
+ "scenes": [
445
+ 1,
446
+ 2,
447
+ 3,
448
+ 4
449
+ ],
450
+ "climax": {
451
+ "description": "The climax is a culmination of the information and advice provided about truck tent camping throughout the video.",
452
+ "timestamp": "00:06:09.000"
453
+ }
454
+ },
455
+ "qAndA": [
456
+ {
457
+ "question": "What type of heater do Daniel and Jennifer use in their truck tent?",
458
+ "answer": "They use a ceramic heater that they purchased from Home Depot for $25-$30."
459
+ },
460
+ {
461
+ "question": "Why do Daniel and Jennifer prefer the truck tent to a tent on the ground?",
462
+ "answer": "They find it warmer, more comfortable for sitting up, and they like sleeping off the ground."
463
+ },
464
+ {
465
+ "question": "What advantage does a ceramic heater offer over other types of heaters for tent camping?",
466
+ "answer": "It eliminates the risk of sparks or fire, making it safer to use inside a tent."
467
+ },
468
+ {
469
+ "question": "What potential issue do Daniel and Jennifer highlight regarding the use of electrical appliances in a truck tent?",
470
+ "answer": "Draining the truck battery, potentially leaving them stranded."
471
+ },
472
+ {
473
+ "question": "What is the mood of the video?",
474
+ "answer": "The video is primarily informative and helpful, with a positive and excited undertone. The characters are enthusiastic about truck tent camping and genuinely want to share their knowledge with viewers."
475
+ }
476
+ ],
477
+ "trimmingSuggestions": [
478
+ {
479
+ "description": "The segment where Jennifer repeatedly emphasizes not running the heater all night could be slightly shortened to avoid repetition.",
480
+ "timestamps": {
481
+ "start_timestamp": "00:04:57.000",
482
+ "end_timestamp": "00:05:18.000"
483
+ }
484
+ }
485
+ ],
486
+ "fps": 30.0
487
+ },
488
+ "text_to_speech": "thanks for joining us my name is daniel i'm jennifer this is a journey and today we are talking about truck tent camping and what is that well it's pretty much you put a tent in the back of the truck and these tents are specifically designed to go in the back of your truck so if you've never used one you've never heard one stay tuned we're gonna tell you all the tips and tricks and what we learned about them so no matter where you're at no matter what you're doing no matter how you're living your life if you're in a house if you're in a trailer or no matter how you like to camp if you like to camp in a tent or if you like to glamp a little bit more always remember to cherish the journey and cherish the moments that you're in and really just make the time to enjoy the moments that are happening whatever you may be doing so as you can see behind us we have our truck tent in the back of our truck and the benefits of that is that you're not on the ground you're a little higher up i don't think we get as cold even when it's really cold overnight because we're not straight on the ground we're up off the ground so there's like a difference in the temperature when you're right on the ground especially because the ground gets really cold versus when you are up a little higher so like for daniel and i when we would sleep in an air mattress in a tent on the ground in the middle of the night we'd wake up and find that we were both in the middle of the air mattress with no air and the little bit of air that was left was on the outsides of the mattress and we just couldn't reposition yeah you guys know like the little you know rolling you guys roll into the middle and it's like oh how did we get here it's it just you know it just sucks and it's a lot more comfortable also because i actually have sat all the way up in this truck tent with pillows on the back so that i could just kind of lean against the back and i could either look at the view that's in front of me or i could read a book so it's nice and comfortable to be able to just sit up in and lean against the bed of the back of the truck because it sits up tall it may look small behind us in this video but we'll show you inside i think we have in a previous video if you haven't seen that one go check it out but anyway we'll show you inside it's very tall so you're able to sit up all the way um straight on the bed and so i just think some of the benefits are being able to sleep better um sleeping higher up off the ground not losing air in your mattress and also just having a more comfortable space to hang out during the day if you didn't want to hang out in your chair or um at the bench or whatever you may have at your campsite so another benefit whether you're truck tent camping or tent camping the freedom to go wherever you want if you have especially if you have a four wheel drive truck i mean the possibilities are endless of where you can go we just like this setup like jennifer said because it gets you a little bit off the ground gets you higher up and makes it just a little more comfortable for us another thing we have discovered is in certain tents like maybe this is a little bit smaller of a tent than you have a tent on the ground that's true um that may be a con that you don't want to have to deal with maybe you like the big open space of a big tent on the ground and you do cots or whatever you may do basically the house a tent tent you know the ones with the cabin it looks like a cabin it sleeps 15 people has a porch all that so anyway guys so i digress um one of the things we found that actually works better to our favor is since we got upgraded to a diesel truck we have two batteries in our truck um that just comes with diesels and because you need the power and everything else well we got a inverter for 1500 watts 1500 watts yeah 1500 watts so because the heater that we got it's an electric heater but it's safe and it's a ceramic heater and what is that does is that there's a fan behind the ceramic plate it blows the hot air through there's no chance of a spark or a fire that will happen so you could run it all night long if you wanted to um depending on how good your batteries are and so on and so forth we don't recommend running it all night unless you have a good battery because we we were running stuff off our battery in our old truck and our truck died and we had to get a tow truck and our reception was spotty and so it was really difficult it took us hours i'm not getting hours to get help out so that we could get our truck jump so if you haven't seen that video make sure you go check out that video and then also we'll put a link down below for the ceramic heater that we bought i think it was only twenty five dollars at home depot twenty five thirty bucks and it's worked for us for almost two years now this thing is phenomenal to use inside a tent inside a trailer inside a trailer inside your house a pop-up tent yep i mean if you don't want to use the propane heater and you've got a gent maybe you got a generator that is one of those quiet generators and use that i mean it's awesome so with that guys thank you for watching thank you for sticking with us through this video if you got any value out of it please make sure that you give us a huge thumbs up and leave a comment down below what you liked what you didn't like would you go tent camping do you want to change your setup to a truck tent maybe maybe not let us know in the comments make sure you subscribe and make sure you hit that bell notification so that way you're notified every time we release a new video yep and with that guys we'll see you later he's being peace uh our our dog he's he's needy if you guys haven't met buddy this is our this is he's buddy he's a little spoiled dog and he's a pug chihuahua that's why he's fat don't think that like we over feed him we spoil him in that weight he's just a pug he can't help it it's not his fault yep [Music] you"
489
+ }
metadata/P7WnJZ55sgc.json ADDED
@@ -0,0 +1,1556 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 623,
4
+ "content_parent_category": "Automotive",
5
+ "content_fine_category": "Car Reviews",
6
+ "youtube_title": "Top Gear | The Perfect Road Trip 2 | Unseen Clips",
7
+ "youtube_description": "Some Unseen Clips and Behind The Scene from #TopGearSpecial The Perfect Road Trip 2.\n\nJeremy Clarkson and Richard Hammond have \"another crack\" at experiencing the Perfect Road Trip in a range of cars on roads amongst the scenery and sunshine of the Mediterranean. \n\nGet it on Blu-Ray: https://amzn.to/2H3UDPf\n\nThank you everyone for your enormous support lately.\nFollow us on Twitter here: https://twitter.com/CarSarcasmTV",
8
+ "text_to_speech_word_count": 1120,
9
+ "youtube_categories": [
10
+ "Autos & Vehicles"
11
+ ],
12
+ "youtube_tags": [
13
+ "top gear",
14
+ "top gear uk",
15
+ "top gear special",
16
+ "the perfect road trip",
17
+ "james may",
18
+ "jeremy clarkson",
19
+ "richard hammond",
20
+ "old top gear",
21
+ "top gear funny moments",
22
+ "top gear behind the scene",
23
+ "top gear france",
24
+ "top gear outtakes",
25
+ "jeremy clarkson panic",
26
+ "top gear unseen clips",
27
+ "top gear uk behind the scene",
28
+ "top gear road trip",
29
+ "top gear perfect road trip"
30
+ ],
31
+ "youtube_channel": "Carsarcasm TV",
32
+ "youtube_view_count": 245969,
33
+ "youtube_comment_count": 86,
34
+ "youtube_like_count": 2221,
35
+ "youtube_channel_follower_count": 44200,
36
+ "youtube_upload_date": "20190109",
37
+ "youtube_age_limit": 0,
38
+ "content_metadata": {
39
+ "title": "The Perfect Road Trip 2",
40
+ "description": "A comedic and thrilling road trip through Europe featuring supercars, cultural quirks, and unexpected mishaps.",
41
+ "characterList": [
42
+ {
43
+ "characterId": "1",
44
+ "name": "Jeremy Clarkson",
45
+ "description": "Older male, graying hair, often wears blue shirts, drives various cars, known for his sarcastic humor and strong opinions."
46
+ },
47
+ {
48
+ "characterId": "2",
49
+ "name": "Richard Hammond",
50
+ "description": "Younger male, brown hair, often wears plaid shirts, drives various cars, known for his enthusiasm and occasional mishaps."
51
+ },
52
+ {
53
+ "characterId": "3",
54
+ "name": "James May (The Stig)",
55
+ "description": "Male, always wears a white racing suit and helmet, never speaks, known for his incredible driving skills."
56
+ },
57
+ {
58
+ "characterId": "4",
59
+ "name": "Max Venturi",
60
+ "description": "Male, younger, dark hair, seen wearing a Lamborghini t-shirt, test driver for Lamborghini."
61
+ }
62
+ ],
63
+ "scenes": [
64
+ {
65
+ "sceneId": 1,
66
+ "title": "Road Trip Introduction",
67
+ "timestamps": {
68
+ "start_timestamp": "00:00:00.000",
69
+ "end_timestamp": "00:00:19.000"
70
+ },
71
+ "cast": [
72
+ "Jeremy Clarkson",
73
+ "Richard Hammond"
74
+ ],
75
+ "activities": [
76
+ {
77
+ "description": "Discussing the new road trip while on a boat in Venice.",
78
+ "timestamp": {
79
+ "start_timestamp": "00:00:15.000",
80
+ "end_timestamp": "00:00:19.000"
81
+ }
82
+ }
83
+ ],
84
+ "props": [
85
+ {
86
+ "name": "Boat",
87
+ "timestamp": {
88
+ "start_timestamp": "00:00:12.000",
89
+ "end_timestamp": "00:00:19.000"
90
+ }
91
+ },
92
+ {
93
+ "name": "Steering wheel",
94
+ "timestamp": {
95
+ "start_timestamp": "00:00:12.000",
96
+ "end_timestamp": "00:00:19.000"
97
+ }
98
+ },
99
+ {
100
+ "name": "City of Venice in the background",
101
+ "timestamp": {
102
+ "start_timestamp": "00:00:12.000",
103
+ "end_timestamp": "00:00:19.000"
104
+ }
105
+ }
106
+ ],
107
+ "videoEditingDetails": [
108
+ {
109
+ "description": "Fast-paced montage of supercars and previous road trip footage.",
110
+ "timestamps": {
111
+ "start_timestamp": "00:00:00.000",
112
+ "end_timestamp": "00:00:11.000"
113
+ }
114
+ },
115
+ {
116
+ "description": "Transition to a calm boat scene in Venice.",
117
+ "timestamps": {
118
+ "start_timestamp": "00:00:12.000",
119
+ "end_timestamp": "00:00:15.000"
120
+ }
121
+ },
122
+ {
123
+ "description": "Fade to black.",
124
+ "timestamps": {
125
+ "start_timestamp": "00:00:19.000",
126
+ "end_timestamp": "00:00:19.000"
127
+ }
128
+ }
129
+ ],
130
+ "mood": {
131
+ "description": "Initially Excited during the montage, transitioning to Calm during the boat scene.",
132
+ "keyMoments": [
133
+ {
134
+ "timestamp": "00:00:12.000",
135
+ "changeDescription": "Transition from fast-paced music and visuals to calm boat sounds and scenic shots of Venice."
136
+ }
137
+ ]
138
+ },
139
+ "narrativeProgression": [
140
+ {
141
+ "description": "Introduces the new road trip, emphasizing its improvement over the previous one, specifically by avoiding France.",
142
+ "timestamp": "00:00:14.000"
143
+ }
144
+ ],
145
+ "characterInteraction": [
146
+ {
147
+ "characters": [
148
+ "Jeremy Clarkson",
149
+ "Richard Hammond"
150
+ ],
151
+ "description": "Jeremy and Richard engage in light-hearted banter about avoiding France and speeding fines."
152
+ }
153
+ ],
154
+ "thematicElements": "Focus on cars, road trips, European travel.",
155
+ "contextualRelevance": "",
156
+ "dynamismScore": 0.7,
157
+ "audioVisualCorrelation": 1.0
158
+ },
159
+ {
160
+ "sceneId": 2,
161
+ "title": "Meeting Max Venturi",
162
+ "timestamps": {
163
+ "start_timestamp": "00:00:19.040",
164
+ "end_timestamp": "00:00:40.480"
165
+ },
166
+ "cast": [
167
+ "Richard Hammond",
168
+ "Max Venturi"
169
+ ],
170
+ "activities": [
171
+ {
172
+ "description": "Richard meets Max Venturi, the Lamborghini test driver, and receives a positive car review.",
173
+ "timestamp": {
174
+ "start_timestamp": "00:00:20.000",
175
+ "end_timestamp": "00:00:40.000"
176
+ }
177
+ }
178
+ ],
179
+ "props": [
180
+ {
181
+ "name": "Orange Lamborghini Huracán",
182
+ "timestamp": {
183
+ "start_timestamp": "00:00:20.000",
184
+ "end_timestamp": "00:00:40.000"
185
+ }
186
+ },
187
+ {
188
+ "name": "Orange McLaren 650S",
189
+ "timestamp": {
190
+ "start_timestamp": "00:00:20.000",
191
+ "end_timestamp": "00:00:40.000"
192
+ }
193
+ }
194
+ ],
195
+ "videoEditingDetails": [
196
+ {
197
+ "description": "Cut to a static shot of the two sports cars.",
198
+ "timestamps": {
199
+ "start_timestamp": "00:00:20.000",
200
+ "end_timestamp": "00:00:30.000"
201
+ }
202
+ },
203
+ {
204
+ "description": "Close-up shots of Richard and Max.",
205
+ "timestamps": {
206
+ "start_timestamp": "00:00:30.000",
207
+ "end_timestamp": "00:00:40.000"
208
+ }
209
+ }
210
+ ],
211
+ "mood": {
212
+ "description": "Excited",
213
+ "keyMoments": []
214
+ },
215
+ "narrativeProgression": [
216
+ {
217
+ "description": "Richard is handed a Lamborghini Huracán for the road trip.",
218
+ "timestamp": "00:00:32.000"
219
+ }
220
+ ],
221
+ "characterInteraction": [
222
+ {
223
+ "characters": [
224
+ "Richard Hammond",
225
+ "Max Venturi"
226
+ ],
227
+ "description": "Brief, friendly exchange between Richard and Max, focusing on the car's performance."
228
+ }
229
+ ],
230
+ "thematicElements": "Luxury cars, test driving.",
231
+ "contextualRelevance": "",
232
+ "dynamismScore": 0.4,
233
+ "audioVisualCorrelation": 1.0
234
+ },
235
+ {
236
+ "sceneId": 3,
237
+ "title": "The Drive Begins",
238
+ "timestamps": {
239
+ "start_timestamp": "00:00:40.520",
240
+ "end_timestamp": "00:01:18.120"
241
+ },
242
+ "cast": [
243
+ "Richard Hammond",
244
+ "Jeremy Clarkson"
245
+ ],
246
+ "activities": [
247
+ {
248
+ "description": "Richard and Jeremy drive their respective supercars on a highway.",
249
+ "timestamp": {
250
+ "start_timestamp": "00:00:41.000",
251
+ "end_timestamp": "00:01:18.000"
252
+ }
253
+ }
254
+ ],
255
+ "props": [
256
+ {
257
+ "name": "Lamborghini Huracán (interior and exterior)",
258
+ "timestamp": {
259
+ "start_timestamp": "00:00:41.000",
260
+ "end_timestamp": "00:01:18.000"
261
+ }
262
+ },
263
+ {
264
+ "name": "McLaren 650S (interior)",
265
+ "timestamp": {
266
+ "start_timestamp": "00:00:41.000",
267
+ "end_timestamp": "00:01:18.000"
268
+ }
269
+ },
270
+ {
271
+ "name": "Highway",
272
+ "timestamp": {
273
+ "start_timestamp": "00:00:41.000",
274
+ "end_timestamp": "00:01:18.000"
275
+ }
276
+ },
277
+ {
278
+ "name": "Rearview mirror",
279
+ "timestamp": {
280
+ "start_timestamp": "00:00:41.000",
281
+ "end_timestamp": "00:01:18.000"
282
+ }
283
+ }
284
+ ],
285
+ "videoEditingDetails": [
286
+ {
287
+ "description": "Cut to Richard driving the Lamborghini.",
288
+ "timestamps": {
289
+ "start_timestamp": "00:00:41.000",
290
+ "end_timestamp": "00:00:50.000"
291
+ }
292
+ },
293
+ {
294
+ "description": "Intercut shots of Richard and Jeremy driving their cars, highlighting speed and engine sounds.",
295
+ "timestamps": {
296
+ "start_timestamp": "00:00:50.000",
297
+ "end_timestamp": "00:01:18.000"
298
+ }
299
+ }
300
+ ],
301
+ "mood": {
302
+ "description": "Excited, transitioning to Exhilarated",
303
+ "keyMoments": [
304
+ {
305
+ "timestamp": "00:00:59.000",
306
+ "changeDescription": "Richard's excitement noticeably increases as he accelerates."
307
+ }
308
+ ]
309
+ },
310
+ "narrativeProgression": [
311
+ {
312
+ "description": "Richard and Jeremy begin their road trip, enjoying the thrilling experience of driving their supercars.",
313
+ "timestamp": "00:01:07.000"
314
+ }
315
+ ],
316
+ "characterInteraction": [],
317
+ "thematicElements": "Supercar performance, thrill of driving.",
318
+ "contextualRelevance": "",
319
+ "dynamismScore": 0.8,
320
+ "audioVisualCorrelation": 1.0
321
+ },
322
+ {
323
+ "sceneId": 4,
324
+ "title": "Lunch in Bologna",
325
+ "timestamps": {
326
+ "start_timestamp": "00:01:18.160",
327
+ "end_timestamp": "00:01:39.240"
328
+ },
329
+ "cast": [
330
+ "Jeremy Clarkson",
331
+ "Richard Hammond"
332
+ ],
333
+ "activities": [
334
+ {
335
+ "description": "Having lunch in Bologna, struggling to order spaghetti Bolognese.",
336
+ "timestamp": {
337
+ "start_timestamp": "00:01:21.000",
338
+ "end_timestamp": "00:01:39.240"
339
+ }
340
+ }
341
+ ],
342
+ "props": [
343
+ {
344
+ "name": "City of Bologna",
345
+ "timestamp": {
346
+ "start_timestamp": "00:01:19.000",
347
+ "end_timestamp": "00:01:21.000"
348
+ }
349
+ },
350
+ {
351
+ "name": "Restaurant tables",
352
+ "timestamp": {
353
+ "start_timestamp": "00:01:21.000",
354
+ "end_timestamp": "00:01:39.240"
355
+ }
356
+ },
357
+ {
358
+ "name": "Food",
359
+ "timestamp": {
360
+ "start_timestamp": "00:01:30.000",
361
+ "end_timestamp": "00:01:39.240"
362
+ }
363
+ },
364
+ {
365
+ "name": "Menus",
366
+ "timestamp": {
367
+ "start_timestamp": "00:01:21.000",
368
+ "end_timestamp": "00:01:30.000"
369
+ }
370
+ }
371
+ ],
372
+ "videoEditingDetails": [
373
+ {
374
+ "description": "Cut to an aerial view of Bologna.",
375
+ "timestamps": {
376
+ "start_timestamp": "00:01:19.000",
377
+ "end_timestamp": "00:01:21.000"
378
+ }
379
+ },
380
+ {
381
+ "description": "Shots of Richard ordering food and failing.",
382
+ "timestamps": {
383
+ "start_timestamp": "00:01:21.000",
384
+ "end_timestamp": "00:01:29.000"
385
+ }
386
+ },
387
+ {
388
+ "description": "Cut to Jeremy and Richard at a restaurant table, discussing their meals.",
389
+ "timestamps": {
390
+ "start_timestamp": "00:01:30.000",
391
+ "end_timestamp": "00:01:39.240"
392
+ }
393
+ }
394
+ ],
395
+ "mood": {
396
+ "description": "Lighthearted with a touch of Frustration",
397
+ "keyMoments": [
398
+ {
399
+ "timestamp": "00:01:25.000",
400
+ "changeDescription": "Richard's initial lightheartedness shifts to mild frustration as his food order is rejected."
401
+ }
402
+ ]
403
+ },
404
+ "narrativeProgression": [
405
+ {
406
+ "description": "Shows a lighthearted moment where the characters face a cultural misunderstanding while trying to order a classic Italian dish.",
407
+ "timestamp": "00:01:34.000"
408
+ }
409
+ ],
410
+ "characterInteraction": [
411
+ {
412
+ "characters": [
413
+ "Jeremy Clarkson",
414
+ "Richard Hammond"
415
+ ],
416
+ "description": "Jeremy and Richard share their frustration in a humorous exchange."
417
+ }
418
+ ],
419
+ "thematicElements": "Food, culture, travel mishaps.",
420
+ "contextualRelevance": "",
421
+ "dynamismScore": 0.5,
422
+ "audioVisualCorrelation": 1.0
423
+ },
424
+ {
425
+ "sceneId": 5,
426
+ "title": "Mugello Circuit Racing",
427
+ "timestamps": {
428
+ "start_timestamp": "00:01:39.280",
429
+ "end_timestamp": "00:02:56.440"
430
+ },
431
+ "cast": [
432
+ "Richard Hammond",
433
+ "Jeremy Clarkson",
434
+ "The Stig",
435
+ "rescue workers"
436
+ ],
437
+ "activities": [
438
+ {
439
+ "description": "Racing at the Mugello Circuit, Richard crashes the Jaguar F-Type, Jeremy continues the race.",
440
+ "timestamp": {
441
+ "start_timestamp": "00:01:41.000",
442
+ "end_timestamp": "00:02:56.440"
443
+ }
444
+ }
445
+ ],
446
+ "props": [
447
+ {
448
+ "name": "Jaguar F-Type",
449
+ "timestamp": {
450
+ "start_timestamp": "00:01:41.000",
451
+ "end_timestamp": "00:02:56.440"
452
+ }
453
+ },
454
+ {
455
+ "name": "BMW M4",
456
+ "timestamp": {
457
+ "start_timestamp": "00:01:41.000",
458
+ "end_timestamp": "00:02:56.440"
459
+ }
460
+ },
461
+ {
462
+ "name": "Fiat 500 Abarth",
463
+ "timestamp": {
464
+ "start_timestamp": "00:01:41.000",
465
+ "end_timestamp": "00:02:56.440"
466
+ }
467
+ },
468
+ {
469
+ "name": "Race track",
470
+ "timestamp": {
471
+ "start_timestamp": "00:01:41.000",
472
+ "end_timestamp": "00:02:56.440"
473
+ }
474
+ },
475
+ {
476
+ "name": "Rescue truck",
477
+ "timestamp": {
478
+ "start_timestamp": "00:02:39.000",
479
+ "end_timestamp": "00:02:56.440"
480
+ }
481
+ }
482
+ ],
483
+ "videoEditingDetails": [
484
+ {
485
+ "description": "Cut to a wide shot of the Mugello Circuit.",
486
+ "timestamps": {
487
+ "start_timestamp": "00:01:41.000",
488
+ "end_timestamp": "00:01:42.000"
489
+ }
490
+ },
491
+ {
492
+ "description": "Fast-paced shots of the cars racing.",
493
+ "timestamps": {
494
+ "start_timestamp": "00:01:42.000",
495
+ "end_timestamp": "00:01:49.000"
496
+ }
497
+ },
498
+ {
499
+ "description": "Slow motion shot of Richard crashing the Jaguar.",
500
+ "timestamps": {
501
+ "start_timestamp": "00:01:49.000",
502
+ "end_timestamp": "00:02:39.000"
503
+ }
504
+ },
505
+ {
506
+ "description": "Cut to Richard inspecting the damaged car with Jeremy and rescue workers.",
507
+ "timestamps": {
508
+ "start_timestamp": "00:02:39.000",
509
+ "end_timestamp": "00:02:54.000"
510
+ }
511
+ },
512
+ {
513
+ "description": "Cut to Jeremy getting back in his car and continuing the race.",
514
+ "timestamps": {
515
+ "start_timestamp": "00:02:54.000",
516
+ "end_timestamp": "00:02:56.440"
517
+ }
518
+ }
519
+ ],
520
+ "mood": {
521
+ "description": "Excited during the race, shifting to Shocked and then Humorous.",
522
+ "keyMoments": [
523
+ {
524
+ "timestamp": "00:01:49.000",
525
+ "changeDescription": "Abrupt shift from the exciting race music and visuals to a slow-motion crash."
526
+ },
527
+ {
528
+ "timestamp": "00:02:40.000",
529
+ "changeDescription": "Shift from shocked silence after the crash to Jeremy and Richard's humorous exchange about the damaged car."
530
+ }
531
+ ]
532
+ },
533
+ "narrativeProgression": [
534
+ {
535
+ "description": "The race leads to Richard crashing the F-Type, but the overall competition continues.",
536
+ "timestamp": "00:01:49.000"
537
+ },
538
+ {
539
+ "description": "Jeremy rejoins the race, taking Richard's place.",
540
+ "timestamp": "00:02:54.000"
541
+ }
542
+ ],
543
+ "characterInteraction": [
544
+ {
545
+ "characters": [
546
+ "Richard Hammond",
547
+ "Jeremy Clarkson"
548
+ ],
549
+ "description": "The initial focus is on the racing competition, followed by banter between Richard and Jeremy about the crash."
550
+ }
551
+ ],
552
+ "thematicElements": "Competition, driving skill, car damage.",
553
+ "contextualRelevance": "",
554
+ "dynamismScore": 0.8,
555
+ "audioVisualCorrelation": 1.0
556
+ },
557
+ {
558
+ "sceneId": 6,
559
+ "title": "The Stig's Unexpected Rage",
560
+ "timestamps": {
561
+ "start_timestamp": "00:02:56.480",
562
+ "end_timestamp": "00:03:32.000"
563
+ },
564
+ "cast": [
565
+ "James May (The Stig)"
566
+ ],
567
+ "activities": [
568
+ {
569
+ "description": "The Stig destroys a table and chairs, causing damage.",
570
+ "timestamp": {
571
+ "start_timestamp": "00:02:58.000",
572
+ "end_timestamp": "00:03:32.000"
573
+ }
574
+ }
575
+ ],
576
+ "props": [
577
+ {
578
+ "name": "Fiat 500 Abarth",
579
+ "timestamp": {
580
+ "start_timestamp": "00:02:58.000",
581
+ "end_timestamp": "00:03:32.000"
582
+ }
583
+ },
584
+ {
585
+ "name": "White plastic table and chairs",
586
+ "timestamp": {
587
+ "start_timestamp": "00:02:58.000",
588
+ "end_timestamp": "00:03:32.000"
589
+ }
590
+ },
591
+ {
592
+ "name": "Tow truck",
593
+ "timestamp": {
594
+ "start_timestamp": "00:02:58.000",
595
+ "end_timestamp": "00:03:32.000"
596
+ }
597
+ }
598
+ ],
599
+ "videoEditingDetails": [
600
+ {
601
+ "description": "Cut to The Stig kicking a chair.",
602
+ "timestamps": {
603
+ "start_timestamp": "00:02:58.000",
604
+ "end_timestamp": "00:03:00.000"
605
+ }
606
+ },
607
+ {
608
+ "description": "Wide shot showing the damaged table and chairs.",
609
+ "timestamps": {
610
+ "start_timestamp": "00:03:27.000",
611
+ "end_timestamp": "00:03:32.000"
612
+ }
613
+ }
614
+ ],
615
+ "mood": {
616
+ "description": "Humorous",
617
+ "keyMoments": []
618
+ },
619
+ "narrativeProgression": [
620
+ {
621
+ "description": "A comedic interlude showing The Stig causing damage.",
622
+ "timestamp": "00:02:58.000"
623
+ }
624
+ ],
625
+ "characterInteraction": [],
626
+ "thematicElements": "Comedic relief, unexpected behavior.",
627
+ "contextualRelevance": "",
628
+ "dynamismScore": 0.6,
629
+ "audioVisualCorrelation": 0.5
630
+ },
631
+ {
632
+ "sceneId": 7,
633
+ "title": "Wine Tasting Trick",
634
+ "timestamps": {
635
+ "start_timestamp": "00:03:32.040",
636
+ "end_timestamp": "00:03:44.720"
637
+ },
638
+ "cast": [
639
+ "Jeremy Clarkson",
640
+ "Richard Hammond"
641
+ ],
642
+ "activities": [
643
+ {
644
+ "description": "Wine tasting, Jeremy gets tricked by Richard and is unable to drive. Richard takes over driving the McLaren P1.",
645
+ "timestamp": {
646
+ "start_timestamp": "00:03:33.000",
647
+ "end_timestamp": "00:03:44.000"
648
+ }
649
+ }
650
+ ],
651
+ "props": [
652
+ {
653
+ "name": "Blindfold",
654
+ "timestamp": {
655
+ "start_timestamp": "00:03:33.000",
656
+ "end_timestamp": "00:03:38.000"
657
+ }
658
+ },
659
+ {
660
+ "name": "Wine glasses",
661
+ "timestamp": {
662
+ "start_timestamp": "00:03:33.000",
663
+ "end_timestamp": "00:03:38.000"
664
+ }
665
+ },
666
+ {
667
+ "name": "Wine bottles",
668
+ "timestamp": {
669
+ "start_timestamp": "00:03:33.000",
670
+ "end_timestamp": "00:03:38.000"
671
+ }
672
+ },
673
+ {
674
+ "name": "McLaren P1",
675
+ "timestamp": {
676
+ "start_timestamp": "00:03:38.000",
677
+ "end_timestamp": "00:03:44.000"
678
+ }
679
+ }
680
+ ],
681
+ "videoEditingDetails": [
682
+ {
683
+ "description": "Cut to Jeremy blindfolded at a wine tasting.",
684
+ "timestamps": {
685
+ "start_timestamp": "00:03:33.000",
686
+ "end_timestamp": "00:03:33.000"
687
+ }
688
+ },
689
+ {
690
+ "description": "Close-up shots of Jeremy tasting and guessing the wine.",
691
+ "timestamps": {
692
+ "start_timestamp": "00:03:38.000",
693
+ "end_timestamp": "00:03:40.000"
694
+ }
695
+ },
696
+ {
697
+ "description": "Richard reveals it was white wine and takes the car keys.",
698
+ "timestamps": {
699
+ "start_timestamp": "00:03:40.000",
700
+ "end_timestamp": "00:03:41.000"
701
+ }
702
+ },
703
+ {
704
+ "description": "Cut to Richard driving the McLaren P1.",
705
+ "timestamps": {
706
+ "start_timestamp": "00:03:41.000",
707
+ "end_timestamp": "00:03:44.000"
708
+ }
709
+ }
710
+ ],
711
+ "mood": {
712
+ "description": "Humorous",
713
+ "keyMoments": []
714
+ },
715
+ "narrativeProgression": [
716
+ {
717
+ "description": "Richard tricks Jeremy at a wine tasting, allowing him to take the wheel of the McLaren P1.",
718
+ "timestamp": "00:03:40.000"
719
+ }
720
+ ],
721
+ "characterInteraction": [
722
+ {
723
+ "characters": [
724
+ "Jeremy Clarkson",
725
+ "Richard Hammond"
726
+ ],
727
+ "description": "Jeremy is initially the focus, followed by Richard's playful trickery and successful takeover."
728
+ }
729
+ ],
730
+ "thematicElements": "Deception, humor, roles reversed.",
731
+ "contextualRelevance": "",
732
+ "dynamismScore": 0.6,
733
+ "audioVisualCorrelation": 1.0
734
+ },
735
+ {
736
+ "sceneId": 8,
737
+ "title": "The Short-lived P1 Experience",
738
+ "timestamps": {
739
+ "start_timestamp": "00:03:44.760",
740
+ "end_timestamp": "00:04:55.640"
741
+ },
742
+ "cast": [
743
+ "Richard Hammond"
744
+ ],
745
+ "activities": [
746
+ {
747
+ "description": "Richard driving the McLaren P1.",
748
+ "timestamp": {
749
+ "start_timestamp": "00:03:45.000",
750
+ "end_timestamp": "00:04:55.000"
751
+ }
752
+ }
753
+ ],
754
+ "props": [
755
+ {
756
+ "name": "McLaren P1 (interior and exterior)",
757
+ "timestamp": {
758
+ "start_timestamp": "00:03:45.000",
759
+ "end_timestamp": "00:04:55.000"
760
+ }
761
+ },
762
+ {
763
+ "name": "Scenic countryside road",
764
+ "timestamp": {
765
+ "start_timestamp": "00:03:45.000",
766
+ "end_timestamp": "00:04:55.000"
767
+ }
768
+ }
769
+ ],
770
+ "videoEditingDetails": [
771
+ {
772
+ "description": "Cut to a close-up shot of the McLaren P1's wheels.",
773
+ "timestamps": {
774
+ "start_timestamp": "00:03:45.000",
775
+ "end_timestamp": "00:03:46.000"
776
+ }
777
+ },
778
+ {
779
+ "description": "Transition to Richard driving the P1 on a winding road.",
780
+ "timestamps": {
781
+ "start_timestamp": "00:03:46.000",
782
+ "end_timestamp": "00:04:19.000"
783
+ }
784
+ },
785
+ {
786
+ "description": "Intercut shots of Richard driving and expressing his disappointment.",
787
+ "timestamps": {
788
+ "start_timestamp": "00:04:19.000",
789
+ "end_timestamp": "00:04:29.000"
790
+ }
791
+ },
792
+ {
793
+ "description": "Cut to black with a rotating circular effect.",
794
+ "timestamps": {
795
+ "start_timestamp": "00:04:55.000",
796
+ "end_timestamp": "00:04:55.000"
797
+ }
798
+ }
799
+ ],
800
+ "mood": {
801
+ "description": "Initially Excited, then transitioning to Disappointed",
802
+ "keyMoments": [
803
+ {
804
+ "timestamp": "00:04:20.000",
805
+ "changeDescription": "Richard's facial expression shifts from enjoyment to disappointment."
806
+ }
807
+ ]
808
+ },
809
+ "narrativeProgression": [
810
+ {
811
+ "description": "Richard finally gets to drive the P1, but his experience is cut short due to Jeremy's earlier trick.",
812
+ "timestamp": "00:04:24.000"
813
+ }
814
+ ],
815
+ "characterInteraction": [
816
+ {
817
+ "characters": [
818
+ "Richard Hammond"
819
+ ],
820
+ "description": "Richard speaks to Jeremy, expressing his frustration at being tricked."
821
+ }
822
+ ],
823
+ "thematicElements": "Disappointment, unexpected turn of events.",
824
+ "contextualRelevance": "",
825
+ "dynamismScore": 0.7,
826
+ "audioVisualCorrelation": 1.0
827
+ },
828
+ {
829
+ "sceneId": 9,
830
+ "title": "Kit-Car Ferraris Exploration",
831
+ "timestamps": {
832
+ "start_timestamp": "00:04:55.680",
833
+ "end_timestamp": "00:05:03.840"
834
+ },
835
+ "cast": [
836
+ "Richard Hammond",
837
+ "Jeremy Clarkson"
838
+ ],
839
+ "activities": [
840
+ {
841
+ "description": "Driving kit-car Ferraris in an abandoned factory.",
842
+ "timestamp": {
843
+ "start_timestamp": "00:04:56.000",
844
+ "end_timestamp": "00:05:03.840"
845
+ }
846
+ }
847
+ ],
848
+ "props": [
849
+ {
850
+ "name": "Two red kit-car Ferraris",
851
+ "timestamp": {
852
+ "start_timestamp": "00:04:56.000",
853
+ "end_timestamp": "00:05:03.840"
854
+ }
855
+ },
856
+ {
857
+ "name": "Abandoned factory",
858
+ "timestamp": {
859
+ "start_timestamp": "00:04:56.000",
860
+ "end_timestamp": "00:05:03.840"
861
+ }
862
+ },
863
+ {
864
+ "name": "Dirt road",
865
+ "timestamp": {
866
+ "start_timestamp": "00:04:56.000",
867
+ "end_timestamp": "00:05:03.840"
868
+ }
869
+ }
870
+ ],
871
+ "videoEditingDetails": [
872
+ {
873
+ "description": "Cut to an aerial view of an abandoned factory.",
874
+ "timestamps": {
875
+ "start_timestamp": "00:04:56.000",
876
+ "end_timestamp": "00:04:57.000"
877
+ }
878
+ },
879
+ {
880
+ "description": "Transition to shots of Jeremy and Richard driving the kit-car Ferraris through the factory.",
881
+ "timestamps": {
882
+ "start_timestamp": "00:04:57.000",
883
+ "end_timestamp": "00:05:00.000"
884
+ }
885
+ },
886
+ {
887
+ "description": "Close-up shot of one car's license plate.",
888
+ "timestamps": {
889
+ "start_timestamp": "00:05:00.000",
890
+ "end_timestamp": "00:05:00.000"
891
+ }
892
+ },
893
+ {
894
+ "description": "Quick cut to black.",
895
+ "timestamps": {
896
+ "start_timestamp": "00:05:03.840",
897
+ "end_timestamp": "00:05:03.840"
898
+ }
899
+ }
900
+ ],
901
+ "mood": {
902
+ "description": "Curious and Intriguing",
903
+ "keyMoments": []
904
+ },
905
+ "narrativeProgression": [
906
+ {
907
+ "description": "Introduces the kit-car Ferraris and sets up the next segment.",
908
+ "timestamp": "00:05:01.000"
909
+ }
910
+ ],
911
+ "characterInteraction": [],
912
+ "thematicElements": "Kit cars, unusual vehicles, adventure.",
913
+ "contextualRelevance": "",
914
+ "dynamismScore": 0.7,
915
+ "audioVisualCorrelation": 1.0
916
+ },
917
+ {
918
+ "sceneId": 10,
919
+ "title": "Kit-Car Ferrari Mishaps",
920
+ "timestamps": {
921
+ "start_timestamp": "00:05:03.880",
922
+ "end_timestamp": "00:06:07.360"
923
+ },
924
+ "cast": [
925
+ "Richard Hammond",
926
+ "Jeremy Clarkson"
927
+ ],
928
+ "activities": [
929
+ {
930
+ "description": "Discussing and driving kit-car Ferraris, Jeremy crashes into a wire fence.",
931
+ "timestamp": {
932
+ "start_timestamp": "00:05:05.000",
933
+ "end_timestamp": "00:06:07.360"
934
+ }
935
+ }
936
+ ],
937
+ "props": [
938
+ {
939
+ "name": "Two red kit-car Ferraris",
940
+ "timestamp": {
941
+ "start_timestamp": "00:05:05.000",
942
+ "end_timestamp": "00:06:07.360"
943
+ }
944
+ },
945
+ {
946
+ "name": "Wire fence",
947
+ "timestamp": {
948
+ "start_timestamp": "00:06:05.000",
949
+ "end_timestamp": "00:06:07.360"
950
+ }
951
+ },
952
+ {
953
+ "name": "Wheelbarrow",
954
+ "timestamp": {
955
+ "start_timestamp": "00:05:05.000",
956
+ "end_timestamp": "00:05:45.000"
957
+ }
958
+ },
959
+ {
960
+ "name": "Rock",
961
+ "timestamp": {
962
+ "start_timestamp": "00:05:45.000",
963
+ "end_timestamp": "00:06:07.360"
964
+ }
965
+ }
966
+ ],
967
+ "videoEditingDetails": [
968
+ {
969
+ "description": "Cut to a close-up shot of a red car's wheels.",
970
+ "timestamps": {
971
+ "start_timestamp": "00:05:05.000",
972
+ "end_timestamp": "00:05:06.000"
973
+ }
974
+ },
975
+ {
976
+ "description": "Transition to Richard driving a kit-car Ferrari on a dirt road.",
977
+ "timestamps": {
978
+ "start_timestamp": "00:05:40.000",
979
+ "end_timestamp": "00:05:45.000"
980
+ }
981
+ },
982
+ {
983
+ "description": "Cut to Jeremy driving another kit-car Ferrari.",
984
+ "timestamps": {
985
+ "start_timestamp": "00:05:45.000",
986
+ "end_timestamp": "00:06:04.000"
987
+ }
988
+ },
989
+ {
990
+ "description": "Close-up shot of Jeremy's face as he expresses frustration.",
991
+ "timestamps": {
992
+ "start_timestamp": "00:06:04.000",
993
+ "end_timestamp": "00:06:05.000"
994
+ }
995
+ },
996
+ {
997
+ "description": "Slow-motion shot of the fence snapping and cutting Jeremy's arm.",
998
+ "timestamps": {
999
+ "start_timestamp": "00:06:05.000",
1000
+ "end_timestamp": "00:06:07.360"
1001
+ }
1002
+ }
1003
+ ],
1004
+ "mood": {
1005
+ "description": "Initially Intrigued, transitioning to Comical followed by Concern",
1006
+ "keyMoments": [
1007
+ {
1008
+ "timestamp": "00:05:51.000",
1009
+ "changeDescription": "Shift from the lighthearted music and scenic shots to Jeremy's frustrated expression."
1010
+ },
1011
+ {
1012
+ "timestamp": "00:06:05.000",
1013
+ "changeDescription": "Slow-motion shot and sound of the snapping fence emphasize the severity of the crash."
1014
+ }
1015
+ ]
1016
+ },
1017
+ "narrativeProgression": [
1018
+ {
1019
+ "description": "The test drive of the kit-car Ferraris ends with Jeremy crashing into a fence and getting injured.",
1020
+ "timestamp": "00:06:05.000"
1021
+ }
1022
+ ],
1023
+ "characterInteraction": [
1024
+ {
1025
+ "characters": [
1026
+ "Jeremy Clarkson",
1027
+ "Richard Hammond"
1028
+ ],
1029
+ "description": "Minimal interaction before the crash, followed by Jeremy yelling at Richard."
1030
+ }
1031
+ ],
1032
+ "thematicElements": "Kit cars, driving mishaps, unexpected events.",
1033
+ "contextualRelevance": "",
1034
+ "dynamismScore": 0.7,
1035
+ "audioVisualCorrelation": 1.0
1036
+ },
1037
+ {
1038
+ "sceneId": 11,
1039
+ "title": "Spaghetti Bolognese Success and Racing",
1040
+ "timestamps": {
1041
+ "start_timestamp": "00:06:07.400",
1042
+ "end_timestamp": "00:06:18.080"
1043
+ },
1044
+ "cast": [
1045
+ "Jeremy Clarkson",
1046
+ "Richard Hammond"
1047
+ ],
1048
+ "activities": [
1049
+ {
1050
+ "description": "Ordering spaghetti Bolognese in Siena, racing through the town.",
1051
+ "timestamp": {
1052
+ "start_timestamp": "00:06:09.000",
1053
+ "end_timestamp": "00:06:18.000"
1054
+ }
1055
+ }
1056
+ ],
1057
+ "props": [
1058
+ {
1059
+ "name": "Restaurant",
1060
+ "timestamp": {
1061
+ "start_timestamp": "00:06:09.000",
1062
+ "end_timestamp": "00:06:12.000"
1063
+ }
1064
+ },
1065
+ {
1066
+ "name": "Spaghetti Bolognese",
1067
+ "timestamp": {
1068
+ "start_timestamp": "00:06:12.000",
1069
+ "end_timestamp": "00:06:18.000"
1070
+ }
1071
+ },
1072
+ {
1073
+ "name": "Mini Cooper",
1074
+ "timestamp": {
1075
+ "start_timestamp": "00:06:15.000",
1076
+ "end_timestamp": "00:06:18.000"
1077
+ }
1078
+ },
1079
+ {
1080
+ "name": "Audi S3",
1081
+ "timestamp": {
1082
+ "start_timestamp": "00:06:15.000",
1083
+ "end_timestamp": "00:06:18.000"
1084
+ }
1085
+ }
1086
+ ],
1087
+ "videoEditingDetails": [
1088
+ {
1089
+ "description": "Cut to Jeremy and Richard at a restaurant, successfully ordering spaghetti Bolognese.",
1090
+ "timestamps": {
1091
+ "start_timestamp": "00:06:09.000",
1092
+ "end_timestamp": "00:06:12.000"
1093
+ }
1094
+ },
1095
+ {
1096
+ "description": "Transition to Richard driving a Mini Cooper and Jeremy driving an Audi S3.",
1097
+ "timestamps": {
1098
+ "start_timestamp": "00:06:12.000",
1099
+ "end_timestamp": "00:06:15.000"
1100
+ }
1101
+ },
1102
+ {
1103
+ "description": "Fast-paced shots of the cars navigating narrow streets.",
1104
+ "timestamps": {
1105
+ "start_timestamp": "00:06:15.000",
1106
+ "end_timestamp": "00:06:18.000"
1107
+ }
1108
+ }
1109
+ ],
1110
+ "mood": {
1111
+ "description": "Triumphant and Excited",
1112
+ "keyMoments": [
1113
+ {
1114
+ "timestamp": "00:06:15.000",
1115
+ "changeDescription": "Shift from the relaxed restaurant atmosphere and calm music to dynamic driving shots and upbeat music."
1116
+ }
1117
+ ]
1118
+ },
1119
+ "narrativeProgression": [
1120
+ {
1121
+ "description": "Jeremy finally enjoys spaghetti Bolognese and then races Richard through Siena.",
1122
+ "timestamp": "00:06:11.000"
1123
+ }
1124
+ ],
1125
+ "characterInteraction": [
1126
+ {
1127
+ "characters": [
1128
+ "Jeremy Clarkson",
1129
+ "Richard Hammond"
1130
+ ],
1131
+ "description": "Lighthearted banter between Jeremy and Richard during the race."
1132
+ }
1133
+ ],
1134
+ "thematicElements": "Food, redemption, competitive spirit.",
1135
+ "contextualRelevance": "",
1136
+ "dynamismScore": 0.7,
1137
+ "audioVisualCorrelation": 1.0
1138
+ },
1139
+ {
1140
+ "sceneId": 12,
1141
+ "title": "Racing and Culinary Debates",
1142
+ "timestamps": {
1143
+ "start_timestamp": "00:06:18.120",
1144
+ "end_timestamp": "00:07:51.920"
1145
+ },
1146
+ "cast": [
1147
+ "Jeremy Clarkson",
1148
+ "Richard Hammond"
1149
+ ],
1150
+ "activities": [
1151
+ {
1152
+ "description": "Racing in Siena, Jeremy gets distracted and loses the race, they both have spaghetti Bolognese at a restaurant.",
1153
+ "timestamp": {
1154
+ "start_timestamp": "00:06:19.000",
1155
+ "end_timestamp": "00:07:51.920"
1156
+ }
1157
+ }
1158
+ ],
1159
+ "props": [
1160
+ {
1161
+ "name": "Mini Cooper",
1162
+ "timestamp": {
1163
+ "start_timestamp": "00:06:19.000",
1164
+ "end_timestamp": "00:07:27.000"
1165
+ }
1166
+ },
1167
+ {
1168
+ "name": "Audi S3",
1169
+ "timestamp": {
1170
+ "start_timestamp": "00:06:19.000",
1171
+ "end_timestamp": "00:07:27.000"
1172
+ }
1173
+ },
1174
+ {
1175
+ "name": "City of Siena",
1176
+ "timestamp": {
1177
+ "start_timestamp": "00:06:19.000",
1178
+ "end_timestamp": "00:07:27.000"
1179
+ }
1180
+ },
1181
+ {
1182
+ "name": "Restaurant",
1183
+ "timestamp": {
1184
+ "start_timestamp": "00:07:28.000",
1185
+ "end_timestamp": "00:07:51.920"
1186
+ }
1187
+ },
1188
+ {
1189
+ "name": "Spaghetti Bolognese",
1190
+ "timestamp": {
1191
+ "start_timestamp": "00:07:28.000",
1192
+ "end_timestamp": "00:07:51.920"
1193
+ }
1194
+ }
1195
+ ],
1196
+ "videoEditingDetails": [
1197
+ {
1198
+ "description": "Continuation of the race through Siena, focusing on Jeremy's point of view.",
1199
+ "timestamps": {
1200
+ "start_timestamp": "00:06:19.000",
1201
+ "end_timestamp": "00:07:27.000"
1202
+ }
1203
+ },
1204
+ {
1205
+ "description": "Cut to Jeremy and Richard at a restaurant, discussing the name of the dish.",
1206
+ "timestamps": {
1207
+ "start_timestamp": "00:07:28.000",
1208
+ "end_timestamp": "00:07:41.000"
1209
+ }
1210
+ },
1211
+ {
1212
+ "description": "Transition to shots of the cars racing on a track.",
1213
+ "timestamps": {
1214
+ "start_timestamp": "00:07:41.000",
1215
+ "end_timestamp": "00:07:48.000"
1216
+ }
1217
+ },
1218
+ {
1219
+ "description": "Cut to the Colosseum and Roman streets.",
1220
+ "timestamps": {
1221
+ "start_timestamp": "00:07:49.000",
1222
+ "end_timestamp": "00:07:51.920"
1223
+ }
1224
+ },
1225
+ {
1226
+ "description": "Fade to black.",
1227
+ "timestamps": {
1228
+ "start_timestamp": "00:07:51.920",
1229
+ "end_timestamp": "00:07:51.920"
1230
+ }
1231
+ }
1232
+ ],
1233
+ "mood": {
1234
+ "description": "Tense, then Frustrated, followed by Humorous",
1235
+ "keyMoments": [
1236
+ {
1237
+ "timestamp": "00:07:20.000",
1238
+ "changeDescription": "Jeremy's tense facial expression relaxes as he realizes he has lost."
1239
+ },
1240
+ {
1241
+ "timestamp": "00:07:28.000",
1242
+ "changeDescription": "Shift from fast-paced driving to a calm restaurant setting."
1243
+ }
1244
+ ]
1245
+ },
1246
+ "narrativeProgression": [
1247
+ {
1248
+ "description": "Jeremy loses the race due to a distraction, then they finally agree on the correct name of the spaghetti Bolognese dish.",
1249
+ "timestamp": "00:07:25.000"
1250
+ }
1251
+ ],
1252
+ "characterInteraction": [
1253
+ {
1254
+ "characters": [
1255
+ "Jeremy Clarkson",
1256
+ "Richard Hammond"
1257
+ ],
1258
+ "description": "Competitive banter between Jeremy and Richard during the race, followed by a lighthearted exchange at the restaurant."
1259
+ }
1260
+ ],
1261
+ "thematicElements": "Competition, food, linguistic precision.",
1262
+ "contextualRelevance": "",
1263
+ "dynamismScore": 0.7,
1264
+ "audioVisualCorrelation": 1.0
1265
+ },
1266
+ {
1267
+ "sceneId": 13,
1268
+ "title": "Vallelunga Race Circuit",
1269
+ "timestamps": {
1270
+ "start_timestamp": "00:07:51.960",
1271
+ "end_timestamp": "00:09:08.680"
1272
+ },
1273
+ "cast": [
1274
+ "Richard Hammond",
1275
+ "Jeremy Clarkson"
1276
+ ],
1277
+ "activities": [
1278
+ {
1279
+ "description": "Racing at the Vallelunga race circuit, Richard wins.",
1280
+ "timestamp": {
1281
+ "start_timestamp": "00:07:54.000",
1282
+ "end_timestamp": "00:09:08.000"
1283
+ }
1284
+ }
1285
+ ],
1286
+ "props": [
1287
+ {
1288
+ "name": "Alfa Romeo 4C",
1289
+ "timestamp": {
1290
+ "start_timestamp": "00:07:54.000",
1291
+ "end_timestamp": "00:09:08.000"
1292
+ }
1293
+ },
1294
+ {
1295
+ "name": "Chevrolet Corvette Stingray",
1296
+ "timestamp": {
1297
+ "start_timestamp": "00:07:54.000",
1298
+ "end_timestamp": "00:09:08.000"
1299
+ }
1300
+ },
1301
+ {
1302
+ "name": "Race track",
1303
+ "timestamp": {
1304
+ "start_timestamp": "00:07:54.000",
1305
+ "end_timestamp": "00:09:08.000"
1306
+ }
1307
+ }
1308
+ ],
1309
+ "videoEditingDetails": [
1310
+ {
1311
+ "description": "Cut to close-up shot of an orange McLaren driving.",
1312
+ "timestamps": {
1313
+ "start_timestamp": "00:07:54.000",
1314
+ "end_timestamp": "00:07:55.000"
1315
+ }
1316
+ },
1317
+ {
1318
+ "description": "Transition to Richard explaining the upcoming race.",
1319
+ "timestamps": {
1320
+ "start_timestamp": "00:07:55.000",
1321
+ "end_timestamp": "00:08:37.000"
1322
+ }
1323
+ },
1324
+ {
1325
+ "description": "Cut to Richard and Jeremy discussing Rome.",
1326
+ "timestamps": {
1327
+ "start_timestamp": "00:08:37.000",
1328
+ "end_timestamp": "00:08:49.000"
1329
+ }
1330
+ },
1331
+ {
1332
+ "description": "Transition to racing footage.",
1333
+ "timestamps": {
1334
+ "start_timestamp": "00:08:49.000",
1335
+ "end_timestamp": "00:09:08.000"
1336
+ }
1337
+ }
1338
+ ],
1339
+ "mood": {
1340
+ "description": "Excited and Competitive",
1341
+ "keyMoments": []
1342
+ },
1343
+ "narrativeProgression": [
1344
+ {
1345
+ "description": "Jeremy and Richard race at the Vallelunga circuit, with Richard winning in the Corvette.",
1346
+ "timestamp": "00:08:59.000"
1347
+ }
1348
+ ],
1349
+ "characterInteraction": [
1350
+ {
1351
+ "characters": [
1352
+ "Jeremy Clarkson",
1353
+ "Richard Hammond"
1354
+ ],
1355
+ "description": "Friendly rivalry between Jeremy and Richard throughout the scene."
1356
+ }
1357
+ ],
1358
+ "thematicElements": "Supercars, competitive driving, Italian race track.",
1359
+ "contextualRelevance": "",
1360
+ "dynamismScore": 0.8,
1361
+ "audioVisualCorrelation": 1.0
1362
+ },
1363
+ {
1364
+ "sceneId": 14,
1365
+ "title": "Boat Race to Capri",
1366
+ "timestamps": {
1367
+ "start_timestamp": "00:09:08.720",
1368
+ "end_timestamp": "00:10:23.000"
1369
+ },
1370
+ "cast": [
1371
+ "Jeremy Clarkson",
1372
+ "Richard Hammond"
1373
+ ],
1374
+ "activities": [
1375
+ {
1376
+ "description": "Boat race to Capri, driving classic Alfa Romeos on the Amalfi Coast.",
1377
+ "timestamp": {
1378
+ "start_timestamp": "00:09:09.000",
1379
+ "end_timestamp": "00:10:22.000"
1380
+ }
1381
+ }
1382
+ ],
1383
+ "props": [
1384
+ {
1385
+ "name": "Boats",
1386
+ "timestamp": {
1387
+ "start_timestamp": "00:09:09.000",
1388
+ "end_timestamp": "00:10:22.000"
1389
+ }
1390
+ },
1391
+ {
1392
+ "name": "Island of Capri",
1393
+ "timestamp": {
1394
+ "start_timestamp": "00:09:09.000",
1395
+ "end_timestamp": "00:10:22.000"
1396
+ }
1397
+ },
1398
+ {
1399
+ "name": "Two classic Alfa Romeos",
1400
+ "timestamp": {
1401
+ "start_timestamp": "00:09:14.000",
1402
+ "end_timestamp": "00:10:22.000"
1403
+ }
1404
+ },
1405
+ {
1406
+ "name": "Scenic coastal road",
1407
+ "timestamp": {
1408
+ "start_timestamp": "00:09:14.000",
1409
+ "end_timestamp": "00:10:22.000"
1410
+ }
1411
+ },
1412
+ {
1413
+ "name": "Amalfi Coast",
1414
+ "timestamp": {
1415
+ "start_timestamp": "00:09:14.000",
1416
+ "end_timestamp": "00:10:22.000"
1417
+ }
1418
+ },
1419
+ {
1420
+ "name": "Tennis racket",
1421
+ "timestamp": {
1422
+ "start_timestamp": "00:09:33.000",
1423
+ "end_timestamp": "00:09:41.000"
1424
+ }
1425
+ }
1426
+ ],
1427
+ "videoEditingDetails": [
1428
+ {
1429
+ "description": "Cut to an aerial view of two boats racing.",
1430
+ "timestamps": {
1431
+ "start_timestamp": "00:09:09.000",
1432
+ "end_timestamp": "00:09:12.000"
1433
+ }
1434
+ },
1435
+ {
1436
+ "description": "Transition to shots of Jeremy and Richard driving classic Alfa Romeos along the Amalfi Coast.",
1437
+ "timestamps": {
1438
+ "start_timestamp": "00:09:14.000",
1439
+ "end_timestamp": "00:09:33.000"
1440
+ }
1441
+ },
1442
+ {
1443
+ "description": "Cut to Richard speaking on a walkie-talkie.",
1444
+ "timestamps": {
1445
+ "start_timestamp": "00:09:12.000",
1446
+ "end_timestamp": "00:09:14.000"
1447
+ }
1448
+ },
1449
+ {
1450
+ "description": "Transition to Hammond in tennis attire at a court.",
1451
+ "timestamps": {
1452
+ "start_timestamp": "00:09:33.000",
1453
+ "end_timestamp": "00:09:41.000"
1454
+ }
1455
+ },
1456
+ {
1457
+ "description": "Scenic shots of the Amalfi Coast, Capri, and the boats.",
1458
+ "timestamps": {
1459
+ "start_timestamp": "00:09:41.000",
1460
+ "end_timestamp": "00:10:22.000"
1461
+ }
1462
+ }
1463
+ ],
1464
+ "mood": {
1465
+ "description": "Exhilarated and Relaxed",
1466
+ "keyMoments": [
1467
+ {
1468
+ "timestamp": "00:09:14.000",
1469
+ "changeDescription": "Shift from the fast-paced boat racing to the tranquil beauty of the Amalfi Coast."
1470
+ }
1471
+ ]
1472
+ },
1473
+ "narrativeProgression": [
1474
+ {
1475
+ "description": "The video shifts from the exciting boat race to a more relaxed and scenic drive on the Amalfi Coast.",
1476
+ "timestamp": "00:09:14.000"
1477
+ }
1478
+ ],
1479
+ "characterInteraction": [],
1480
+ "thematicElements": "Boats, classic cars, scenic beauty, Italian coast.",
1481
+ "contextualRelevance": "",
1482
+ "dynamismScore": 0.7,
1483
+ "audioVisualCorrelation": 1.0
1484
+ }
1485
+ ],
1486
+ "storylines": {
1487
+ "description": "The Perfect Road Trip 2",
1488
+ "scenes": [
1489
+ 1,
1490
+ 2,
1491
+ 3,
1492
+ 4,
1493
+ 5,
1494
+ 7,
1495
+ 8,
1496
+ 9,
1497
+ 10,
1498
+ 11,
1499
+ 12,
1500
+ 13,
1501
+ 14
1502
+ ],
1503
+ "climax": {
1504
+ "description": "Jeremy crashing the kit-car Ferrari is the most dramatic event of the trip.",
1505
+ "timestamp": "00:06:05.000"
1506
+ }
1507
+ },
1508
+ "qAndA": [
1509
+ {
1510
+ "question": "What Lamborghini model does Richard drive at the beginning of the trip?",
1511
+ "answer": "Lamborghini Huracán."
1512
+ },
1513
+ {
1514
+ "question": "What unexpected action does The Stig perform in the video?",
1515
+ "answer": "He kicks and destroys a table and chairs in a fit of anger."
1516
+ },
1517
+ {
1518
+ "question": "Why is Richard disappointed after driving the McLaren P1?",
1519
+ "answer": "Because he swallowed wine at the tasting and Jeremy wouldn't let him drive for very long."
1520
+ },
1521
+ {
1522
+ "question": "What injury does Jeremy sustain after crashing the kit-car Ferrari?",
1523
+ "answer": "He cuts his arm on the snapped wire fence."
1524
+ },
1525
+ {
1526
+ "question": "What classic Italian dish are Jeremy and Richard determined to find during their road trip?",
1527
+ "answer": "Spaghetti Bolognese."
1528
+ }
1529
+ ],
1530
+ "trimmingSuggestions": [
1531
+ {
1532
+ "description": "The extended driving shots could be trimmed to maintain a higher dynamism score.",
1533
+ "timestamps": {
1534
+ "start_timestamp": "00:09:08.720",
1535
+ "end_timestamp": "00:09:08.720"
1536
+ }
1537
+ },
1538
+ {
1539
+ "description": "The prolonged shots of driving and engine sounds might lose viewer engagement.",
1540
+ "timestamps": {
1541
+ "start_timestamp": "00:09:08.720",
1542
+ "end_timestamp": "00:09:08.720"
1543
+ }
1544
+ },
1545
+ {
1546
+ "description": "Some of the dialogue in where Jeremy and Richard debate the correct name of the pasta dish, could be shortened to avoid dragging the pace.",
1547
+ "timestamps": {
1548
+ "start_timestamp": "00:09:08.720",
1549
+ "end_timestamp": "00:09:08.720"
1550
+ }
1551
+ }
1552
+ ],
1553
+ "fps": 25.0
1554
+ },
1555
+ "text_to_speech": "here is day one our top gear calm behind-the-scenes on our new DVD the perfect road trip to hello taka calm we're setting off on our perfect road trip only this time it's going to be better because certain things that went wrong last year aren't going to this time well we're not going to France yeah that's the biggest improvement so they can take their speeding fines and shove them up there this is max venturi test driver for Lamborghini good luck enjoy go away hello Top Gear comm you join me it's an exciting moment this is the very first few seconds of my first drive in the Lamborghini Huracan the replacement for the Guyardo I've been desperate to drive this car I love the Gallardo I had one this takes over these two report thus far all is good took the supercars and then bleep the cars this is my pick our speed it really is all that driving built up an appetite [Music] damn damn damn next time I make a right bolognaise of taming the Jaguar f-type a perfect road trip to here is day two of the top gear calm behind-the-scenes on our new DVD the perfect road trip [Music] we're at the Majella circuit Jeremy and I are chasing down mistake Jeremy in BMW m4 we in the f-type Jack there is his little Fiat weaving around he's been maldonado a wretched that's not helping [Applause] oh dear I've done a bad thing why is it always made drivable I think there's problems with the wheels pointing in pointing there yeah and ones oh yeah yeah I've ruined it I've got to go catch her now get him get him for the team Jeremy for the team what for the team I'll take him for the day take him for the team if he's still in it we are still in it he's just representing us now got to explain in Italian to the doctors that I'm okay in the office it is the perfect road trip remember so I leave that there I wasn't the only one causing damage that day next time Jeremy makes a right bolognaise of wine tasting beer and I get my first drive of the McLaren on - hey is day three of the toga calm behind-the-scenes on our new DVD the perfect road trip to hello top gear comm Richard Hammond here more importantly there is a McLaren p1 and the big ape has given me permission to drive well he's not here and the keys in it and I'm not gonna waste any more time speaking to you are gonna drive it for the first time hope it goes well if it doesn't you'll almost certainly read about in the papers as it turned out the main headline was my crushing disappointment must feel amazing at the wheel why aren't I driving I've never driven it's my go at a wine tasting I hatched a plan red no it's white Oh damage Hey what you swallowed the wine yeah you can't drive [Music] next time we make a write bolognaise of kit car Ferraris on the perfect road trip to here is day four of the top gear calm behind the scenes on a new DVD the perfect road trip to hello Top Gear dot-com I don't to give too much away but we are in the middle of working hard on the DVD with my Ferrari Testarossa ya know it might not look like one on camera but in reality it's exactly the same apart from in every single way I'm not gonna tell you what I'm doing with it and why you'll see it but believe me it's absolutely as bad as it looks an amazing start Victorine a must be something [Music] next time I speak fluent bolognaise i'am a bilenda and a race through Siena on the perfect road trip to here is day five of the top gear calm behind-the-scenes on our new DVD the perfect road trip to hello top gear calm I am in Siena in the Mini Cooper S bout to have a race I've got to win this one there's a heavy forfeit I'll look ridiculous but not as ridiculous as the crew looks in their little truck look they use yeah not pleased usually back at the Range Rover back in the discovery play people I propose we have a race into the middle of Siena right Hammond has gone wrong so I'm looking for a cobbled horse trap in the square that isn't square my life is B sorry it got me slightly distracted is that a spaghetti bolognaise yes it is yes it is mmm but it's not called spaghetti bolognaise here what's it called it's called I am a bilenda next time I try not to make a polonaise at another circuit [Music] as we had to run on the perfect road trip to here is day six of the top gear calm behind-the-scenes on our new DVD the perfect road trip to hello target.com Hammond here at the Berlin Goering circuit just outside Rome we are racing this is Jeremy's chariot the beautiful little Alfa Romeo 4c over here by something of an enormous contrast is my baby the new Corvette Stingray oh yeah we're gonna be racing the bomber track if there's anything on them left we're then going to find out which of these two is the fastest round this circuit we're going to use science and the stick yeah I thought it was all full of old stuff no no the Colosseum in those steps they're in a it's a sort of suburb where tourists go this is the actual city center here this is Alpha Tau come on Lee Clow fuh and look who's coming through next time I'm risk making a polonaise of a boat race I'm scared and we go retro on the Amalfi Coast on the perfect road trip too here is day seven of the top gear comm behind the seats on our new DVD the purple road trip to hello top gear calm all of this makes sense this this and that out there is the island of Capri and on the Isle of Capri are two breeze that we will be driving piece it together as you will but before our boat race to Capri we have the pleasure of the Amalfi Coast and two classic alphas [Music] unleash the power whoa we got some speed up nap hey we sprint to the finish line what could possibly go wrong find out on top gear the perfect road trip to you"
1556
+ }
metadata/PrAwsi3Ldzo.json ADDED
@@ -0,0 +1,640 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 649,
4
+ "content_parent_category": "Entertainment",
5
+ "content_fine_category": "Daily Vlogs",
6
+ "youtube_title": "CATCHING UP w/my crazy summer | GYMSHARK WEST COAST TOUR",
7
+ "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",
8
+ "text_to_speech_word_count": 1759,
9
+ "youtube_categories": [
10
+ "People & Blogs"
11
+ ],
12
+ "youtube_tags": [
13
+ "shredded",
14
+ "lean",
15
+ "abs",
16
+ "flat stomach",
17
+ "glutes",
18
+ "booty",
19
+ "butt",
20
+ "big butt",
21
+ "fitness",
22
+ "fit",
23
+ "vlogger",
24
+ "nikki blackketter",
25
+ "robin gallant",
26
+ "powerlifting",
27
+ "bodybuilding",
28
+ "workout",
29
+ "fat loss",
30
+ "lose fat",
31
+ "exercise",
32
+ "iifym",
33
+ "flexible dieting",
34
+ "muscle",
35
+ "flex",
36
+ "ass",
37
+ "bikini pro",
38
+ "bikini competitor",
39
+ "contest prep",
40
+ "muffin top",
41
+ "jazmine garcia",
42
+ "gymshark",
43
+ "tammy hembrow",
44
+ "amanda bucci",
45
+ "buff bunny",
46
+ "buffbunny",
47
+ "heidi somers",
48
+ "girls",
49
+ "david laid",
50
+ "steve cook"
51
+ ],
52
+ "youtube_channel": "Robin Gallant",
53
+ "youtube_view_count": 83763,
54
+ "youtube_comment_count": 185,
55
+ "youtube_like_count": 1747,
56
+ "youtube_channel_follower_count": 384000,
57
+ "youtube_upload_date": "20161014",
58
+ "youtube_age_limit": 0,
59
+ "content_metadata": {
60
+ "title": "A Day with GymShark: Adventures, Growth, and Reflection",
61
+ "description": "The video captures a day with the GymShark crew, showcasing exciting activities, personal growth through travels, and reflective moments.",
62
+ "characterList": [
63
+ {
64
+ "characterId": "1",
65
+ "name": "Woman",
66
+ "description": "Blonde hair, wearing pink T-shirt and black choker necklace."
67
+ },
68
+ {
69
+ "characterId": "2",
70
+ "name": "Ben",
71
+ "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."
72
+ },
73
+ {
74
+ "characterId": "3",
75
+ "name": "Jasmine",
76
+ "description": "Long dark hair, wearing a black hoodie and sunglasses."
77
+ },
78
+ {
79
+ "characterId": "4",
80
+ "name": "Dan",
81
+ "description": "Short brown hair, muscular build, wearing black tank top and gold wristwatch."
82
+ },
83
+ {
84
+ "characterId": "5",
85
+ "name": "Emily",
86
+ "description": "Long dark hair, wearing sunglasses, white tank top, and black leggings."
87
+ }
88
+ ],
89
+ "scenes": [
90
+ {
91
+ "sceneId": 1,
92
+ "title": "Scene 1: Arrival and Excitement at Santa Monica Pier",
93
+ "timestamps": {
94
+ "start_timestamp": "00:00:00.000",
95
+ "end_timestamp": "00:00:29.363"
96
+ },
97
+ "cast": [
98
+ "Woman",
99
+ "Ben",
100
+ "Jasmine",
101
+ "Dan"
102
+ ],
103
+ "activities": [
104
+ {
105
+ "description": "Ben takes pictures of Jasmine with a camera",
106
+ "timestamp": {
107
+ "start_timestamp": "00:00:08.008",
108
+ "end_timestamp": "00:00:08.008"
109
+ }
110
+ },
111
+ {
112
+ "description": "Arriving at Santa Monica Pier",
113
+ "timestamp": {
114
+ "start_timestamp": "00:00:19.987",
115
+ "end_timestamp": "00:00:19.987"
116
+ }
117
+ }
118
+ ],
119
+ "props": [
120
+ {
121
+ "name": "Sony camera",
122
+ "timestamp": {
123
+ "start_timestamp": "00:00:08.008",
124
+ "end_timestamp": "00:00:08.008"
125
+ }
126
+ },
127
+ {
128
+ "name": "Metal water bottle",
129
+ "timestamp": {
130
+ "start_timestamp": "00:00:19.987",
131
+ "end_timestamp": "00:00:19.987"
132
+ }
133
+ }
134
+ ],
135
+ "videoEditingDetails": [
136
+ {
137
+ "description": "Quick cuts between shots of city streets and buildings",
138
+ "timestamps": {
139
+ "start_timestamp": "00:00:04.004",
140
+ "end_timestamp": "00:00:07.007"
141
+ }
142
+ },
143
+ {
144
+ "description": "Quick cuts between shots of the pier, people walking, and the ocean",
145
+ "timestamps": {
146
+ "start_timestamp": "00:00:25.993",
147
+ "end_timestamp": "00:00:28.996"
148
+ }
149
+ }
150
+ ],
151
+ "mood": {
152
+ "description": "Excited, Happy. The fast pace of the video and upbeat music contribute to the sense of excitement.",
153
+ "keyMoments": [
154
+ {
155
+ "timestamp": "00:00:15.015",
156
+ "changeDescription": "The scene shifts from daytime to evening, creating a transition from a bright and energetic mood to a more relaxed and mellow atmosphere."
157
+ }
158
+ ]
159
+ },
160
+ "narrativeProgression": [
161
+ {
162
+ "description": "This scene introduces the characters and sets the stage for a fun outing.",
163
+ "timestamp": "00:00:00.000"
164
+ }
165
+ ],
166
+ "characterInteraction": [
167
+ {
168
+ "characters": [
169
+ "Woman",
170
+ "Ben",
171
+ "Jasmine",
172
+ "Dan"
173
+ ],
174
+ "description": "The characters are friendly and seem excited to be together."
175
+ }
176
+ ],
177
+ "thematicElements": "Anticipation of an adventure",
178
+ "contextualRelevance": "The scene introduces the setting and characters, setting the tone for the day's adventures.",
179
+ "dynamismScore": 0.8,
180
+ "audioVisualCorrelation": 0.7
181
+ },
182
+ {
183
+ "sceneId": 2,
184
+ "title": "Scene 2: Adventure and Entertainment on the Pier",
185
+ "timestamps": {
186
+ "start_timestamp": "00:00:29.396",
187
+ "end_timestamp": "00:01:03.230"
188
+ },
189
+ "cast": [
190
+ "Woman",
191
+ "Ben",
192
+ "Jasmine",
193
+ "Dan"
194
+ ],
195
+ "activities": [
196
+ {
197
+ "description": "Walking on the pier",
198
+ "timestamp": {
199
+ "start_timestamp": "00:00:36.003",
200
+ "end_timestamp": "00:00:36.003"
201
+ }
202
+ },
203
+ {
204
+ "description": "Watching a street performer",
205
+ "timestamp": {
206
+ "start_timestamp": "00:00:44.011",
207
+ "end_timestamp": "00:00:44.011"
208
+ }
209
+ },
210
+ {
211
+ "description": "Jasmine and Dan dancing",
212
+ "timestamp": {
213
+ "start_timestamp": "00:00:52.986",
214
+ "end_timestamp": "00:00:52.986"
215
+ }
216
+ }
217
+ ],
218
+ "props": [],
219
+ "videoEditingDetails": [
220
+ {
221
+ "description": "Quick cuts showcasing the lively atmosphere of the pier.",
222
+ "timestamps": {
223
+ "start_timestamp": "00:00:36.003",
224
+ "end_timestamp": "00:00:43.010"
225
+ }
226
+ },
227
+ {
228
+ "description": "Slow-motion effect used to emphasize the dance moves.",
229
+ "timestamps": {
230
+ "start_timestamp": "00:00:49.016",
231
+ "end_timestamp": "00:00:51.985"
232
+ }
233
+ }
234
+ ],
235
+ "mood": {
236
+ "description": "Happy, Exciting. The scene captures the vibrant energy of the pier and the joy of the characters.",
237
+ "keyMoments": [
238
+ {
239
+ "timestamp": "00:00:52.986",
240
+ "changeDescription": "Highlighting the spontaneous dance of Jasmine and Dan, adding to the joy of the scene."
241
+ }
242
+ ]
243
+ },
244
+ "narrativeProgression": [
245
+ {
246
+ "description": "The characters continue their fun outing at the pier, enjoying the atmosphere and entertainment.",
247
+ "timestamp": "00:00:36.003"
248
+ }
249
+ ],
250
+ "characterInteraction": [
251
+ {
252
+ "characters": [
253
+ "Jasmine",
254
+ "Dan"
255
+ ],
256
+ "description": "The characters interact casually and seem to be having a great time together."
257
+ }
258
+ ],
259
+ "thematicElements": "Joy and spontaneity",
260
+ "contextualRelevance": "The scene emphasizes the fun and lively atmosphere of the pier.",
261
+ "dynamismScore": 0.9,
262
+ "audioVisualCorrelation": 0.8
263
+ },
264
+ {
265
+ "sceneId": 3,
266
+ "title": "Scene 3: Travels, Gym, and Life Updates",
267
+ "timestamps": {
268
+ "start_timestamp": "00:01:03.263",
269
+ "end_timestamp": "00:05:51.151"
270
+ },
271
+ "cast": [
272
+ "Woman",
273
+ "Ben",
274
+ "Jasmine",
275
+ "Dan",
276
+ "Emily"
277
+ ],
278
+ "activities": [
279
+ {
280
+ "description": "Woman talks about her recent travels.",
281
+ "timestamp": {
282
+ "start_timestamp": "00:01:03.263",
283
+ "end_timestamp": "00:01:03.263"
284
+ }
285
+ },
286
+ {
287
+ "description": "GymShark Family meal in Venice, LA",
288
+ "timestamp": {
289
+ "start_timestamp": "00:01:21.014",
290
+ "end_timestamp": "00:01:21.014"
291
+ }
292
+ },
293
+ {
294
+ "description": "Having dinner and drinks",
295
+ "timestamp": {
296
+ "start_timestamp": "00:01:45.005",
297
+ "end_timestamp": "00:01:45.005"
298
+ }
299
+ },
300
+ {
301
+ "description": "Working out at Gold's Gym in LA",
302
+ "timestamp": {
303
+ "start_timestamp": "00:02:29.016",
304
+ "end_timestamp": "00:02:29.016"
305
+ }
306
+ },
307
+ {
308
+ "description": "Driving through a city",
309
+ "timestamp": {
310
+ "start_timestamp": "00:03:31.011",
311
+ "end_timestamp": "00:03:31.011"
312
+ }
313
+ },
314
+ {
315
+ "description": "Ben interacting with people on the street.",
316
+ "timestamp": {
317
+ "start_timestamp": "00:03:54.000",
318
+ "end_timestamp": "00:03:54.000"
319
+ }
320
+ },
321
+ {
322
+ "description": "Woman packing belongings in an apartment.",
323
+ "timestamp": {
324
+ "start_timestamp": "00:04:17.991",
325
+ "end_timestamp": "00:04:17.991"
326
+ }
327
+ },
328
+ {
329
+ "description": "Vegas Meet Up",
330
+ "timestamp": {
331
+ "start_timestamp": "00:05:51.151",
332
+ "end_timestamp": "00:05:51.151"
333
+ }
334
+ }
335
+ ],
336
+ "props": [
337
+ {
338
+ "name": "List of questions",
339
+ "timestamp": {
340
+ "start_timestamp": "00:01:10.003",
341
+ "end_timestamp": "00:01:10.003"
342
+ }
343
+ },
344
+ {
345
+ "name": "White cloth/napkin",
346
+ "timestamp": {
347
+ "start_timestamp": "00:01:59.987",
348
+ "end_timestamp": "00:01:59.987"
349
+ }
350
+ },
351
+ {
352
+ "name": "Glasses of water, plate of food",
353
+ "timestamp": {
354
+ "start_timestamp": "00:02:09.997",
355
+ "end_timestamp": "00:02:09.997"
356
+ }
357
+ }
358
+ ],
359
+ "videoEditingDetails": [
360
+ {
361
+ "description": "Montage of various activities and travels interspersed with the Woman speaking directly to the camera in her room.",
362
+ "timestamps": {
363
+ "start_timestamp": "00:01:03.263",
364
+ "end_timestamp": "00:05:51.151"
365
+ }
366
+ },
367
+ {
368
+ "description": "Fast cuts and upbeat music highlight the energy of the gym workout and the social interaction.",
369
+ "timestamps": {
370
+ "start_timestamp": "00:02:29.016",
371
+ "end_timestamp": "00:03:30.010"
372
+ }
373
+ },
374
+ {
375
+ "description": "Slow-motion effect used when Ben interacts with people on the street, perhaps emphasizing the connection with fans.",
376
+ "timestamps": {
377
+ "start_timestamp": "00:03:57.003",
378
+ "end_timestamp": "00:04:16.990"
379
+ }
380
+ }
381
+ ],
382
+ "mood": {
383
+ "description": "Happy, Excited. The Woman's positive tone and the various activities shown in the montage contribute to the sense of joy and excitement.",
384
+ "keyMoments": [
385
+ {
386
+ "timestamp": "00:02:29.016",
387
+ "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."
388
+ }
389
+ ]
390
+ },
391
+ "narrativeProgression": [
392
+ {
393
+ "description": "This scene summarizes the Woman's travels and life updates, focusing on her experiences during the GymShark World Tour and her personal growth.",
394
+ "timestamp": "00:01:03.263"
395
+ }
396
+ ],
397
+ "characterInteraction": [
398
+ {
399
+ "characters": [
400
+ "Woman",
401
+ "Ben",
402
+ "Jasmine",
403
+ "Dan",
404
+ "Emily"
405
+ ],
406
+ "description": "The Woman interacts with various people, including Ben, Jasmine, Dan, Emily, and fans. The interactions appear genuine and reflect positive relationships."
407
+ }
408
+ ],
409
+ "thematicElements": "Travel and exploration, Personal growth, Importance of community",
410
+ "contextualRelevance": "The scene details the personal growth and community involvement of the Woman.",
411
+ "dynamismScore": 0.9,
412
+ "audioVisualCorrelation": 0.6
413
+ },
414
+ {
415
+ "sceneId": 4,
416
+ "title": "Scene 4: Vegas Meet-Up and Gymshark Fashion",
417
+ "timestamps": {
418
+ "start_timestamp": "00:05:51.184",
419
+ "end_timestamp": "00:08:30.510"
420
+ },
421
+ "cast": [
422
+ "Woman",
423
+ "Emily"
424
+ ],
425
+ "activities": [
426
+ {
427
+ "description": "Talking about GymShark clothing",
428
+ "timestamp": {
429
+ "start_timestamp": "00:05:51.985",
430
+ "end_timestamp": "00:05:51.985"
431
+ }
432
+ },
433
+ {
434
+ "description": "Arriving at the location of the meetup",
435
+ "timestamp": {
436
+ "start_timestamp": "00:06:13.006",
437
+ "end_timestamp": "00:06:13.006"
438
+ }
439
+ },
440
+ {
441
+ "description": "Showing Emily's GymShark Outfit",
442
+ "timestamp": {
443
+ "start_timestamp": "00:06:48.008",
444
+ "end_timestamp": "00:06:48.008"
445
+ }
446
+ }
447
+ ],
448
+ "props": [
449
+ {
450
+ "name": "5-Hour Energy drink",
451
+ "timestamp": {
452
+ "start_timestamp": "00:06:23.984",
453
+ "end_timestamp": "00:06:23.984"
454
+ }
455
+ },
456
+ {
457
+ "name": "Backpack",
458
+ "timestamp": {
459
+ "start_timestamp": "00:06:48.008",
460
+ "end_timestamp": "00:06:48.008"
461
+ }
462
+ }
463
+ ],
464
+ "videoEditingDetails": [
465
+ {
466
+ "description": "The Woman speaks directly to the camera in her room.",
467
+ "timestamps": {
468
+ "start_timestamp": "00:05:51.985",
469
+ "end_timestamp": "00:06:13.006"
470
+ }
471
+ },
472
+ {
473
+ "description": "The scene shifts to a handheld camera style as the Woman and Emily walk through a busy casino area.",
474
+ "timestamps": {
475
+ "start_timestamp": "00:06:13.006",
476
+ "end_timestamp": "00:08:30.010"
477
+ }
478
+ }
479
+ ],
480
+ "mood": {
481
+ "description": "Happy, Excited. The Woman's cheerful demeanor and her anticipation of the meet-up contribute to the positive mood.",
482
+ "keyMoments": [
483
+ {
484
+ "timestamp": "00:06:48.008",
485
+ "changeDescription": "The Woman focuses on showcasing Emily's gym wear, briefly shifting the mood from general excitement to one of fashion appreciation."
486
+ }
487
+ ]
488
+ },
489
+ "narrativeProgression": [
490
+ {
491
+ "description": "This scene captures the lead-up to the meet-up event, with the Woman expressing her excitement and showing Emily's gym wear.",
492
+ "timestamp": "00:06:13.006"
493
+ }
494
+ ],
495
+ "characterInteraction": [
496
+ {
497
+ "characters": [
498
+ "Woman",
499
+ "Emily"
500
+ ],
501
+ "description": "The Woman interacts with Emily, showcasing their friendship and shared enthusiasm for the brand."
502
+ }
503
+ ],
504
+ "thematicElements": "Anticipation, Fashion and style",
505
+ "contextualRelevance": "The scene builds up to the excitement of the meet-up event and showcases GymShark's fashion elements.",
506
+ "dynamismScore": 0.7,
507
+ "audioVisualCorrelation": 0.8
508
+ },
509
+ {
510
+ "sceneId": 5,
511
+ "title": "Scene 5: Reflection and Gratitude",
512
+ "timestamps": {
513
+ "start_timestamp": "00:08:30.543",
514
+ "end_timestamp": "00:10:49.115"
515
+ },
516
+ "cast": [
517
+ "Woman",
518
+ "Ben"
519
+ ],
520
+ "activities": [
521
+ {
522
+ "description": "Reflecting on the GymShark tour",
523
+ "timestamp": {
524
+ "start_timestamp": "00:08:30.543",
525
+ "end_timestamp": "00:08:30.543"
526
+ }
527
+ },
528
+ {
529
+ "description": "Expressing gratitude",
530
+ "timestamp": {
531
+ "start_timestamp": "00:10:09.008",
532
+ "end_timestamp": "00:10:09.008"
533
+ }
534
+ }
535
+ ],
536
+ "props": [],
537
+ "videoEditingDetails": [
538
+ {
539
+ "description": "The Woman speaks directly to the camera in her room.",
540
+ "timestamps": {
541
+ "start_timestamp": "00:08:30.543",
542
+ "end_timestamp": "00:10:49.015"
543
+ }
544
+ },
545
+ {
546
+ "description": "Text overlay 'Thank you!'",
547
+ "timestamps": {
548
+ "start_timestamp": "00:09:01.007",
549
+ "end_timestamp": "00:09:01.007"
550
+ }
551
+ },
552
+ {
553
+ "description": "Text overlay 'CLICK HERE'",
554
+ "timestamps": {
555
+ "start_timestamp": "00:10:44.010",
556
+ "end_timestamp": "00:10:44.010"
557
+ }
558
+ }
559
+ ],
560
+ "mood": {
561
+ "description": "Grateful, Reflective. The Woman expresses her appreciation for the GymShark tour experience and its impact on her life.",
562
+ "keyMoments": []
563
+ },
564
+ "narrativeProgression": [
565
+ {
566
+ "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.",
567
+ "timestamp": "00:08:30.543"
568
+ }
569
+ ],
570
+ "characterInteraction": [
571
+ {
572
+ "characters": [
573
+ "Woman",
574
+ "Ben"
575
+ ],
576
+ "description": "No direct interaction in this scene, but the Woman's words reflect her relationship with Ben and her appreciation for the GymShark team."
577
+ }
578
+ ],
579
+ "thematicElements": "Gratitude, Reflection, Brand loyalty",
580
+ "contextualRelevance": "The scene concludes the narrative by summarizing the Woman's positive experiences and gratitude.",
581
+ "dynamismScore": 0.4,
582
+ "audioVisualCorrelation": 0.5
583
+ }
584
+ ],
585
+ "storylines": {
586
+ "description": "The video captures two main storylines around the GymShark crew's adventures and personal growth.",
587
+ "scenes": [
588
+ 1,
589
+ 2,
590
+ 3,
591
+ 4,
592
+ 5
593
+ ],
594
+ "climax": {
595
+ "description": "The pivotal moments of both storylines emphasize joie de vivre and significant transitions.",
596
+ "timestamp": "00:04:17.991"
597
+ }
598
+ },
599
+ "qAndA": [
600
+ {
601
+ "question": "What brand of camera is Ben using to take pictures in the car?",
602
+ "answer": "It's a Sony camera. The brand name is visible on the device."
603
+ },
604
+ {
605
+ "question": "What unusual prop does Dan use during dinner?",
606
+ "answer": "He holds up a white cloth napkin, seemingly making a joke."
607
+ },
608
+ {
609
+ "question": "What happens when the Woman's flight to visit Emily is delayed?",
610
+ "answer": "She ends up spending a night in Halifax and gets to visit her family."
611
+ },
612
+ {
613
+ "question": "What type of energy drink does the Woman consume before the Vegas meet-up?",
614
+ "answer": "She drinks a 5-Hour Energy shot."
615
+ },
616
+ {
617
+ "question": "What key takeaway does the Woman emphasize about GymShark's approach to brand building?",
618
+ "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."
619
+ }
620
+ ],
621
+ "trimmingSuggestions": [
622
+ {
623
+ "description": "The lengthy monologue in the Woman's room could be condensed, retaining key points while using more visually engaging moments from the montage.",
624
+ "timestamps": {
625
+ "start_timestamp": "00:08:30.543",
626
+ "end_timestamp": "00:08:30.543"
627
+ }
628
+ },
629
+ {
630
+ "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.",
631
+ "timestamps": {
632
+ "start_timestamp": "00:08:30.543",
633
+ "end_timestamp": "00:10:49.015"
634
+ }
635
+ }
636
+ ],
637
+ "fps": 29.97002997002997
638
+ },
639
+ "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"
640
+ }
metadata/PwscWHMFkiE.json ADDED
@@ -0,0 +1,794 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 589,
4
+ "content_parent_category": "Sports",
5
+ "content_fine_category": "Game Highlights",
6
+ "youtube_title": "Seattle Dragons vs. DC Defenders Week 1 Highlights | XFL 2020",
7
+ "youtube_description": "Discord Server: https://discord.gg/98YJQff\nArchive Channel: https://www.youtube.com/channel/UC_rKK9jvqBf6ugVk9cxsc4w\nOutro Song: Beat - Highlight Heaven: https://www.youtube.com/watch?v=TjZQkQFAXfY (originally made by @itstrippyty on Twitter)\nNEW Business Email: [email protected]\nTwitter: https://twitter.com/highlghtheaven\nInstagram: https://www.instagram.com/highlght.heaven/\nTwitch: https://www.twitch.tv/highlightheaven\nPatreon: https://www.patreon.com/highlightheaven \n\n(All rights go to ESPN, Fox, CBS, NBC, Universal Music Group, the NFL, NBA, NCAA, MLB, NHL, XFL & its broadcasters. I do not own the music and the footage used in this video. No copyright infringement intended. For entertainment purposes.)",
8
+ "text_to_speech_word_count": 837,
9
+ "youtube_categories": [
10
+ "Sports"
11
+ ],
12
+ "youtube_tags": [
13
+ "Highlights",
14
+ "Highlight Heaven",
15
+ "xfl",
16
+ "xfl football",
17
+ "xfl 2020",
18
+ "first xfl game",
19
+ "xfl week 1",
20
+ "dc defender",
21
+ "dc",
22
+ "seattle dragons",
23
+ "seattle",
24
+ "dragons vs defenders",
25
+ "cardale jones",
26
+ "xfl week 1 highlights",
27
+ "dragons vs defenders week 1",
28
+ "xfl football highlights"
29
+ ],
30
+ "youtube_channel": "Highlight Heaven",
31
+ "youtube_view_count": 895131,
32
+ "youtube_comment_count": 2100,
33
+ "youtube_like_count": 12591,
34
+ "youtube_channel_follower_count": 1290000,
35
+ "youtube_upload_date": "20200208",
36
+ "youtube_age_limit": 0,
37
+ "content_metadata": {
38
+ "title": "XFL Season Opener: DC Defenders vs Seattle Dragons",
39
+ "description": "A thrilling football game that marks the start of the new XFL season, featuring dynamic plays and exciting moments.",
40
+ "characterList": [
41
+ {
42
+ "characterId": "C1",
43
+ "name": "Commentator 1",
44
+ "description": "A male commentator with a deep voice providing play-by-play commentary."
45
+ },
46
+ {
47
+ "characterId": "C2",
48
+ "name": "Commentator 2",
49
+ "description": "A male commentator with a slightly higher pitched voice offering additional analysis."
50
+ },
51
+ {
52
+ "characterId": "C3",
53
+ "name": "Cardale Jones",
54
+ "description": "A football player wearing a red jersey with the number 12, playing for the DC Defenders."
55
+ },
56
+ {
57
+ "characterId": "C4",
58
+ "name": "Keenan Reynolds",
59
+ "description": "A football player wearing a white jersey returning the opening kickoff, playing for the Seattle Dragons."
60
+ },
61
+ {
62
+ "characterId": "C5",
63
+ "name": "Austin Proehl",
64
+ "description": "A football player wearing a white jersey with the number 13, playing for the Seattle Dragons."
65
+ },
66
+ {
67
+ "characterId": "C6",
68
+ "name": "Brandon Silvers",
69
+ "description": "A football player wearing a white jersey with the number 12, playing for the Seattle Dragons."
70
+ },
71
+ {
72
+ "characterId": "C7",
73
+ "name": "Dontez Byrd",
74
+ "description": "A football player wearing a white jersey with the number 16, playing for the Seattle Dragons."
75
+ },
76
+ {
77
+ "characterId": "C8",
78
+ "name": "Brahím Moore",
79
+ "description": "A football player wearing a red jersey with the number 28, playing for the DC Defenders."
80
+ },
81
+ {
82
+ "characterId": "C9",
83
+ "name": "Elijah Campbell",
84
+ "description": "A football player wearing a red jersey with the number 26, playing for the DC Defenders."
85
+ },
86
+ {
87
+ "characterId": "C10",
88
+ "name": "Tracy Sprinkle",
89
+ "description": "A football player wearing a white jersey with the number 56, playing for the Seattle Dragons."
90
+ },
91
+ {
92
+ "characterId": "C11",
93
+ "name": "Kenneth Farrow",
94
+ "description": "A football player wearing a white jersey with the number 24, playing for the Seattle Dragons."
95
+ },
96
+ {
97
+ "characterId": "C12",
98
+ "name": "Trey Williams",
99
+ "description": "A football player wearing a white jersey with the number 23, playing for the Seattle Dragons."
100
+ },
101
+ {
102
+ "characterId": "C13",
103
+ "name": "Rashad Ross",
104
+ "description": "A football player wearing a red jersey with the number 15, playing for the DC Defenders."
105
+ },
106
+ {
107
+ "characterId": "C14",
108
+ "name": "Referee",
109
+ "description": "A man wearing a black and white striped shirt responsible for officiating the game."
110
+ }
111
+ ],
112
+ "scenes": [
113
+ {
114
+ "sceneId": 1,
115
+ "title": "Pre-Game Hype",
116
+ "timestamps": {
117
+ "start_timestamp": "00:00:00.000",
118
+ "end_timestamp": "00:00:26.600"
119
+ },
120
+ "cast": [
121
+ "Fans",
122
+ "Cardale Jones",
123
+ "Keenan Reynolds"
124
+ ],
125
+ "activities": [
126
+ {
127
+ "description": "Fans entering stadium, players getting dressed in the locker room.",
128
+ "timestamp": {
129
+ "start_timestamp": "00:00:00.000",
130
+ "end_timestamp": "00:00:26.000"
131
+ }
132
+ }
133
+ ],
134
+ "props": [
135
+ {
136
+ "name": "Inflatable DC Defenders archway",
137
+ "timestamp": {
138
+ "start_timestamp": "00:00:00.000",
139
+ "end_timestamp": "00:00:26.000"
140
+ }
141
+ },
142
+ {
143
+ "name": "Football jerseys",
144
+ "timestamp": {
145
+ "start_timestamp": "00:00:00.000",
146
+ "end_timestamp": "00:00:26.000"
147
+ }
148
+ },
149
+ {
150
+ "name": "Football helmets",
151
+ "timestamp": {
152
+ "start_timestamp": "00:00:00.000",
153
+ "end_timestamp": "00:00:26.000"
154
+ }
155
+ },
156
+ {
157
+ "name": "Locker room benches",
158
+ "timestamp": {
159
+ "start_timestamp": "00:00:00.000",
160
+ "end_timestamp": "00:00:26.000"
161
+ }
162
+ },
163
+ {
164
+ "name": "Eye black",
165
+ "timestamp": {
166
+ "start_timestamp": "00:00:00.000",
167
+ "end_timestamp": "00:00:26.000"
168
+ }
169
+ }
170
+ ],
171
+ "videoEditingDetails": [
172
+ {
173
+ "description": "Fast cuts, upbeat music.",
174
+ "timestamps": {
175
+ "start_timestamp": "00:00:00.000",
176
+ "end_timestamp": "00:00:26.000"
177
+ }
178
+ }
179
+ ],
180
+ "mood": {
181
+ "description": "Excited. The visuals of enthusiastic fans entering the stadium and the audio of the upbeat music contribute to the feeling of excitement and anticipation for the game.",
182
+ "keyMoments": []
183
+ },
184
+ "narrativeProgression": [
185
+ {
186
+ "description": "Sets the stage for the XFL season opener between the DC Defenders and the Seattle Dragons.",
187
+ "timestamp": "00:00:00.000"
188
+ }
189
+ ],
190
+ "characterInteraction": [
191
+ {
192
+ "characters": [
193
+ "Cardale Jones",
194
+ "Keenan Reynolds"
195
+ ],
196
+ "description": "Players are seen preparing for the game."
197
+ }
198
+ ],
199
+ "thematicElements": "Excitement and anticipation for the start of a new season.",
200
+ "contextualRelevance": "This scene introduces the teams and sets the tone for the competition.",
201
+ "dynamismScore": 0.9,
202
+ "audioVisualCorrelation": 0.7
203
+ },
204
+ {
205
+ "sceneId": 2,
206
+ "title": "Opening Kickoff",
207
+ "timestamps": {
208
+ "start_timestamp": "00:00:26.633",
209
+ "end_timestamp": "00:00:42.600"
210
+ },
211
+ "cast": [
212
+ "Keenan Reynolds",
213
+ "Commentators"
214
+ ],
215
+ "activities": [
216
+ {
217
+ "description": "Opening kickoff, return by Keenan Reynolds.",
218
+ "timestamp": {
219
+ "start_timestamp": "00:00:27.000",
220
+ "end_timestamp": "00:00:42.000"
221
+ }
222
+ }
223
+ ],
224
+ "props": [
225
+ {
226
+ "name": "Football",
227
+ "timestamp": {
228
+ "start_timestamp": "00:00:27.000",
229
+ "end_timestamp": "00:00:42.000"
230
+ }
231
+ }
232
+ ],
233
+ "videoEditingDetails": [
234
+ {
235
+ "description": "Standard broadcast camera angles.",
236
+ "timestamps": {
237
+ "start_timestamp": "00:00:27.000",
238
+ "end_timestamp": "00:00:42.000"
239
+ }
240
+ }
241
+ ],
242
+ "mood": {
243
+ "description": "Neutral, transitioning to Excited. The scene begins with a neutral mood as the commentator describes the opening kickoff. As Reynolds makes a good return, the commentators' tone becomes more excited, reflecting the start of the action.",
244
+ "keyMoments": [
245
+ {
246
+ "timestamp": "00:00:36.000",
247
+ "changeDescription": "Mood shifts from Neutral to Excited as Reynolds makes a good return."
248
+ }
249
+ ]
250
+ },
251
+ "narrativeProgression": [
252
+ {
253
+ "description": "The Seattle Dragons receive the opening kickoff and start their first drive.",
254
+ "timestamp": "00:00:27.000"
255
+ }
256
+ ],
257
+ "characterInteraction": [
258
+ {
259
+ "characters": [
260
+ "Keenan Reynolds"
261
+ ],
262
+ "description": "Keenan Reynolds returns the kickoff for a good gain."
263
+ }
264
+ ],
265
+ "thematicElements": "Beginning of the game and introduction of action.",
266
+ "contextualRelevance": "Marks the start of the game action with Seattle Dragons in possession.",
267
+ "dynamismScore": 0.7,
268
+ "audioVisualCorrelation": 1.0
269
+ },
270
+ {
271
+ "sceneId": 3,
272
+ "title": "First Score of the Game",
273
+ "timestamps": {
274
+ "start_timestamp": "00:00:42.633",
275
+ "end_timestamp": "00:01:17.500"
276
+ },
277
+ "cast": [
278
+ "Cardale Jones",
279
+ "Austin Proehl",
280
+ "Commentators",
281
+ "Referee"
282
+ ],
283
+ "activities": [
284
+ {
285
+ "description": "DC Defenders' first drive, touchdown catch by Austin Proehl, extra point attempt.",
286
+ "timestamp": {
287
+ "start_timestamp": "00:00:42.633",
288
+ "end_timestamp": "00:01:17.500"
289
+ }
290
+ }
291
+ ],
292
+ "props": [
293
+ {
294
+ "name": "Football",
295
+ "timestamp": {
296
+ "start_timestamp": "00:00:42.633",
297
+ "end_timestamp": "00:01:17.500"
298
+ }
299
+ }
300
+ ],
301
+ "videoEditingDetails": [
302
+ {
303
+ "description": "Standard broadcast camera angles, replay of touchdown catch.",
304
+ "timestamps": {
305
+ "start_timestamp": "00:00:42.633",
306
+ "end_timestamp": "00:01:17.500"
307
+ }
308
+ }
309
+ ],
310
+ "mood": {
311
+ "description": "Excited. The commentators' enthusiastic calls of the play and the exciting action on the field create a high energy atmosphere.",
312
+ "keyMoments": [
313
+ {
314
+ "timestamp": "00:01:01.000",
315
+ "changeDescription": "Austin Proehl makes a touchdown catch to give the Seattle Dragons the first score."
316
+ },
317
+ {
318
+ "timestamp": "00:01:17.000",
319
+ "changeDescription": "The extra point attempt is successful."
320
+ }
321
+ ]
322
+ },
323
+ "narrativeProgression": [
324
+ {
325
+ "description": "Seattle Dragons take the lead with the first touchdown.",
326
+ "timestamp": "00:00:42.633"
327
+ }
328
+ ],
329
+ "characterInteraction": [
330
+ {
331
+ "characters": [
332
+ "Austin Proehl",
333
+ "Referee"
334
+ ],
335
+ "description": "Referee confirms the touchdown catch by Austin Proehl."
336
+ }
337
+ ],
338
+ "thematicElements": "First score of the game sets the competitive tone.",
339
+ "contextualRelevance": "Highlights the initial lead of the Seattle Dragons.",
340
+ "dynamismScore": 0.8,
341
+ "audioVisualCorrelation": 1.0
342
+ },
343
+ {
344
+ "sceneId": 4,
345
+ "title": "Seattle Dragons' Drive and Interception",
346
+ "timestamps": {
347
+ "start_timestamp": "00:01:17.533",
348
+ "end_timestamp": "00:02:10.200"
349
+ },
350
+ "cast": [
351
+ "Brandon Silvers",
352
+ "Dontez Byrd",
353
+ "Brahim Moore",
354
+ "Commentators"
355
+ ],
356
+ "activities": [
357
+ {
358
+ "description": "Seattle Dragons' drive, interception by Brahim Moore, catch by Dontez Byrd.",
359
+ "timestamp": {
360
+ "start_timestamp": "00:01:18.000",
361
+ "end_timestamp": "00:02:09.000"
362
+ }
363
+ }
364
+ ],
365
+ "props": [
366
+ {
367
+ "name": "Football",
368
+ "timestamp": {
369
+ "start_timestamp": "00:01:18.000",
370
+ "end_timestamp": "00:02:09.000"
371
+ }
372
+ }
373
+ ],
374
+ "videoEditingDetails": [
375
+ {
376
+ "description": "Standard broadcast camera angles, replay of the interception and catch.",
377
+ "timestamps": {
378
+ "start_timestamp": "00:01:18.000",
379
+ "end_timestamp": "00:02:09.000"
380
+ }
381
+ }
382
+ ],
383
+ "mood": {
384
+ "description": "Excited, transitioning to Tense. As the drive progresses and the interception occurs, the mood becomes more tense due to the change in possession.",
385
+ "keyMoments": [
386
+ {
387
+ "timestamp": "00:01:37.000",
388
+ "changeDescription": "Mood shifts from Excited to Tense with Moore's interception."
389
+ }
390
+ ]
391
+ },
392
+ "narrativeProgression": [
393
+ {
394
+ "description": "Brahim Moore intercepts Brandon Silvers' pass, giving DC Defenders possession.",
395
+ "timestamp": "00:01:37.000"
396
+ }
397
+ ],
398
+ "characterInteraction": [
399
+ {
400
+ "characters": [
401
+ "Brandon Silvers",
402
+ "Brahim Moore"
403
+ ],
404
+ "description": "Moore intercepts a pass from Silvers, shifting momentum."
405
+ }
406
+ ],
407
+ "thematicElements": "Turnover shifts momentum to DC Defenders.",
408
+ "contextualRelevance": "Significant turn of events as DC gains possession through interception.",
409
+ "dynamismScore": 0.8,
410
+ "audioVisualCorrelation": 1.0
411
+ },
412
+ {
413
+ "sceneId": 5,
414
+ "title": "DC Defenders' Drive and Blocked Punt",
415
+ "timestamps": {
416
+ "start_timestamp": "00:02:10.233",
417
+ "end_timestamp": "00:03:59.867"
418
+ },
419
+ "cast": [
420
+ "Austin Proehl",
421
+ "Brandon Silvers",
422
+ "Elijah Campbell",
423
+ "Commentators",
424
+ "Referee"
425
+ ],
426
+ "activities": [
427
+ {
428
+ "description": "DC Defenders' drive, touchdown catch by Austin Proehl, blocked punt for a touchdown by Elijah Campbell.",
429
+ "timestamp": {
430
+ "start_timestamp": "00:02:10.233",
431
+ "end_timestamp": "00:03:58.000"
432
+ }
433
+ }
434
+ ],
435
+ "props": [
436
+ {
437
+ "name": "Football",
438
+ "timestamp": {
439
+ "start_timestamp": "00:02:10.233",
440
+ "end_timestamp": "00:03:58.000"
441
+ }
442
+ }
443
+ ],
444
+ "videoEditingDetails": [
445
+ {
446
+ "description": "Standard broadcast camera angles, slow motion replay of blocked punt.",
447
+ "timestamps": {
448
+ "start_timestamp": "00:02:10.233",
449
+ "end_timestamp": "00:03:58.000"
450
+ }
451
+ }
452
+ ],
453
+ "mood": {
454
+ "description": "Tense, transitioning to Excited. Initial tension from interception evolves into excitement with touchdown and blocked punt.",
455
+ "keyMoments": [
456
+ {
457
+ "timestamp": "00:02:20.000",
458
+ "changeDescription": "Mood shifts to Excited with Proehl's touchdown catch."
459
+ },
460
+ {
461
+ "timestamp": "00:03:24.000",
462
+ "changeDescription": "Excitement intensifies with Campbell's blocked punt touchdown."
463
+ }
464
+ ]
465
+ },
466
+ "narrativeProgression": [
467
+ {
468
+ "description": "Elijah Campbell blocks a punt and recovers it for a touchdown, giving DC Defenders lead.",
469
+ "timestamp": "00:03:24.000"
470
+ }
471
+ ],
472
+ "characterInteraction": [
473
+ {
474
+ "characters": [
475
+ "Elijah Campbell",
476
+ "Austin Proehl"
477
+ ],
478
+ "description": "Campbell's blocked punt and Proehl's catch highlight collaboration and success."
479
+ }
480
+ ],
481
+ "thematicElements": "Dynamic plays leading to scoring opportunities for DC Defenders.",
482
+ "contextualRelevance": "Highlights pivotal plays that impact game score.",
483
+ "dynamismScore": 0.9,
484
+ "audioVisualCorrelation": 1.0
485
+ },
486
+ {
487
+ "sceneId": 6,
488
+ "title": "Seattle Dragons' Drive and Touchdown",
489
+ "timestamps": {
490
+ "start_timestamp": "00:03:59.900",
491
+ "end_timestamp": "00:04:57.867"
492
+ },
493
+ "cast": [
494
+ "Kenneth Farrow",
495
+ "Trey Williams",
496
+ "Commentators",
497
+ "Referee"
498
+ ],
499
+ "activities": [
500
+ {
501
+ "description": "Seattle Dragons' drive, touchdown run by Trey Williams.",
502
+ "timestamp": {
503
+ "start_timestamp": "00:03:59.900",
504
+ "end_timestamp": "00:04:57.867"
505
+ }
506
+ }
507
+ ],
508
+ "props": [
509
+ {
510
+ "name": "Football",
511
+ "timestamp": {
512
+ "start_timestamp": "00:03:59.900",
513
+ "end_timestamp": "00:04:57.867"
514
+ }
515
+ }
516
+ ],
517
+ "videoEditingDetails": [
518
+ {
519
+ "description": "Standard broadcast camera angles, replay of the touchdown run.",
520
+ "timestamps": {
521
+ "start_timestamp": "00:03:59.900",
522
+ "end_timestamp": "00:04:57.867"
523
+ }
524
+ }
525
+ ],
526
+ "mood": {
527
+ "description": "Determined. Seattle Dragons push downfield, determined to catch up and score again.",
528
+ "keyMoments": [
529
+ {
530
+ "timestamp": "00:04:43.000",
531
+ "changeDescription": "Trey Williams scores a touchdown, closing the gap."
532
+ }
533
+ ]
534
+ },
535
+ "narrativeProgression": [
536
+ {
537
+ "description": "Seattle Dragons respond with a strong drive to score again.",
538
+ "timestamp": "00:03:59.900"
539
+ }
540
+ ],
541
+ "characterInteraction": [
542
+ {
543
+ "characters": [
544
+ "Kenneth Farrow",
545
+ "Trey Williams"
546
+ ],
547
+ "description": "Trey Williams' determined drive to score."
548
+ }
549
+ ],
550
+ "thematicElements": "Resilient effort by Seattle to stay competitive.",
551
+ "contextualRelevance": "Seattle fights back, adding tension to the close game.",
552
+ "dynamismScore": 0.8,
553
+ "audioVisualCorrelation": 1.0
554
+ },
555
+ {
556
+ "sceneId": 7,
557
+ "title": "DC Defenders' Drive and Touchdown",
558
+ "timestamps": {
559
+ "start_timestamp": "00:04:57.900",
560
+ "end_timestamp": "00:06:57.067"
561
+ },
562
+ "cast": [
563
+ "Rashad Ross",
564
+ "Commentators",
565
+ "Referee"
566
+ ],
567
+ "activities": [
568
+ {
569
+ "description": "DC Defenders' drive, touchdown catch by Rashad Ross.",
570
+ "timestamp": {
571
+ "start_timestamp": "00:04:58.000",
572
+ "end_timestamp": "00:06:57.067"
573
+ }
574
+ }
575
+ ],
576
+ "props": [
577
+ {
578
+ "name": "Football",
579
+ "timestamp": {
580
+ "start_timestamp": "00:04:58.000",
581
+ "end_timestamp": "00:06:57.067"
582
+ }
583
+ }
584
+ ],
585
+ "videoEditingDetails": [
586
+ {
587
+ "description": "Standard broadcast camera angles, replay of the touchdown catch.",
588
+ "timestamps": {
589
+ "start_timestamp": "00:04:58.000",
590
+ "end_timestamp": "00:06:57.067"
591
+ }
592
+ }
593
+ ],
594
+ "mood": {
595
+ "description": "Intense. The close game raises intensity as both teams vie for control.",
596
+ "keyMoments": [
597
+ {
598
+ "timestamp": "00:06:57.067",
599
+ "changeDescription": "Rashad Ross extends DC Defenders' lead with a touchdown."
600
+ }
601
+ ]
602
+ },
603
+ "narrativeProgression": [
604
+ {
605
+ "description": "DC Defenders reinforce their lead with another touchdown catch.",
606
+ "timestamp": "00:04:58.000"
607
+ }
608
+ ],
609
+ "characterInteraction": [
610
+ {
611
+ "characters": [
612
+ "Rashad Ross"
613
+ ],
614
+ "description": "Ross makes a crucial touchdown catch."
615
+ }
616
+ ],
617
+ "thematicElements": "Intense competition and scoring exchanges.",
618
+ "contextualRelevance": "DC Defenders extend their lead, adding pressure on Seattle.",
619
+ "dynamismScore": 0.8,
620
+ "audioVisualCorrelation": 1.0
621
+ },
622
+ {
623
+ "sceneId": 8,
624
+ "title": "Seattle Dragons' Drive and Fumble",
625
+ "timestamps": {
626
+ "start_timestamp": "00:06:57.100",
627
+ "end_timestamp": "00:08:58.000"
628
+ },
629
+ "cast": [
630
+ "Commentators",
631
+ "Referee"
632
+ ],
633
+ "activities": [
634
+ {
635
+ "description": "Seattle Dragons' drive, fumble recovered by DC Defenders.",
636
+ "timestamp": {
637
+ "start_timestamp": "00:06:58.000",
638
+ "end_timestamp": "00:08:58.000"
639
+ }
640
+ }
641
+ ],
642
+ "props": [
643
+ {
644
+ "name": "Football",
645
+ "timestamp": {
646
+ "start_timestamp": "00:06:58.000",
647
+ "end_timestamp": "00:08:58.000"
648
+ }
649
+ }
650
+ ],
651
+ "videoEditingDetails": [
652
+ {
653
+ "description": "Standard broadcast camera angles, replay of the fumble.",
654
+ "timestamps": {
655
+ "start_timestamp": "00:06:58.000",
656
+ "end_timestamp": "00:08:58.000"
657
+ }
658
+ }
659
+ ],
660
+ "mood": {
661
+ "description": "Tense. The Seattle Dragons' drive is crucial, but the turnover intensifies the tension.",
662
+ "keyMoments": [
663
+ {
664
+ "timestamp": "00:08:39.000",
665
+ "changeDescription": "Seattle Dragons fumble near goal line, recovered by DC Defenders."
666
+ }
667
+ ]
668
+ },
669
+ "narrativeProgression": [
670
+ {
671
+ "description": "The Seattle Dragons' fumble highlights critical defensive play by DC.",
672
+ "timestamp": "00:06:58.000"
673
+ }
674
+ ],
675
+ "characterInteraction": [
676
+ {
677
+ "characters": [
678
+ "Referee"
679
+ ],
680
+ "description": "Referee confirms DC Defenders' recovery of the fumble."
681
+ }
682
+ ],
683
+ "thematicElements": "Critical turnover impacting Seattle's scoring chances.",
684
+ "contextualRelevance": "DC's defense shines with crucial recovery at pivotal moment.",
685
+ "dynamismScore": 0.7,
686
+ "audioVisualCorrelation": 1.0
687
+ },
688
+ {
689
+ "sceneId": 9,
690
+ "title": "Game Conclusion",
691
+ "timestamps": {
692
+ "start_timestamp": "00:08:58.033",
693
+ "end_timestamp": "00:09:47.567"
694
+ },
695
+ "cast": [
696
+ "DC Defenders' players and coaches",
697
+ "Commentators"
698
+ ],
699
+ "activities": [
700
+ {
701
+ "description": "DC Defenders run out the clock, celebrating the victory.",
702
+ "timestamp": {
703
+ "start_timestamp": "00:08:58.033",
704
+ "end_timestamp": "00:09:47.567"
705
+ }
706
+ }
707
+ ],
708
+ "props": [],
709
+ "videoEditingDetails": [
710
+ {
711
+ "description": "Standard broadcast camera angles, final score graphic displayed.",
712
+ "timestamps": {
713
+ "start_timestamp": "00:08:58.033",
714
+ "end_timestamp": "00:09:47.567"
715
+ }
716
+ }
717
+ ],
718
+ "mood": {
719
+ "description": "Happy, victorious. DC Defenders celebrate their successful start to the season.",
720
+ "keyMoments": []
721
+ },
722
+ "narrativeProgression": [
723
+ {
724
+ "description": "The DC Defenders secure their victory, marking the significant conclusion of the game.",
725
+ "timestamp": "00:08:58.033"
726
+ }
727
+ ],
728
+ "characterInteraction": [
729
+ {
730
+ "characters": [
731
+ "DC Defenders' players and coaches"
732
+ ],
733
+ "description": "Celebrating their victory and the start of a successful season."
734
+ }
735
+ ],
736
+ "thematicElements": "Celebration of victory and successful game completion.",
737
+ "contextualRelevance": "Marks the end of the game with positivity for the DC Defenders.",
738
+ "dynamismScore": 0.6,
739
+ "audioVisualCorrelation": 0.8
740
+ }
741
+ ],
742
+ "storylines": {
743
+ "description": "This storyline encompasses the entire video, focusing on the exciting first game of the new XFL season. The game is closely contested, with lead changes and exciting plays, culminating in a victory for the DC Defenders.",
744
+ "scenes": [
745
+ 1,
746
+ 2,
747
+ 3,
748
+ 4,
749
+ 5,
750
+ 6,
751
+ 7,
752
+ 8,
753
+ 9
754
+ ],
755
+ "climax": {
756
+ "description": "The DC Defenders win the first-ever XFL game of the new season.",
757
+ "timestamp": "00:09:48.000"
758
+ }
759
+ },
760
+ "qAndA": [
761
+ {
762
+ "question": "What unusual color is used on the field in this game?",
763
+ "answer": "The field features a unique red color instead of the traditional green."
764
+ },
765
+ {
766
+ "question": "What is an XFL rule mentioned during the game that differs from the NFL?",
767
+ "answer": "The commentators highlight the college rule used in the XFL, where a receiver only needs one foot in bounds to complete a catch."
768
+ },
769
+ {
770
+ "question": "How is the first score of the XFL season achieved?",
771
+ "answer": "The Seattle Dragons score the first points with a field goal."
772
+ },
773
+ {
774
+ "question": "What exciting play leads to the DC Defenders taking the lead in the second quarter?",
775
+ "answer": "Elijah Campbell blocks a punt and recovers it in the endzone for a touchdown, putting the DC Defenders ahead."
776
+ },
777
+ {
778
+ "question": "Besides the final score, what statistic does the video display that highlights the DC Defenders' defensive dominance?",
779
+ "answer": "The video shows a 'Turnovers' graphic, indicating that Seattle had 3 turnovers while DC had 0. This underscores the strong defensive performance by the DC Defenders."
780
+ }
781
+ ],
782
+ "trimmingSuggestions": [
783
+ {
784
+ "description": "To make the video more dynamic, some of the repetitive play descriptions in Scenes 6, 7, and 8 could be trimmed. This would allow for a faster pace and more focus on the key plays and turning points of the game.",
785
+ "timestamps": {
786
+ "start_timestamp": "00:08:58.033",
787
+ "end_timestamp": "00:08:58.033"
788
+ }
789
+ }
790
+ ],
791
+ "fps": 30.0
792
+ },
793
+ "text_to_speech": "with the Super Bowl the rearview mirror by a matter of days there's more pro football in February get ready for it the XFL starts today and within a new era where as always football season the home team the DC defenders they want to set the tone from the opening kick meanwhile the underdog visitors from Seattle they are all business huntin ice water is away for Seattle beyond the $28 to the 15 years [Applause] that's Rogers in motion in the slot [Applause] we'll shoot here good protection again James sideline first down 10 ball out at the 40-yard line to his wife [Applause] Rogers pulled off the glances Jarell Presley cuts it back to the left side you met what were the odds on this being the first it is good to wine so expecting to be a ground-and-pound team throughout the season we'll watch for Richardson in the return this ferrule came all the way across the field picked up another first down into the earth Brandon Silver's supposed to throw took the big hit as he throws to beauty the ball and it is Dante's bird went up for it and brought it down excellent body control and that throw was on the money see the left side he that offensive line missing their starting left tackle Isiah battle Michael Dunn the villain gets beat inside by Tracy sprinkle he delivers a big blow but a great job climbing and stacking on top of that defender a beautiful throwing catch by silvers and Byrd that's cool that's the rule in the XFL that's the college rule [Applause] your Seattle trailing by a field goal touchdown please Sugar's bumps down to about 30 from the 5-yard line bingo one for the one-point play for the two yard line that's up in the air intercepted leads down which everybody loves that's fun that's football here's the pressure puts up the middle Jones got out of there [Applause] for Malachi Dupre [Applause] this is from 35 Elaine it is no good schism ha it's good so this frozen pizza intercepted at the 45-yard line well he more [Applause] so well steam who was just involved in the flag and they get together and there's a look at the block great job by Campbell Jackson is it a quarterback from the five try to score too real estate he is taken down big is it in breaking around at 12 [Applause] got past the sticks little hesitation move by Kenneth Barrow coming back in space he'll make got miss [Music] [Applause] silvers what's coming picked up [Applause] it's a great job you're just gonna see Williams bust out and as a result of some of the pressure inside that deepens event has to peel with the run back that means you've got a defensive end in space working one-on-one shot Ross is back for DC Ernesto lacayo short kick and we've been waiting for that to happen all kickoffs have to go beyond the 20-yard line the blanket beyond and remain beyond the 20 in the air therefore by rule it will be placed at the 45-yard line that's the other guys 45 was out of a snap [Applause] good we're trusting their head coach - Ashley 30:12 Seattle Blitzen picked up nicely can't do it any prettier than pumphrey is the shut back to the left of Cardale Jones Parnell jolzi clip back to Rogers back to Jones annoyed its [Applause] DC the [Applause] to take the lead being from the to looking for one point Raj is in motion it's it's their ability to execute the plays and they did a great job how important is it for you guys to come out of the locker room like that get off to a fast start and get this momentum I think is really important I think it's really important for our guys we're going through adversity together for the first time and and when you pitch it make guys miss and score right there Seattle now the water to get at the Austin Cole he'll do the running down the side [Applause] dragons cut away from Reiki on third down at 11 Pressley trying to get him into space do some people miss Rogers number four sounds like you checked the play though six going for it deep shot this show and that's how you convert on fourth down [Applause] the XFL opening week opening game I got the first down he was slammed at a bounds [Applause] the pressure from DC [Applause] do you see the [Applause] there's overs before Rodriguez makes his first around the air outside [Applause] indeed they do [Applause] for DC [Applause] PC football [Applause] well about [Applause] DJ Davis [Applause] [Music] [Applause] ecology to the tight end and see it for center after the West Coast tough recruits action on ESPN and the ESPN in the end the DC defenders win the first-ever XFL game 31 to 19"
794
+ }
metadata/Ru3nrJt-KRo.json ADDED
@@ -0,0 +1,826 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 501,
4
+ "content_parent_category": "Lifestyle",
5
+ "content_fine_category": "Destination Guides",
6
+ "youtube_title": "SPIRIT HALLOWEEN 2022 at ACADIANA MALL LAFAYETTE LOUISIANA",
7
+ "youtube_description": "WELCOME TO THE 2022 HALLOWEEN SEASON!! I am back on the road for Halloween Tour 2022, for the next three months I'll be crossing the country, filming as many Halloween stores as I can, in as many states as I can, including Spirit Halloween, Halloween City, Party City, Party Place, Lowes, Home Depot, WalMart, Target, Cracker Barrel, and anything else I can find! SUBSCRIBE and never miss an episode!!! \n\nGET STICKERS HERE! https://www.romancingthestates.com/nate-stickers\nGET SHIRTS HERE! https://that-nate-guys-store.creator-spring.com/\n\nThank You Patreon Supporters! \nLife Unboxed (on YouTube) Catman Mark Blanchard\nScott and April Binkley Gregory Garrett\nAndy Pritchard Bryan Copeland\nHolly Scott Andrew Castillo\nBecome a Patreon supporter and see your name here! https://www.patreon.com/thatnateguyonyoutube\n\nInstagram https://www.instagram.com/thatnateguyonyoutube/\nTwitter https://twitter.com/ThatNateGuy2?fbclid=IwAR3o4cTKFKqrZ7kQnhdHCmcpx1m7BsGeUxAZUylwSbJynerE0Lk_D1nL6U0\n\nThanks for watching and be sure to Subscribe!\n#halloween2022 #spirithalloween #halloween \nthat nate guy Louisiana",
8
+ "text_to_speech_word_count": 1313,
9
+ "youtube_categories": [
10
+ "Entertainment"
11
+ ],
12
+ "youtube_tags": [
13
+ "HALLOWEEN",
14
+ "SPIRIT HALLOWEEN",
15
+ "HALLOWEEN CITY",
16
+ "PARTY CITY",
17
+ "PARTY PLACE",
18
+ "ANIMATRONICS",
19
+ "HALLOWEEN ANIMATRONICS",
20
+ "HALLOWEEN DECORATIONS",
21
+ "HALLOWEEN PROPS",
22
+ "SPIRIT HALLOWEEN SNEAK PEEKS",
23
+ "SPIRIT HALLOWEEN ANIMATRONICS",
24
+ "HALLOWEEN INFLATABLES",
25
+ "HALLOWEEN 2022",
26
+ "spirit halloween 2022",
27
+ "party place 2022",
28
+ "party city 2022",
29
+ "halloween city 2022",
30
+ "2022",
31
+ "spirit halloween flagship",
32
+ "new animatronics",
33
+ "sneak peeks",
34
+ "reveal",
35
+ "reaction",
36
+ "mr punchy",
37
+ "regan",
38
+ "mr dark",
39
+ "lord raven",
40
+ "possessed pumpkin",
41
+ "monty",
42
+ "strawman"
43
+ ],
44
+ "youtube_channel": "That Nate Guy On YouTube",
45
+ "youtube_view_count": 187354,
46
+ "youtube_comment_count": 110,
47
+ "youtube_like_count": 1622,
48
+ "youtube_channel_follower_count": 435000,
49
+ "youtube_upload_date": "20221016",
50
+ "youtube_age_limit": 0,
51
+ "content_metadata": {
52
+ "title": "Spirit Halloween Store Adventure",
53
+ "description": "Join Nate as he explores a Spirit Halloween store, discovering a variety of animatronics, costumes, and merchandise, while sharing humorous observations and highlighting the excitement of Halloween shopping.",
54
+ "characterList": [
55
+ {
56
+ "characterId": "1",
57
+ "name": "Nate",
58
+ "description": "A middle-aged man with a red baseball cap, a brown beard, a blue shirt, and tattoos on his arms. He is the vlogger and main character in the video."
59
+ },
60
+ {
61
+ "characterId": "2",
62
+ "name": "Grim",
63
+ "description": "A skeleton animatronic wearing a black beanie with a Spirit Halloween logo. He has glowing blue eyes."
64
+ },
65
+ {
66
+ "characterId": "3",
67
+ "name": "Possessed Pumpkin",
68
+ "description": "A scarecrow animatronic with a pumpkin head and glowing red eyes."
69
+ },
70
+ {
71
+ "characterId": "4",
72
+ "name": "Lord Farquad",
73
+ "description": "A tall, skeletal animatronic wearing a black hooded robe and with a long beak-like nose. He has glowing red eyes."
74
+ },
75
+ {
76
+ "characterId": "5",
77
+ "name": "Sam",
78
+ "description": "A person in a Trick 'r Treat Sam costume. They are wearing an orange jumpsuit and a burlap sack mask with button eyes."
79
+ },
80
+ {
81
+ "characterId": "6",
82
+ "name": "Pennywise",
83
+ "description": "A child wearing a Pennywise costume from the movie 'It'."
84
+ }
85
+ ],
86
+ "scenes": [
87
+ {
88
+ "sceneId": 1,
89
+ "title": "Exciting Store Entry",
90
+ "timestamps": {
91
+ "start_timestamp": "00:00:00.000",
92
+ "end_timestamp": "00:00:31.565"
93
+ },
94
+ "cast": [
95
+ "Nate"
96
+ ],
97
+ "activities": [
98
+ {
99
+ "description": "Nate enters Spirit Halloween store.",
100
+ "timestamp": {
101
+ "start_timestamp": "00:00:00.000",
102
+ "end_timestamp": "00:00:01.001"
103
+ }
104
+ },
105
+ {
106
+ "description": "Nate discovers and expresses excitement about the 'Catdog' animatronic.",
107
+ "timestamp": {
108
+ "start_timestamp": "00:00:03.003",
109
+ "end_timestamp": "00:00:04.004"
110
+ }
111
+ }
112
+ ],
113
+ "props": [
114
+ {
115
+ "name": "Catdog animatronic",
116
+ "timestamp": {
117
+ "start_timestamp": "00:00:03.003",
118
+ "end_timestamp": "00:00:04.004"
119
+ }
120
+ }
121
+ ],
122
+ "videoEditingDetails": [
123
+ {
124
+ "description": "Transition to a fast-paced intro sequence with music, fast cuts, and spooky imagery.",
125
+ "timestamps": {
126
+ "start_timestamp": "00:00:07.007",
127
+ "end_timestamp": "00:00:15.015"
128
+ }
129
+ },
130
+ {
131
+ "description": "Fade to white transition.",
132
+ "timestamps": {
133
+ "start_timestamp": "00:00:29.997",
134
+ "end_timestamp": "00:00:30.998"
135
+ }
136
+ }
137
+ ],
138
+ "mood": {
139
+ "description": "Excited. Nate's enthusiasm and fast-paced intro contribute to the excited mood.",
140
+ "keyMoments": [
141
+ {
142
+ "timestamp": "00:00:07.007",
143
+ "changeDescription": "Mood changes from excitement to fast-paced tension with the intro sequence."
144
+ }
145
+ ]
146
+ },
147
+ "narrativeProgression": [
148
+ {
149
+ "description": "Introduces the setting and establishes Nate's excitement for Halloween and Spirit Halloween stores.",
150
+ "timestamp": "00:00:03.003"
151
+ }
152
+ ],
153
+ "characterInteraction": [],
154
+ "thematicElements": "The scene highlights the excitement and anticipation surrounding Halloween and the joy of discovering unique Halloween decorations.",
155
+ "contextualRelevance": "The scene establishes Nate's enthusiastic personality and sets the tone for his adventure in the store.",
156
+ "dynamismScore": 0.8,
157
+ "audioVisualCorrelation": 0.8
158
+ },
159
+ {
160
+ "sceneId": 2,
161
+ "title": "Exploring Animatronics",
162
+ "timestamps": {
163
+ "start_timestamp": "00:00:31.598",
164
+ "end_timestamp": "00:01:38.131"
165
+ },
166
+ "cast": [
167
+ "Nate",
168
+ "Grim",
169
+ "Possessed Pumpkin",
170
+ "Lord Farquad",
171
+ "Sam",
172
+ "Pennywise"
173
+ ],
174
+ "activities": [
175
+ {
176
+ "description": "Nate enters Spirit Halloween store.",
177
+ "timestamp": {
178
+ "start_timestamp": "00:00:37.004",
179
+ "end_timestamp": "00:00:38.005"
180
+ }
181
+ },
182
+ {
183
+ "description": "Nate shows and comments on animatronics: Grim, Possessed Pumpkin, Lord Farquad.",
184
+ "timestamp": {
185
+ "start_timestamp": "00:00:58.992",
186
+ "end_timestamp": "00:00:59.993"
187
+ }
188
+ },
189
+ {
190
+ "description": "Nate enters the store.",
191
+ "timestamp": {
192
+ "start_timestamp": "00:01:03.997",
193
+ "end_timestamp": "00:01:04.998"
194
+ }
195
+ },
196
+ {
197
+ "description": "Nate interacts with Possessed Pumpkin animatronic.",
198
+ "timestamp": {
199
+ "start_timestamp": "00:01:20.013",
200
+ "end_timestamp": "00:01:21.014"
201
+ }
202
+ },
203
+ {
204
+ "description": "Nate admires Grim and shows the 'You break it, you buy it' sign.",
205
+ "timestamp": {
206
+ "start_timestamp": "00:01:30.991",
207
+ "end_timestamp": "00:01:31.992"
208
+ }
209
+ },
210
+ {
211
+ "description": "Nate shows a beanie with Grim's logo and says he's buying it.",
212
+ "timestamp": {
213
+ "start_timestamp": "00:01:37.998",
214
+ "end_timestamp": "00:01:38.131"
215
+ }
216
+ }
217
+ ],
218
+ "props": [
219
+ {
220
+ "name": "Halloween shirt at FYE.",
221
+ "timestamp": {
222
+ "start_timestamp": "00:00:37.004",
223
+ "end_timestamp": "00:00:38.005"
224
+ }
225
+ },
226
+ {
227
+ "name": "'You break it, you buy it' sign.",
228
+ "timestamp": {
229
+ "start_timestamp": "00:01:07.000",
230
+ "end_timestamp": "00:01:08.001"
231
+ }
232
+ },
233
+ {
234
+ "name": "Grim animatronic, Possessed Pumpkin animatronic, Lord Farquad animatronic.",
235
+ "timestamp": {
236
+ "start_timestamp": "00:01:08.001",
237
+ "end_timestamp": "00:01:09.002"
238
+ }
239
+ },
240
+ {
241
+ "name": "Grim beanie.",
242
+ "timestamp": {
243
+ "start_timestamp": "00:01:37.998",
244
+ "end_timestamp": "00:01:38.131"
245
+ }
246
+ }
247
+ ],
248
+ "videoEditingDetails": [],
249
+ "mood": {
250
+ "description": "Happy, excited, humorous.",
251
+ "keyMoments": [
252
+ {
253
+ "timestamp": "00:01:03.997",
254
+ "changeDescription": "Visual shift from mall interior to the vibrant and spooky interior of Spirit Halloween."
255
+ }
256
+ ]
257
+ },
258
+ "narrativeProgression": [
259
+ {
260
+ "description": "Explores the store, showcasing the various animatronics and merchandise, adding humor to the exploration.",
261
+ "timestamp": "00:00:58.992"
262
+ },
263
+ {
264
+ "description": "Nate interacts with the Possessed Pumpkin, creating humor.",
265
+ "timestamp": "00:01:20.013"
266
+ },
267
+ {
268
+ "description": "Nate's decision to buy the Grim beanie shows his enthusiasm.",
269
+ "timestamp": "00:01:37.998"
270
+ }
271
+ ],
272
+ "characterInteraction": [
273
+ {
274
+ "characters": [
275
+ "Nate",
276
+ "Grim",
277
+ "Possessed Pumpkin",
278
+ "Lord Farquad"
279
+ ],
280
+ "description": "Nate interacts with Grim, the Possessed Pumpkin, and Lord Farquad through his commentary."
281
+ }
282
+ ],
283
+ "thematicElements": "The scene emphasizes the fun and immersive experience of visiting a Spirit Halloween store.",
284
+ "contextualRelevance": "Highlights the store's lively atmosphere and the range of animatronics available.",
285
+ "dynamismScore": 0.7,
286
+ "audioVisualCorrelation": 0.9
287
+ },
288
+ {
289
+ "sceneId": 3,
290
+ "title": "Discovering Boxed Animatronics",
291
+ "timestamps": {
292
+ "start_timestamp": "00:01:38.165",
293
+ "end_timestamp": "00:02:05.792"
294
+ },
295
+ "cast": [
296
+ "Nate"
297
+ ],
298
+ "activities": [
299
+ {
300
+ "description": "Nate shows the 'Tombstone of Terror' animatronic.",
301
+ "timestamp": {
302
+ "start_timestamp": "00:01:38.165",
303
+ "end_timestamp": "00:01:38.999"
304
+ }
305
+ },
306
+ {
307
+ "description": "Nate comments on boxed animatronics.",
308
+ "timestamp": {
309
+ "start_timestamp": "00:01:45.005",
310
+ "end_timestamp": "00:01:46.006"
311
+ }
312
+ },
313
+ {
314
+ "description": "Nate expresses surprise at the 'Lucky Bottoms' animatronic's name and comments on other boxed animatronics.",
315
+ "timestamp": {
316
+ "start_timestamp": "00:02:05.792",
317
+ "end_timestamp": "00:02:05.792"
318
+ }
319
+ }
320
+ ],
321
+ "props": [
322
+ {
323
+ "name": "Tombstone of Terror animatronic",
324
+ "timestamp": {
325
+ "start_timestamp": "00:01:38.165",
326
+ "end_timestamp": "00:01:38.999"
327
+ }
328
+ },
329
+ {
330
+ "name": "Boxes for: Good Guys Chucky Doll, Grim, Lucky Bottoms, Nozzles, Lord Raven, Stuffed Dummy Prop, Monty.",
331
+ "timestamp": {
332
+ "start_timestamp": "00:01:45.005",
333
+ "end_timestamp": "00:01:46.006"
334
+ }
335
+ }
336
+ ],
337
+ "videoEditingDetails": [],
338
+ "mood": {
339
+ "description": "Curious, humorous.",
340
+ "keyMoments": [
341
+ {
342
+ "timestamp": "00:01:45.005",
343
+ "changeDescription": "Shift to a more curious mood as Nate focuses on the boxed animatronics."
344
+ }
345
+ ]
346
+ },
347
+ "narrativeProgression": [
348
+ {
349
+ "description": "Nate continues exploring the store and showcases more animatronics.",
350
+ "timestamp": "00:01:45.005"
351
+ },
352
+ {
353
+ "description": "Nate's humorous observation about 'Lucky Bottoms' adds humor.",
354
+ "timestamp": "00:02:05.792"
355
+ }
356
+ ],
357
+ "characterInteraction": [],
358
+ "thematicElements": "Showcases the vast selection of Halloween animatronics and humorous names.",
359
+ "contextualRelevance": "Nate's continuing exploration highlights the variety of animatronics available.",
360
+ "dynamismScore": 0.5,
361
+ "audioVisualCorrelation": 0.9
362
+ },
363
+ {
364
+ "sceneId": 4,
365
+ "title": "Shopping Highlights",
366
+ "timestamps": {
367
+ "start_timestamp": "00:02:05.826",
368
+ "end_timestamp": "00:04:16.323"
369
+ },
370
+ "cast": [
371
+ "Nate"
372
+ ],
373
+ "activities": [
374
+ {
375
+ "description": "Nate looks for Michael Myers bag clips.",
376
+ "timestamp": {
377
+ "start_timestamp": "00:02:05.993",
378
+ "end_timestamp": "00:02:06.994"
379
+ }
380
+ },
381
+ {
382
+ "description": "Nate finds Michael Myers bag clips and a Grim beanie.",
383
+ "timestamp": {
384
+ "start_timestamp": "00:02:15.002",
385
+ "end_timestamp": "00:02:16.003"
386
+ }
387
+ },
388
+ {
389
+ "description": "Nate expresses admiration for the catdog.",
390
+ "timestamp": {
391
+ "start_timestamp": "00:02:24.011",
392
+ "end_timestamp": "00:02:25.012"
393
+ }
394
+ },
395
+ {
396
+ "description": "Nate comments on creepy dolls.",
397
+ "timestamp": {
398
+ "start_timestamp": "00:02:39.993",
399
+ "end_timestamp": "00:02:40.994"
400
+ }
401
+ },
402
+ {
403
+ "description": "Nate debates whether Catdog is a catdog or two dogs.",
404
+ "timestamp": {
405
+ "start_timestamp": "00:03:57.004",
406
+ "end_timestamp": "00:03:58.005"
407
+ }
408
+ },
409
+ {
410
+ "description": "Nate admires Creeping Cat.",
411
+ "timestamp": {
412
+ "start_timestamp": "00:04:15.989",
413
+ "end_timestamp": "00:04:16.323"
414
+ }
415
+ }
416
+ ],
417
+ "props": [
418
+ {
419
+ "name": "Bag clips.",
420
+ "timestamp": {
421
+ "start_timestamp": "00:02:05.993",
422
+ "end_timestamp": "00:02:06.994"
423
+ }
424
+ },
425
+ {
426
+ "name": "Michael Myers bag clips and a Grim beanie.",
427
+ "timestamp": {
428
+ "start_timestamp": "00:02:15.002",
429
+ "end_timestamp": "00:02:16.003"
430
+ }
431
+ },
432
+ {
433
+ "name": "Catdog animatronic.",
434
+ "timestamp": {
435
+ "start_timestamp": "00:02:24.011",
436
+ "end_timestamp": "00:02:25.012"
437
+ }
438
+ },
439
+ {
440
+ "name": "Creepy dolls (including a Vintage Clown Doll).",
441
+ "timestamp": {
442
+ "start_timestamp": "00:02:39.993",
443
+ "end_timestamp": "00:02:40.994"
444
+ }
445
+ },
446
+ {
447
+ "name": "Rat Eater, Brain Eater, Spider Eaters, 'I wish I could eaters'.",
448
+ "timestamp": {
449
+ "start_timestamp": "00:04:00.007",
450
+ "end_timestamp": "00:04:01.008"
451
+ }
452
+ },
453
+ {
454
+ "name": "Creeping Cat.",
455
+ "timestamp": {
456
+ "start_timestamp": "00:04:15.989",
457
+ "end_timestamp": "00:04:16.323"
458
+ }
459
+ }
460
+ ],
461
+ "videoEditingDetails": [],
462
+ "mood": {
463
+ "description": "Excited, curious, humorous.",
464
+ "keyMoments": []
465
+ },
466
+ "narrativeProgression": [
467
+ {
468
+ "description": "Nate's successful find and his decision to buy the Grim beanie show his shopping progress.",
469
+ "timestamp": "00:02:15.002"
470
+ },
471
+ {
472
+ "description": "Nate revisits his fascination with the catdog.",
473
+ "timestamp": "00:02:24.011"
474
+ },
475
+ {
476
+ "description": "Nate shifts his attention to creepy dolls.",
477
+ "timestamp": "00:02:39.993"
478
+ },
479
+ {
480
+ "description": "Nate's humorous debate about the Catdog's identity injects lightheartedness into the scene.",
481
+ "timestamp": "00:03:57.004"
482
+ }
483
+ ],
484
+ "characterInteraction": [],
485
+ "thematicElements": "Highlights the thrill of finding specific items and the diversity of Halloween merchandise.",
486
+ "contextualRelevance": "Nate's discoveries emphasize his interests and the variety of the store's offerings.",
487
+ "dynamismScore": 0.6,
488
+ "audioVisualCorrelation": 0.9
489
+ },
490
+ {
491
+ "sceneId": 5,
492
+ "title": "Overwhelming Variety",
493
+ "timestamps": {
494
+ "start_timestamp": "00:04:16.356",
495
+ "end_timestamp": "00:06:06.266"
496
+ },
497
+ "cast": [
498
+ "Nate"
499
+ ],
500
+ "activities": [
501
+ {
502
+ "description": "Nate shows various props, including the Hook Eye Guy and the Hook Head Hog.",
503
+ "timestamp": {
504
+ "start_timestamp": "00:04:16.356",
505
+ "end_timestamp": "00:04:16.990"
506
+ }
507
+ },
508
+ {
509
+ "description": "Nate shows more props, including creepy dolls.",
510
+ "timestamp": {
511
+ "start_timestamp": "00:04:24.998",
512
+ "end_timestamp": "00:04:25.999"
513
+ }
514
+ },
515
+ {
516
+ "description": "Nate shows props, including Beetlejuice Snakes, Creepy Crimson Girls on Swings, Sitting Sam doll, Sam Greeters, Chucky Greeters.",
517
+ "timestamp": {
518
+ "start_timestamp": "00:04:43.016",
519
+ "end_timestamp": "00:04:43.984"
520
+ }
521
+ },
522
+ {
523
+ "description": "Nate explores Scream merch, including crossbody bags, hats, masks, and a slayer kit.",
524
+ "timestamp": {
525
+ "start_timestamp": "00:05:50.017",
526
+ "end_timestamp": "00:05:50.984"
527
+ }
528
+ },
529
+ {
530
+ "description": "Nate shows Halloween and Michael Myers masks.",
531
+ "timestamp": {
532
+ "start_timestamp": "00:06:06.266",
533
+ "end_timestamp": "00:06:06.266"
534
+ }
535
+ }
536
+ ],
537
+ "props": [
538
+ {
539
+ "name": "Hook Eye Guy, Hook Head Hog.",
540
+ "timestamp": {
541
+ "start_timestamp": "00:04:16.356",
542
+ "end_timestamp": "00:04:16.990"
543
+ }
544
+ },
545
+ {
546
+ "name": "Creepy dolls (including Uncle Charlie, Creepy Baby Doll, Creepy Haunted Doll, Pumpkin Nester, Hugz, Eerie Emma).",
547
+ "timestamp": {
548
+ "start_timestamp": "00:04:24.998",
549
+ "end_timestamp": "00:04:25.999"
550
+ }
551
+ },
552
+ {
553
+ "name": "Beetlejuice Snakes, Creepy Crimson Girls on Swings, Sitting Sam doll, Sam Greeters, Chucky Greeters.",
554
+ "timestamp": {
555
+ "start_timestamp": "00:04:43.016",
556
+ "end_timestamp": "00:04:43.984"
557
+ }
558
+ },
559
+ {
560
+ "name": "Scream crossbody bag, Scream hat, light-up Ghost Face mask, Dead by Daylight Viper Face mask, regular Ghost Face mask, Slayer Kit, red Devil Ghost Face, chrome Ghost Face, Ghost Face plush throws.",
561
+ "timestamp": {
562
+ "start_timestamp": "00:05:50.017",
563
+ "end_timestamp": "00:05:50.984"
564
+ }
565
+ },
566
+ {
567
+ "name": "Halloween and Michael Myers masks.",
568
+ "timestamp": {
569
+ "start_timestamp": "00:06:06.266",
570
+ "end_timestamp": "00:06:06.266"
571
+ }
572
+ }
573
+ ],
574
+ "videoEditingDetails": [],
575
+ "mood": {
576
+ "description": "Excited, overwhelmed.",
577
+ "keyMoments": [
578
+ {
579
+ "timestamp": "00:04:43.016",
580
+ "changeDescription": "A brief moment of calmer audio as Nate focuses on the greeters."
581
+ }
582
+ ]
583
+ },
584
+ "narrativeProgression": [
585
+ {
586
+ "description": "Nate dives into the 'Scream' section, showcasing a range of themed merchandise.",
587
+ "timestamp": "00:05:50.017"
588
+ },
589
+ {
590
+ "description": "Nate briefly mentions the absence of Michael Myers and Halloween crossbody bags.",
591
+ "timestamp": "00:06:06.266"
592
+ }
593
+ ],
594
+ "characterInteraction": [],
595
+ "thematicElements": "Emphasizes the abundance and diversity of Halloween props and costumes.",
596
+ "contextualRelevance": "The rapid display of items underscores the store's extensive offerings, appealing to various tastes and interests.",
597
+ "dynamismScore": 0.8,
598
+ "audioVisualCorrelation": 0.8
599
+ },
600
+ {
601
+ "sceneId": 6,
602
+ "title": "Unique Finds",
603
+ "timestamps": {
604
+ "start_timestamp": "00:06:06.300",
605
+ "end_timestamp": "00:07:05.592"
606
+ },
607
+ "cast": [
608
+ "Nate"
609
+ ],
610
+ "activities": [
611
+ {
612
+ "description": "Nate shows Chucky crossbody bags and masks, then a Chucky greeter at the register.",
613
+ "timestamp": {
614
+ "start_timestamp": "00:06:07.000",
615
+ "end_timestamp": "00:06:08.001"
616
+ }
617
+ },
618
+ {
619
+ "description": "Nate shows a Beetlejuice soup mug.",
620
+ "timestamp": {
621
+ "start_timestamp": "00:06:17.010",
622
+ "end_timestamp": "00:06:18.011"
623
+ }
624
+ },
625
+ {
626
+ "description": "Nate shows jumping spiders and vintage masks.",
627
+ "timestamp": {
628
+ "start_timestamp": "00:07:05.592",
629
+ "end_timestamp": "00:07:05.592"
630
+ }
631
+ }
632
+ ],
633
+ "props": [
634
+ {
635
+ "name": "Chucky crossbody bag, Freddy Krueger masks, A Nightmare on Elm Street masks, Shorty’s Clubs.",
636
+ "timestamp": {
637
+ "start_timestamp": "00:06:07.000",
638
+ "end_timestamp": "00:06:08.001"
639
+ }
640
+ },
641
+ {
642
+ "name": "Beetlejuice soup mug with a Sandworm spoon.",
643
+ "timestamp": {
644
+ "start_timestamp": "00:06:17.010",
645
+ "end_timestamp": "00:06:18.011"
646
+ }
647
+ },
648
+ {
649
+ "name": "Jumping spiders, Creature from the Lagoon mask, Frankenstein mask, Mummy mask.",
650
+ "timestamp": {
651
+ "start_timestamp": "00:07:05.592",
652
+ "end_timestamp": "00:07:05.592"
653
+ }
654
+ }
655
+ ],
656
+ "videoEditingDetails": [],
657
+ "mood": {
658
+ "description": "Excited, humorous.",
659
+ "keyMoments": []
660
+ },
661
+ "narrativeProgression": [
662
+ {
663
+ "description": "Nate continues his fast-paced exploration, showcasing more unique and interesting items.",
664
+ "timestamp": "00:06:17.010"
665
+ }
666
+ ],
667
+ "characterInteraction": [],
668
+ "thematicElements": "Showcases the vast array of merchandise at Spirit Halloween and the store's ability to cater to fans of various horror franchises.",
669
+ "contextualRelevance": "The array of props appeals to diverse interests and fans of different horror brands.",
670
+ "dynamismScore": 0.7,
671
+ "audioVisualCorrelation": 0.9
672
+ },
673
+ {
674
+ "sceneId": 7,
675
+ "title": "Concluding Adventure",
676
+ "timestamps": {
677
+ "start_timestamp": "00:07:05.626",
678
+ "end_timestamp": "00:08:21.101"
679
+ },
680
+ "cast": [
681
+ "Nate"
682
+ ],
683
+ "activities": [
684
+ {
685
+ "description": "Nate shows jumping spiders and vintage masks.",
686
+ "timestamp": {
687
+ "start_timestamp": "00:07:05.993",
688
+ "end_timestamp": "00:07:06.994"
689
+ }
690
+ },
691
+ {
692
+ "description": "Nate points at a Baphomet costume.",
693
+ "timestamp": {
694
+ "start_timestamp": "00:07:23.010",
695
+ "end_timestamp": "00:07:24.011"
696
+ }
697
+ },
698
+ {
699
+ "description": "Nate makes a donation to Spirit of Children.",
700
+ "timestamp": {
701
+ "start_timestamp": "00:07:27.014",
702
+ "end_timestamp": "00:07:28.015"
703
+ }
704
+ },
705
+ {
706
+ "description": "Nate exits the Spirit Halloween store.",
707
+ "timestamp": {
708
+ "start_timestamp": "00:07:29.983",
709
+ "end_timestamp": "00:07:30.984"
710
+ }
711
+ }
712
+ ],
713
+ "props": [
714
+ {
715
+ "name": "Jumping spiders, Creature from the Lagoon mask, Frankenstein mask, Mummy mask.",
716
+ "timestamp": {
717
+ "start_timestamp": "00:07:05.993",
718
+ "end_timestamp": "00:07:06.994"
719
+ }
720
+ },
721
+ {
722
+ "name": "Baphomet costume.",
723
+ "timestamp": {
724
+ "start_timestamp": "00:07:23.010",
725
+ "end_timestamp": "00:07:24.011"
726
+ }
727
+ },
728
+ {
729
+ "name": "Spirit of Children donation bell.",
730
+ "timestamp": {
731
+ "start_timestamp": "00:07:27.014",
732
+ "end_timestamp": "00:07:28.015"
733
+ }
734
+ }
735
+ ],
736
+ "videoEditingDetails": [
737
+ {
738
+ "description": "Transition to a fast-paced outro sequence with music, fast cuts, and spooky imagery.",
739
+ "timestamps": {
740
+ "start_timestamp": "00:07:39.993",
741
+ "end_timestamp": "00:07:40.994"
742
+ }
743
+ }
744
+ ],
745
+ "mood": {
746
+ "description": "Excited, humorous, and charitable.",
747
+ "keyMoments": []
748
+ },
749
+ "narrativeProgression": [
750
+ {
751
+ "description": "Concludes Nate's exploration, emphasizing the charitable aspect of Spirit Halloween.",
752
+ "timestamp": "00:07:27.014"
753
+ }
754
+ ],
755
+ "characterInteraction": [],
756
+ "thematicElements": "Highlights the fun and excitement of Halloween shopping and the importance of supporting charitable causes.",
757
+ "contextualRelevance": "Ends on a positive note, showcasing both the enjoyment and goodwill associated with Halloween shopping.",
758
+ "dynamismScore": 0.7,
759
+ "audioVisualCorrelation": 0.9
760
+ }
761
+ ],
762
+ "storylines": {
763
+ "description": "Scenes 1-7 follow Nate's journey through the Spirit Halloween store, showcasing the unique animatronics, masks, costumes, and merchandise. The climax of this storyline occurs in Scene 2 (1:38) when Nate decides to buy the Grim beanie. This storyline is presented as a narrative, showcasing Nate's experience and reactions while exploring the store.",
764
+ "scenes": [
765
+ 1,
766
+ 2,
767
+ 3,
768
+ 4,
769
+ 5,
770
+ 6,
771
+ 7
772
+ ],
773
+ "climax": {
774
+ "description": "Nate decides to buy the Grim beanie.",
775
+ "timestamp": "00:01:37.998"
776
+ }
777
+ },
778
+ "qAndA": [
779
+ {
780
+ "question": "What is the name of the soup mug that Nate finds?",
781
+ "answer": "Beetlejuice soup mug."
782
+ },
783
+ {
784
+ "question": "What type of animal is the 'Catdog'?",
785
+ "answer": "It's a creature with one dog head and one cat head, making it a hybrid."
786
+ },
787
+ {
788
+ "question": "What is the name of the charitable organization associated with Spirit Halloween?",
789
+ "answer": "Spirit of Children."
790
+ },
791
+ {
792
+ "question": "What is the 'Slayer Kit' that Nate finds in the Scream section?",
793
+ "answer": "It's a Ghost Face mask with a voice changer."
794
+ },
795
+ {
796
+ "question": "Why is Nate excited about the Grim beanie?",
797
+ "answer": "He likes Grim's overall look and how cool the beanie looks on him. He intends to wear it himself to emulate Grim."
798
+ }
799
+ ],
800
+ "trimmingSuggestions": [
801
+ {
802
+ "description": "Shorten the intro sequence to quickly engage viewers with the main content.",
803
+ "timestamps": {
804
+ "start_timestamp": "00:07:05.626",
805
+ "end_timestamp": "00:07:05.626"
806
+ }
807
+ },
808
+ {
809
+ "description": "Cut down on extended commentary about the 'Catdog' animatronic to focus on visuals and highlight other props.",
810
+ "timestamps": {
811
+ "start_timestamp": "00:07:05.626",
812
+ "end_timestamp": "00:07:05.626"
813
+ }
814
+ },
815
+ {
816
+ "description": "Adjust Scene 5's fast-paced commentary and display of numerous props to allow viewers more time to appreciate each item.",
817
+ "timestamps": {
818
+ "start_timestamp": null,
819
+ "end_timestamp": null
820
+ }
821
+ }
822
+ ],
823
+ "fps": 29.97
824
+ },
825
+ "text_to_speech": "I don't even know which way to go in this store because it's so awesome but look what I just found it's the cat dog [Music] oh look at this sweet Halloween shirt at FYE the nightmare isn't over all right guys we are at Acadiana Mall in Lafayette Louisiana and I am attempting to find the Spirit Halloween oh man I want to go and build a bear and make an E.T bear ah here it is oh my gosh guys I hate when there's no indication outside of where it is there we are Spirit Halloween Acadiana Mall in Lafayette Louisiana and this spooky guy gets to be in the thumbnail stay away and I want to be tailed oh yeah this is what I'm talking about guys you break it you will buy it that ought to be on all of these we got Lord Farquaad over here going absolutely insane and then we got the possessed pumpkin over here who hasn't said a word yet come on mister thank you nice talking to you yes look at Graham over here with his beanie on oh my gosh guys this store absolutely rules everyone is dressed up for an awesome Hallows Eve we even have a Sam roaming around I'm not gonna get too close because I don't want to get killed and we have a Pennywise what in the heck all right let's get back to Grim here look at him with his awesome beanie I I'm not even kidding guys I am totally buying that beanie right here right now because it looks so good on Graham all right guys we got the tombstone of Terror over here there he is I think everything must be on the sensor in here right now here it is the Grim beanie I am definitely buying this right now because it looks so cool on him so it'll look so cool on me right all right before we do anything else let's look and see if they have our bag clips here um Michael Myers is what we're looking for please oh yes they have one two three four five we'll buy them okay and I'll take that hello rats they're coming out of everywhere what the heck all right guys look over here at this we have a good guys Chucky doll we have a grim on the bottom we have a lucky bottoms over here and a nozzles on the bottom how does that even work a lucky bottoms and then a nozzles on the bottom does that mean that he doesn't have a butt now all right we got a Monty over here too and a lord Raven as well as a stuffed dummy prop all right guys look at this holy crap I don't even know which way way to go in this store because it's so awesome but look what I just found it's the cat dog how can I not buy the cat dog if I walk out to the RV with the cat dog I'm gonna be in some serious trouble but he's so cool it's a cat it's a dog it's a cat dog every time I see this guy I have to ask the question is it really a cat dog or is it two dogs because there's people who have told me it's two dogs and that looks like a dog but that straight up looks like a cat as well as the cat tail and the paws we got like dog paws here and then a cat paw up here it's a cat dog that's all there is to it CatDog if we rely on these guys to tell us we'll never know we have the rat eater and the Brain eater we have the spider eaters and the I wish I could eaters all right I think I'm gonna have to walk away from the cat dog for the moment but I might come back and snatch him up oh I almost missed the creeping cat oh yeah guys we got the hook eye guy and the hook head hog and I am sweating like a hog up in this piece oh my gosh guys I am just on a luck frenzy today because look who we have here we have the Vintage clown doll you sir are coming home with me too we also have an uncle Charlie which I just bought at the other store a creepy baby doll the decrepit Donna the pumpkin nester and hugs as well as Eerie Emma we have the Beetlejuice snakes we have creepy Crimson girls on swings we have a sitting sandal Sam greeters and Chucky greeters which I noticed they have one sitting right here if you want to see what he looks like look how awesome that guy is alright guys we also have a whole plethora of tiny Terrors we have a Sam sidestepper the Frankenstein the Lydia the spiky the slim and the Pennywise and the Billy butcherson oh here's a bucket begging for some stickers okay guys we got even more up here we have a berry and look at this a Mr Dark Star of the new Spirit Halloween movie as well as the Sinister Spirit doll she was in the the movie too but Reagan was not you know what let's go over here and see what they have in the scream Department because I can never go into a spirit without looking at the screen stuff because I love it so much here's the crossbody bag that a lot of people have been looking for not me but a lot of people here's the screen hat which I actually like and I almost bought but now that I'm buying the other one I'm not going to we have the light up ghost face the dead by daylight the regular ghost face oh they have the Slayer kit with the voice changer they have the Red Devil ghost face and the Chrome ghost face as well as both of the throws that I already own these crossbody bags are actually pretty dang popular this is the Sam one but even if you didn't know what Sam or trick-or-treat was that looks totally awesome here's one I don't think I've seen guys check this out it's a Pennywise SS Georgie crossbody bag how cool is that in the mind of those crossbody bags I don't think I've seen any kind of Halloween or Michael Myers ones they do have the Chucky one down here that's shaped like his knife I don't think I've seen any for Nightmare on Elm Street either oh look they actually have Shorty's Club here too I think this is only the second store this season that I've seen that in I'm still cracking up about thinking this was Mr Hanky the Christmas Poo and this for some reason reminds me of Adam Sandler but I'm not sure why what in the world guys I don't think I've seen this it's a Beetlejuice soup mug with a spoon it's like a giant Bowl well it's a mug because it has a handle but the spoon is the sand worm lots of jumping spiders we have all the bouncy heads over here we have all the Vintage masks over here they have the Creature from the Lagoon and Frankenstein both of which I still have not bought and I've only seen the mummy in like two or three stores holy crap guys we even got Baphomet back here I made it again all right guys that was another awesome store definitely one of the best everybody was dressed up everything was decked out including grooming the beanie and I bought the beanie so I could look just like Grimm foreign [Music]"
826
+ }
metadata/StKxb6z-MHk.json ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "270x480",
3
+ "duration_seconds": 25,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Memorabilia",
6
+ "youtube_title": "How Many Shoes Are In Your Collection? #shorts",
7
+ "youtube_description": "How Many Shoes Are In Your Collection? 🔥 DJ's Sneakerhead Academy https://app.vibely.io/dnashow/challenges?showSubscribe=true\n\n1,000,000 SUBSCRIBERS is the goal. Subscribe to my channel https://bit.ly/DNASHOW\n\nWanna learn directly from me? Join Hobby to Hustle VIP Mastermind here: https://app.vibely.io/dnashow/challenges?showSubscribe=true\n\n\n🔥🔥🔥 SHOP 🔥🔥🔥\n\nBuy official DNA SHOW merch 👉🏽 https://shopdnashow.com/\n\nGet AURA CYBER SECURITY (14 DAY FREE TRIAL) 👉🏽 https://Aura.com/DNAShow ad\n\nGet my shoe containers. Use \"DNASHOW\" for 10% OFF 👉🏽 https://sneakerthrone.com/\n\nGet my Hobby To Hustle 8 week program 👉🏽 https://dna-show.mykajabi.com/offers/V5Hns8HD\n\nGet my Neon Sign. Use \"DNASHOW\" for 10% OFF 👉🏽 https://neonlabz.com?sca_ref=2712202.4HZQjtLmtm\n\nInvest with Robinhood App. Get 1 FREE STOCK 👉🏽https://invite.robinhood.com/darrinw56\n\nStart your own AIRBNB Business Today. Get $25 for signing up. 👉🏽 https://www.airbnb.com/r/darrinw70\n\nHow I Grow my YouTube channel using TubeBuddy 👉🏽 https://www.tubebuddy.com/DNASHOW\n\nMy camera & recording gear 👉🏽 https://www.amazon.com/shop/dj_sneakerhead\n\nThe music I use 👉🏽 https://www.epidemicsound.com/referral/o94wr3\n\n😎😎😎CONTACT 😎😎😎\n\nINSTAGRAM 👉🏽 @DNA_SHOW & @DJ_SNEAKERHEAD \nTIKTOK 👉🏽 @DJ_SNEAKERHEAD \n\nBusiness & Booking: [email protected]\n\nSend any care packs or promo item to:\nP.O. BOX 55042\nPortland, OR 97238\n\nSUBSCRIBE to my REAL ESTATE CHANNEL 👉🏽 https://bit.ly/DJWillingham\n\n#DNASHOW #Sneakerhead #SneakerCollection",
8
+ "text_to_speech_word_count": 92,
9
+ "youtube_categories": [
10
+ "Entertainment"
11
+ ],
12
+ "youtube_tags": [],
13
+ "youtube_channel": "DNA SHOW",
14
+ "youtube_view_count": 257845,
15
+ "youtube_comment_count": 114,
16
+ "youtube_like_count": 12279,
17
+ "youtube_channel_follower_count": 361000,
18
+ "youtube_upload_date": "20221123",
19
+ "youtube_age_limit": 0,
20
+ "content_metadata": {
21
+ "title": "Sneaker Collection Interview",
22
+ "description": "A short video of interviews with various people about their sneaker collections.",
23
+ "characterList": [
24
+ {
25
+ "characterId": "1",
26
+ "name": "Interviewer",
27
+ "description": "Wears a white t-shirt with 'SNEAKER DEPT.' printed on it, black pants, and white and gray sneakers. Has short black hair tied in a bun."
28
+ },
29
+ {
30
+ "characterId": "2",
31
+ "name": "Girl",
32
+ "description": "Wears a white t-shirt, grey sweatpants, and white and black sneakers. Has long black hair."
33
+ },
34
+ {
35
+ "characterId": "3",
36
+ "name": "Man in Black",
37
+ "description": "Wears a black jacket, black shorts, white socks, and white sneakers. Has short black hair."
38
+ },
39
+ {
40
+ "characterId": "4",
41
+ "name": "Man with Beard",
42
+ "description": "Wears a gray t-shirt, gray pants, and black and white sneakers. Has a beard and short brown hair."
43
+ }
44
+ ],
45
+ "scenes": [
46
+ {
47
+ "sceneId": 1,
48
+ "title": "Scene 1",
49
+ "timestamps": {
50
+ "start_timestamp": "00:00:00.000",
51
+ "end_timestamp": "00:00:08.833"
52
+ },
53
+ "cast": [
54
+ "Interviewer",
55
+ "Girl"
56
+ ],
57
+ "activities": [
58
+ {
59
+ "description": "Interviewer asking a question",
60
+ "timestamp": {
61
+ "start_timestamp": "00:00:00.000",
62
+ "end_timestamp": "00:00:02.000"
63
+ }
64
+ },
65
+ {
66
+ "description": "Girl answering a question",
67
+ "timestamp": {
68
+ "start_timestamp": "00:00:02.000",
69
+ "end_timestamp": "00:00:05.000"
70
+ }
71
+ }
72
+ ],
73
+ "props": [
74
+ {
75
+ "name": "Microphone",
76
+ "timestamp": {
77
+ "start_timestamp": "00:00:00.000",
78
+ "end_timestamp": "00:00:08.833"
79
+ }
80
+ }
81
+ ],
82
+ "videoEditingDetails": [
83
+ {
84
+ "description": "Text overlay of the question: 'HOW MANY SHOES DO YOU HAVE IN YOUR COLLECTION?'",
85
+ "timestamps": {
86
+ "start_timestamp": "00:00:00.000",
87
+ "end_timestamp": "00:00:08.833"
88
+ }
89
+ },
90
+ {
91
+ "description": "Text overlay of the answer: '6 OR 7'",
92
+ "timestamps": {
93
+ "start_timestamp": "00:00:05.000",
94
+ "end_timestamp": "00:00:08.833"
95
+ }
96
+ }
97
+ ],
98
+ "mood": {
99
+ "description": "Neutral - Curious. The scene is set in a neutral environment with basketball jerseys in the background. The interviewer's tone is conversational, suggesting curiosity rather than strong emotions.",
100
+ "keyMoments": []
101
+ },
102
+ "narrativeProgression": [
103
+ {
104
+ "description": "The interviewer asks the first person how many shoes are in their collection.",
105
+ "timestamp": "00:00:00.000"
106
+ },
107
+ {
108
+ "description": "The girl responds with '6 or 7.'",
109
+ "timestamp": "00:00:05.000"
110
+ }
111
+ ],
112
+ "characterInteraction": [
113
+ {
114
+ "characters": [
115
+ "Interviewer",
116
+ "Girl"
117
+ ],
118
+ "description": "The Interviewer and Girl are engaged in a brief, polite interview."
119
+ }
120
+ ],
121
+ "thematicElements": "Sneaker collecting, personal style",
122
+ "contextualRelevance": "The scene provides insight into personal sneaker collection sizes.",
123
+ "dynamismScore": 0.5,
124
+ "audioVisualCorrelation": 1.0
125
+ },
126
+ {
127
+ "sceneId": 2,
128
+ "title": "Scene 2",
129
+ "timestamps": {
130
+ "start_timestamp": "00:00:08.875",
131
+ "end_timestamp": "00:00:15.042"
132
+ },
133
+ "cast": [
134
+ "Interviewer",
135
+ "Man in Black"
136
+ ],
137
+ "activities": [
138
+ {
139
+ "description": "Interviewer asking a question",
140
+ "timestamp": {
141
+ "start_timestamp": "00:00:09.000",
142
+ "end_timestamp": "00:00:11.000"
143
+ }
144
+ },
145
+ {
146
+ "description": "Man in Black answering",
147
+ "timestamp": {
148
+ "start_timestamp": "00:00:11.000",
149
+ "end_timestamp": "00:00:13.000"
150
+ }
151
+ }
152
+ ],
153
+ "props": [
154
+ {
155
+ "name": "Microphone",
156
+ "timestamp": {
157
+ "start_timestamp": "00:00:09.000",
158
+ "end_timestamp": "00:00:15.000"
159
+ }
160
+ }
161
+ ],
162
+ "videoEditingDetails": [
163
+ {
164
+ "description": "Text overlay of the answer: '20 PAIR'",
165
+ "timestamps": {
166
+ "start_timestamp": "00:00:12.000",
167
+ "end_timestamp": "00:00:15.000"
168
+ }
169
+ }
170
+ ],
171
+ "mood": {
172
+ "description": "Neutral - Content. Similar neutral setting, the interviewee's response is calm and factual.",
173
+ "keyMoments": []
174
+ },
175
+ "narrativeProgression": [
176
+ {
177
+ "description": "The interviewer asks another person how many pairs of shoes they have.",
178
+ "timestamp": "00:00:09.000"
179
+ },
180
+ {
181
+ "description": "The man in black answers 'About 20.'",
182
+ "timestamp": "00:00:13.000"
183
+ }
184
+ ],
185
+ "characterInteraction": [
186
+ {
187
+ "characters": [
188
+ "Interviewer",
189
+ "Man in Black"
190
+ ],
191
+ "description": "The Interviewer and Man in Black have a short, neutral exchange."
192
+ }
193
+ ],
194
+ "thematicElements": "Sneaker collecting, quantity vs. variety",
195
+ "contextualRelevance": "This scene emphasizes the range of sneaker collections.",
196
+ "dynamismScore": 0.4,
197
+ "audioVisualCorrelation": 1.0
198
+ },
199
+ {
200
+ "sceneId": 3,
201
+ "title": "Scene 3",
202
+ "timestamps": {
203
+ "start_timestamp": "00:00:15.083",
204
+ "end_timestamp": "00:00:23.833"
205
+ },
206
+ "cast": [
207
+ "Interviewer",
208
+ "Man with Beard"
209
+ ],
210
+ "activities": [
211
+ {
212
+ "description": "Interviewer asking a question",
213
+ "timestamp": {
214
+ "start_timestamp": "00:00:15.083",
215
+ "end_timestamp": "00:00:17.000"
216
+ }
217
+ },
218
+ {
219
+ "description": "Man with Beard answering a question",
220
+ "timestamp": {
221
+ "start_timestamp": "00:00:17.000",
222
+ "end_timestamp": "00:00:23.833"
223
+ }
224
+ }
225
+ ],
226
+ "props": [
227
+ {
228
+ "name": "Microphone",
229
+ "timestamp": {
230
+ "start_timestamp": "00:00:15.083",
231
+ "end_timestamp": "00:00:23.833"
232
+ }
233
+ }
234
+ ],
235
+ "videoEditingDetails": [
236
+ {
237
+ "description": "Text overlay of the question '40?'",
238
+ "timestamps": {
239
+ "start_timestamp": "00:00:19.000",
240
+ "end_timestamp": "00:00:21.000"
241
+ }
242
+ }
243
+ ],
244
+ "mood": {
245
+ "description": "Neutral - Content/Pensive. The interviewee seems slightly more engaged and thoughtful in his response.",
246
+ "keyMoments": []
247
+ },
248
+ "narrativeProgression": [
249
+ {
250
+ "description": "The interviewer asks a third person about their sneaker collection size.",
251
+ "timestamp": "00:00:15.083"
252
+ },
253
+ {
254
+ "description": "The man with a beard hesitates, estimates '30, 40,' and mentions selling some.",
255
+ "timestamp": "00:00:19.000"
256
+ }
257
+ ],
258
+ "characterInteraction": [
259
+ {
260
+ "characters": [
261
+ "Interviewer",
262
+ "Man with Beard"
263
+ ],
264
+ "description": "A bit more conversational than the previous scenes, the Man with Beard seems more involved."
265
+ }
266
+ ],
267
+ "thematicElements": "Sneaker collecting as a hobby vs. business, reselling culture",
268
+ "contextualRelevance": "Highlights the diverse nature of sneaker collecting, including reselling aspects.",
269
+ "dynamismScore": 0.6,
270
+ "audioVisualCorrelation": 1.0
271
+ }
272
+ ],
273
+ "storylines": {
274
+ "description": "The video focuses on asking different people about the number of shoes in their collections.",
275
+ "scenes": [
276
+ 1,
277
+ 2,
278
+ 3
279
+ ],
280
+ "climax": {
281
+ "description": "There isn't a clear climax in this short video as it presents a series of interviews without a central narrative arc.",
282
+ "timestamp": null
283
+ }
284
+ },
285
+ "qAndA": [
286
+ {
287
+ "question": "What is the setting of the interviews?",
288
+ "answer": "The interviews take place in a space with exposed brick walls and basketball jerseys displayed on the walls, suggesting a sports or streetwear-related event or store."
289
+ },
290
+ {
291
+ "question": "What is the range of sneaker collection sizes mentioned?",
292
+ "answer": "The answers range from 6 or 7 pairs to potentially 40 pairs."
293
+ },
294
+ {
295
+ "question": "What detail does the Man with Beard add to his answer?",
296
+ "answer": "He mentions that he sells some shoes 'on the side,' implying he might be involved in sneaker reselling."
297
+ },
298
+ {
299
+ "question": "Does the video suggest a preference for large or small sneaker collections?",
300
+ "answer": "No, the video presents a neutral perspective on collection sizes, highlighting the diversity of approaches to this hobby."
301
+ },
302
+ {
303
+ "question": "How does the text overlay in Scene 3 contribute to the scene?",
304
+ "answer": "The '40?' overlay emphasizes the uncertainty in the Man with Beard's response, making his thought process more evident."
305
+ }
306
+ ],
307
+ "trimmingSuggestions": [
308
+ {
309
+ "description": "Remove Repetitive Elements: The beginning of each scene repeats the question 'How many pairs of shoes do you have in your collection?'. Consider cutting down on these repetitions or finding more creative ways to visually represent the question.",
310
+ "timestamps": {
311
+ "start_timestamp": null,
312
+ "end_timestamp": null
313
+ }
314
+ },
315
+ {
316
+ "description": "Condense Interviews: Some interview responses could be slightly shortened while still conveying the key information.",
317
+ "timestamps": {
318
+ "start_timestamp": null,
319
+ "end_timestamp": null
320
+ }
321
+ }
322
+ ],
323
+ "fps": 24.0
324
+ },
325
+ "text_to_speech": "How many pairs of shoes do you have in your&nbsp; collection um well I kind of just started&nbsp;&nbsp; I'd probably say like six or seven seconds&nbsp; okay that's what's up that's what's up I'll&nbsp;&nbsp; tell hot start How many pairs of shoes do you&nbsp; have in your collection I'd say 20. about 20.&nbsp;&nbsp; okay okay how many pairs of shoes do you have&nbsp; in your sneaker collection personally I got&nbsp;&nbsp; like 30 40. okay I think around there uh I got&nbsp; a couple like I sell like on the side you know"
326
+ }
metadata/T2azPjFcEH8.json ADDED
@@ -0,0 +1,520 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 501,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Fishing",
6
+ "youtube_title": "Fishing and Rescuing a Boat on Crooked River GA",
7
+ "youtube_description": "2-22-21 I fished in Crooked River and caught some sheepshead and 2 nice slot Redfish. I came across a boat floating unmaned down the river and towed it back to the Crooked River State Park Ramp. Also I caught a tagged redfish by the Georgia DNR.",
8
+ "text_to_speech_word_count": 355,
9
+ "youtube_categories": [
10
+ "People & Blogs"
11
+ ],
12
+ "youtube_tags": [
13
+ "Retirement",
14
+ "Education",
15
+ "teacher",
16
+ "administrator",
17
+ "comedy",
18
+ "funny",
19
+ "retiring",
20
+ "what will I do when I retire",
21
+ "what do retires do",
22
+ "school",
23
+ "school teachers",
24
+ "fishing",
25
+ "Crooked River",
26
+ "Georgia",
27
+ "State Park",
28
+ "Redfish",
29
+ "Red drum",
30
+ "Sheepshead",
31
+ "float rig",
32
+ "boat rescue",
33
+ "CVC",
34
+ "Collard Valley Cooks",
35
+ "Tammy Nichols"
36
+ ],
37
+ "youtube_channel": "NICHOLS RETIREMENT EMPIRE",
38
+ "youtube_view_count": 857,
39
+ "youtube_comment_count": 39,
40
+ "youtube_like_count": 132,
41
+ "youtube_channel_follower_count": 9140,
42
+ "youtube_upload_date": "20210223",
43
+ "youtube_age_limit": 0,
44
+ "content_metadata": {
45
+ "title": "Fishing Adventure and The Lost Boat",
46
+ "description": "A video documenting a fishing trip where two fishermen encounter an unexpected situation with a lost boat and participate in a tagging program.",
47
+ "characterList": [
48
+ {
49
+ "characterId": "c1",
50
+ "name": "Fisherman 1",
51
+ "description": "A man with sunglasses, a bucket hat, and a long sleeve shirt that has two red, white, and blue fish on the back."
52
+ },
53
+ {
54
+ "characterId": "c2",
55
+ "name": "Fisherman 2",
56
+ "description": "A man with sunglasses and a bucket hat. He wears a black jacket with a grey chest panel and black sleeves."
57
+ }
58
+ ],
59
+ "scenes": [
60
+ {
61
+ "sceneId": 1,
62
+ "title": "The Lost Boat Discovery",
63
+ "timestamps": {
64
+ "start_timestamp": "00:00:00.000",
65
+ "end_timestamp": "00:01:14.667"
66
+ },
67
+ "cast": [
68
+ "Fisherman 2"
69
+ ],
70
+ "activities": [
71
+ {
72
+ "description": "Driving a boat.",
73
+ "timestamp": {
74
+ "start_timestamp": "00:00:00.000",
75
+ "end_timestamp": "00:01:14.667"
76
+ }
77
+ },
78
+ {
79
+ "description": "Securing an empty boat to his boat.",
80
+ "timestamp": {
81
+ "start_timestamp": "00:00:54.000",
82
+ "end_timestamp": "00:01:14.667"
83
+ }
84
+ }
85
+ ],
86
+ "props": [
87
+ {
88
+ "name": "Boat, steering wheel.",
89
+ "timestamp": {
90
+ "start_timestamp": "00:00:00.000",
91
+ "end_timestamp": "00:01:14.667"
92
+ }
93
+ },
94
+ {
95
+ "name": "Empty boat",
96
+ "timestamp": {
97
+ "start_timestamp": "00:00:00.000",
98
+ "end_timestamp": "00:01:14.667"
99
+ }
100
+ },
101
+ {
102
+ "name": "Rope",
103
+ "timestamp": {
104
+ "start_timestamp": "00:00:54.000",
105
+ "end_timestamp": "00:01:14.667"
106
+ }
107
+ }
108
+ ],
109
+ "videoEditingDetails": [
110
+ {
111
+ "description": "Text overlay: 'I spot an empty boat.'",
112
+ "timestamps": {
113
+ "start_timestamp": "00:00:00.000",
114
+ "end_timestamp": "00:00:09.000"
115
+ }
116
+ },
117
+ {
118
+ "description": "Text overlay: 'Looking for someone in the water.'",
119
+ "timestamps": {
120
+ "start_timestamp": "00:00:10.000",
121
+ "end_timestamp": "00:00:20.000"
122
+ }
123
+ },
124
+ {
125
+ "description": "Text overlay: 'I decide to pull it to the dock.'",
126
+ "timestamps": {
127
+ "start_timestamp": "00:00:21.000",
128
+ "end_timestamp": "00:01:14.667"
129
+ }
130
+ },
131
+ {
132
+ "description": "Text overlay: 'There was a line already attached to the bow.'",
133
+ "timestamps": {
134
+ "start_timestamp": "00:00:58.000",
135
+ "end_timestamp": "00:01:14.667"
136
+ }
137
+ }
138
+ ],
139
+ "mood": {
140
+ "description": "Curious, concerned, helpful.",
141
+ "keyMoments": []
142
+ },
143
+ "narrativeProgression": [
144
+ {
145
+ "description": "Fisherman 2 notices an empty boat drifting on the river.",
146
+ "timestamp": "00:00:00.000"
147
+ },
148
+ {
149
+ "description": "He searches for a person in the water, concerned someone may have fallen overboard.",
150
+ "timestamp": "00:00:10.000"
151
+ },
152
+ {
153
+ "description": "Deciding it's best to secure the boat, he maneuvers his boat closer.",
154
+ "timestamp": "00:00:21.000"
155
+ },
156
+ {
157
+ "description": "He notices a line already attached to the empty boat's bow, suggesting it may have come loose from a dock.",
158
+ "timestamp": "00:00:58.000"
159
+ },
160
+ {
161
+ "description": "He successfully secures the empty boat.",
162
+ "timestamp": "00:01:14.667"
163
+ }
164
+ ],
165
+ "characterInteraction": [],
166
+ "thematicElements": "Safety on the water, responsibility, helping others.",
167
+ "contextualRelevance": "The discovery of an empty boat creates a situation that requires investigation, leading to a helpful and slightly tense mood.",
168
+ "dynamismScore": 0.5,
169
+ "audioVisualCorrelation": 0.5
170
+ },
171
+ {
172
+ "sceneId": 2,
173
+ "title": "Communication and Resolution",
174
+ "timestamps": {
175
+ "start_timestamp": "00:01:14.700",
176
+ "end_timestamp": "00:02:18.933"
177
+ },
178
+ "cast": [
179
+ "Fisherman 2"
180
+ ],
181
+ "activities": [
182
+ {
183
+ "description": "Driving a boat, talking to the camera, drinking from a thermos.",
184
+ "timestamp": {
185
+ "start_timestamp": "00:01:16.000",
186
+ "end_timestamp": "00:02:18.000"
187
+ }
188
+ }
189
+ ],
190
+ "props": [
191
+ {
192
+ "name": "Boat, steering wheel.",
193
+ "timestamp": {
194
+ "start_timestamp": "00:01:16.000",
195
+ "end_timestamp": "00:02:18.000"
196
+ }
197
+ },
198
+ {
199
+ "name": "Empty boat (towed behind)",
200
+ "timestamp": {
201
+ "start_timestamp": "00:01:16.000",
202
+ "end_timestamp": "00:02:18.000"
203
+ }
204
+ },
205
+ {
206
+ "name": "Thermos",
207
+ "timestamp": {
208
+ "start_timestamp": "00:01:16.000",
209
+ "end_timestamp": "00:02:18.000"
210
+ }
211
+ }
212
+ ],
213
+ "videoEditingDetails": [
214
+ {
215
+ "description": "Text overlay: 'Sorry about the sound it was windy'",
216
+ "timestamps": {
217
+ "start_timestamp": "00:01:16.000",
218
+ "end_timestamp": "00:02:18.000"
219
+ }
220
+ },
221
+ {
222
+ "description": "Text overlay: 'Thank God the owner was safe at the dock'",
223
+ "timestamps": {
224
+ "start_timestamp": "00:01:55.000",
225
+ "end_timestamp": "00:02:18.000"
226
+ }
227
+ }
228
+ ],
229
+ "mood": {
230
+ "description": "Relieved, content, chatty",
231
+ "keyMoments": [
232
+ {
233
+ "timestamp": "00:01:16.000",
234
+ "changeDescription": "Shift of mood from concern to casual"
235
+ },
236
+ {
237
+ "timestamp": "00:01:55.000",
238
+ "changeDescription": "Relief and contentment upon discovering the boat owner is safe."
239
+ }
240
+ ]
241
+ },
242
+ "narrativeProgression": [
243
+ {
244
+ "description": "Fisherman 2 apologizes for the wind noise.",
245
+ "timestamp": "00:01:16.000"
246
+ },
247
+ {
248
+ "description": "He explains he found the empty boat drifting and tried contacting the bait and tackle shop.",
249
+ "timestamp": "00:01:20.000"
250
+ },
251
+ {
252
+ "description": "He expresses uncertainty about whether someone fell overboard but mentions another fisherman saw the boat drifting empty.",
253
+ "timestamp": "00:01:31.000"
254
+ },
255
+ {
256
+ "description": "He suggests boats can sometimes come loose from docks.",
257
+ "timestamp": "00:01:37.000"
258
+ },
259
+ {
260
+ "description": "He reiterates he's going to try contacting the bait and tackle shop again.",
261
+ "timestamp": "00:01:47.000"
262
+ },
263
+ {
264
+ "description": "He announces the good news: the boat's owner is safe at the dock.",
265
+ "timestamp": "00:01:55.000"
266
+ },
267
+ {
268
+ "description": "He advises viewers to tie their boats securely due to the strong current.",
269
+ "timestamp": "00:02:09.000"
270
+ }
271
+ ],
272
+ "characterInteraction": [],
273
+ "thematicElements": "Boating safety, community, communication.",
274
+ "contextualRelevance": "Fisherman 2 discovers the owner of the boat is safe, which relieves the tension from the previous scene.",
275
+ "dynamismScore": 0.3,
276
+ "audioVisualCorrelation": 1.0
277
+ },
278
+ {
279
+ "sceneId": 3,
280
+ "title": "Fishing and Tagged Red Drum",
281
+ "timestamps": {
282
+ "start_timestamp": "00:02:18.967",
283
+ "end_timestamp": "00:07:50.733"
284
+ },
285
+ "cast": [
286
+ "Fisherman 1"
287
+ ],
288
+ "activities": [
289
+ {
290
+ "description": "Fishing from a boat, catching and releasing fish, driving a boat.",
291
+ "timestamp": {
292
+ "start_timestamp": "00:02:19.000",
293
+ "end_timestamp": "00:07:50.000"
294
+ }
295
+ }
296
+ ],
297
+ "props": [
298
+ {
299
+ "name": "Boat, fishing rod, fishing net, bobber.",
300
+ "timestamp": {
301
+ "start_timestamp": "00:02:19.000",
302
+ "end_timestamp": "00:07:50.000"
303
+ }
304
+ },
305
+ {
306
+ "name": "Small Sheepshead fish",
307
+ "timestamp": {
308
+ "start_timestamp": "00:02:33.000",
309
+ "end_timestamp": "00:02:52.000"
310
+ }
311
+ },
312
+ {
313
+ "name": "Small Sheepshead fish",
314
+ "timestamp": {
315
+ "start_timestamp": "00:03:03.000",
316
+ "end_timestamp": "00:03:19.000"
317
+ }
318
+ },
319
+ {
320
+ "name": "Tagged Red Drum fish",
321
+ "timestamp": {
322
+ "start_timestamp": "00:05:14.000",
323
+ "end_timestamp": "00:06:40.000"
324
+ }
325
+ }
326
+ ],
327
+ "videoEditingDetails": [
328
+ {
329
+ "description": "Text overlay: 'Now to the fishing.'",
330
+ "timestamps": {
331
+ "start_timestamp": "00:02:19.000",
332
+ "end_timestamp": "00:02:33.000"
333
+ }
334
+ }
335
+ ],
336
+ "mood": {
337
+ "description": "Calm, relaxed, focused.",
338
+ "keyMoments": [
339
+ {
340
+ "timestamp": "00:06:40.000",
341
+ "changeDescription": "Anticipation of rain as the sky darkens."
342
+ }
343
+ ]
344
+ },
345
+ "narrativeProgression": [
346
+ {
347
+ "description": "Fisherman 1 begins fishing.",
348
+ "timestamp": "00:02:19.000"
349
+ },
350
+ {
351
+ "description": "He catches a small sheepshead fish, deems it too small, and releases it.",
352
+ "timestamp": "00:02:33.000"
353
+ },
354
+ {
355
+ "description": "He catches another small sheepshead, again releasing it due to its size.",
356
+ "timestamp": "00:03:03.000"
357
+ },
358
+ {
359
+ "description": "He catches a red drum fish, notes it's tagged, and explains the tagging program and the potential $100 reward.",
360
+ "timestamp": "00:05:14.000"
361
+ },
362
+ {
363
+ "description": "He removes the yellow tag and releases the fish.",
364
+ "timestamp": "00:05:36.000"
365
+ },
366
+ {
367
+ "description": "The scene shifts to show Fisherman 1 driving the boat as clouds gather, suggesting they're heading home due to impending rain.",
368
+ "timestamp": "00:06:40.000"
369
+ },
370
+ {
371
+ "description": "Fisherman 2 takes over driving, mentions the approaching clouds and rain, and decides to head back home.",
372
+ "timestamp": "00:07:16.000"
373
+ }
374
+ ],
375
+ "characterInteraction": [],
376
+ "thematicElements": "Patience, respect for nature, fishing regulations.",
377
+ "contextualRelevance": "After resolving the situation with the loose boat, the focus shifts to a more peaceful and enjoyable activity.",
378
+ "dynamismScore": 0.4,
379
+ "audioVisualCorrelation": 0.7
380
+ },
381
+ {
382
+ "sceneId": 4,
383
+ "title": "Reward Sign and Tagging Program",
384
+ "timestamps": {
385
+ "start_timestamp": "00:07:50.767",
386
+ "end_timestamp": "00:08:20.267"
387
+ },
388
+ "cast": [
389
+ "Fisherman 2"
390
+ ],
391
+ "activities": [
392
+ {
393
+ "description": "Walking through a parking lot towards his truck.",
394
+ "timestamp": {
395
+ "start_timestamp": "00:07:51.000",
396
+ "end_timestamp": "00:08:16.000"
397
+ }
398
+ }
399
+ ],
400
+ "props": [
401
+ {
402
+ "name": "Parking lot, boat trailer, pickup truck.",
403
+ "timestamp": {
404
+ "start_timestamp": "00:07:51.000",
405
+ "end_timestamp": "00:08:16.000"
406
+ }
407
+ },
408
+ {
409
+ "name": "Sign with red drum tagging program information",
410
+ "timestamp": {
411
+ "start_timestamp": "00:07:51.000",
412
+ "end_timestamp": "00:08:16.000"
413
+ }
414
+ },
415
+ {
416
+ "name": "Yellow fish tag.",
417
+ "timestamp": {
418
+ "start_timestamp": "00:08:13.000",
419
+ "end_timestamp": "00:08:16.000"
420
+ }
421
+ }
422
+ ],
423
+ "videoEditingDetails": [
424
+ {
425
+ "description": "Text overlay: '$100 Reward???'",
426
+ "timestamps": {
427
+ "start_timestamp": "00:07:51.000",
428
+ "end_timestamp": "00:08:16.000"
429
+ }
430
+ }
431
+ ],
432
+ "mood": {
433
+ "description": "Amused, slightly disappointed.",
434
+ "keyMoments": [
435
+ {
436
+ "timestamp": "00:08:15.000",
437
+ "changeDescription": "Anticipation followed by disappointment with the tag color."
438
+ }
439
+ ]
440
+ },
441
+ "narrativeProgression": [
442
+ {
443
+ "description": "Fisherman 2 enters the parking lot.",
444
+ "timestamp": "00:07:51.000"
445
+ },
446
+ {
447
+ "description": "He points out a sign explaining the $100 reward for red drum with pink tags.",
448
+ "timestamp": "00:07:52.000"
449
+ },
450
+ {
451
+ "description": "He shows the yellow tag he removed from the fish.",
452
+ "timestamp": "00:08:13.000"
453
+ },
454
+ {
455
+ "description": "He expresses mild disappointment but notes it's still good information for the tagging program.",
456
+ "timestamp": "00:08:16.000"
457
+ }
458
+ ],
459
+ "characterInteraction": [],
460
+ "thematicElements": "Expectation vs. reality, the value of scientific data.",
461
+ "contextualRelevance": "The discovery that the tag isn't the rewarded color brings a sense of lighthearted disappointment.",
462
+ "dynamismScore": 0.2,
463
+ "audioVisualCorrelation": 1.0
464
+ }
465
+ ],
466
+ "storylines": {
467
+ "description": "This video follows a fishing trip narrative that combines unexpected events with fishing activities, emphasizing boating safety and conservation efforts.",
468
+ "scenes": [
469
+ 1,
470
+ 2,
471
+ 3,
472
+ 4
473
+ ],
474
+ "climax": {
475
+ "description": "The narrative peaks at two main points - when Fisherman 2 finds the boat owner safe, and when Fisherman 1 catches the tagged red drum.",
476
+ "timestamp": "00:01:55.000"
477
+ }
478
+ },
479
+ "qAndA": [
480
+ {
481
+ "question": "Why was Fisherman 2 concerned when he found the empty boat?",
482
+ "answer": "He was worried that someone may have been on board and fallen overboard."
483
+ },
484
+ {
485
+ "question": "What type of fish was the first one that Fisherman 1 caught?",
486
+ "answer": "A sheepshead fish."
487
+ },
488
+ {
489
+ "question": "What color was the tag on the red drum that Fisherman 1 caught?",
490
+ "answer": "Yellow."
491
+ },
492
+ {
493
+ "question": "How did the mood change in Scene 4 when Fisherman 2 realized the tag was yellow?",
494
+ "answer": "The mood shifted from anticipation to slight disappointment."
495
+ },
496
+ {
497
+ "question": "What message does the video convey about finding a boat with no one in it?",
498
+ "answer": "The video emphasizes the importance of checking for a person in the water and attempting to find the owner, prioritizing safety and responsibility on the water."
499
+ }
500
+ ],
501
+ "trimmingSuggestions": [
502
+ {
503
+ "description": "This segment could be significantly shortened. Fisherman 2's explanations could be condensed, focusing on the key points.",
504
+ "timestamps": {
505
+ "start_timestamp": "00:07:50.767",
506
+ "end_timestamp": "00:07:50.767"
507
+ }
508
+ },
509
+ {
510
+ "description": "The fishing sequences could be trimmed to show only the highlights, such as the catches and releases, rather than extended periods of casting and reeling.",
511
+ "timestamps": {
512
+ "start_timestamp": null,
513
+ "end_timestamp": null
514
+ }
515
+ }
516
+ ],
517
+ "fps": 30.0
518
+ },
519
+ "text_to_speech": "got a boat with nobody in it so all right guys i don't know who this belongs to the boat out here was just floating down the river i tried to call the bait and tackle place i'm going to try to call him again i don't know if somebody was in this boat and fell out i don't see anybody the guy that was over here fishing on the bank said that uh the boat just floated by with nobody on it so sometimes boats will get loose uh from people's docks and stuff like that i'm hoping that's all this is i'm gonna try to call the tackle place again and get this boat up here to the dock at north star okay i finally got hold of somebody i had to call two or three times um but the guy is at the dock that the boat belongs to so [Music] i guess he just sometimes if you don't tie him up good this current is so strong it will just take your boat and sweep it down the river uh and out to sea so only the second fish today slow first one was so little is a little bitty trout not a big sheep just not big enough to keep guys a little better but still so not only is it a nice red but it's tagged so i can cut this tag off and call in and i think you get a hundred dollars or something like that if you call in a tag it may not be a hundred dollars but i'm gonna cut it off when's my whistle that redfish is trying to blow my whistle all right so let's cut this tag off there it is time go so well that's not the best way to end today we gotta get one more well here comes the uh clouds and the rain's gonna be coming in right behind it let's head to the house yeah look here guys 100 reward for a pink tag my tag is yellow oh well that's good information for him anyway"
520
+ }
metadata/_85luiLyPpg.json ADDED
@@ -0,0 +1,682 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "360x640",
3
+ "duration_seconds": 32,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Pranks",
6
+ "youtube_title": "Best Pick Up Line WINS!",
7
+ "youtube_description": "-Merch👕 https://yesquad.store/\n-Discord ▶️ https://discord.com/invite/yesquad",
8
+ "text_to_speech_word_count": 95,
9
+ "youtube_categories": [
10
+ "Gaming"
11
+ ],
12
+ "youtube_tags": [
13
+ "yesquad",
14
+ "yesloth",
15
+ "screedi",
16
+ "jonathan reed",
17
+ "the ye squad",
18
+ "edgy videos",
19
+ "gaming team",
20
+ "gaming clan",
21
+ "fortnite clan",
22
+ "gamer house",
23
+ "yesloth clan",
24
+ "tiktok clan",
25
+ "tiktok team",
26
+ "yesquad tiktoks",
27
+ "gamer team",
28
+ "fortnite tiktok clan",
29
+ "edgy tiktoks",
30
+ "yesquad guess",
31
+ "guess celebrity",
32
+ "yesquad top 5",
33
+ "yesquad sloth",
34
+ "yesquad screedi",
35
+ "gaming house",
36
+ "content group",
37
+ "content house",
38
+ "gamer team house",
39
+ "yesquad faze rug",
40
+ "tiktok gamer",
41
+ "yesquad roblox",
42
+ "yesquad omegle",
43
+ "yesquad house"
44
+ ],
45
+ "youtube_channel": "YeSquad",
46
+ "youtube_view_count": 6864086,
47
+ "youtube_comment_count": 2000,
48
+ "youtube_like_count": 233121,
49
+ "youtube_channel_follower_count": 904000,
50
+ "youtube_upload_date": "20230429",
51
+ "youtube_age_limit": 0,
52
+ "content_metadata": {
53
+ "title": "Pickup Line Challenge",
54
+ "description": "A group of men compete in a pickup line challenge judged by a woman.",
55
+ "characterList": [
56
+ {
57
+ "characterId": "1",
58
+ "name": "Woman",
59
+ "description": "Long brown hair with blonde highlights, wearing a blue tank top and white headphones."
60
+ },
61
+ {
62
+ "characterId": "2",
63
+ "name": "Man 1",
64
+ "description": "Short curly brown hair, clean-shaven, wearing a black t-shirt and black headphones."
65
+ },
66
+ {
67
+ "characterId": "3",
68
+ "name": "Man 2",
69
+ "description": "Short brown hair, wearing a black t-shirt with a white design and black headphones."
70
+ },
71
+ {
72
+ "characterId": "4",
73
+ "name": "Man 3",
74
+ "description": "Black hair with a bandana, wearing a white tank top and black headphones."
75
+ }
76
+ ],
77
+ "scenes": [
78
+ {
79
+ "sceneId": 1,
80
+ "title": "Pickup Line Challenge Announcement",
81
+ "timestamps": {
82
+ "start_timestamp": "00:00:00.000",
83
+ "end_timestamp": "00:00:02.833"
84
+ },
85
+ "cast": [
86
+ "Woman",
87
+ "Man 1",
88
+ "Man 2",
89
+ "Man 3"
90
+ ],
91
+ "activities": [
92
+ {
93
+ "description": "Woman announces a pickup line challenge.",
94
+ "timestamp": {
95
+ "start_timestamp": "00:00:00.000",
96
+ "end_timestamp": "00:00:01.000"
97
+ }
98
+ },
99
+ {
100
+ "description": "Men react excitedly.",
101
+ "timestamp": {
102
+ "start_timestamp": "00:00:01.000",
103
+ "end_timestamp": "00:00:02.833"
104
+ }
105
+ }
106
+ ],
107
+ "props": [
108
+ {
109
+ "name": "Microphones",
110
+ "timestamp": {
111
+ "start_timestamp": "00:00:00.000",
112
+ "end_timestamp": "00:00:02.833"
113
+ }
114
+ },
115
+ {
116
+ "name": "Headphones",
117
+ "timestamp": {
118
+ "start_timestamp": "00:00:00.000",
119
+ "end_timestamp": "00:00:02.833"
120
+ }
121
+ }
122
+ ],
123
+ "videoEditingDetails": [
124
+ {
125
+ "description": "Fast cuts between the Woman and the Men.",
126
+ "timestamps": {
127
+ "start_timestamp": "00:00:00.000",
128
+ "end_timestamp": "00:00:02.833"
129
+ }
130
+ },
131
+ {
132
+ "description": "Text overlay: \"HAS,\" \"PICKUP,\" \"WINS.\"",
133
+ "timestamps": {
134
+ "start_timestamp": "00:00:00.000",
135
+ "end_timestamp": "00:00:02.833"
136
+ }
137
+ }
138
+ ],
139
+ "mood": {
140
+ "description": "Excited.",
141
+ "keyMoments": []
142
+ },
143
+ "narrativeProgression": [
144
+ {
145
+ "description": "Sets up a pickup line competition.",
146
+ "timestamp": "00:00:00.000"
147
+ }
148
+ ],
149
+ "characterInteraction": [
150
+ {
151
+ "characters": [
152
+ "Woman",
153
+ "Man 1",
154
+ "Man 2",
155
+ "Man 3"
156
+ ],
157
+ "description": "The Woman acts as the host while the Men are the contestants."
158
+ }
159
+ ],
160
+ "thematicElements": "",
161
+ "contextualRelevance": "",
162
+ "dynamismScore": 0.9,
163
+ "audioVisualCorrelation": 1.0
164
+ },
165
+ {
166
+ "sceneId": 2,
167
+ "title": "Man 1's Pickup Line Attempt",
168
+ "timestamps": {
169
+ "start_timestamp": "00:00:02.867",
170
+ "end_timestamp": "00:00:10.233"
171
+ },
172
+ "cast": [
173
+ "Woman",
174
+ "Man 1"
175
+ ],
176
+ "activities": [
177
+ {
178
+ "description": "Man 1 attempts a pickup line about the Woman's mouth.",
179
+ "timestamp": {
180
+ "start_timestamp": "00:00:04.000",
181
+ "end_timestamp": "00:00:06.000"
182
+ }
183
+ },
184
+ {
185
+ "description": "Woman reacts with confusion.",
186
+ "timestamp": {
187
+ "start_timestamp": "00:00:06.000",
188
+ "end_timestamp": "00:00:07.000"
189
+ }
190
+ },
191
+ {
192
+ "description": "Man 1 expresses his failure.",
193
+ "timestamp": {
194
+ "start_timestamp": "00:00:07.000",
195
+ "end_timestamp": "00:00:08.000"
196
+ }
197
+ },
198
+ {
199
+ "description": "Woman calls the pickup line awful.",
200
+ "timestamp": {
201
+ "start_timestamp": "00:00:08.000",
202
+ "end_timestamp": "00:00:09.000"
203
+ }
204
+ },
205
+ {
206
+ "description": "Man 1 expresses disbelief.",
207
+ "timestamp": {
208
+ "start_timestamp": "00:00:09.000",
209
+ "end_timestamp": "00:00:10.000"
210
+ }
211
+ }
212
+ ],
213
+ "props": [
214
+ {
215
+ "name": "Microphones",
216
+ "timestamp": {
217
+ "start_timestamp": "00:00:03.000",
218
+ "end_timestamp": "00:00:10.000"
219
+ }
220
+ },
221
+ {
222
+ "name": "Headphones",
223
+ "timestamp": {
224
+ "start_timestamp": "00:00:03.000",
225
+ "end_timestamp": "00:00:10.000"
226
+ }
227
+ }
228
+ ],
229
+ "videoEditingDetails": [
230
+ {
231
+ "description": "Split-screen showing the Woman and Man 1.",
232
+ "timestamps": {
233
+ "start_timestamp": "00:00:03.000",
234
+ "end_timestamp": "00:00:10.000"
235
+ }
236
+ },
237
+ {
238
+ "description": "Text overlay: \"I WAS,\" \"HOW,\" \"YOUR,\" \"WHY?,\" \"THIS,\" \"AWFUL,\" \"WTF!\"",
239
+ "timestamps": {
240
+ "start_timestamp": "00:00:03.000",
241
+ "end_timestamp": "00:00:10.000"
242
+ }
243
+ }
244
+ ],
245
+ "mood": {
246
+ "description": "Humorous, transitioning to awkward and uncomfortable.",
247
+ "keyMoments": [
248
+ {
249
+ "timestamp": "00:00:07.000",
250
+ "changeDescription": "The Woman's confused expression and her question \"Why?\""
251
+ }
252
+ ]
253
+ },
254
+ "narrativeProgression": [
255
+ {
256
+ "description": "Man 1 fails his attempt at a pickup line.",
257
+ "timestamp": "00:00:10.000"
258
+ }
259
+ ],
260
+ "characterInteraction": [
261
+ {
262
+ "characters": [
263
+ "Woman",
264
+ "Man 1"
265
+ ],
266
+ "description": "Awkward interaction between the Woman and Man 1."
267
+ }
268
+ ],
269
+ "thematicElements": "Humor, awkwardness, failure.",
270
+ "contextualRelevance": "",
271
+ "dynamismScore": 0.7,
272
+ "audioVisualCorrelation": 1.0
273
+ },
274
+ {
275
+ "sceneId": 3,
276
+ "title": "Man 2's Humorous Attempt",
277
+ "timestamps": {
278
+ "start_timestamp": "00:00:10.267",
279
+ "end_timestamp": "00:00:17.433"
280
+ },
281
+ "cast": [
282
+ "Woman",
283
+ "Man 2"
284
+ ],
285
+ "activities": [
286
+ {
287
+ "description": "Man 2 pretends to draw the Woman.",
288
+ "timestamp": {
289
+ "start_timestamp": "00:00:11.000",
290
+ "end_timestamp": "00:00:12.000"
291
+ }
292
+ },
293
+ {
294
+ "description": "Woman stays still.",
295
+ "timestamp": {
296
+ "start_timestamp": "00:00:12.000",
297
+ "end_timestamp": "00:00:13.000"
298
+ }
299
+ },
300
+ {
301
+ "description": "Man 2 finishes drawing and reveals a wet spot on his pants.",
302
+ "timestamp": {
303
+ "start_timestamp": "00:00:14.000",
304
+ "end_timestamp": "00:00:15.000"
305
+ }
306
+ },
307
+ {
308
+ "description": "Woman laughs.",
309
+ "timestamp": {
310
+ "start_timestamp": "00:00:15.000",
311
+ "end_timestamp": "00:00:16.000"
312
+ }
313
+ }
314
+ ],
315
+ "props": [
316
+ {
317
+ "name": "Microphones",
318
+ "timestamp": {
319
+ "start_timestamp": "00:00:10.267",
320
+ "end_timestamp": "00:00:17.000"
321
+ }
322
+ },
323
+ {
324
+ "name": "Headphones",
325
+ "timestamp": {
326
+ "start_timestamp": "00:00:10.267",
327
+ "end_timestamp": "00:00:17.000"
328
+ }
329
+ },
330
+ {
331
+ "name": "Drawing pad (off-screen).",
332
+ "timestamp": {
333
+ "start_timestamp": "00:00:11.000",
334
+ "end_timestamp": "00:00:12.000"
335
+ }
336
+ }
337
+ ],
338
+ "videoEditingDetails": [
339
+ {
340
+ "description": "Split-screen showing the Woman and Man 2.",
341
+ "timestamps": {
342
+ "start_timestamp": "00:00:10.267",
343
+ "end_timestamp": "00:00:17.000"
344
+ }
345
+ },
346
+ {
347
+ "description": "Text overlay: \"MOVE,\" \"DONE,\" \"FINISHED,\" \"HAHA.\"",
348
+ "timestamps": {
349
+ "start_timestamp": "00:00:10.267",
350
+ "end_timestamp": "00:00:17.000"
351
+ }
352
+ }
353
+ ],
354
+ "mood": {
355
+ "description": "Humorous and light-hearted.",
356
+ "keyMoments": []
357
+ },
358
+ "narrativeProgression": [
359
+ {
360
+ "description": "Man 2 attempts a humorous pickup line that backfires.",
361
+ "timestamp": "00:00:15.000"
362
+ }
363
+ ],
364
+ "characterInteraction": [
365
+ {
366
+ "characters": [
367
+ "Woman",
368
+ "Man 2"
369
+ ],
370
+ "description": "Humorous interaction between the Woman and Man 2."
371
+ }
372
+ ],
373
+ "thematicElements": "Humor, absurdity, unexpected outcomes.",
374
+ "contextualRelevance": "Man 2's accidental wetting himself could be interpreted as a physical manifestation of his nervousness or attraction to the Woman.",
375
+ "dynamismScore": 0.8,
376
+ "audioVisualCorrelation": 0.8
377
+ },
378
+ {
379
+ "sceneId": 4,
380
+ "title": "Man 3's Cheesy Pickup Line",
381
+ "timestamps": {
382
+ "start_timestamp": "00:00:17.467",
383
+ "end_timestamp": "00:00:22.567"
384
+ },
385
+ "cast": [
386
+ "Woman",
387
+ "Man 3"
388
+ ],
389
+ "activities": [
390
+ {
391
+ "description": "Man 3 delivers a pickup line comparing the Woman to a care package.",
392
+ "timestamp": {
393
+ "start_timestamp": "00:00:17.467",
394
+ "end_timestamp": "00:00:20.000"
395
+ }
396
+ },
397
+ {
398
+ "description": "Woman smiles.",
399
+ "timestamp": {
400
+ "start_timestamp": "00:00:20.000",
401
+ "end_timestamp": "00:00:21.000"
402
+ }
403
+ }
404
+ ],
405
+ "props": [
406
+ {
407
+ "name": "Microphones",
408
+ "timestamp": {
409
+ "start_timestamp": "00:00:17.467",
410
+ "end_timestamp": "00:00:22.000"
411
+ }
412
+ },
413
+ {
414
+ "name": "Headphones",
415
+ "timestamp": {
416
+ "start_timestamp": "00:00:17.467",
417
+ "end_timestamp": "00:00:22.000"
418
+ }
419
+ }
420
+ ],
421
+ "videoEditingDetails": [
422
+ {
423
+ "description": "Split-screen showing the Woman and Man 3.",
424
+ "timestamps": {
425
+ "start_timestamp": "00:00:17.467",
426
+ "end_timestamp": "00:00:22.000"
427
+ }
428
+ },
429
+ {
430
+ "description": "Text overlay: \"ARE YOU,\" \"CARE,\" \"CAUSE,\" \"FELL,\" \"HONESTLY,\" \"WORKING.\"",
431
+ "timestamps": {
432
+ "start_timestamp": "00:00:17.467",
433
+ "end_timestamp": "00:00:22.000"
434
+ }
435
+ }
436
+ ],
437
+ "mood": {
438
+ "description": "Romantic, cheesy, slightly awkward.",
439
+ "keyMoments": []
440
+ },
441
+ "narrativeProgression": [
442
+ {
443
+ "description": "Man 3 delivers a cheesy pickup line.",
444
+ "timestamp": "00:00:21.000"
445
+ }
446
+ ],
447
+ "characterInteraction": [
448
+ {
449
+ "characters": [
450
+ "Woman",
451
+ "Man 3"
452
+ ],
453
+ "description": "Flirty interaction between the Woman and Man 3."
454
+ }
455
+ ],
456
+ "thematicElements": "Romance, flirting, cheesy pickup lines.",
457
+ "contextualRelevance": "",
458
+ "dynamismScore": 0.6,
459
+ "audioVisualCorrelation": 1.0
460
+ },
461
+ {
462
+ "sceneId": 5,
463
+ "title": "Man 3's Second Attempt",
464
+ "timestamps": {
465
+ "start_timestamp": "00:00:22.600",
466
+ "end_timestamp": "00:00:28.100"
467
+ },
468
+ "cast": [
469
+ "Woman",
470
+ "Man 3"
471
+ ],
472
+ "activities": [
473
+ {
474
+ "description": "Man 3 delivers a pickup line about Tilted Towers.",
475
+ "timestamp": {
476
+ "start_timestamp": "00:00:23.000",
477
+ "end_timestamp": "00:00:25.000"
478
+ }
479
+ },
480
+ {
481
+ "description": "Woman expresses dislike for the pickup line.",
482
+ "timestamp": {
483
+ "start_timestamp": "00:00:25.000",
484
+ "end_timestamp": "00:00:26.000"
485
+ }
486
+ }
487
+ ],
488
+ "props": [
489
+ {
490
+ "name": "Microphones",
491
+ "timestamp": {
492
+ "start_timestamp": "00:00:22.600",
493
+ "end_timestamp": "00:00:28.000"
494
+ }
495
+ },
496
+ {
497
+ "name": "Headphones",
498
+ "timestamp": {
499
+ "start_timestamp": "00:00:22.600",
500
+ "end_timestamp": "00:00:28.000"
501
+ }
502
+ }
503
+ ],
504
+ "videoEditingDetails": [
505
+ {
506
+ "description": "Split-screen showing the Woman and Man 3.",
507
+ "timestamps": {
508
+ "start_timestamp": "00:00:22.600",
509
+ "end_timestamp": "00:00:28.000"
510
+ }
511
+ },
512
+ {
513
+ "description": "Text overlay: \"TOWERS,\" \"YOU,\" \"THAT,\" \"BAD,\" \"HAHA.\"",
514
+ "timestamps": {
515
+ "start_timestamp": "00:00:22.600",
516
+ "end_timestamp": "00:00:28.000"
517
+ }
518
+ }
519
+ ],
520
+ "mood": {
521
+ "description": "Starts light-hearted, transitions to awkwardness.",
522
+ "keyMoments": [
523
+ {
524
+ "timestamp": "00:00:25.000",
525
+ "changeDescription": "The mood shifts to awkward when the Woman expresses her dislike for the pickup line with a disgusted expression."
526
+ }
527
+ ]
528
+ },
529
+ "narrativeProgression": [
530
+ {
531
+ "description": "Man 3 delivers a second pickup line that falls flat.",
532
+ "timestamp": "00:00:25.000"
533
+ }
534
+ ],
535
+ "characterInteraction": [
536
+ {
537
+ "characters": [
538
+ "Woman",
539
+ "Man 3"
540
+ ],
541
+ "description": "The interaction turns awkward after the unsuccessful pickup line."
542
+ }
543
+ ],
544
+ "thematicElements": "Humor, awkwardness, rejection.",
545
+ "contextualRelevance": "",
546
+ "dynamismScore": 0.6,
547
+ "audioVisualCorrelation": 1.0
548
+ },
549
+ {
550
+ "sceneId": 6,
551
+ "title": "Winner Announcement",
552
+ "timestamps": {
553
+ "start_timestamp": "00:00:28.133",
554
+ "end_timestamp": "00:00:30.833"
555
+ },
556
+ "cast": [
557
+ "Woman",
558
+ "Man 2"
559
+ ],
560
+ "activities": [
561
+ {
562
+ "description": "Woman announces Man 2 as the winner.",
563
+ "timestamp": {
564
+ "start_timestamp": "00:00:28.133",
565
+ "end_timestamp": "00:00:29.000"
566
+ }
567
+ },
568
+ {
569
+ "description": "Man 2 celebrates excitedly.",
570
+ "timestamp": {
571
+ "start_timestamp": "00:00:29.000",
572
+ "end_timestamp": "00:00:30.000"
573
+ }
574
+ }
575
+ ],
576
+ "props": [
577
+ {
578
+ "name": "Microphones",
579
+ "timestamp": {
580
+ "start_timestamp": "00:00:28.133",
581
+ "end_timestamp": "00:00:30.833"
582
+ }
583
+ },
584
+ {
585
+ "name": "Headphones",
586
+ "timestamp": {
587
+ "start_timestamp": "00:00:28.133",
588
+ "end_timestamp": "00:00:30.833"
589
+ }
590
+ }
591
+ ],
592
+ "videoEditingDetails": [
593
+ {
594
+ "description": "Split-screen showing the Woman and Man 2.",
595
+ "timestamps": {
596
+ "start_timestamp": "00:00:28.133",
597
+ "end_timestamp": "00:00:30.833"
598
+ }
599
+ },
600
+ {
601
+ "description": "Text overlay: \"WINNER,\" \"YESLOTH,\" \"WTF.\"",
602
+ "timestamps": {
603
+ "start_timestamp": "00:00:28.133",
604
+ "end_timestamp": "00:00:30.833"
605
+ }
606
+ }
607
+ ],
608
+ "mood": {
609
+ "description": "Excited, celebratory.",
610
+ "keyMoments": []
611
+ },
612
+ "narrativeProgression": [
613
+ {
614
+ "description": "The winner of the pickup line challenge is announced.",
615
+ "timestamp": "00:00:28.133"
616
+ }
617
+ ],
618
+ "characterInteraction": [
619
+ {
620
+ "characters": [
621
+ "Woman",
622
+ "Man 2"
623
+ ],
624
+ "description": "The Woman acts as the host and announces the winner, Man 2, who reacts enthusiastically."
625
+ }
626
+ ],
627
+ "thematicElements": "Competition, victory.",
628
+ "contextualRelevance": "",
629
+ "dynamismScore": 0.8,
630
+ "audioVisualCorrelation": 1.0
631
+ }
632
+ ],
633
+ "storylines": {
634
+ "description": "A group of men compete in a pickup line challenge judged by a woman.",
635
+ "scenes": [
636
+ 1,
637
+ 2,
638
+ 3,
639
+ 4,
640
+ 5,
641
+ 6
642
+ ],
643
+ "climax": {
644
+ "description": "The winner is announced.",
645
+ "timestamp": "00:00:28.000"
646
+ }
647
+ },
648
+ "qAndA": [
649
+ {
650
+ "question": "What is the implied activity of Man 2 in Scene 3?",
651
+ "answer": "He is pretending to draw the Woman."
652
+ },
653
+ {
654
+ "question": "Why does Man 1 react with disbelief in Scene 2?",
655
+ "answer": "He is surprised that his pickup line, which he likely thought was clever, was received so poorly."
656
+ },
657
+ {
658
+ "question": "What specific detail in the video reveals the winner before the announcement?",
659
+ "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."
660
+ },
661
+ {
662
+ "question": "How does the video use editing to enhance the humor?",
663
+ "answer": "The video utilizes fast cuts, split screens, and comedic text overlays to emphasize reactions and highlight the awkwardness or humor of the situations."
664
+ },
665
+ {
666
+ "question": "What is the overall mood of the video?",
667
+ "answer": "Humorous and light-hearted. The video focuses on funny and awkward pickup line attempts, with the overall tone being playful and entertaining."
668
+ }
669
+ ],
670
+ "trimmingSuggestions": [
671
+ {
672
+ "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.",
673
+ "timestamps": {
674
+ "start_timestamp": "00:00:28.133",
675
+ "end_timestamp": "00:00:28.133"
676
+ }
677
+ }
678
+ ],
679
+ "fps": 30.0
680
+ },
681
+ "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 [&nbsp;__&nbsp;] 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]"
682
+ }
metadata/_cKN1HYBnqY.json ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 339,
4
+ "content_parent_category": "Education",
5
+ "content_fine_category": "TED Talks",
6
+ "youtube_title": "GLAM-Wiki 2013 - Michael Edson Jack the Museum",
7
+ "youtube_description": "Michael Edson of the Smithsonian Institution in Washington DC at Wikimedia UK's GLAM-Wiki 2013 at the British Library, London. In this video he performs an incredible poem inspired by openness.\n\nHis main presentation can be seen here: http://www.youtube.com/watch?v=wp_BdHDZW68\n\nThumbnail photo credit: Sebastiaan ter Burg",
8
+ "text_to_speech_word_count": 776,
9
+ "youtube_categories": [
10
+ "Nonprofits & Activism"
11
+ ],
12
+ "youtube_tags": [
13
+ "Jack the Museum",
14
+ "Wikimedia",
15
+ "Wikipedia",
16
+ "Open culture",
17
+ "Wikimedia UK",
18
+ "Michael Edson",
19
+ "GLAM-Wiki 2013",
20
+ "Smithsonian",
21
+ "British Library"
22
+ ],
23
+ "youtube_channel": "Wikimedia UK",
24
+ "youtube_view_count": 561,
25
+ "youtube_comment_count": 2,
26
+ "youtube_like_count": 6,
27
+ "youtube_channel_follower_count": 1060,
28
+ "youtube_upload_date": "20130412",
29
+ "youtube_age_limit": 0,
30
+ "content_metadata": {
31
+ "title": "The Age of Scale: Evolving Museums for the Digital Era",
32
+ "description": "A speaker delivers a passionate speech advocating for museums to adapt to the digital age, using engaging visuals and rhetorical questions to highlight the necessity of embracing new technologies and collaborative approaches.",
33
+ "characterList": [
34
+ {
35
+ "characterId": "1",
36
+ "name": "Speaker",
37
+ "description": "A man with short dark hair wearing a dark suit and a light blue shirt, standing behind a wooden podium."
38
+ }
39
+ ],
40
+ "scenes": [
41
+ {
42
+ "sceneId": 1,
43
+ "title": "Introduction to the Age of Sail",
44
+ "timestamps": {
45
+ "start_timestamp": "00:00:00.000",
46
+ "end_timestamp": "00:00:46.080"
47
+ },
48
+ "cast": [
49
+ "Speaker"
50
+ ],
51
+ "activities": [
52
+ {
53
+ "description": "Speaker delivers a speech about the age of sail.",
54
+ "timestamp": {
55
+ "start_timestamp": "00:00:00.000",
56
+ "end_timestamp": "00:00:45.000"
57
+ }
58
+ }
59
+ ],
60
+ "props": [
61
+ {
62
+ "name": "Podium",
63
+ "timestamp": {
64
+ "start_timestamp": "00:00:00.000",
65
+ "end_timestamp": "00:00:45.000"
66
+ }
67
+ },
68
+ {
69
+ "name": "Images of sailing ships on the projector screen",
70
+ "timestamp": {
71
+ "start_timestamp": "00:00:00.000",
72
+ "end_timestamp": "00:00:45.000"
73
+ }
74
+ }
75
+ ],
76
+ "videoEditingDetails": [
77
+ {
78
+ "description": "Several images of sailing ships are shown on the projector screen, changing quickly.",
79
+ "timestamps": {
80
+ "start_timestamp": "00:00:00.000",
81
+ "end_timestamp": "00:00:45.000"
82
+ }
83
+ }
84
+ ],
85
+ "mood": {
86
+ "description": "Excited",
87
+ "keyMoments": [
88
+ {
89
+ "timestamp": "00:00:45.000",
90
+ "changeDescription": "Transition from Excited (audio) to Calm (audio). The speaker's tone softens as he introduces a more reflective moment."
91
+ }
92
+ ]
93
+ },
94
+ "narrativeProgression": [
95
+ {
96
+ "description": "The speaker introduces the concept of the 'age of sail' and its historical significance.",
97
+ "timestamp": "00:00:00.000"
98
+ },
99
+ {
100
+ "description": "The speaker emphasizes the reliance on sailboats for various purposes in the past.",
101
+ "timestamp": "00:00:17.000"
102
+ },
103
+ {
104
+ "description": "The speaker playfully suggests that only a fool would choose to row in the age of sail.",
105
+ "timestamp": "00:00:39.000"
106
+ }
107
+ ],
108
+ "characterInteraction": [],
109
+ "thematicElements": "Historical context of sailing and technological advancements.",
110
+ "contextualRelevance": "Subtle tension between romance of the past and necessity of progress.",
111
+ "dynamismScore": 0.7,
112
+ "audioVisualCorrelation": 0.8
113
+ },
114
+ {
115
+ "sceneId": 2,
116
+ "title": "Modern Technology vs. Slow Travel",
117
+ "timestamps": {
118
+ "start_timestamp": "00:00:46.120",
119
+ "end_timestamp": "00:01:14.000"
120
+ },
121
+ "cast": [
122
+ "Speaker"
123
+ ],
124
+ "activities": [
125
+ {
126
+ "description": "Speaker transitions to a discussion of modern technology.",
127
+ "timestamp": {
128
+ "start_timestamp": "00:00:46.120",
129
+ "end_timestamp": "00:01:14.000"
130
+ }
131
+ }
132
+ ],
133
+ "props": [
134
+ {
135
+ "name": "Podium",
136
+ "timestamp": {
137
+ "start_timestamp": "00:00:46.120",
138
+ "end_timestamp": "00:01:14.000"
139
+ }
140
+ },
141
+ {
142
+ "name": "Images of a rowboat, a couple in a rowboat, and a large ship propeller on the projector screen",
143
+ "timestamp": {
144
+ "start_timestamp": "00:00:46.120",
145
+ "end_timestamp": "00:01:14.000"
146
+ }
147
+ }
148
+ ],
149
+ "videoEditingDetails": [
150
+ {
151
+ "description": "Images change less frequently for a more focused viewing experience.",
152
+ "timestamps": {
153
+ "start_timestamp": "00:00:46.120",
154
+ "end_timestamp": "00:01:14.000"
155
+ }
156
+ }
157
+ ],
158
+ "mood": {
159
+ "description": "Pensive",
160
+ "keyMoments": [
161
+ {
162
+ "timestamp": "00:01:14.000",
163
+ "changeDescription": "Transition from Pensive (visual/audio) to Excited (visual/audio)."
164
+ }
165
+ ]
166
+ },
167
+ "narrativeProgression": [
168
+ {
169
+ "description": "The speaker acknowledges the appeal of slower ways of life, using the analogy of reading a book over digital content.",
170
+ "timestamp": "00:00:46.120"
171
+ },
172
+ {
173
+ "description": "He parallels 'slow, dirty travel' of a rowboat with intellectual exploration of less-traveled paths.",
174
+ "timestamp": "00:01:01.000"
175
+ },
176
+ {
177
+ "description": "He asserts that grand tasks require a faster, more forceful approach, symbolized by the propeller.",
178
+ "timestamp": "00:01:14.000"
179
+ }
180
+ ],
181
+ "characterInteraction": [],
182
+ "thematicElements": "Contrast between traditional and modern approaches.",
183
+ "contextualRelevance": "Nuanced perspective on tradition and progress.",
184
+ "dynamismScore": 0.6,
185
+ "audioVisualCorrelation": 0.9
186
+ },
187
+ {
188
+ "sceneId": 3,
189
+ "title": "A Call for Global Action and Change",
190
+ "timestamps": {
191
+ "start_timestamp": "00:01:14.040",
192
+ "end_timestamp": "00:02:21.000"
193
+ },
194
+ "cast": [
195
+ "Speaker"
196
+ ],
197
+ "activities": [
198
+ {
199
+ "description": "Speaker highlights the need for action and change on a global scale.",
200
+ "timestamp": {
201
+ "start_timestamp": "00:01:14.040",
202
+ "end_timestamp": "00:02:21.000"
203
+ }
204
+ }
205
+ ],
206
+ "props": [
207
+ {
208
+ "name": "Podium",
209
+ "timestamp": {
210
+ "start_timestamp": "00:01:14.040",
211
+ "end_timestamp": "00:02:21.000"
212
+ }
213
+ },
214
+ {
215
+ "name": "Images of a planet earth, a museum interior, and stacks of books on the projector screen",
216
+ "timestamp": {
217
+ "start_timestamp": "00:01:14.040",
218
+ "end_timestamp": "00:02:21.000"
219
+ }
220
+ }
221
+ ],
222
+ "videoEditingDetails": [
223
+ {
224
+ "description": "Images are impactful and relevant to the speaker's points.",
225
+ "timestamps": {
226
+ "start_timestamp": "00:01:14.040",
227
+ "end_timestamp": "00:02:21.000"
228
+ }
229
+ }
230
+ ],
231
+ "mood": {
232
+ "description": "Excited, Angry",
233
+ "keyMoments": [
234
+ {
235
+ "timestamp": "00:01:49.000",
236
+ "changeDescription": "Transition from Excited (audio) to Angry (audio)."
237
+ }
238
+ ]
239
+ },
240
+ "narrativeProgression": [
241
+ {
242
+ "description": "The speaker calls for action and progress, using metaphors like 'jamming' and 'manning and womaning'.",
243
+ "timestamp": "00:01:14.040"
244
+ },
245
+ {
246
+ "description": "He uses the image of a 'hot-packed planet' on fire to symbolize the critical state of the world.",
247
+ "timestamp": "00:01:30.000"
248
+ },
249
+ {
250
+ "description": "He criticizes outdated tools and methods, calling them a waste of time.",
251
+ "timestamp": "00:01:50.000"
252
+ },
253
+ {
254
+ "description": "He challenges traditional institutions like museums, suggesting they can become stagnant.",
255
+ "timestamp": "00:01:54.000"
256
+ }
257
+ ],
258
+ "characterInteraction": [],
259
+ "thematicElements": "Need for impactful action and innovation.",
260
+ "contextualRelevance": "Critique of museums and call for accessibility.",
261
+ "dynamismScore": 0.8,
262
+ "audioVisualCorrelation": 0.9
263
+ },
264
+ {
265
+ "sceneId": 4,
266
+ "title": "Embracing New Technologies for the Future",
267
+ "timestamps": {
268
+ "start_timestamp": "00:02:21.040",
269
+ "end_timestamp": "00:03:00.000"
270
+ },
271
+ "cast": [
272
+ "Speaker"
273
+ ],
274
+ "activities": [
275
+ {
276
+ "description": "Speaker advocates for embracing new technologies and collective action.",
277
+ "timestamp": {
278
+ "start_timestamp": "00:02:21.040",
279
+ "end_timestamp": "00:03:00.000"
280
+ }
281
+ }
282
+ ],
283
+ "props": [
284
+ {
285
+ "name": "Podium",
286
+ "timestamp": {
287
+ "start_timestamp": "00:02:21.040",
288
+ "end_timestamp": "00:03:00.000"
289
+ }
290
+ },
291
+ {
292
+ "name": "Images of a killer whale, book covers with animal drawings, and logos of various websites on the projector screen",
293
+ "timestamp": {
294
+ "start_timestamp": "00:02:21.040",
295
+ "end_timestamp": "00:03:00.000"
296
+ }
297
+ }
298
+ ],
299
+ "videoEditingDetails": [
300
+ {
301
+ "description": "Images support speaker's call for new approaches and technologies.",
302
+ "timestamps": {
303
+ "start_timestamp": "00:02:21.040",
304
+ "end_timestamp": "00:03:00.000"
305
+ }
306
+ }
307
+ ],
308
+ "mood": {
309
+ "description": "Excited, Hopeful",
310
+ "keyMoments": [
311
+ {
312
+ "timestamp": "00:02:50.000",
313
+ "changeDescription": "Transition from Excited (audio) to Hopeful (audio)."
314
+ }
315
+ ]
316
+ },
317
+ "narrativeProgression": [
318
+ {
319
+ "description": "The speaker emphasizes the importance of scale and impact.",
320
+ "timestamp": "00:02:21.040"
321
+ },
322
+ {
323
+ "description": "He highlights the power of new technologies to bring change.",
324
+ "timestamp": "00:02:43.000"
325
+ },
326
+ {
327
+ "description": "He encourages embracing 'network action'.",
328
+ "timestamp": "00:02:50.000"
329
+ }
330
+ ],
331
+ "characterInteraction": [],
332
+ "thematicElements": "Vision for a future driven by innovation.",
333
+ "contextualRelevance": "Potential of technology for global connection.",
334
+ "dynamismScore": 0.9,
335
+ "audioVisualCorrelation": 0.9
336
+ },
337
+ {
338
+ "sceneId": 5,
339
+ "title": "Concluding Call to Embrace Change",
340
+ "timestamps": {
341
+ "start_timestamp": "00:03:00.040",
342
+ "end_timestamp": "00:03:55.520"
343
+ },
344
+ "cast": [
345
+ "Speaker"
346
+ ],
347
+ "activities": [
348
+ {
349
+ "description": "Speaker reiterates the message of embracing change and collaboration.",
350
+ "timestamp": {
351
+ "start_timestamp": "00:03:00.040",
352
+ "end_timestamp": "00:03:55.520"
353
+ }
354
+ }
355
+ ],
356
+ "props": [
357
+ {
358
+ "name": "Podium",
359
+ "timestamp": {
360
+ "start_timestamp": "00:03:00.040",
361
+ "end_timestamp": "00:03:55.520"
362
+ }
363
+ },
364
+ {
365
+ "name": "Images of Lego heads, a Maker Faire Detroit logo, and a picture of a smiling child wearing a Creative Commons shirt on the projector screen",
366
+ "timestamp": {
367
+ "start_timestamp": "00:03:00.040",
368
+ "end_timestamp": "00:03:55.520"
369
+ }
370
+ }
371
+ ],
372
+ "videoEditingDetails": [
373
+ {
374
+ "description": "Images emphasize speaker's key points.",
375
+ "timestamps": {
376
+ "start_timestamp": "00:03:00.040",
377
+ "end_timestamp": "00:03:55.520"
378
+ }
379
+ }
380
+ ],
381
+ "mood": {
382
+ "description": "Excited, Hopeful",
383
+ "keyMoments": []
384
+ },
385
+ "narrativeProgression": [
386
+ {
387
+ "description": "The speaker summarizes main points and encourages 'hacking the museum'.",
388
+ "timestamp": "00:03:00.040"
389
+ },
390
+ {
391
+ "description": "He stresses the power of network action.",
392
+ "timestamp": "00:03:19.000"
393
+ },
394
+ {
395
+ "description": "He uses playful language for online engagement.",
396
+ "timestamp": "00:03:30.000"
397
+ },
398
+ {
399
+ "description": "He calls for a shift from traditional structures to collaboration.",
400
+ "timestamp": "00:03:40.000"
401
+ }
402
+ ],
403
+ "characterInteraction": [],
404
+ "thematicElements": "Transformative power of technology and collective action.",
405
+ "contextualRelevance": "Participation in shaping a new future.",
406
+ "dynamismScore": 0.9,
407
+ "audioVisualCorrelation": 0.9
408
+ },
409
+ {
410
+ "sceneId": 6,
411
+ "title": "Final Call to Action",
412
+ "timestamps": {
413
+ "start_timestamp": "00:03:55.560",
414
+ "end_timestamp": "00:05:39.040"
415
+ },
416
+ "cast": [
417
+ "Speaker"
418
+ ],
419
+ "activities": [
420
+ {
421
+ "description": "Speaker concludes his speech with a final call to action.",
422
+ "timestamp": {
423
+ "start_timestamp": "00:03:57.000",
424
+ "end_timestamp": "00:05:36.000"
425
+ }
426
+ }
427
+ ],
428
+ "props": [
429
+ {
430
+ "name": "Podium",
431
+ "timestamp": {
432
+ "start_timestamp": "00:03:57.000",
433
+ "end_timestamp": "00:05:36.000"
434
+ }
435
+ },
436
+ {
437
+ "name": "\"REMIX\" in neon letters and a picture of a world map with \"Wikipedia\" information in different languages on the projector screen",
438
+ "timestamp": {
439
+ "start_timestamp": "00:03:57.000",
440
+ "end_timestamp": "00:05:36.000"
441
+ }
442
+ }
443
+ ],
444
+ "videoEditingDetails": [
445
+ {
446
+ "description": "Use of neon letters for emphasis.",
447
+ "timestamps": {
448
+ "start_timestamp": "00:03:57.000",
449
+ "end_timestamp": "00:05:36.000"
450
+ }
451
+ }
452
+ ],
453
+ "mood": {
454
+ "description": "Hopeful, Excited",
455
+ "keyMoments": []
456
+ },
457
+ "narrativeProgression": [
458
+ {
459
+ "description": "Reiterates message of embracing new approaches.",
460
+ "timestamp": "00:03:57.000"
461
+ },
462
+ {
463
+ "description": "Highlights transformative power of Creative Commons and public domain.",
464
+ "timestamp": "00:04:00.000"
465
+ },
466
+ {
467
+ "description": "Contrasts with traditional models of work and knowledge sharing.",
468
+ "timestamp": "00:04:10.000"
469
+ },
470
+ {
471
+ "description": "Celebrates success of online platforms.",
472
+ "timestamp": "00:04:29.000"
473
+ },
474
+ {
475
+ "description": "Encourages further collaboration.",
476
+ "timestamp": "00:04:57.000"
477
+ }
478
+ ],
479
+ "characterInteraction": [],
480
+ "thematicElements": "Embracing a new era of scale, collaboration, and open access.",
481
+ "contextualRelevance": "Call to action for future cultural institutions.",
482
+ "dynamismScore": 0.8,
483
+ "audioVisualCorrelation": 0.9
484
+ }
485
+ ],
486
+ "storylines": {
487
+ "description": "The need for Museums to evolve in the age of scale.",
488
+ "scenes": [
489
+ 1,
490
+ 2,
491
+ 3,
492
+ 4,
493
+ 5,
494
+ 6
495
+ ],
496
+ "climax": {
497
+ "description": "Speaker concludes with a call to 'do the museum' in new and exciting ways.",
498
+ "timestamp": "00:04:57.000"
499
+ }
500
+ },
501
+ "qAndA": [
502
+ {
503
+ "question": "What metaphor does the speaker use to describe the urgent state of the world?",
504
+ "answer": "The speaker says, 'World's on fire, and we fan it. It's in trouble.'"
505
+ },
506
+ {
507
+ "question": "What animal is shown on the book cover related to programming language C?",
508
+ "answer": "A cow."
509
+ },
510
+ {
511
+ "question": "What specific action does the speaker urge museums to take?",
512
+ "answer": "He encourages them to 'Jack the Museum.'"
513
+ },
514
+ {
515
+ "question": "What is the significance of the image of Lego heads in the context of the speaker's message?",
516
+ "answer": "The Lego heads represent the collective power and potential of connected individuals to build something new and innovative, just as Lego bricks can be assembled in countless ways."
517
+ },
518
+ {
519
+ "question": "How does the speaker use the analogy of the \"age of sail\" to highlight the need for change in museums?",
520
+ "answer": "He contrasts the slow and limited reach of sailboats in the past with the fast-paced and globalized nature of the internet age, suggesting that museums need to adopt new approaches that scale to meet the demands of the present."
521
+ }
522
+ ],
523
+ "trimmingSuggestions": [
524
+ {
525
+ "description": "This section, with multiple adjectives describing the age of sail, could be condensed for brevity and impact.",
526
+ "timestamps": {
527
+ "start_timestamp": "00:03:55.560",
528
+ "end_timestamp": "00:03:55.560"
529
+ }
530
+ },
531
+ {
532
+ "description": "The analogy of preferring books over digital content, while relevant, could be trimmed to maintain the focus on the urgency of the speaker's message.",
533
+ "timestamps": {
534
+ "start_timestamp": "00:03:55.560",
535
+ "end_timestamp": "00:03:55.560"
536
+ }
537
+ }
538
+ ],
539
+ "fps": 25.0
540
+ },
541
+ "text_to_speech": "in the age of sail we once rooted for five thousand years it constituted a world shaping epic making record-breaking human being technology this cannot be disputed from the time of the Pharaohs in the first D votes if we wanted to move some Goods some goats send a scientific treatise about the sexual life of most by the war against a foreign nation take your kids on a round-the-world vacation to move anything across the seas your only hope was for sale upon a boat upon the breeze only a fool would rather could bear to go that slow if they were in the know now don't get me wrong I imagine a case where a captain of reason could without treason treason Rome another reason I sometimes prefer a book in my hands to bits on the screen it seems a good book may help my mind dream and the slowly dirty gravel of athelets travel seems not to unravel the work of the travel but gives a sense of joy to a boy and a girl with nowhere to go and time to get you on but when the task that's at hand like yours is so great and the mission your addition has attrition when your jism why relevant why you must stand because today here's our planet a hot pack piece of granite roads on fire and we fan it it's in trouble we must jam it we must man and woman not spam it with old tools that waste time laying deeds that don't Robin why we'll be able to small hammer when you can jammer with a Ranma why have a museum so you can see them BM getting foolish pride from taking a small strides you're inside tiny little rides through hoity-toity halls of our filled walls and empty spaces filled with cases telling the stories about the evolution of the races while the masses the brilliant masses all the classes wait outside that's not amusing them that's a mausoleum well I do love our it fills the cart and the kwik-e-mart of my happy heart the coffee table babbling no fable dancin music keep me stable to a soul beyond the pale there's nothing finer than a son and center model playable but if the whale don't scale it's a planetary veil we must scale we can scale we can move new ideas across the scenes the agents kale because it's not just a rumor that the consumer ego dumb boomer with no hands heart or sense of humor she's a smart caring soul she's got friends they can roll the trillion hours a year of civic action surplus on your ass sure you told me this is so take it go no longer passive Network ends hearts and voices now on massive Network action makes old school broadcast reaction and distraction to this powerful new faction six billion people connected on the web they'll tag your bits hit your hits grind your grits pop corsets give you fits and take you to the ritz solve your problems make them theirs take away thousands of planetary cares carrier ulcer pack your culture your museum should be theirs for the takin you exist to maximize their making the assured that old taboos they are breaking a bond new recipe they're delighted to be brave baby they are insane in the brain with the freedom and power of creative commons from the public domain remix in a fresh refrain with their friends a new suniverse I didn't do naver's it's the opposite of holton still or moving in Reverse it's perverse how they rehearse the inverse of the ancient 20th century managers chapter and verse about who gets to say who does the work and who just has to walk along silence behind the corporate content hearse flicker it reached 9 billion culture richer pictures OpenStreetMaps illusion eating and if my grandma could only see me use 20 million cc0 records on your Vietnam to see the and make a vibrant culture like a cultural scientific new media data mixer motor a growing reader cedar super dynamic knowledge breeder Peter who brings good things to Wikipedia that wiki really loves to show the people what they love to know about the Himalayan snow McDonough's brand new Homer Simpson's dough where else you gonna get that bro a museum I don't think so so Jack the museum we really need to make it scale make it sale so the culture continues to feature do it now don't waste time working back in stagnant small-scale small vision times do the museum"
542
+ }
metadata/bbNbcE8qCIk.json ADDED
@@ -0,0 +1,542 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 123,
4
+ "content_parent_category": "Automotive",
5
+ "content_fine_category": "Racing Highlights",
6
+ "youtube_title": "Final preparations and shakedown for the start of the 2022 Dakar Rally",
7
+ "youtube_description": "All the preparations have been done, we had a super good shakedown so we're ready to start the 2022 prologue of the Dakar Rally! \n\nSubscribe on YouTube ► https://tomcoronel.nl/youtube \nThanks for watching the video and don't forget to comment! 👇\n\n🔘 Coronel Webshop: https://tomcoronel.nl/webshop/\n🔘 Facebook: https://www.facebook.com/Tom.Coronel\n🔘 Twitter: https://twitter.com/TomCoronel\n🔘 Instagram: https://www.instagram.com/tomcoronel/\n🔘 Pinterest: https://nl.pinterest.com/tomcoronel/\n🔘 Giphy: https://giphy.com/tomcoronel\n🔘 LinkedIn: https://www.linkedin.com/in/tomcoronel/\n🔘 Imagebank: https://www.tomcoronelracing.nl\n🔘 Twitch: https://www.twitch.tv/tomcoronel_eatmydust\n🔘 Linksome: https://linksome.me/tomcoronel\n\n#Dakar2022 #CoronelDakar #DakarRally",
8
+ "text_to_speech_word_count": 186,
9
+ "youtube_categories": [
10
+ "Autos & Vehicles"
11
+ ],
12
+ "youtube_tags": [
13
+ "Tom Coronel",
14
+ "race",
15
+ "car",
16
+ "racing",
17
+ "auto",
18
+ "motorsport",
19
+ "dakar 2022 shakedown",
20
+ "dakar rally 2022",
21
+ "coronel dakar 2022",
22
+ "coronel dakar team",
23
+ "tim coronel",
24
+ "rallye",
25
+ "saudi arabia",
26
+ "dakar in saudi",
27
+ "offroad racing",
28
+ "desert lion 247",
29
+ "tim en tom coronel dakar",
30
+ "coronel dakar team 2022",
31
+ "dakar 2022 final preps",
32
+ "the 2022 prologue of the Dakar Rally",
33
+ "dakar rally prologue 2022",
34
+ "start dakar rally 2022",
35
+ "dakar 2022 shakedown highlights"
36
+ ],
37
+ "youtube_channel": "Tom Coronel",
38
+ "youtube_view_count": 10817,
39
+ "youtube_comment_count": 19,
40
+ "youtube_like_count": 319,
41
+ "youtube_channel_follower_count": 44100,
42
+ "youtube_upload_date": "20211231",
43
+ "youtube_age_limit": 0,
44
+ "content_metadata": {
45
+ "title": "Dakar 2022 Pre-Rally",
46
+ "description": "The video features the Cornel brothers preparing for the Dakar 2022 rally, highlighting their 'Desert Lion' buggy, their preparation, and their confidence leading up to the race.",
47
+ "characterList": [
48
+ {
49
+ "characterId": "1",
50
+ "name": "Tim Coronel",
51
+ "description": "A man with short gray hair and a receding hairline, wearing a blue shirt with various sponsor logos and black shorts."
52
+ },
53
+ {
54
+ "characterId": "2",
55
+ "name": "Tom Coronel",
56
+ "description": "A man with short dark hair and a receding hairline, wearing a blue shirt with various sponsor logos and black shorts. Similar appearance to Tim, but with darker hair."
57
+ },
58
+ {
59
+ "characterId": "3",
60
+ "name": "Mechanic 1",
61
+ "description": "A man with short blonde hair, working on the car engine, wearing a blue shirt."
62
+ },
63
+ {
64
+ "characterId": "4",
65
+ "name": "Mechanic 2",
66
+ "description": "A man with glasses, working on the car, wearing a blue shirt."
67
+ }
68
+ ],
69
+ "scenes": [
70
+ {
71
+ "sceneId": 1,
72
+ "title": "Introduction and Preparations",
73
+ "timestamps": {
74
+ "start_timestamp": "00:00:00.000",
75
+ "end_timestamp": "00:00:23.280"
76
+ },
77
+ "cast": [
78
+ "Tim Coronel"
79
+ ],
80
+ "activities": [
81
+ {
82
+ "description": "Buggy driving through a desert landscape",
83
+ "timestamp": {
84
+ "start_timestamp": "00:00:00.000",
85
+ "end_timestamp": "00:00:02.000"
86
+ }
87
+ },
88
+ {
89
+ "description": "Close up of blue and orange buggy driving",
90
+ "timestamp": {
91
+ "start_timestamp": "00:00:04.000",
92
+ "end_timestamp": "00:00:06.000"
93
+ }
94
+ },
95
+ {
96
+ "description": "Tim Coronel welcomes viewers",
97
+ "timestamp": {
98
+ "start_timestamp": "00:00:07.000",
99
+ "end_timestamp": "00:00:07.000"
100
+ }
101
+ },
102
+ {
103
+ "description": "Mechanics working on buggy at night",
104
+ "timestamp": {
105
+ "start_timestamp": "00:00:13.000",
106
+ "end_timestamp": "00:00:23.000"
107
+ }
108
+ },
109
+ {
110
+ "description": "Green and black buggy driving through a desert",
111
+ "timestamp": {
112
+ "start_timestamp": "00:00:23.000",
113
+ "end_timestamp": "00:00:23.280"
114
+ }
115
+ },
116
+ {
117
+ "description": "Blue and orange buggy driving through a desert",
118
+ "timestamp": {
119
+ "start_timestamp": "00:00:23.280",
120
+ "end_timestamp": "00:00:23.280"
121
+ }
122
+ },
123
+ {
124
+ "description": "A motorcycle driver driving through the desert",
125
+ "timestamp": {
126
+ "start_timestamp": "00:00:23.280",
127
+ "end_timestamp": "00:00:23.280"
128
+ }
129
+ },
130
+ {
131
+ "description": "A white truck driving through the desert",
132
+ "timestamp": {
133
+ "start_timestamp": "00:00:23.280",
134
+ "end_timestamp": "00:00:23.280"
135
+ }
136
+ },
137
+ {
138
+ "description": "Interior shots of blue and orange buggy during test drive",
139
+ "timestamp": {
140
+ "start_timestamp": "00:00:23.280",
141
+ "end_timestamp": "00:00:23.280"
142
+ }
143
+ },
144
+ {
145
+ "description": "Red buggy driving through a desert",
146
+ "timestamp": {
147
+ "start_timestamp": "00:00:23.280",
148
+ "end_timestamp": "00:00:23.280"
149
+ }
150
+ }
151
+ ],
152
+ "props": [
153
+ {
154
+ "name": "Green and black buggy",
155
+ "timestamp": {
156
+ "start_timestamp": "00:00:00.000",
157
+ "end_timestamp": "00:00:02.000"
158
+ }
159
+ },
160
+ {
161
+ "name": "Blue and orange buggy",
162
+ "timestamp": {
163
+ "start_timestamp": "00:00:04.000",
164
+ "end_timestamp": "00:00:06.000"
165
+ }
166
+ },
167
+ {
168
+ "name": "Motorcycle",
169
+ "timestamp": {
170
+ "start_timestamp": "00:00:23.280",
171
+ "end_timestamp": "00:00:23.280"
172
+ }
173
+ },
174
+ {
175
+ "name": "White truck",
176
+ "timestamp": {
177
+ "start_timestamp": "00:00:23.280",
178
+ "end_timestamp": "00:00:23.280"
179
+ }
180
+ },
181
+ {
182
+ "name": "Tools",
183
+ "timestamp": {
184
+ "start_timestamp": "00:00:13.000",
185
+ "end_timestamp": "00:00:23.000"
186
+ }
187
+ },
188
+ {
189
+ "name": "Tent/garage setup",
190
+ "timestamp": {
191
+ "start_timestamp": "00:00:13.000",
192
+ "end_timestamp": "00:00:23.000"
193
+ }
194
+ }
195
+ ],
196
+ "videoEditingDetails": [
197
+ {
198
+ "description": "Black screen with 'Dakar 2022 Pre-Rally' title card",
199
+ "timestamps": {
200
+ "start_timestamp": "00:00:02.000",
201
+ "end_timestamp": "00:00:04.000"
202
+ }
203
+ },
204
+ {
205
+ "description": "Fast cuts and dynamic editing throughout, showing various angles of the driving and action.",
206
+ "timestamps": {
207
+ "start_timestamp": "00:00:00.000",
208
+ "end_timestamp": "00:00:23.280"
209
+ }
210
+ },
211
+ {
212
+ "description": "Music: Upbeat, energetic music throughout the scene.",
213
+ "timestamps": {
214
+ "start_timestamp": "00:00:00.000",
215
+ "end_timestamp": "00:00:23.280"
216
+ }
217
+ }
218
+ ],
219
+ "mood": {
220
+ "description": "Excited. The fast-paced editing and thrilling driving footage create a sense of excitement and anticipation for the upcoming rally.",
221
+ "keyMoments": []
222
+ },
223
+ "narrativeProgression": [
224
+ {
225
+ "description": "Tim Coronel introduces the rally and location.",
226
+ "timestamp": "00:00:07.000"
227
+ },
228
+ {
229
+ "description": "The scene transitions to nighttime, highlighting the dedication of the team as they continue to work on the car.",
230
+ "timestamp": "00:00:13.000"
231
+ },
232
+ {
233
+ "description": "Testing footage showcases the capabilities of the buggy and the driver's skill.",
234
+ "timestamp": "00:00:23.000"
235
+ }
236
+ ],
237
+ "characterInteraction": [
238
+ {
239
+ "characters": [
240
+ "Tim Coronel"
241
+ ],
242
+ "description": "Tim Coronel interacts with the audience, welcoming them."
243
+ },
244
+ {
245
+ "characters": [
246
+ "Mechanic 1",
247
+ "Mechanic 2"
248
+ ],
249
+ "description": "Mechanics work together on the car."
250
+ }
251
+ ],
252
+ "thematicElements": "Teamwork, preparation, and determination are highlighted as the team gets ready for the challenging Dakar Rally.",
253
+ "contextualRelevance": "The scene sets the stage for the rally, introducing the Cornel brothers and their 'Desert Lion' buggy.",
254
+ "dynamismScore": 0.9,
255
+ "audioVisualCorrelation": 0.8
256
+ },
257
+ {
258
+ "sceneId": 2,
259
+ "title": "Tim Coronel's Impressions",
260
+ "timestamps": {
261
+ "start_timestamp": "00:00:23.320",
262
+ "end_timestamp": "00:01:09.040"
263
+ },
264
+ "cast": [
265
+ "Tim Coronel",
266
+ "Tom Coronel"
267
+ ],
268
+ "activities": [
269
+ {
270
+ "description": "Tim Coronel shares his impressions of the buggy.",
271
+ "timestamp": {
272
+ "start_timestamp": "00:00:50.000",
273
+ "end_timestamp": "00:00:59.000"
274
+ }
275
+ },
276
+ {
277
+ "description": "More driving footage of the blue and orange buggy, including a rollover.",
278
+ "timestamp": {
279
+ "start_timestamp": "00:01:00.000",
280
+ "end_timestamp": "00:01:09.000"
281
+ }
282
+ }
283
+ ],
284
+ "props": [
285
+ {
286
+ "name": "Blue and orange buggy",
287
+ "timestamp": {
288
+ "start_timestamp": "00:00:50.000",
289
+ "end_timestamp": "00:01:09.000"
290
+ }
291
+ }
292
+ ],
293
+ "videoEditingDetails": [
294
+ {
295
+ "description": "Cut from testing footage to interview with Tim.",
296
+ "timestamps": {
297
+ "start_timestamp": "00:00:50.000",
298
+ "end_timestamp": "00:00:59.000"
299
+ }
300
+ },
301
+ {
302
+ "description": "Fast-paced editing continues during the driving footage.",
303
+ "timestamps": {
304
+ "start_timestamp": "00:01:00.000",
305
+ "end_timestamp": "00:01:09.000"
306
+ }
307
+ }
308
+ ],
309
+ "mood": {
310
+ "description": "Excited, slightly tense. The rollover adds tension, reminding viewers of the risks in rally racing.",
311
+ "keyMoments": [
312
+ {
313
+ "timestamp": "00:01:05.000",
314
+ "changeDescription": "Mood change to tense with the rollover footage"
315
+ }
316
+ ]
317
+ },
318
+ "narrativeProgression": [
319
+ {
320
+ "description": "Tim praises the car's performance, showing satisfaction.",
321
+ "timestamp": "00:00:50.000"
322
+ },
323
+ {
324
+ "description": "The rollover shows the terrain challenges and need for skilled driving.",
325
+ "timestamp": "00:01:00.000"
326
+ }
327
+ ],
328
+ "characterInteraction": [
329
+ {
330
+ "characters": [
331
+ "Tim Coronel"
332
+ ],
333
+ "description": "Tim addresses the audience, sharing his thoughts."
334
+ }
335
+ ],
336
+ "thematicElements": "Excitement and danger of the Dakar Rally.",
337
+ "contextualRelevance": "Showcases Tim's positive impressions and highlights the rally's inherent challenges.",
338
+ "dynamismScore": 0.8,
339
+ "audioVisualCorrelation": 0.7
340
+ },
341
+ {
342
+ "sceneId": 3,
343
+ "title": "Tom Coronel's Observations",
344
+ "timestamps": {
345
+ "start_timestamp": "00:01:09.080",
346
+ "end_timestamp": "00:01:58.360"
347
+ },
348
+ "cast": [
349
+ "Tom Coronel"
350
+ ],
351
+ "activities": [
352
+ {
353
+ "description": "Tom Coronel reflects on the previous day's testing.",
354
+ "timestamp": {
355
+ "start_timestamp": "00:01:10.000",
356
+ "end_timestamp": "00:01:33.000"
357
+ }
358
+ },
359
+ {
360
+ "description": "More driving footage, with interior shots of the buggy.",
361
+ "timestamp": {
362
+ "start_timestamp": "00:01:33.000",
363
+ "end_timestamp": "00:01:58.000"
364
+ }
365
+ }
366
+ ],
367
+ "props": [
368
+ {
369
+ "name": "Blue and orange buggy",
370
+ "timestamp": {
371
+ "start_timestamp": "00:01:10.000",
372
+ "end_timestamp": "00:01:58.000"
373
+ }
374
+ }
375
+ ],
376
+ "videoEditingDetails": [
377
+ {
378
+ "description": "Cut to interview with Tom.",
379
+ "timestamps": {
380
+ "start_timestamp": "00:01:10.000",
381
+ "end_timestamp": "00:01:33.000"
382
+ }
383
+ },
384
+ {
385
+ "description": "Similar editing style to previous scenes, blending interview and driving footage.",
386
+ "timestamps": {
387
+ "start_timestamp": "00:01:10.000",
388
+ "end_timestamp": "00:01:58.000"
389
+ }
390
+ }
391
+ ],
392
+ "mood": {
393
+ "description": "Excited, confident.",
394
+ "keyMoments": []
395
+ },
396
+ "narrativeProgression": [
397
+ {
398
+ "description": "Tom describes Tim pushing the car to its limits with growing confidence.",
399
+ "timestamp": "00:01:10.000"
400
+ },
401
+ {
402
+ "description": "Driving footage shows Tim navigating terrain with skill.",
403
+ "timestamp": "00:01:33.000"
404
+ }
405
+ ],
406
+ "characterInteraction": [
407
+ {
408
+ "characters": [
409
+ "Tom Coronel"
410
+ ],
411
+ "description": "Tom addresses the audience, sharing his observations of Tim's driving."
412
+ }
413
+ ],
414
+ "thematicElements": "Confidence, trust, and skill in driving.",
415
+ "contextualRelevance": "Highlights the growing skill and confidence of the drivers in handling the buggy.",
416
+ "dynamismScore": 0.8,
417
+ "audioVisualCorrelation": 0.8
418
+ },
419
+ {
420
+ "sceneId": 4,
421
+ "title": "Conclusion and Readiness",
422
+ "timestamps": {
423
+ "start_timestamp": "00:01:58.400",
424
+ "end_timestamp": "00:02:03.160"
425
+ },
426
+ "cast": [
427
+ "Tim Coronel",
428
+ "Tom Coronel"
429
+ ],
430
+ "activities": [
431
+ {
432
+ "description": "Tim Coronel talks about the upcoming stage and the team's readiness.",
433
+ "timestamp": {
434
+ "start_timestamp": "00:01:59.000",
435
+ "end_timestamp": "00:02:03.000"
436
+ }
437
+ }
438
+ ],
439
+ "props": [
440
+ {
441
+ "name": "Blue and orange buggy",
442
+ "timestamp": {
443
+ "start_timestamp": "00:01:59.000",
444
+ "end_timestamp": "00:02:03.000"
445
+ }
446
+ }
447
+ ],
448
+ "videoEditingDetails": [
449
+ {
450
+ "description": "Cut to Tim's interview at the buggy.",
451
+ "timestamps": {
452
+ "start_timestamp": "00:01:59.000",
453
+ "end_timestamp": "00:02:03.000"
454
+ }
455
+ },
456
+ {
457
+ "description": "Final shot focuses on buggy driving away, leaving a trail of dust.",
458
+ "timestamps": {
459
+ "start_timestamp": "00:02:00.000",
460
+ "end_timestamp": "00:02:03.000"
461
+ }
462
+ }
463
+ ],
464
+ "mood": {
465
+ "description": "Excited, determined, confident",
466
+ "keyMoments": []
467
+ },
468
+ "narrativeProgression": [
469
+ {
470
+ "description": "Tim acknowledges the length of the first stage while expressing readiness for the challenge.",
471
+ "timestamp": "00:01:59.000"
472
+ }
473
+ ],
474
+ "characterInteraction": [
475
+ {
476
+ "characters": [
477
+ "Tim Coronel"
478
+ ],
479
+ "description": "Tim interacts with the audience, conveying the team's mindset."
480
+ }
481
+ ],
482
+ "thematicElements": "Preparation, confidence, and adventure.",
483
+ "contextualRelevance": "Concludes the pre-rally preparations, signaling readiness for the race.",
484
+ "dynamismScore": 0.7,
485
+ "audioVisualCorrelation": 0.7
486
+ }
487
+ ],
488
+ "storylines": {
489
+ "description": "The Cornel brothers' preparation and testing of their 'Desert Lion' buggy for the Dakar 2022 rally.",
490
+ "scenes": [
491
+ 1,
492
+ 2,
493
+ 3,
494
+ 4
495
+ ],
496
+ "climax": {
497
+ "description": "The final shot of the buggy driving away in scene 4 symbolizes the culmination of preparations and the start of their Dakar adventure.",
498
+ "timestamp": "00:02:03.000"
499
+ }
500
+ },
501
+ "qAndA": [
502
+ {
503
+ "question": "What is the name the Cornel brothers gave to their buggy?",
504
+ "answer": "Desert Lion 247."
505
+ },
506
+ {
507
+ "question": "What color is the buggy driven by the Cornel brothers?",
508
+ "answer": "Blue and orange."
509
+ },
510
+ {
511
+ "question": "What activity did the mechanics do on the car at night?",
512
+ "answer": "One mechanic is working on the engine, while another adjusts the suspension."
513
+ },
514
+ {
515
+ "question": "What did Tom Coronel observe about Tim's driving during the test?",
516
+ "answer": "Tom noted that Tim immediately had confidence in the car and was pushing it to its limits ('flat out')."
517
+ },
518
+ {
519
+ "question": "What is the length of the first stage of the Dakar Rally mentioned in the video?",
520
+ "answer": "19 kilometers."
521
+ }
522
+ ],
523
+ "trimmingSuggestions": [
524
+ {
525
+ "description": "The motorcycle driver segment in Scene 1 could be removed as it doesn't directly contribute to the main story.",
526
+ "timestamps": {
527
+ "start_timestamp": "00:01:58.400",
528
+ "end_timestamp": "00:01:58.400"
529
+ }
530
+ },
531
+ {
532
+ "description": "Tighten some of the interview segments in Scene 3, where Tom's comments could be condensed.",
533
+ "timestamps": {
534
+ "start_timestamp": null,
535
+ "end_timestamp": null
536
+ }
537
+ }
538
+ ],
539
+ "fps": 25.0
540
+ },
541
+ "text_to_speech": "hi guys welcome in saudi arabia with the dakar 2022 of course we are here already for a few days we had a nice travel here of course we did the pcr testing and afterwards we made the car ready and we did some testing yeah the first impression of our century cr6 and we call him the desert lion 247 is really nice i can i can tell you he's strong yesterday was a surprising day especially also because i was sitting next to tim but i could see he directly had the confidence with the car he was really pushing it i was even asking are you flat out now he said flat out mate so full trust with the car you know as a race car driver you always want to go as fast as possible but you need to feel the chassis and that's what we did yeah today some small details on the car but finally it's going to begin tomorrow stage of a 19 kilometer very short but a long day long liaisons but we're ready with our desert lion"
542
+ }
metadata/eb_4nuNxQto.json ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 130,
4
+ "content_parent_category": "Sports",
5
+ "content_fine_category": "Game Highlights",
6
+ "youtube_title": "Naoya Inoue Vs Emmanuel Rodriguez (WBSS-Semifinals 2) Highlights",
7
+ "youtube_description": "#GoNaoyaInoue #JboyTV\n\n#NaoyaInoueVsEmmanuelRodriguez #Themonster\n\nDISCLAIMER- This video is edited under by FAIR USE law of YouTube. No copyright infringement intended. Credit to the owner of the images, video clips, etc. ALL RIGHT BELONG TO THEIR RESPECTIVE",
8
+ "text_to_speech_word_count": 219,
9
+ "youtube_categories": [
10
+ "Sports"
11
+ ],
12
+ "youtube_tags": [
13
+ "Naoya Inoue best punches vs Mannuel Rodriguez Highlights"
14
+ ],
15
+ "youtube_channel": "Jboy TV",
16
+ "youtube_view_count": 56729,
17
+ "youtube_comment_count": 56,
18
+ "youtube_like_count": 464,
19
+ "youtube_channel_follower_count": 204,
20
+ "youtube_upload_date": "20191006",
21
+ "youtube_age_limit": 0,
22
+ "content_metadata": {
23
+ "title": "Boxing Match: Rodriguez vs Inoue",
24
+ "description": "An exhilarating boxing match between Rodriguez and Inoue featuring intense moments, strategic fighting, and a thrilling victory.",
25
+ "characterList": [
26
+ {
27
+ "characterId": "1",
28
+ "name": "Rodriguez",
29
+ "description": "The boxer in white trunks with palm tree graphics. He has tattoos on his back and chest and has short dark hair."
30
+ },
31
+ {
32
+ "characterId": "2",
33
+ "name": "Inoue",
34
+ "description": "The boxer in blue and orange trunks with Japanese characters on his shorts. He has a shorter hairstyle than Rodriguez."
35
+ },
36
+ {
37
+ "characterId": "3",
38
+ "name": "Referee",
39
+ "description": "The man in the boxing ring wearing a white shirt, black trousers, and a bow tie."
40
+ }
41
+ ],
42
+ "scenes": [
43
+ {
44
+ "sceneId": 1,
45
+ "title": "Start of the Fight",
46
+ "timestamps": {
47
+ "start_timestamp": "00:00:00.000",
48
+ "end_timestamp": "00:00:07.000"
49
+ },
50
+ "cast": [
51
+ "Rodriguez",
52
+ "Inoue",
53
+ "Referee"
54
+ ],
55
+ "activities": [
56
+ {
57
+ "description": "Rodriguez and Inoue stand in their corners waiting for the round to start, the Referee motions for the boxers to begin.",
58
+ "timestamp": {
59
+ "start_timestamp": "00:00:00.000",
60
+ "end_timestamp": "00:00:07.000"
61
+ }
62
+ }
63
+ ],
64
+ "props": [
65
+ {
66
+ "name": "Boxing gloves",
67
+ "timestamp": {
68
+ "start_timestamp": "00:00:00.000",
69
+ "end_timestamp": "00:00:07.000"
70
+ }
71
+ },
72
+ {
73
+ "name": "Boxing ring",
74
+ "timestamp": {
75
+ "start_timestamp": "00:00:00.000",
76
+ "end_timestamp": "00:00:07.000"
77
+ }
78
+ },
79
+ {
80
+ "name": "Corner stools",
81
+ "timestamp": {
82
+ "start_timestamp": "00:00:00.000",
83
+ "end_timestamp": "00:00:07.000"
84
+ }
85
+ }
86
+ ],
87
+ "videoEditingDetails": [],
88
+ "mood": {
89
+ "description": "Excited - The crowd is cheering, the boxers are prepared and eager to begin, the commentator's voice is full of anticipation.",
90
+ "keyMoments": []
91
+ },
92
+ "narrativeProgression": [
93
+ {
94
+ "description": "The scene sets the stage for the boxing match, introducing the two fighters and the anticipation for the fight.",
95
+ "timestamp": "00:00:00.000"
96
+ }
97
+ ],
98
+ "characterInteraction": [
99
+ {
100
+ "characters": [
101
+ "Rodriguez",
102
+ "Inoue",
103
+ "Referee"
104
+ ],
105
+ "description": "The boxers size each other up, acknowledging the referee's signals to begin."
106
+ }
107
+ ],
108
+ "thematicElements": "Competition, anticipation, power.",
109
+ "contextualRelevance": "",
110
+ "dynamismScore": 0.7,
111
+ "audioVisualCorrelation": 1.0
112
+ },
113
+ {
114
+ "sceneId": 2,
115
+ "title": "Round 1 Action",
116
+ "timestamps": {
117
+ "start_timestamp": "00:00:07.040",
118
+ "end_timestamp": "00:01:07.000"
119
+ },
120
+ "cast": [
121
+ "Rodriguez",
122
+ "Inoue",
123
+ "Referee"
124
+ ],
125
+ "activities": [
126
+ {
127
+ "description": "Rodriguez takes a punch and stumbles back, Inoue lands several powerful blows towards the end of the round.",
128
+ "timestamp": {
129
+ "start_timestamp": "00:00:07.040",
130
+ "end_timestamp": "00:01:07.000"
131
+ }
132
+ }
133
+ ],
134
+ "props": [
135
+ {
136
+ "name": "Boxing gloves",
137
+ "timestamp": {
138
+ "start_timestamp": "00:00:07.040",
139
+ "end_timestamp": "00:01:07.000"
140
+ }
141
+ },
142
+ {
143
+ "name": "Boxing ring",
144
+ "timestamp": {
145
+ "start_timestamp": "00:00:07.040",
146
+ "end_timestamp": "00:01:07.000"
147
+ }
148
+ }
149
+ ],
150
+ "videoEditingDetails": [
151
+ {
152
+ "description": "Slow motion replay at 0:29, highlighting a powerful right hand punch from Inoue.",
153
+ "timestamps": {
154
+ "start_timestamp": "00:00:29.000",
155
+ "end_timestamp": "00:00:30.000"
156
+ }
157
+ }
158
+ ],
159
+ "mood": {
160
+ "description": "Excited - The fast-paced action, the commentary emphasizing the intensity of the punches, and the crowd's reactions create an excited atmosphere.",
161
+ "keyMoments": [
162
+ {
163
+ "timestamp": "00:00:29.000",
164
+ "changeDescription": "Transition to Tense due to slow-motion replay."
165
+ },
166
+ {
167
+ "timestamp": "00:00:30.000",
168
+ "changeDescription": "Transition back to Excited with resumption of fast-paced action."
169
+ }
170
+ ]
171
+ },
172
+ "narrativeProgression": [
173
+ {
174
+ "description": "The scene showcases the aggressive start to the fight with both fighters landing blows. However, Inoue starts to gain momentum towards the end of the round, foreshadowing his dominance.",
175
+ "timestamp": "00:00:07.040"
176
+ },
177
+ {
178
+ "description": "Inoue lands a powerful right hand punch on Rodriguez.",
179
+ "timestamp": "00:00:29.000"
180
+ }
181
+ ],
182
+ "characterInteraction": [
183
+ {
184
+ "characters": [
185
+ "Rodriguez",
186
+ "Inoue"
187
+ ],
188
+ "description": "The boxers engage in a fast-paced exchange, with Rodriguez initially taking the lead but then getting overwhelmed by Inoue's aggression."
189
+ }
190
+ ],
191
+ "thematicElements": "Power, aggression, skill.",
192
+ "contextualRelevance": "",
193
+ "dynamismScore": 0.9,
194
+ "audioVisualCorrelation": 1.0
195
+ },
196
+ {
197
+ "sceneId": 3,
198
+ "title": "Round 2 - Knockdowns and Victory",
199
+ "timestamps": {
200
+ "start_timestamp": "00:01:07.040",
201
+ "end_timestamp": "00:02:09.440"
202
+ },
203
+ "cast": [
204
+ "Rodriguez",
205
+ "Inoue",
206
+ "Referee"
207
+ ],
208
+ "activities": [
209
+ {
210
+ "description": "Inoue knocks down Rodriguez three times, the Referee stops the fight and declares Inoue the winner.",
211
+ "timestamp": {
212
+ "start_timestamp": "00:01:07.040",
213
+ "end_timestamp": "00:02:09.000"
214
+ }
215
+ }
216
+ ],
217
+ "props": [
218
+ {
219
+ "name": "Boxing gloves",
220
+ "timestamp": {
221
+ "start_timestamp": "00:01:07.040",
222
+ "end_timestamp": "00:02:09.000"
223
+ }
224
+ },
225
+ {
226
+ "name": "Boxing ring",
227
+ "timestamp": {
228
+ "start_timestamp": "00:01:07.040",
229
+ "end_timestamp": "00:02:09.000"
230
+ }
231
+ }
232
+ ],
233
+ "videoEditingDetails": [
234
+ {
235
+ "description": "Slow-motion replays at 1:18 and 1:27, highlighting Inoue's decisive punches that lead to knockdowns.",
236
+ "timestamps": {
237
+ "start_timestamp": "00:01:18.000",
238
+ "end_timestamp": "00:01:27.000"
239
+ }
240
+ }
241
+ ],
242
+ "mood": {
243
+ "description": "Tense and Excited - The mood starts as Tense due to the knockdowns and concern for Rodriguez's well-being. However, it shifts to Excited as Inoue's victory is announced and the crowd erupts in cheers.",
244
+ "keyMoments": [
245
+ {
246
+ "timestamp": "00:01:18.000",
247
+ "changeDescription": "Transition to Tense due to slow-motion replay of the knockdown."
248
+ },
249
+ {
250
+ "timestamp": "00:01:27.000",
251
+ "changeDescription": "Transition to Tense due to slow-motion replay of the knockdown."
252
+ },
253
+ {
254
+ "timestamp": "00:01:44.000",
255
+ "changeDescription": "Transition to Excited as Inoue's victory and celebratory atmosphere ensue."
256
+ }
257
+ ]
258
+ },
259
+ "narrativeProgression": [
260
+ {
261
+ "description": "The scene depicts the culmination of the fight with Inoue's dominance leading to three knockdowns and a stoppage victory in the second round.",
262
+ "timestamp": "00:01:07.040"
263
+ },
264
+ {
265
+ "description": "Inoue knocks down Rodriguez for the first time.",
266
+ "timestamp": "00:01:18.000"
267
+ },
268
+ {
269
+ "description": "Inoue knocks down Rodriguez for the second time.",
270
+ "timestamp": "00:01:27.000"
271
+ },
272
+ {
273
+ "description": "Inoue knocks down Rodriguez for the third time.",
274
+ "timestamp": "00:01:37.000"
275
+ },
276
+ {
277
+ "description": "The Referee stops the fight and declares Inoue the winner.",
278
+ "timestamp": "00:01:44.000"
279
+ }
280
+ ],
281
+ "characterInteraction": [
282
+ {
283
+ "characters": [
284
+ "Inoue",
285
+ "Rodriguez"
286
+ ],
287
+ "description": "Inoue's relentless pressure overwhelms Rodriguez, leading to his defeat."
288
+ }
289
+ ],
290
+ "thematicElements": "Power, dominance, victory, resilience.",
291
+ "contextualRelevance": "",
292
+ "dynamismScore": 1.0,
293
+ "audioVisualCorrelation": 1.0
294
+ }
295
+ ],
296
+ "storylines": {
297
+ "description": "The main storyline is the boxing match between Rodriguez and Inoue.",
298
+ "scenes": [
299
+ 1,
300
+ 2,
301
+ 3
302
+ ],
303
+ "climax": {
304
+ "description": "The Referee stops the fight and declares Inoue the winner.",
305
+ "timestamp": "00:01:44.000"
306
+ }
307
+ },
308
+ "qAndA": [
309
+ {
310
+ "question": "What color are Rodriguez's boxing trunks?",
311
+ "answer": "White, with palm tree graphics."
312
+ },
313
+ {
314
+ "question": "How many times did Inoue knock down Rodriguez?",
315
+ "answer": "Three times."
316
+ },
317
+ {
318
+ "question": "What kind of punch did Inoue use to score the first knockdown?",
319
+ "answer": "A left hook."
320
+ },
321
+ {
322
+ "question": "What was unique about Rodriguez being knocked down in this fight?",
323
+ "answer": "It was the first time Rodriguez had been knocked down in his professional career."
324
+ },
325
+ {
326
+ "question": "How does the mood of the video change after Inoue's victory?",
327
+ "answer": "The mood shifts from tense and concerned for Rodriguez to a celebratory and excited atmosphere as the crowd cheers for Inoue's win."
328
+ }
329
+ ],
330
+ "trimmingSuggestions": [
331
+ {
332
+ "description": "The initial slow-motion replay at 0:29 could be shortened, as it slows down the pace of the fight in the early stages.",
333
+ "timestamps": {
334
+ "start_timestamp": "00:01:07.040",
335
+ "end_timestamp": "00:01:07.040"
336
+ }
337
+ }
338
+ ],
339
+ "fps": 25.0
340
+ },
341
+ "text_to_speech": "in a way from Japan and the sparkly shirt Rodriguez from Puerto Rico in the white in a way with stopping record of getting things done quickly Rodriguez started calling forward step forward and getting less jabbing and right-handers when he rents it some are happy with me graze never off Richard on these gums shared and came back with a flurry of his own toe-to-toe action first rap spectacular now winging these punches in these two doors does Matt Joe packed on these first 30 40 Donna and that's I think why he's got the not very sure that he Mars a very where ideas gonna get stopped [Applause] xanax on the one and as in a way just find the plate on coupon but punches have come from and their area and that and I think that made it that way all for this those punches from in a way into from being away these a fearsome cleric [Applause] [Music] right Obama's healed us down he comes in away Oh get your inner age rating minutes ago Jim like she's unbelievable time has come down roots to the core another count it's over Michael Alexander rains it off in the second Shoto Shoto progressing to the WB SS final bantamweight champion of the world Noah ain't no"
342
+ }
metadata/fKX4qV0i9dw.json ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 245,
4
+ "content_parent_category": "News & Politics",
5
+ "content_fine_category": "Political News",
6
+ "youtube_title": "Dodgy Dave / MP Dennis Skinner Calls PM Cameron \"Dodgy Dave\"",
7
+ "youtube_description": "Veteran MP Dennis Skinner thrown out of House of Commons for calling PM David Cameron 'dodgy Dave',",
8
+ "text_to_speech_word_count": 381,
9
+ "youtube_categories": [
10
+ "News & Politics"
11
+ ],
12
+ "youtube_tags": [
13
+ "David Cameron",
14
+ "Prime Minister",
15
+ "Question Time",
16
+ "Prime Minister's Questions",
17
+ "Dennis Skinner",
18
+ "House of Commons",
19
+ "Parliament",
20
+ "UK",
21
+ "Britain",
22
+ "Dodgy Dave"
23
+ ],
24
+ "youtube_channel": "Millennial Monitor",
25
+ "youtube_view_count": 29455,
26
+ "youtube_comment_count": 0,
27
+ "youtube_like_count": 148,
28
+ "youtube_channel_follower_count": 1970,
29
+ "youtube_upload_date": "20160411",
30
+ "youtube_age_limit": 0,
31
+ "content_metadata": {
32
+ "title": "Parliamentary Debate Highlights",
33
+ "description": "A video capturing a heated parliamentary debate at the House of Commons featuring discussions on tax fairness and a notable incident involving inappropriate language.",
34
+ "characterList": [
35
+ {
36
+ "characterId": "1",
37
+ "name": "Speaker 1",
38
+ "description": "A middle-aged man with short gray hair, wearing a black suit and a black tie. He is standing at a podium in the House of Commons, speaking passionately. (First appears at timestamp 0:09)"
39
+ },
40
+ {
41
+ "characterId": "2",
42
+ "name": "Speaker 2",
43
+ "description": "An elderly man with white hair, wearing a gray suit and a red tie. He is standing in the House of Commons, listening to Speaker 1. He later asks a question and gets kicked out. (First appears at timestamp 0:00)"
44
+ },
45
+ {
46
+ "characterId": "3",
47
+ "name": "Speaker 3",
48
+ "description": "A middle-aged man with gray hair, wearing a black suit and a colorful tie with flowers. He is sitting in a high-backed chair, overseeing the session of the House of Commons. He calls on Speaker 2 and kicks him out for inappropriate language. (First appears at timestamp 0:36)"
49
+ },
50
+ {
51
+ "characterId": "4",
52
+ "name": "Man 1",
53
+ "description": "A middle-aged man with short brown hair and a beard, wearing a blue shirt and a light blue tie with white dots. He is sitting in the House of Commons, listening to Speaker 1. He appears to be sitting next to Speaker 2 and seems annoyed by his behavior. (First appears at timestamp 0:22)"
54
+ },
55
+ {
56
+ "characterId": "5",
57
+ "name": "Man 2",
58
+ "description": "A middle-aged man with thinning brown hair, wearing a black suit and a white shirt. He is sitting in the House of Commons behind Speaker 1, yawning and looking bored. (First appears at timestamp 0:14)"
59
+ },
60
+ {
61
+ "characterId": "6",
62
+ "name": "Woman 1",
63
+ "description": "A middle-aged woman with short blond hair, wearing a white jacket and a black top. She is sitting in the House of Commons, listening to Speaker 1. She appears to be sitting next to Speaker 2 and looks uncomfortable during the exchange. (First appears at timestamp 0:14)"
64
+ },
65
+ {
66
+ "characterId": "7",
67
+ "name": "Woman 2",
68
+ "description": "A young woman with long dark hair, wearing a floral dress and high heels. She is sitting in the House of Commons, listening to the proceedings and looking at her phone. She is sitting behind Speaker 2. (First appears at timestamp 0:49)"
69
+ }
70
+ ],
71
+ "scenes": [
72
+ {
73
+ "sceneId": 1,
74
+ "title": "Introduction to the House of Commons",
75
+ "timestamps": {
76
+ "start_timestamp": "00:00:00.000",
77
+ "end_timestamp": "00:00:09.767"
78
+ },
79
+ "cast": [
80
+ "Speaker 2"
81
+ ],
82
+ "activities": [
83
+ {
84
+ "description": "Speaker 2 is shown briefly speaking, but the audio is muted.",
85
+ "timestamp": {
86
+ "start_timestamp": "00:00:00.000",
87
+ "end_timestamp": "00:00:03.000"
88
+ }
89
+ }
90
+ ],
91
+ "props": [],
92
+ "videoEditingDetails": [
93
+ {
94
+ "description": "Fade out transition from the image of Speaker 2 to a graphic of the House of Commons with text that reads: \"The proceeding will start shortly\".",
95
+ "timestamps": {
96
+ "start_timestamp": "00:00:03.000",
97
+ "end_timestamp": "00:00:09.000"
98
+ }
99
+ }
100
+ ],
101
+ "mood": {
102
+ "description": "Neutral - Indifferent. The scene is very brief and lacks audio, making it difficult to discern any specific mood.",
103
+ "keyMoments": []
104
+ },
105
+ "narrativeProgression": [
106
+ {
107
+ "description": "Speaker 2 appears to be making a statement or concluding a previous point.",
108
+ "timestamp": "00:00:00.000"
109
+ },
110
+ {
111
+ "description": "The focus shifts to the upcoming proceeding.",
112
+ "timestamp": "00:00:03.000"
113
+ }
114
+ ],
115
+ "characterInteraction": [
116
+ {
117
+ "characters": [
118
+ "Speaker 2"
119
+ ],
120
+ "description": "There is no character interaction in this scene as Speaker 2 is the only character visible."
121
+ }
122
+ ],
123
+ "thematicElements": "Politics, Parliamentary procedure.",
124
+ "contextualRelevance": "No significant happenings occur in this scene.",
125
+ "dynamismScore": 0.2,
126
+ "audioVisualCorrelation": 0.0
127
+ },
128
+ {
129
+ "sceneId": 2,
130
+ "title": "Speech on Tax Fairness",
131
+ "timestamps": {
132
+ "start_timestamp": "00:00:09.800",
133
+ "end_timestamp": "00:00:39.033"
134
+ },
135
+ "cast": [
136
+ "Speaker 1",
137
+ "Man 2",
138
+ "Woman 1"
139
+ ],
140
+ "activities": [
141
+ {
142
+ "description": "Speaker 1 is delivering a speech at the podium, addressing the House of Commons.",
143
+ "timestamp": {
144
+ "start_timestamp": "00:00:09.800",
145
+ "end_timestamp": "00:00:39.000"
146
+ }
147
+ },
148
+ {
149
+ "description": "Man 2 yawns visibly while Speaker 1 is speaking.",
150
+ "timestamp": {
151
+ "start_timestamp": "00:00:14.000",
152
+ "end_timestamp": "00:00:14.000"
153
+ }
154
+ }
155
+ ],
156
+ "props": [
157
+ {
158
+ "name": "Podium",
159
+ "timestamp": {
160
+ "start_timestamp": "00:00:09.800",
161
+ "end_timestamp": "00:00:39.000"
162
+ }
163
+ }
164
+ ],
165
+ "videoEditingDetails": [
166
+ {
167
+ "description": "The camera focuses on Speaker 1 delivering his speech.",
168
+ "timestamps": {
169
+ "start_timestamp": "00:00:09.800",
170
+ "end_timestamp": "00:00:39.000"
171
+ }
172
+ }
173
+ ],
174
+ "mood": {
175
+ "description": "Neutral - Content. Speaker 1 delivers his speech in a matter-of-fact tone, without strong emotional expressions. The yawns of Man 2 suggest boredom.",
176
+ "keyMoments": []
177
+ },
178
+ "narrativeProgression": [
179
+ {
180
+ "description": "Speaker 1 emphasizes past actions taken to deter tax avoidance.",
181
+ "timestamp": "00:00:09.800"
182
+ },
183
+ {
184
+ "description": "Speaker 1 mentions the introduction of a groundbreaking tax to deter multinational corporations from avoiding UK taxes.",
185
+ "timestamp": "00:00:20.000"
186
+ },
187
+ {
188
+ "description": "Speaker 1 highlights the Finance Bill's goal of ensuring all companies and individuals pay their fair share.",
189
+ "timestamp": "00:00:27.000"
190
+ }
191
+ ],
192
+ "characterInteraction": [
193
+ {
194
+ "characters": [
195
+ "Speaker 1"
196
+ ],
197
+ "description": "Speaker 1 is addressing the House of Commons, with no direct interaction with other characters. Man 2's yawning indicates disengagement with the speech."
198
+ }
199
+ ],
200
+ "thematicElements": "Taxation, Corporate responsibility, Fairness.",
201
+ "contextualRelevance": "The scene showcases the efforts taken to combat tax avoidance and promote fairness in the tax system.",
202
+ "dynamismScore": 0.3,
203
+ "audioVisualCorrelation": 1.0
204
+ },
205
+ {
206
+ "sceneId": 3,
207
+ "title": "Parliamentary Conflict",
208
+ "timestamps": {
209
+ "start_timestamp": "00:00:39.067",
210
+ "end_timestamp": "00:04:05.133"
211
+ },
212
+ "cast": [
213
+ "Speaker 2",
214
+ "Man 1",
215
+ "Woman 1",
216
+ "Woman 2",
217
+ "Speaker 3"
218
+ ],
219
+ "activities": [
220
+ {
221
+ "description": "Speaker 2 asks the Prime Minister a question about a mortgage write-off.",
222
+ "timestamp": {
223
+ "start_timestamp": "00:00:49.000",
224
+ "end_timestamp": "00:01:25.000"
225
+ }
226
+ },
227
+ {
228
+ "description": "Speaker 3 interjects and demands Speaker 2 to withdraw an inappropriate word used to describe the Prime Minister.",
229
+ "timestamp": {
230
+ "start_timestamp": "00:01:25.000",
231
+ "end_timestamp": "00:01:52.000"
232
+ }
233
+ },
234
+ {
235
+ "description": "Speaker 2 refuses to withdraw the word and continues his rant against the Prime Minister.",
236
+ "timestamp": {
237
+ "start_timestamp": "00:01:52.000",
238
+ "end_timestamp": "00:02:57.000"
239
+ }
240
+ },
241
+ {
242
+ "description": "Speaker 3 orders Speaker 2 to leave the House for the remainder of the day.",
243
+ "timestamp": {
244
+ "start_timestamp": "00:02:57.000",
245
+ "end_timestamp": "00:03:33.000"
246
+ }
247
+ },
248
+ {
249
+ "description": "Speaker 2 is escorted out of the House while the audience reacts with laughter and cheers.",
250
+ "timestamp": {
251
+ "start_timestamp": "00:03:33.000",
252
+ "end_timestamp": "00:03:46.000"
253
+ }
254
+ },
255
+ {
256
+ "description": "Speaker 3 moves on to the next question.",
257
+ "timestamp": {
258
+ "start_timestamp": "00:03:46.000",
259
+ "end_timestamp": "00:04:05.000"
260
+ }
261
+ }
262
+ ],
263
+ "props": [
264
+ {
265
+ "name": "Microphone",
266
+ "timestamp": {
267
+ "start_timestamp": "00:00:49.000",
268
+ "end_timestamp": "00:03:33.000"
269
+ }
270
+ },
271
+ {
272
+ "name": "Green cushioned bench",
273
+ "timestamp": {
274
+ "start_timestamp": "00:00:49.000",
275
+ "end_timestamp": "00:04:05.000"
276
+ }
277
+ }
278
+ ],
279
+ "videoEditingDetails": [
280
+ {
281
+ "description": "The camera switches between wide shots of the House of Commons and close-ups of Speaker 2, Speaker 3, and other members reacting to the exchange.",
282
+ "timestamps": {
283
+ "start_timestamp": "00:00:39.067",
284
+ "end_timestamp": "00:04:05.000"
285
+ }
286
+ },
287
+ {
288
+ "description": "Quick cuts are used to emphasize the tension and escalating conflict.",
289
+ "timestamps": {
290
+ "start_timestamp": "00:01:25.000",
291
+ "end_timestamp": "00:03:33.000"
292
+ }
293
+ }
294
+ ],
295
+ "mood": {
296
+ "description": "Negative - Angry. The scene quickly transitions from a formal question session to a heated exchange filled with anger and frustration.",
297
+ "keyMoments": [
298
+ {
299
+ "timestamp": "00:01:25.000",
300
+ "changeDescription": "Change in both visual and auditive dimensions."
301
+ },
302
+ {
303
+ "timestamp": "00:02:57.000",
304
+ "changeDescription": "Change in both visual and auditive dimensions."
305
+ },
306
+ {
307
+ "timestamp": "00:03:33.000",
308
+ "changeDescription": "Change in both visual and auditive dimensions."
309
+ }
310
+ ]
311
+ },
312
+ "narrativeProgression": [
313
+ {
314
+ "description": "Speaker 2 directs a question about a mortgage write-off to the Prime Minister.",
315
+ "timestamp": "00:00:49.000"
316
+ },
317
+ {
318
+ "description": "Speaker 2 uses an inappropriate adjective (\"Dodgy Dave\") to refer to the Prime Minister, sparking a reaction from Speaker 3.",
319
+ "timestamp": "00:01:15.000"
320
+ },
321
+ {
322
+ "description": "Speaker 3 demands the withdrawal of the word, highlighting the unparliamentary language.",
323
+ "timestamp": "00:01:25.000"
324
+ },
325
+ {
326
+ "description": "Speaker 3 orders Speaker 2 to leave the House, showing the consequences of using inappropriate language during proceedings.",
327
+ "timestamp": "00:02:57.000"
328
+ }
329
+ ],
330
+ "characterInteraction": [
331
+ {
332
+ "characters": [
333
+ "Speaker 2",
334
+ "Speaker 3"
335
+ ],
336
+ "description": "Speaker 2 directly confronts the Prime Minister with an accusatory tone, leading to a conflict with Speaker 3. Speaker 3 demonstrates his authority by maintaining order and reprimanding Speaker 2. Man 1 and Woman 1, sitting next to Speaker 2, appear uncomfortable with his behavior. Woman 2, initially looking at her phone, becomes engaged in the unfolding event."
337
+ }
338
+ ],
339
+ "thematicElements": "Parliamentary decorum, Authority, Accountability, Public scrutiny.",
340
+ "contextualRelevance": "The scene illustrates the importance of maintaining decorum and using appropriate language in a formal setting. It also highlights the power dynamics within the House of Commons and the consequences of challenging authority.",
341
+ "dynamismScore": 0.8,
342
+ "audioVisualCorrelation": 1.0
343
+ }
344
+ ],
345
+ "storylines": {
346
+ "description": "A video capturing a heated parliamentary debate at the House of Commons featuring discussions on tax fairness and a notable incident involving inappropriate language.",
347
+ "scenes": [
348
+ 1,
349
+ 2,
350
+ 3
351
+ ],
352
+ "climax": {
353
+ "description": "Speaker 3 orders Speaker 2 to leave the House, showcasing the consequences of using inappropriate language.",
354
+ "timestamp": "00:02:57.000"
355
+ }
356
+ },
357
+ "qAndA": [
358
+ {
359
+ "question": "What is the mood of Man 2 during Speaker 1's speech?",
360
+ "answer": "Bored. He appears disinterested and yawns visibly."
361
+ },
362
+ {
363
+ "question": "What word does Speaker 2 use to describe the Prime Minister that leads to his expulsion from the House?",
364
+ "answer": "\"Dodgy.\""
365
+ },
366
+ {
367
+ "question": "How does Speaker 3 justify his decision to order Speaker 2 to leave the House?",
368
+ "answer": "He invokes Standing Order number 43, which grants him the power to remove a member for disruptive behavior."
369
+ },
370
+ {
371
+ "question": "How does the audience react to Speaker 2's expulsion?",
372
+ "answer": "With a mix of amusement and approval, demonstrated through laughter and cheers."
373
+ },
374
+ {
375
+ "question": "What is the main theme of the argument presented by Speaker 1?",
376
+ "answer": "Ensuring that all companies and individuals pay their fair share of taxes, and the actions taken to combat tax avoidance."
377
+ }
378
+ ],
379
+ "trimmingSuggestions": [
380
+ {
381
+ "description": "The initial portion of Scene 2 featuring Speaker 1's speech could be trimmed. It contains repetitive information about past actions and doesn't contribute significantly to the dynamism of the video.",
382
+ "timestamps": {
383
+ "start_timestamp": "00:00:39.067",
384
+ "end_timestamp": "00:00:39.067"
385
+ }
386
+ },
387
+ {
388
+ "description": "The section of Scene 3 where Speaker 2 refuses to withdraw the word and continues his rant could be shortened. While it illustrates the escalating tension, it becomes repetitive and could lose viewer interest.",
389
+ "timestamps": {
390
+ "start_timestamp": "00:01:52.000",
391
+ "end_timestamp": "00:02:57.000"
392
+ }
393
+ }
394
+ ],
395
+ "fps": 30.0
396
+ },
397
+ "text_to_speech": "Don Valley accordion Cowdenbeath the my honorable friend from Amber Valley and others and we have led the way internationally acting unilaterally in the Finance Bill 2015 to introduce the groundbreaking diverted profits tax to deter large multinationals from avoiding at UK tax this finance bill goes even further to ensure all companies and individuals pay their fair share it stops multinational tax avoidance by introducing new rules to address hybrid niche mismatch arrangements and by tacking does the Prime Minister recall that at the time after he became prime minister under the coalition at the time when he was dividing the nation between strivers and scrounges I asked him a very important question about the windfall he received when he wrote off the mortgage of the premises in Notting Hill and I said to him he didn't write off the mortgage of the one the taxpayers were helping to pay for at Oxford I didn't receive a proper answer then maybe dodgy Dave will answer it now and by the way order order order order order I must ask the honorable gentlemen order it require any assistance from some junior minister sir proposition I invite order I invite the Honourable gentleman to withdraw that adjective that he used where to go he's perfectly all day nobody capable of asking his question without using that word it is up to him if he doesn't wish to withdraw it I can't reasonably ask the Prime Minister to answer the question all he has to do is withdraw that word and think of another sorry sorry I think she knows the word beginning with D and ending in Y then he inappropriately used baby hey baby withdraw I know a noise withdraw chapter his own pocket I still refer to him as Georgie day order order order order I'm sorry I must ask the honourable gentleman to withdraw the work under the power given to me by standing water number 43 i order the Honourable member to withdraw immediately from the house for the remainder of this stays sitting very well needless to say no reply is required to that question we will take next sir edward lee well is a very shocking scandal we now know that the prime minister divested himself"
398
+ }
metadata/g9GtUQs7XUM.json ADDED
@@ -0,0 +1,687 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 209,
4
+ "content_parent_category": "Hobbies & Interests",
5
+ "content_fine_category": "Reaction Videos",
6
+ "youtube_title": "Ep #9 Beach Diaries: Rhianne Reacts To Daisy & Bobby Bucking | Ex On The Beach 9",
7
+ "youtube_description": "Meanwhile, Daisy tells her side of the story and the girls discuss THAT showdown...\n \nEx On The Beach continues Wednesdays at 10pm on MTV UK!\n\nSubscribe to MTV for more great videos and exclusives! \nhttps://www.youtube.com/c/MTVUK\n\nGet social with MTV @ \n💋 Twitter: https://twitter.com/MTVUK \n🍺 Instagram: http://instagram.com/mtvuk \n💅 Tumblr: http://mtvuk.tumblr.com\n🍿 Facebook: https://www.facebook.com/mtvuk \n🎷 Official: http://www.mtv.co.uk",
8
+ "text_to_speech_word_count": 604,
9
+ "youtube_categories": [
10
+ "Entertainment"
11
+ ],
12
+ "youtube_tags": [
13
+ "mtv uk",
14
+ "official",
15
+ "mtv international",
16
+ "watch ex on the beach free",
17
+ "season 9",
18
+ "episode 3",
19
+ "episode 2",
20
+ "season 3",
21
+ "season 4",
22
+ "ex on the beach",
23
+ "season 1",
24
+ "episode 4",
25
+ "season 2",
26
+ "season 5",
27
+ "season 6",
28
+ "season 7",
29
+ "season 8",
30
+ "episode 7",
31
+ "watch ex on the beach online",
32
+ "episode 1",
33
+ "ex on the beach fights",
34
+ "ex on the beach full episode",
35
+ "full episodes",
36
+ "bobby",
37
+ "rihanne",
38
+ "daisy",
39
+ "natalee",
40
+ "sex",
41
+ "beach diaries",
42
+ "matty b",
43
+ "watch ex on the beach",
44
+ "mexico"
45
+ ],
46
+ "youtube_channel": "MTV UK",
47
+ "youtube_view_count": 372169,
48
+ "youtube_comment_count": 135,
49
+ "youtube_like_count": 1569,
50
+ "youtube_channel_follower_count": 2240000,
51
+ "youtube_upload_date": "20181011",
52
+ "youtube_age_limit": 0,
53
+ "content_metadata": {
54
+ "title": "Ex on The Beach Clip Analysis",
55
+ "description": "Analysis of a clip from the reality TV show 'Ex on The Beach', focusing on character interactions, narrative progression, and thematic elements.",
56
+ "characterList": [
57
+ {
58
+ "characterId": "1",
59
+ "name": "Rhianne",
60
+ "description": "Dark brown hair pulled back in a ponytail, dark eyebrows, heavy dark eye makeup, wearing a black fishnet top over a green swimsuit top, and long red nails."
61
+ },
62
+ {
63
+ "characterId": "2",
64
+ "name": "Bobby",
65
+ "description": "Short brown hair, clean-shaven, muscular build, no shirt, wearing a black cord necklace."
66
+ },
67
+ {
68
+ "characterId": "3",
69
+ "name": "Natalie",
70
+ "description": "Long bright red hair, nose ring, tattoos on both arms, wearing a black tank top with \"I DON’T DO\" printed on it in white."
71
+ },
72
+ {
73
+ "characterId": "4",
74
+ "name": "Daisy",
75
+ "description": "Blonde hair tied up in a messy bun, wearing glasses, wearing a white sweatshirt."
76
+ }
77
+ ],
78
+ "scenes": [
79
+ {
80
+ "sceneId": 1,
81
+ "title": "Content Warning",
82
+ "timestamps": {
83
+ "start_timestamp": "00:00:00.000",
84
+ "end_timestamp": "00:00:04.400"
85
+ },
86
+ "cast": [],
87
+ "activities": [],
88
+ "props": [],
89
+ "videoEditingDetails": [
90
+ {
91
+ "description": "Black screen with the text \"WARNING: strong language and sexual scenes throughout\" in yellow against a black and yellow striped background. The \"MTV\" logo is displayed in the top left and bottom right corners.",
92
+ "timestamps": {
93
+ "start_timestamp": "00:00:00.000",
94
+ "end_timestamp": "00:00:04.400"
95
+ }
96
+ }
97
+ ],
98
+ "mood": {
99
+ "description": "Neutral (Indifferent)",
100
+ "keyMoments": []
101
+ },
102
+ "narrativeProgression": [
103
+ {
104
+ "description": "Establishes the tone for the show as explicit and dramatic.",
105
+ "timestamp": "00:00:00.000"
106
+ }
107
+ ],
108
+ "characterInteraction": [],
109
+ "thematicElements": "Reality TV, Drama",
110
+ "contextualRelevance": "The strong language and sexual content warning prepares the viewer for the mature themes present in the show.",
111
+ "dynamismScore": 0.0,
112
+ "audioVisualCorrelation": 0.0
113
+ },
114
+ {
115
+ "sceneId": 2,
116
+ "title": "Beach Diaries Introduction",
117
+ "timestamps": {
118
+ "start_timestamp": "00:00:04.440",
119
+ "end_timestamp": "00:00:11.400"
120
+ },
121
+ "cast": [],
122
+ "activities": [],
123
+ "props": [],
124
+ "videoEditingDetails": [
125
+ {
126
+ "description": "Transition to a stormy ocean scene with a beach. The text \"EXTRA ON THE BEACH\" appears in red and white.",
127
+ "timestamps": {
128
+ "start_timestamp": "00:00:05.000",
129
+ "end_timestamp": "00:00:07.000"
130
+ }
131
+ },
132
+ {
133
+ "description": "Transition to an aerial view of a beach with palm trees. The text \"BEACH DIARIES\" appears in white against a yellow-tinted background.",
134
+ "timestamps": {
135
+ "start_timestamp": "00:00:07.000",
136
+ "end_timestamp": "00:00:11.000"
137
+ }
138
+ }
139
+ ],
140
+ "mood": {
141
+ "description": "Neutral (Curious)",
142
+ "keyMoments": []
143
+ },
144
+ "narrativeProgression": [
145
+ {
146
+ "description": "Introduces the segment \"Beach Diaries\" within the show.",
147
+ "timestamp": "00:00:05.000"
148
+ }
149
+ ],
150
+ "characterInteraction": [],
151
+ "thematicElements": "Travel, Beach, Reality TV",
152
+ "contextualRelevance": "The imagery suggests a dramatic setting for the unfolding events.",
153
+ "dynamismScore": 0.7,
154
+ "audioVisualCorrelation": 0.0
155
+ },
156
+ {
157
+ "sceneId": 3,
158
+ "title": "Rhianne's Interview",
159
+ "timestamps": {
160
+ "start_timestamp": "00:00:11.440",
161
+ "end_timestamp": "00:00:27.280"
162
+ },
163
+ "cast": [
164
+ "Rhianne"
165
+ ],
166
+ "activities": [
167
+ {
168
+ "description": "Rhianne speaks directly to the camera.",
169
+ "timestamp": {
170
+ "start_timestamp": "00:00:11.440",
171
+ "end_timestamp": "00:00:27.000"
172
+ }
173
+ }
174
+ ],
175
+ "props": [],
176
+ "videoEditingDetails": [
177
+ {
178
+ "description": "No transitions or effects.",
179
+ "timestamps": {
180
+ "start_timestamp": "00:00:11.440",
181
+ "end_timestamp": "00:00:27.000"
182
+ }
183
+ }
184
+ ],
185
+ "mood": {
186
+ "description": "Negative (Angry)",
187
+ "keyMoments": [
188
+ {
189
+ "timestamp": "00:00:11.440",
190
+ "changeDescription": "Rhianne's facial expressions and tone of voice convey anger and frustration."
191
+ },
192
+ {
193
+ "timestamp": "00:00:27.000",
194
+ "changeDescription": "Slight shift from anger to amusement as Rhianne smiles briefly when talking about Bobby wanting to please himself."
195
+ }
196
+ ]
197
+ },
198
+ "narrativeProgression": [
199
+ {
200
+ "description": "Rhianne explains the recent drama with Bobby, revealing that their relationship was progressing well until he slept with Daisy.",
201
+ "timestamp": "00:00:11.440"
202
+ }
203
+ ],
204
+ "characterInteraction": [],
205
+ "thematicElements": "Betrayal, Jealousy, Relationships",
206
+ "contextualRelevance": "The audience is introduced to a love triangle between Rhianne, Bobby, and Daisy.",
207
+ "dynamismScore": 0.5,
208
+ "audioVisualCorrelation": 1.0
209
+ },
210
+ {
211
+ "sceneId": 4,
212
+ "title": "Night Vision Revelations",
213
+ "timestamps": {
214
+ "start_timestamp": "00:00:27.320",
215
+ "end_timestamp": "00:00:56.000"
216
+ },
217
+ "cast": [
218
+ "Rhianne",
219
+ "Bobby",
220
+ "Daisy",
221
+ "Natalie"
222
+ ],
223
+ "activities": [
224
+ {
225
+ "description": "Bobby speaks directly to the camera.",
226
+ "timestamp": {
227
+ "start_timestamp": "00:00:27.320",
228
+ "end_timestamp": "00:00:29.000"
229
+ }
230
+ },
231
+ {
232
+ "description": "Rhianne speaks directly to the camera.",
233
+ "timestamp": {
234
+ "start_timestamp": "00:00:29.000",
235
+ "end_timestamp": "00:00:34.000"
236
+ }
237
+ },
238
+ {
239
+ "description": "Night vision footage of Bobby and Daisy in bed together.",
240
+ "timestamp": {
241
+ "start_timestamp": "00:00:34.000",
242
+ "end_timestamp": "00:00:41.000"
243
+ }
244
+ },
245
+ {
246
+ "description": "Bobby speaks directly to the camera.",
247
+ "timestamp": {
248
+ "start_timestamp": "00:00:41.000",
249
+ "end_timestamp": "00:00:50.000"
250
+ }
251
+ },
252
+ {
253
+ "description": "Rhianne speaks directly to the camera.",
254
+ "timestamp": {
255
+ "start_timestamp": "00:00:50.000",
256
+ "end_timestamp": "00:00:56.000"
257
+ }
258
+ }
259
+ ],
260
+ "props": [
261
+ {
262
+ "name": "Bed",
263
+ "timestamp": {
264
+ "start_timestamp": "00:00:34.000",
265
+ "end_timestamp": "00:00:41.000"
266
+ }
267
+ },
268
+ {
269
+ "name": "Bed",
270
+ "timestamp": {
271
+ "start_timestamp": "00:00:50.000",
272
+ "end_timestamp": "00:00:56.000"
273
+ }
274
+ }
275
+ ],
276
+ "videoEditingDetails": [
277
+ {
278
+ "description": "Cut between Rhianne's interview and night vision footage of Bobby and Daisy.",
279
+ "timestamps": {
280
+ "start_timestamp": "00:00:29.000",
281
+ "end_timestamp": "00:00:34.000"
282
+ }
283
+ },
284
+ {
285
+ "description": "Cut between Bobby's interview and night vision footage of him and Daisy.",
286
+ "timestamps": {
287
+ "start_timestamp": "00:00:41.000",
288
+ "end_timestamp": "00:00:50.000"
289
+ }
290
+ },
291
+ {
292
+ "description": "Cut to night vision footage of Bobby and Daisy.",
293
+ "timestamps": {
294
+ "start_timestamp": "00:00:50.000",
295
+ "end_timestamp": "00:00:56.000"
296
+ }
297
+ }
298
+ ],
299
+ "mood": {
300
+ "description": "Negative (Angry, Betrayed)",
301
+ "keyMoments": [
302
+ {
303
+ "timestamp": "00:00:34.000",
304
+ "changeDescription": "Rhianne's continued anger and Bobby's nonchalant attitude increase the tension. Night vision footage adds to the drama and voyeuristic nature of the show."
305
+ },
306
+ {
307
+ "timestamp": "00:00:41.000",
308
+ "changeDescription": "Bobby's tone is casual and even celebratory, contrasting with Rhianne's anger."
309
+ }
310
+ ]
311
+ },
312
+ "narrativeProgression": [
313
+ {
314
+ "description": "Rhianne continues to express her frustration, while Bobby reveals his motives for sleeping with Daisy. Night vision footage adds a layer of voyeurism to the scene, exposing the intimacy of Bobby and Daisy’s encounter.",
315
+ "timestamp": "00:00:29.000"
316
+ }
317
+ ],
318
+ "characterInteraction": [
319
+ {
320
+ "characters": [
321
+ "Bobby"
322
+ ],
323
+ "description": "Bobby talks about Rhianne being the only girl he wants to crack on with."
324
+ },
325
+ {
326
+ "characters": [
327
+ "Bobby",
328
+ "Daisy"
329
+ ],
330
+ "description": "Bobby and Daisy sleep together."
331
+ },
332
+ {
333
+ "characters": [
334
+ "Rhianne"
335
+ ],
336
+ "description": "Rhianne expresses anger over Daisy's lack of respect for her."
337
+ }
338
+ ],
339
+ "thematicElements": "Infidelity, Drama, Betrayal",
340
+ "contextualRelevance": "Exposes a love triangle and the deceit involved.",
341
+ "dynamismScore": 0.8,
342
+ "audioVisualCorrelation": 0.7
343
+ },
344
+ {
345
+ "sceneId": 5,
346
+ "title": "Group Breakfast Tension",
347
+ "timestamps": {
348
+ "start_timestamp": "00:00:56.040",
349
+ "end_timestamp": "00:01:36.280"
350
+ },
351
+ "cast": [
352
+ "Rhianne",
353
+ "Daisy",
354
+ "Natalie",
355
+ "Bobby"
356
+ ],
357
+ "activities": [
358
+ {
359
+ "description": "Natalie speaks directly to the camera.",
360
+ "timestamp": {
361
+ "start_timestamp": "00:01:07.000",
362
+ "end_timestamp": "00:01:08.000"
363
+ }
364
+ },
365
+ {
366
+ "description": "Cut to footage of a group breakfast, where Daisy and Bobby admit to sleeping together.",
367
+ "timestamp": {
368
+ "start_timestamp": "00:01:08.000",
369
+ "end_timestamp": "00:01:26.000"
370
+ }
371
+ },
372
+ {
373
+ "description": "Natalie speaks directly to the camera.",
374
+ "timestamp": {
375
+ "start_timestamp": "00:01:26.000",
376
+ "end_timestamp": "00:01:36.000"
377
+ }
378
+ }
379
+ ],
380
+ "props": [
381
+ {
382
+ "name": "Breakfast table, cereal, juice",
383
+ "timestamp": {
384
+ "start_timestamp": "00:01:08.000",
385
+ "end_timestamp": "00:01:26.000"
386
+ }
387
+ }
388
+ ],
389
+ "videoEditingDetails": [
390
+ {
391
+ "description": "Frequent cuts between Natalie’s interview and footage of the breakfast table.",
392
+ "timestamps": {
393
+ "start_timestamp": "00:01:07.000",
394
+ "end_timestamp": "00:01:36.000"
395
+ }
396
+ }
397
+ ],
398
+ "mood": {
399
+ "description": "Negative (Angry, disgusted)",
400
+ "keyMoments": [
401
+ {
402
+ "timestamp": "00:01:10.000",
403
+ "changeDescription": "Natalie’s use of insults and comparisons adds humor while emphasizing the group’s anger toward Daisy."
404
+ },
405
+ {
406
+ "timestamp": "00:01:26.000",
407
+ "changeDescription": "The breakfast setting contrasts with the intensity of the drama."
408
+ }
409
+ ]
410
+ },
411
+ "narrativeProgression": [
412
+ {
413
+ "description": "Natalie's perspective on the Bobby and Daisy situation is introduced. Breakfast scene further highlights the awkwardness and tension within the group.",
414
+ "timestamp": "00:01:07.000"
415
+ }
416
+ ],
417
+ "characterInteraction": [
418
+ {
419
+ "characters": [
420
+ "Natalie",
421
+ "Rhianne",
422
+ "Daisy",
423
+ "Bobby"
424
+ ],
425
+ "description": "Seated at a table, with the women visibly upset with Daisy for sleeping with Bobby."
426
+ }
427
+ ],
428
+ "thematicElements": "Friendship, Betrayal, Double Standards",
429
+ "contextualRelevance": "Highlights relationship dynamics and fallout from betrayal.",
430
+ "dynamismScore": 0.9,
431
+ "audioVisualCorrelation": 0.7
432
+ },
433
+ {
434
+ "sceneId": 6,
435
+ "title": "Dinner Table Confrontation",
436
+ "timestamps": {
437
+ "start_timestamp": "00:01:36.320",
438
+ "end_timestamp": "00:02:25.720"
439
+ },
440
+ "cast": [
441
+ "Daisy",
442
+ "Rhianne",
443
+ "Natalie",
444
+ "Bobby"
445
+ ],
446
+ "activities": [
447
+ {
448
+ "description": "Daisy speaks directly to the camera.",
449
+ "timestamp": {
450
+ "start_timestamp": "00:01:36.320",
451
+ "end_timestamp": "00:01:57.000"
452
+ }
453
+ },
454
+ {
455
+ "description": "Cut between footage of dinner table and Daisy's interview",
456
+ "timestamp": {
457
+ "start_timestamp": "00:01:57.000",
458
+ "end_timestamp": "00:02:25.720"
459
+ }
460
+ }
461
+ ],
462
+ "props": [
463
+ {
464
+ "name": "Dinner table, chairs, drinks",
465
+ "timestamp": {
466
+ "start_timestamp": "00:01:57.000",
467
+ "end_timestamp": "00:02:25.720"
468
+ }
469
+ }
470
+ ],
471
+ "videoEditingDetails": [
472
+ {
473
+ "description": "Cut between Daisy’s interview and footage of her confronting Rhianne and Natalie at the dinner table.",
474
+ "timestamps": {
475
+ "start_timestamp": "00:01:36.320",
476
+ "end_timestamp": "00:01:57.000"
477
+ }
478
+ }
479
+ ],
480
+ "mood": {
481
+ "description": "Negative (Angry, confrontational)",
482
+ "keyMoments": [
483
+ {
484
+ "timestamp": "00:01:57.000",
485
+ "changeDescription": "The rapid dialogue, aggressive tone, and shouting create a volatile atmosphere. The dinner table setting becomes a battleground, symbolizing the breakdown of friendships."
486
+ }
487
+ ]
488
+ },
489
+ "narrativeProgression": [
490
+ {
491
+ "description": "Daisy defends her actions, claiming she does not care about Rhianne and Natalie’s opinions. A heated argument erupts between the girls.",
492
+ "timestamp": "00:01:36.320"
493
+ }
494
+ ],
495
+ "characterInteraction": [
496
+ {
497
+ "characters": [
498
+ "Daisy",
499
+ "Rhianne",
500
+ "Natalie"
501
+ ],
502
+ "description": "Daisy confronts Rhianne and Natalie at the dinner table."
503
+ }
504
+ ],
505
+ "thematicElements": "Hypocrisy, Selfishness, Accountability",
506
+ "contextualRelevance": "Shifts to personal confrontations over relationships and loyalty.",
507
+ "dynamismScore": 1.0,
508
+ "audioVisualCorrelation": 0.8
509
+ },
510
+ {
511
+ "sceneId": 7,
512
+ "title": "Physical Confrontation",
513
+ "timestamps": {
514
+ "start_timestamp": "00:02:25.760",
515
+ "end_timestamp": "00:03:23.200"
516
+ },
517
+ "cast": [
518
+ "Daisy",
519
+ "Rhianne"
520
+ ],
521
+ "activities": [
522
+ {
523
+ "description": "Daisy speaks directly to the camera.",
524
+ "timestamp": {
525
+ "start_timestamp": "00:02:26.000",
526
+ "end_timestamp": "00:02:43.000"
527
+ }
528
+ },
529
+ {
530
+ "description": "Cut between dinner scene and Daisy's interview",
531
+ "timestamp": {
532
+ "start_timestamp": "00:02:43.000",
533
+ "end_timestamp": "00:03:23.000"
534
+ }
535
+ }
536
+ ],
537
+ "props": [
538
+ {
539
+ "name": "Dinner table, chairs, drinks",
540
+ "timestamp": {
541
+ "start_timestamp": "00:02:43.000",
542
+ "end_timestamp": "00:03:23.000"
543
+ }
544
+ }
545
+ ],
546
+ "videoEditingDetails": [
547
+ {
548
+ "description": "Frequent cuts between Daisy’s interview and footage of the argument continuing. Transition to black screen with distorted audio.",
549
+ "timestamps": {
550
+ "start_timestamp": "00:02:26.000",
551
+ "end_timestamp": "00:03:23.000"
552
+ }
553
+ }
554
+ ],
555
+ "mood": {
556
+ "description": "Negative (Angry, chaotic)",
557
+ "keyMoments": [
558
+ {
559
+ "timestamp": "00:02:26.000",
560
+ "changeDescription": "Daisy’s unapologetic stance fuels conflict; Rhianne’s anger leads to a physical confrontation. Distorted audio at the end underscores unresolved tension."
561
+ }
562
+ ]
563
+ },
564
+ "narrativeProgression": [
565
+ {
566
+ "description": "The argument between Daisy and Rhianne continues to escalate, culminating in a physical confrontation. The distorted audio signifies ongoing chaos and unresolved conflict.",
567
+ "timestamp": "00:02:43.000"
568
+ }
569
+ ],
570
+ "characterInteraction": [
571
+ {
572
+ "characters": [
573
+ "Daisy",
574
+ "Rhianne"
575
+ ],
576
+ "description": "Daisy continues her dismissive attitude towards Rhianne's anger. Rhianne yells at Daisy, eventually confronting her."
577
+ }
578
+ ],
579
+ "thematicElements": "Anger, Violence, Control",
580
+ "contextualRelevance": "The climax of tension exiting through physicality, highlighting anger’s volatility.",
581
+ "dynamismScore": 1.0,
582
+ "audioVisualCorrelation": 0.8
583
+ },
584
+ {
585
+ "sceneId": 8,
586
+ "title": "Cliffhanger Ending",
587
+ "timestamps": {
588
+ "start_timestamp": "00:03:23.240",
589
+ "end_timestamp": "00:03:27.880"
590
+ },
591
+ "cast": [],
592
+ "activities": [],
593
+ "props": [],
594
+ "videoEditingDetails": [
595
+ {
596
+ "description": "Black screen with distorted audio. Transition to close-up shot of a woman’s legs running into the ocean. The text “Ex on the Beach” appears in black against a gold-tinted background.",
597
+ "timestamps": {
598
+ "start_timestamp": "00:03:23.240",
599
+ "end_timestamp": "00:03:27.880"
600
+ }
601
+ }
602
+ ],
603
+ "mood": {
604
+ "description": "Negative (Chaotic)",
605
+ "keyMoments": [
606
+ {
607
+ "timestamp": "00:03:23.240",
608
+ "changeDescription": "Distorted audio and shaky camera movements create a sense of chaos."
609
+ }
610
+ ]
611
+ },
612
+ "narrativeProgression": [
613
+ {
614
+ "description": "The scene ends abruptly, leaving the outcome of the fight ambiguous, suggesting a cliffhanger for the next episode.",
615
+ "timestamp": "00:03:23.240"
616
+ }
617
+ ],
618
+ "characterInteraction": [],
619
+ "thematicElements": "Escape, Uncertainty, Aftermath",
620
+ "contextualRelevance": "Concludes with heightened drama signaling continuation into forthcoming episodes.",
621
+ "dynamismScore": 0.8,
622
+ "audioVisualCorrelation": 0.0
623
+ }
624
+ ],
625
+ "storylines": {
626
+ "description": "An analysis of the storyline involving character relationships and conflicts.",
627
+ "scenes": [
628
+ 3,
629
+ 4,
630
+ 5,
631
+ 6,
632
+ 7
633
+ ],
634
+ "climax": {
635
+ "description": "Rhianne physically confronts Daisy for sleeping with Bobby, showcasing the height of emotional conflict.",
636
+ "timestamp": "00:03:23.000"
637
+ }
638
+ },
639
+ "qAndA": [
640
+ {
641
+ "question": "What is Natalie eating at breakfast?",
642
+ "answer": "Cereal."
643
+ },
644
+ {
645
+ "question": "What color are Natalie’s nails?",
646
+ "answer": "She doesn't appear to have any nail polish on."
647
+ },
648
+ {
649
+ "question": "How does Daisy react to Natalie calling her a \"backstabber\"?",
650
+ "answer": "She smiles slightly, suggesting she is either unbothered by the insult or enjoys provoking a reaction."
651
+ },
652
+ {
653
+ "question": "What color is the red flag that Daisy compares herself to?",
654
+ "answer": "The exact color is not visible, but it appears to be a bright red."
655
+ },
656
+ {
657
+ "question": "How does the distorted audio at the end of the video contribute to the narrative?",
658
+ "answer": "It creates a sense of uncertainty and suggests the fight will continue in the next episode, adding to the show’s dramatic tension."
659
+ }
660
+ ],
661
+ "trimmingSuggestions": [
662
+ {
663
+ "description": "Could trim the initial portion of Rhianne's interview as it repeats information given in the previous scene.",
664
+ "timestamps": {
665
+ "start_timestamp": "00:03:23.240",
666
+ "end_timestamp": "00:03:23.240"
667
+ }
668
+ },
669
+ {
670
+ "description": "Shorten the second night vision footage of Bobby and Daisy, as it mainly shows them sleeping and Daisy complaining.",
671
+ "timestamps": {
672
+ "start_timestamp": "00:03:23.240",
673
+ "end_timestamp": "00:03:23.240"
674
+ }
675
+ },
676
+ {
677
+ "description": "The back-and-forth shouting between Daisy and Rhianne could be condensed to maintain momentum.",
678
+ "timestamps": {
679
+ "start_timestamp": "00:03:23.240",
680
+ "end_timestamp": "00:03:23.240"
681
+ }
682
+ }
683
+ ],
684
+ "fps": 25.0
685
+ },
686
+ "text_to_speech": "your opinion is as valuable as my thoughts so it's all gone tits up with me and Bobby literally it was going well we were getting on really really really well we were talking we were getting to know each other more we're the only girl that I genuinely get on with and I'd want to crack on and see what happens he was asking me to let my guard down let him in and said he went and slept with Daisy best one minute fight in my life I've been here celibate for the last two weeks and got me underway so I won't lasting long I weren't there to please the girl I was pleasing myself that's all I cared about I'm running for so long I've done my buggy I've been being allowed he just wanted to get his dick wet and he did so because he knew I was not going to do that in here he knew I wasn't going to get a leg over he knew I wasn't going to allow him to do that and obviously Daisy did so that's her call but I just think she's got no respect for herself Daisy the backstabber um went with Bobby so basically me Bobby and REE were LED in bed Daisy walked in re and Bobby were having a chat um before Bobby's side was even cold dated gone in the other bedroom with Bobby and banged him Daisy started to remind me of you know there's little pots of peanuts you get in a pub and everyone fingers them and has all their hands all over him that's what Daisy is she's a little bowl of peanuts so what happened with you two last night then we baked you banged so the smaller breakfast it was an order of extra awkwardness she's your friend you mug Natalie starts telling me I'm in the wrong well guess what darling I don't care about your opinion your opinion is as valuable as my thoughts it sounds like double standards to be honor she was looking at Ree and she was smiling like she was smug about it and I was thinking and then she said to me in office I haven't got a leg to stand on because I did do it with Matty with her but at least I had the ball so go say I'm going to go and buy mati you literally jump straight into bed with Bobby and get with him and bang him what the quite frankly I do what I want when I want and maybe I've had a slight blurry vision since I've been here and you know tried to hang out with the wrong people Daisy off basically I'm not speaking to her reason speaking to it and Norah's Lisa speaking to it so she has nen friends friendship with Daisy is over and Bobby nah nothing on that level is going to happen anymore you couldn't wait two minutes before you bind him me and Nat did kind of go in on her I was having a scream in fifth uh not literally like just went off your chopsy little Diva when someone stands there proudly happily smiling really winds people up when they're angry I'm capable to me thank God I'm quick on my toes you know like a good story Lord you know the the bullfighter I was like waving my red flag like the toriador and she's you know the thought of like don't worry darling you miss me you miss me you got my red flag"
687
+ }
metadata/q7j8CyvJf0Q.json ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 54,
4
+ "content_parent_category": "Lifestyle",
5
+ "content_fine_category": "Cooking Shows",
6
+ "youtube_title": "This Is Fire S2E4: Enchiladas | Nala & Oliver Flynn",
7
+ "youtube_description": "Nala Ray and Oliver Flynn roll up their sleeves (and their tortillas) to prepare the perfect enchilada. The race becomes a mad dash when Oliver realizes his dish is only half-finished.\n\nWatch more at: https://of.tv/TIFS2E4\n\nWebsite: https://onlyfans.com\nInstagram: https://instagram.com/onlyfans \nTwitter: https://twitter.com/onlyfans \nFacebook: https://www.facebook.com/onlyfans\nLinkedIn: https://www.linkedin.com/company/onlyfans/",
8
+ "text_to_speech_word_count": 152,
9
+ "youtube_categories": [
10
+ "People & Blogs"
11
+ ],
12
+ "youtube_tags": [],
13
+ "youtube_channel": "OnlyFans",
14
+ "youtube_view_count": 6324,
15
+ "youtube_comment_count": 3,
16
+ "youtube_like_count": 20,
17
+ "youtube_channel_follower_count": 17600,
18
+ "youtube_upload_date": "20230128",
19
+ "youtube_age_limit": 0,
20
+ "content_metadata": {
21
+ "title": "This is Fire - Enchiladas",
22
+ "description": "A cooking competition video where contestants compete to make the best enchiladas.",
23
+ "characterList": [
24
+ {
25
+ "characterId": "1",
26
+ "name": "Chef",
27
+ "description": "Male, dark hair and beard, tattoos on arms, wearing black shirt and black apron with yellow straps."
28
+ },
29
+ {
30
+ "characterId": "2",
31
+ "name": "Nala",
32
+ "description": "Female, long red hair, wearing green crop top, blue jeans, later a black apron with red OF logo."
33
+ },
34
+ {
35
+ "characterId": "3",
36
+ "name": "Oliver Flynn",
37
+ "description": "Male, blonde, muscular, mustache, wearing military green shirt, later a black apron with white OF logo."
38
+ }
39
+ ],
40
+ "scenes": [
41
+ {
42
+ "sceneId": 1,
43
+ "title": "Introduction and Challenge Announcement",
44
+ "timestamps": {
45
+ "start_timestamp": "00:00:00.000",
46
+ "end_timestamp": "00:00:21.480"
47
+ },
48
+ "cast": [
49
+ "Chef"
50
+ ],
51
+ "activities": [
52
+ {
53
+ "description": "Chef uses tongs to cook meat in a pan.",
54
+ "timestamp": {
55
+ "start_timestamp": "00:00:03.003",
56
+ "end_timestamp": "00:00:04.004"
57
+ }
58
+ },
59
+ {
60
+ "description": "Chef stands in a kitchen, addressing the camera.",
61
+ "timestamp": {
62
+ "start_timestamp": "00:00:04.004",
63
+ "end_timestamp": "00:00:21.480"
64
+ }
65
+ }
66
+ ],
67
+ "props": [
68
+ {
69
+ "name": "Kitchen with stove, utensils, ingredients",
70
+ "timestamp": {
71
+ "start_timestamp": "00:00:00.000",
72
+ "end_timestamp": "00:00:21.480"
73
+ }
74
+ },
75
+ {
76
+ "name": "Pan of cooking meat",
77
+ "timestamp": {
78
+ "start_timestamp": "00:00:03.003",
79
+ "end_timestamp": "00:00:04.004"
80
+ }
81
+ },
82
+ {
83
+ "name": "Bowls of limes, lemons, spices",
84
+ "timestamp": {
85
+ "start_timestamp": "00:00:04.004",
86
+ "end_timestamp": "00:00:21.480"
87
+ }
88
+ }
89
+ ],
90
+ "videoEditingDetails": [
91
+ {
92
+ "description": "Fast cuts of flames and cooking, creating a high-energy opening.",
93
+ "timestamps": {
94
+ "start_timestamp": "00:00:00.000",
95
+ "end_timestamp": "00:00:03.003"
96
+ }
97
+ },
98
+ {
99
+ "description": "Transition to Chef in the kitchen, calming the visuals.",
100
+ "timestamps": {
101
+ "start_timestamp": "00:00:03.003",
102
+ "end_timestamp": "00:00:05.005"
103
+ }
104
+ },
105
+ {
106
+ "description": "Quick cuts of Enchiladas being prepared, building anticipation.",
107
+ "timestamps": {
108
+ "start_timestamp": "00:00:05.005",
109
+ "end_timestamp": "00:00:08.008"
110
+ }
111
+ }
112
+ ],
113
+ "mood": {
114
+ "description": "Excited - The fast cuts, vibrant flames, and upbeat music contribute to a feeling of anticipation and excitement.",
115
+ "keyMoments": [
116
+ {
117
+ "timestamp": "00:00:04.004",
118
+ "changeDescription": "Change from high energy to focused excitement as Chef addresses the camera."
119
+ }
120
+ ]
121
+ },
122
+ "narrativeProgression": [
123
+ {
124
+ "description": "Introduces the cooking challenge: making Enchiladas.",
125
+ "timestamp": "00:00:00.000"
126
+ },
127
+ {
128
+ "description": "The Chef reveals the challenge.",
129
+ "timestamp": "00:00:07.007"
130
+ }
131
+ ],
132
+ "characterInteraction": [],
133
+ "thematicElements": "Cooking challenge, competition.",
134
+ "contextualRelevance": "Sets the stage for the cooking competition.",
135
+ "dynamismScore": 0.8,
136
+ "audioVisualCorrelation": 0.7
137
+ },
138
+ {
139
+ "sceneId": 2,
140
+ "title": "Contestant Introductions",
141
+ "timestamps": {
142
+ "start_timestamp": "00:00:21.521",
143
+ "end_timestamp": "00:00:28.904"
144
+ },
145
+ "cast": [
146
+ "Nala",
147
+ "Oliver Flynn"
148
+ ],
149
+ "activities": [
150
+ {
151
+ "description": "Nala cuts chicken on a cutting board.",
152
+ "timestamp": {
153
+ "start_timestamp": "00:00:22.981",
154
+ "end_timestamp": "00:00:25.984"
155
+ }
156
+ },
157
+ {
158
+ "description": "Oliver Flynn prepares ingredients in a bowl.",
159
+ "timestamp": {
160
+ "start_timestamp": "00:00:25.984",
161
+ "end_timestamp": "00:00:28.904"
162
+ }
163
+ }
164
+ ],
165
+ "props": [
166
+ {
167
+ "name": "Kitchen ingredients and utensils",
168
+ "timestamp": {
169
+ "start_timestamp": "00:00:21.980",
170
+ "end_timestamp": "00:00:28.904"
171
+ }
172
+ }
173
+ ],
174
+ "videoEditingDetails": [
175
+ {
176
+ "description": "Intercutting between Nala and Oliver Flynn, introducing each contestant.",
177
+ "timestamps": {
178
+ "start_timestamp": "00:00:21.980",
179
+ "end_timestamp": "00:00:28.904"
180
+ }
181
+ }
182
+ ],
183
+ "mood": {
184
+ "description": "Curious - The scene introduces the contestants, piquing viewer's curiosity.",
185
+ "keyMoments": []
186
+ },
187
+ "narrativeProgression": [
188
+ {
189
+ "description": "We meet the contestants, Nala and Oliver Flynn.",
190
+ "timestamp": "00:00:21.980"
191
+ },
192
+ {
193
+ "description": "Nala expresses nervousness about cooking Enchiladas.",
194
+ "timestamp": "00:00:22.981"
195
+ },
196
+ {
197
+ "description": "Oliver Flynn admits his Mexican cooking experience is limited to tacos.",
198
+ "timestamp": "00:00:25.984"
199
+ }
200
+ ],
201
+ "characterInteraction": [],
202
+ "thematicElements": "Introduction of contestants.",
203
+ "contextualRelevance": "Introduces key participants in the challenge.",
204
+ "dynamismScore": 0.6,
205
+ "audioVisualCorrelation": 0.9
206
+ },
207
+ {
208
+ "sceneId": 3,
209
+ "title": "Cooking Under Pressure",
210
+ "timestamps": {
211
+ "start_timestamp": "00:00:28.946",
212
+ "end_timestamp": "00:00:45.420"
213
+ },
214
+ "cast": [
215
+ "Chef",
216
+ "Nala",
217
+ "Oliver Flynn"
218
+ ],
219
+ "activities": [
220
+ {
221
+ "description": "Nala seasons food with guidance from the Chef.",
222
+ "timestamp": {
223
+ "start_timestamp": "00:00:28.987",
224
+ "end_timestamp": "00:00:31.990"
225
+ }
226
+ },
227
+ {
228
+ "description": "Oliver Flynn cooks on a stove, looking stressed.",
229
+ "timestamp": {
230
+ "start_timestamp": "00:00:31.990",
231
+ "end_timestamp": "00:00:35.994"
232
+ }
233
+ }
234
+ ],
235
+ "props": [
236
+ {
237
+ "name": "Kitchen ingredients, utensils, cooking pots",
238
+ "timestamp": {
239
+ "start_timestamp": "00:00:28.987",
240
+ "end_timestamp": "00:00:45.420"
241
+ }
242
+ }
243
+ ],
244
+ "videoEditingDetails": [
245
+ {
246
+ "description": "Fast-paced intercutting, countdown timer adds tension.",
247
+ "timestamps": {
248
+ "start_timestamp": "00:00:28.987",
249
+ "end_timestamp": "00:00:45.420"
250
+ }
251
+ }
252
+ ],
253
+ "mood": {
254
+ "description": "Anxious - Countdown timer, fast cuts create a tense and anxious mood.",
255
+ "keyMoments": []
256
+ },
257
+ "narrativeProgression": [
258
+ {
259
+ "description": "The competition heats up as contestants cook under time pressure.",
260
+ "timestamp": "00:00:28.987"
261
+ },
262
+ {
263
+ "description": "The Chef emphasizes making the dish spicy but not too much.",
264
+ "timestamp": "00:00:29.988"
265
+ },
266
+ {
267
+ "description": "Oliver Flynn visibly struggles with the pressure.",
268
+ "timestamp": "00:00:31.990"
269
+ },
270
+ {
271
+ "description": "The countdown timer ramps up the tension.",
272
+ "timestamp": "00:00:35.994"
273
+ }
274
+ ],
275
+ "characterInteraction": [
276
+ {
277
+ "characters": [
278
+ "Chef",
279
+ "Nala"
280
+ ],
281
+ "description": "The Chef interacts with Nala, guiding her on spice levels."
282
+ }
283
+ ],
284
+ "thematicElements": "Competition under time pressure.",
285
+ "contextualRelevance": "Showcases contestant skills and challenges.",
286
+ "dynamismScore": 0.9,
287
+ "audioVisualCorrelation": 0.8
288
+ },
289
+ {
290
+ "sceneId": 4,
291
+ "title": "Judging and Results",
292
+ "timestamps": {
293
+ "start_timestamp": "00:00:45.462",
294
+ "end_timestamp": "00:00:54.054"
295
+ },
296
+ "cast": [
297
+ "Chef",
298
+ "Nala",
299
+ "Oliver Flynn"
300
+ ],
301
+ "activities": [
302
+ {
303
+ "description": "Chef stands between Nala and Oliver Flynn.",
304
+ "timestamp": {
305
+ "start_timestamp": "00:00:46.004",
306
+ "end_timestamp": "00:00:47.005"
307
+ }
308
+ },
309
+ {
310
+ "description": "Close-ups of both contestants' final Enchilada dishes.",
311
+ "timestamp": {
312
+ "start_timestamp": "00:00:47.005",
313
+ "end_timestamp": "00:00:50.008"
314
+ }
315
+ }
316
+ ],
317
+ "props": [
318
+ {
319
+ "name": "Plated enchiladas, kitchen background",
320
+ "timestamp": {
321
+ "start_timestamp": "00:00:47.005",
322
+ "end_timestamp": "00:00:50.008"
323
+ }
324
+ }
325
+ ],
326
+ "videoEditingDetails": [
327
+ {
328
+ "description": "Slow-motion shots of the plated dishes build anticipation.",
329
+ "timestamps": {
330
+ "start_timestamp": "00:00:46.004",
331
+ "end_timestamp": "00:00:50.008"
332
+ }
333
+ },
334
+ {
335
+ "description": "Transition to a black screen with burning flames and the show's logo.",
336
+ "timestamps": {
337
+ "start_timestamp": "00:00:49.007",
338
+ "end_timestamp": "00:00:50.008"
339
+ }
340
+ }
341
+ ],
342
+ "mood": {
343
+ "description": "Pensive - Slow-motion shots create a contemplative mood.",
344
+ "keyMoments": []
345
+ },
346
+ "narrativeProgression": [
347
+ {
348
+ "description": "The cooking is over; the focus shifts to judging and potential winner.",
349
+ "timestamp": "00:00:46.004"
350
+ },
351
+ {
352
+ "description": "The scene cuts before the winner is revealed, leaving the audience in suspense.",
353
+ "timestamp": "00:00:49.007"
354
+ }
355
+ ],
356
+ "characterInteraction": [],
357
+ "thematicElements": "Suspense in judging.",
358
+ "contextualRelevance": "Culmination of the challenge, builds suspense for winner announcement.",
359
+ "dynamismScore": 0.4,
360
+ "audioVisualCorrelation": 0.6
361
+ }
362
+ ],
363
+ "storylines": {
364
+ "description": "Cooking competition between Nala and Oliver Flynn to make the best Enchiladas.",
365
+ "scenes": [
366
+ 1,
367
+ 2,
368
+ 3,
369
+ 4
370
+ ],
371
+ "climax": {
372
+ "description": "The climax occurs as the judging begins, but the winner remains unrevealed, creating suspense.",
373
+ "timestamp": "00:00:49.007"
374
+ }
375
+ },
376
+ "qAndA": [
377
+ {
378
+ "question": "What specific instruction does the Chef give about the Enchiladas' spice level?",
379
+ "answer": "He tells Nala to \"turn that spice up\" but \"not too spicy, don't burn my face.\""
380
+ },
381
+ {
382
+ "question": "What visual cue highlights the time pressure in the cooking challenge?",
383
+ "answer": "A countdown timer is prominently displayed on the screen, creating a sense of urgency."
384
+ },
385
+ {
386
+ "question": "How does Oliver Flynn react to the pressure of the competition?",
387
+ "answer": "He appears visibly stressed, frequently touching his head and asking how much time is left."
388
+ },
389
+ {
390
+ "question": "What is the overall mood of the video?",
391
+ "answer": "The video evokes a sense of excitement and anticipation, building tension throughout the cooking process. It leaves the viewer in suspense, eager to know the winner."
392
+ },
393
+ {
394
+ "question": "How do the visuals in the final scene contribute to the narrative?",
395
+ "answer": "The slow-motion close-ups of the plated enchiladas emphasize the effort and artistry involved in their creation, building anticipation for the judge's decision."
396
+ }
397
+ ],
398
+ "trimmingSuggestions": [
399
+ {
400
+ "description": "Shorten the initial flames sequence as it's visually appealing but doesn't add critical information.",
401
+ "timestamps": {
402
+ "start_timestamp": "00:00:45.462",
403
+ "end_timestamp": "00:00:45.462"
404
+ }
405
+ },
406
+ {
407
+ "description": "Trim some brief shots of less important cooking steps in Scene 3 to maintain a fast pace and focus on key moments of pressure and contestant struggles.",
408
+ "timestamps": {
409
+ "start_timestamp": null,
410
+ "end_timestamp": null
411
+ }
412
+ }
413
+ ],
414
+ "fps": 23.976023976023978
415
+ },
416
+ "text_to_speech": "[Music] today our creators will be asked to make a Mexican classic enchiladas hi guys I'm Nala and I'm definitely going to be the winner seduction wins every single time hi I'm Oliver Flynn it's been a long time since I've been in the kitchen I'm Coming For That 20K you excited to cook I'm ready Chef I'm ready 30 minutes on the clock let's cook I don't have a lot of experience in cooking enchiladas so I was a little bit nervous I make Mexican food at home but just tacos let's turn that spice up but not too spicy don't burn my don't burn my face the pressure was really hitting me and I am struggling how much time we got left three two one you're done enchiladas are done they're only gonna be one winner there's only one dish to go to the next round of the semifinals foreign"
417
+ }
metadata/yuBeE-PNm_s.json ADDED
@@ -0,0 +1,753 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 308,
4
+ "content_parent_category": "Lifestyle",
5
+ "content_fine_category": "Skincare Routines",
6
+ "youtube_title": "washing my blue hair for the first time (How It Fades)",
7
+ "youtube_description": "I documented how my hair washed out the pastel blue I colored it the week before;\nOvertone Pastel Blue & Teal https://overtone.sjv.io/c/1246079/455593/8148\nL’Oreal Colorista Blue https://amzn.to/2uuVIXq\nMarc Anthony Grow Long Shampoo & Conditioner https://amzn.to/2NZAvMJ\n\nBecause it was blue and with what everyone was saying about blue, I thought it wouldn't fade as much as it did but I'm really liking how gracefully it's fading- Michael says I should redo my hair again a different color sooner than later~~~~\n\nMERCH http://nachofam.com\nJOIN CHANNEL MEMBERSHIP http://youtube.com/namiicho/join\n\nF A M I L Y C H A N N E L\nhttp://youtube.com/mikeandnamiplus\nOn our family channel, we upload content three times a week surrounding our lives, stories, children, and relationship! Subscribe & turn on bell notifications here too for a new video every day!\n\nP O B O X\nIf you would like to send us letters or mail, address them like this!\nNami Cho/Michael Park\nPO Box 91105 Bayview Village\nToronto, Ontario\nM2K2Y6\nCANADA\nWe feature all letters and parcels (unless you would not like us to!) in our videos & sometimes open them live ! 💕\n\nS U P P O R T\nThank you sincerely for enjoying the work we create. If you are willing and able to support our channel, merch is available at http://nachofam.com and you can become a channel member at http://youtube.com/namiicho/join . If you would like to directly support us through donation, we gratefully accept at https://www.paypal.me/namiicho . Thank you for your continued support!\n\nA B O U T\nCollege Makeup Instructor💄 Beauty Vlogs & Life Talks 🎥 Wife, Mommy 👦👶\nHello ~ I am Nami (1995🇰🇷), married to Michael (1990🇰🇷), mother of Galahad (2013🇨🇦) and Ziek (2016🇨🇦).\nWelcome to our channel, we hope you are encouraged, entertained, and intrigued!\nUploads three times weekly. Enjoy ~ ♪\n\n★[email protected] - For business inquiries\nTo die to self.\n\nF I N D M E\nhttp://youtube.com/mikeandnamiplus\n\"namiicho\" on social media patforms:\nInstagram\nFacebook\nSnapchat\nTwitter\n\nS U B T I T L E C O N T R I B U T I O N\nThank you for your help in subtitling our videos in many languages!\nhttp://www.youtube.com/timedtext_cs_panel?tab=2&c=UCKp7ThinCfFeAIVbTjL38Jw\n\nE Q U I P M E N T\nNami’s phone - https://goo.gl/FSRQzr\nVlogging Camera https://goo.gl/k4eVyB\n\nM U S I C\nLakey Inspired - Rainy Day\n\nC O N T A C T I N F O\nFor business inquiries:\[email protected]\n\nD I S C L A I M E R S\nAll opinions owned by me, all products purchased by me unless stated otherwise, all things stated are 110% honest ! Please know some links are affiliate based and at no extra cost to you, we would get a small portion to help support the channel through these links. Thank you always for taking your time to watch our videos !\n\n☆",
8
+ "text_to_speech_word_count": 784,
9
+ "youtube_categories": [
10
+ "Howto & Style"
11
+ ],
12
+ "youtube_tags": [
13
+ "washing my hair",
14
+ "washing my hair for the first time",
15
+ "blue hair",
16
+ "washing out blue hair",
17
+ "washing out hair dye",
18
+ "how hair dye fades",
19
+ "washing out blue hair dye",
20
+ "washing my hair once a week",
21
+ "dying my hair blue",
22
+ "dying hair blue",
23
+ "blue hair dye"
24
+ ],
25
+ "youtube_channel": "Namee Park",
26
+ "youtube_view_count": 121184,
27
+ "youtube_comment_count": 223,
28
+ "youtube_like_count": 3733,
29
+ "youtube_channel_follower_count": 320000,
30
+ "youtube_upload_date": "20180731",
31
+ "youtube_age_limit": 0,
32
+ "content_metadata": {
33
+ "title": "First Wash and Hair Color Fading Analysis",
34
+ "description": "A video that documents Nami's first hair wash after dyeing it with pastel blue, pastel teal, and a deep purple/blue color, along with her analysis of color fading.",
35
+ "characterList": [
36
+ {
37
+ "characterId": "1",
38
+ "name": "Nami",
39
+ "description": "A young woman with pale skin, dark eyes, and dyed pastel blue and purple hair. She wears a variety of clothes throughout the video."
40
+ }
41
+ ],
42
+ "scenes": [
43
+ {
44
+ "sceneId": 1,
45
+ "title": "Introduction",
46
+ "timestamps": {
47
+ "start_timestamp": "00:00:00.000",
48
+ "end_timestamp": "00:00:19.000"
49
+ },
50
+ "cast": [
51
+ "Nami"
52
+ ],
53
+ "activities": [
54
+ {
55
+ "description": "Nami greets viewers and talks about her blue hair color.",
56
+ "timestamp": {
57
+ "start_timestamp": "00:00:00.000",
58
+ "end_timestamp": "00:00:19.000"
59
+ }
60
+ }
61
+ ],
62
+ "props": [],
63
+ "videoEditingDetails": [
64
+ {
65
+ "description": "Music: 'Rainy Day' by LakeyInspired",
66
+ "timestamps": {
67
+ "start_timestamp": "00:00:15.000",
68
+ "end_timestamp": "00:00:19.000"
69
+ }
70
+ }
71
+ ],
72
+ "mood": {
73
+ "description": "Curious",
74
+ "keyMoments": [
75
+ {
76
+ "timestamp": "00:00:15.000",
77
+ "changeDescription": "The music transitions from silence to a cheerful, upbeat melody, enhancing the curious mood."
78
+ }
79
+ ]
80
+ },
81
+ "narrativeProgression": [
82
+ {
83
+ "description": "Nami sets the stage for the video by introducing her dyed blue hair and the fact that she hasn't washed it since coloring it.",
84
+ "timestamp": "00:00:00.000"
85
+ }
86
+ ],
87
+ "characterInteraction": [
88
+ {
89
+ "characters": [
90
+ "Nami"
91
+ ],
92
+ "description": "Nami addresses the viewers directly, establishing a personal connection."
93
+ }
94
+ ],
95
+ "thematicElements": "",
96
+ "contextualRelevance": "",
97
+ "dynamismScore": 0.6,
98
+ "audioVisualCorrelation": 1.0
99
+ },
100
+ {
101
+ "sceneId": 2,
102
+ "title": "First Wash - Before Shampoo",
103
+ "timestamps": {
104
+ "start_timestamp": "00:00:19.033",
105
+ "end_timestamp": "00:00:56.867"
106
+ },
107
+ "cast": [
108
+ "Nami"
109
+ ],
110
+ "activities": [
111
+ {
112
+ "description": "Nami shows the unwashed, colored hair.",
113
+ "timestamp": {
114
+ "start_timestamp": "00:00:19.033",
115
+ "end_timestamp": "00:00:39.000"
116
+ }
117
+ },
118
+ {
119
+ "description": "Nami turns on the water and wets her hair.",
120
+ "timestamp": {
121
+ "start_timestamp": "00:00:45.000",
122
+ "end_timestamp": "00:00:50.000"
123
+ }
124
+ },
125
+ {
126
+ "description": "Nami shows the initial bubbling from leave-in products.",
127
+ "timestamp": {
128
+ "start_timestamp": "00:00:51.000",
129
+ "end_timestamp": "00:00:56.000"
130
+ }
131
+ }
132
+ ],
133
+ "props": [
134
+ {
135
+ "name": "Bathtub",
136
+ "timestamp": {
137
+ "start_timestamp": "00:00:19.033",
138
+ "end_timestamp": "00:00:56.867"
139
+ }
140
+ },
141
+ {
142
+ "name": "Shower head",
143
+ "timestamp": {
144
+ "start_timestamp": "00:00:45.000",
145
+ "end_timestamp": "00:00:56.867"
146
+ }
147
+ }
148
+ ],
149
+ "videoEditingDetails": [
150
+ {
151
+ "description": "Music: 'Rainy Day' by LakeyInspired",
152
+ "timestamps": {
153
+ "start_timestamp": "00:00:19.033",
154
+ "end_timestamp": "00:00:56.867"
155
+ }
156
+ }
157
+ ],
158
+ "mood": {
159
+ "description": "Curious, Excited",
160
+ "keyMoments": []
161
+ },
162
+ "narrativeProgression": [
163
+ {
164
+ "description": "Nami prepares to wash her hair, showing the initial color before any shampooing is done. She observes some minimal color bleeding even before shampooing.",
165
+ "timestamp": "00:00:19.033"
166
+ }
167
+ ],
168
+ "characterInteraction": [
169
+ {
170
+ "characters": [
171
+ "Nami"
172
+ ],
173
+ "description": "Nami continues to address the viewers directly, involving them in the process."
174
+ }
175
+ ],
176
+ "thematicElements": "",
177
+ "contextualRelevance": "",
178
+ "dynamismScore": 0.7,
179
+ "audioVisualCorrelation": 1.0
180
+ },
181
+ {
182
+ "sceneId": 3,
183
+ "title": "First Wash - Shampoo",
184
+ "timestamps": {
185
+ "start_timestamp": "00:00:56.900",
186
+ "end_timestamp": "00:01:29.933"
187
+ },
188
+ "cast": [
189
+ "Nami"
190
+ ],
191
+ "activities": [
192
+ {
193
+ "description": "Nami shows the Mark Anthony shampoo and conditioner.",
194
+ "timestamp": {
195
+ "start_timestamp": "00:00:57.000",
196
+ "end_timestamp": "00:01:01.000"
197
+ }
198
+ },
199
+ {
200
+ "description": "Nami shampoos her hair and shows the blue color coming out in the water.",
201
+ "timestamp": {
202
+ "start_timestamp": "00:01:01.000",
203
+ "end_timestamp": "00:01:29.000"
204
+ }
205
+ }
206
+ ],
207
+ "props": [
208
+ {
209
+ "name": "Mark Anthony shampoo and conditioner bottles",
210
+ "timestamp": {
211
+ "start_timestamp": "00:00:57.000",
212
+ "end_timestamp": "00:01:01.000"
213
+ }
214
+ },
215
+ {
216
+ "name": "Bathtub",
217
+ "timestamp": {
218
+ "start_timestamp": "00:00:57.000",
219
+ "end_timestamp": "00:01:29.000"
220
+ }
221
+ },
222
+ {
223
+ "name": "Shower head",
224
+ "timestamp": {
225
+ "start_timestamp": "00:01:14.000",
226
+ "end_timestamp": "00:01:29.000"
227
+ }
228
+ }
229
+ ],
230
+ "videoEditingDetails": [
231
+ {
232
+ "description": "Music: 'Rainy Day' by LakeyInspired",
233
+ "timestamps": {
234
+ "start_timestamp": "00:00:57.000",
235
+ "end_timestamp": "00:01:29.000"
236
+ }
237
+ }
238
+ ],
239
+ "mood": {
240
+ "description": "Excited",
241
+ "keyMoments": []
242
+ },
243
+ "narrativeProgression": [
244
+ {
245
+ "description": "Nami shampoos her hair, observing how much color comes out in the water.",
246
+ "timestamp": "00:00:57.000"
247
+ }
248
+ ],
249
+ "characterInteraction": [
250
+ {
251
+ "characters": [
252
+ "Nami"
253
+ ],
254
+ "description": "Nami continues to engage the viewer, expressing her surprise and excitement about the color wash."
255
+ }
256
+ ],
257
+ "thematicElements": "",
258
+ "contextualRelevance": "",
259
+ "dynamismScore": 0.8,
260
+ "audioVisualCorrelation": 1.0
261
+ },
262
+ {
263
+ "sceneId": 4,
264
+ "title": "First Wash - Conditioner",
265
+ "timestamps": {
266
+ "start_timestamp": "00:01:29.967",
267
+ "end_timestamp": "00:02:08.967"
268
+ },
269
+ "cast": [
270
+ "Nami"
271
+ ],
272
+ "activities": [
273
+ {
274
+ "description": "Nami shows the OverTone daily conditioners in pastel blue and teal.",
275
+ "timestamp": {
276
+ "start_timestamp": "00:01:29.967",
277
+ "end_timestamp": "00:01:48.000"
278
+ }
279
+ },
280
+ {
281
+ "description": "Nami rinses out the shampoo and applies regular conditioner.",
282
+ "timestamp": {
283
+ "start_timestamp": "00:01:48.000",
284
+ "end_timestamp": "00:02:08.967"
285
+ }
286
+ }
287
+ ],
288
+ "props": [
289
+ {
290
+ "name": "OverTone daily conditioner bottles",
291
+ "timestamp": {
292
+ "start_timestamp": "00:01:29.967",
293
+ "end_timestamp": "00:01:48.000"
294
+ }
295
+ },
296
+ {
297
+ "name": "Mark Anthony conditioner bottle",
298
+ "timestamp": {
299
+ "start_timestamp": "00:01:53.000",
300
+ "end_timestamp": "00:01:54.000"
301
+ }
302
+ },
303
+ {
304
+ "name": "Bathtub",
305
+ "timestamp": {
306
+ "start_timestamp": "00:01:29.967",
307
+ "end_timestamp": "00:02:08.967"
308
+ }
309
+ },
310
+ {
311
+ "name": "Towel",
312
+ "timestamp": {
313
+ "start_timestamp": "00:01:58.000",
314
+ "end_timestamp": "00:01:59.000"
315
+ }
316
+ }
317
+ ],
318
+ "videoEditingDetails": [
319
+ {
320
+ "description": "Music: 'Rainy Day' by LakeyInspired",
321
+ "timestamps": {
322
+ "start_timestamp": "00:01:29.967",
323
+ "end_timestamp": "00:02:08.967"
324
+ }
325
+ }
326
+ ],
327
+ "mood": {
328
+ "description": "Excited, Informative",
329
+ "keyMoments": []
330
+ },
331
+ "narrativeProgression": [
332
+ {
333
+ "description": "Nami explains her routine for maintaining color vibrancy using OverTone conditioners but opts for a regular conditioner for this wash. She continues to show the minimal blue color coming out during the rinsing process.",
334
+ "timestamp": "00:01:29.967"
335
+ }
336
+ ],
337
+ "characterInteraction": [
338
+ {
339
+ "characters": [
340
+ "Nami"
341
+ ],
342
+ "description": "Nami shares her knowledge about hair care with the viewers."
343
+ }
344
+ ],
345
+ "thematicElements": "",
346
+ "contextualRelevance": "",
347
+ "dynamismScore": 0.7,
348
+ "audioVisualCorrelation": 1.0
349
+ },
350
+ {
351
+ "sceneId": 5,
352
+ "title": "First Wash - Post-Wash",
353
+ "timestamps": {
354
+ "start_timestamp": "00:02:09.000",
355
+ "end_timestamp": "00:02:36.367"
356
+ },
357
+ "cast": [
358
+ "Nami"
359
+ ],
360
+ "activities": [
361
+ {
362
+ "description": "Nami shows the rinsed conditioner water.",
363
+ "timestamp": {
364
+ "start_timestamp": "00:02:09.000",
365
+ "end_timestamp": "00:02:10.000"
366
+ }
367
+ },
368
+ {
369
+ "description": "Nami drains the bathtub.",
370
+ "timestamp": {
371
+ "start_timestamp": "00:02:10.000",
372
+ "end_timestamp": "00:02:11.000"
373
+ }
374
+ },
375
+ {
376
+ "description": "Nami shows the Mark Anthony shampoo and conditioner and recommends the brand.",
377
+ "timestamp": {
378
+ "start_timestamp": "00:02:11.000",
379
+ "end_timestamp": "00:02:25.000"
380
+ }
381
+ },
382
+ {
383
+ "description": "Nami rinses her hair with clean water.",
384
+ "timestamp": {
385
+ "start_timestamp": "00:02:25.000",
386
+ "end_timestamp": "00:02:29.000"
387
+ }
388
+ },
389
+ {
390
+ "description": "Nami shows the final rinse water and notes the minimal color bleeding.",
391
+ "timestamp": {
392
+ "start_timestamp": "00:02:29.000",
393
+ "end_timestamp": "00:02:36.000"
394
+ }
395
+ }
396
+ ],
397
+ "props": [
398
+ {
399
+ "name": "Bathtub",
400
+ "timestamp": {
401
+ "start_timestamp": "00:02:09.000",
402
+ "end_timestamp": "00:02:25.000"
403
+ }
404
+ },
405
+ {
406
+ "name": "Mark Anthony shampoo and conditioner bottles",
407
+ "timestamp": {
408
+ "start_timestamp": "00:02:11.000",
409
+ "end_timestamp": "00:02:25.000"
410
+ }
411
+ },
412
+ {
413
+ "name": "Shower head",
414
+ "timestamp": {
415
+ "start_timestamp": "00:02:25.000",
416
+ "end_timestamp": "00:02:29.000"
417
+ }
418
+ }
419
+ ],
420
+ "videoEditingDetails": [
421
+ {
422
+ "description": "Music: 'Rainy Day' by LakeyInspired",
423
+ "timestamps": {
424
+ "start_timestamp": "00:02:09.000",
425
+ "end_timestamp": "00:02:36.000"
426
+ }
427
+ }
428
+ ],
429
+ "mood": {
430
+ "description": "Informative",
431
+ "keyMoments": []
432
+ },
433
+ "narrativeProgression": [
434
+ {
435
+ "description": "Nami shows the result of rinsing out the conditioner, highlighting the lack of significant color bleeding and recommending the Mark Anthony hair products.",
436
+ "timestamp": "00:02:09.000"
437
+ }
438
+ ],
439
+ "characterInteraction": [
440
+ {
441
+ "characters": [
442
+ "Nami"
443
+ ],
444
+ "description": "Nami shares her product recommendations with the viewers."
445
+ }
446
+ ],
447
+ "thematicElements": "",
448
+ "contextualRelevance": "",
449
+ "dynamismScore": 0.6,
450
+ "audioVisualCorrelation": 1.0
451
+ },
452
+ {
453
+ "sceneId": 6,
454
+ "title": "Two Days After Washing",
455
+ "timestamps": {
456
+ "start_timestamp": "00:02:36.400",
457
+ "end_timestamp": "00:03:06.067"
458
+ },
459
+ "cast": [
460
+ "Nami"
461
+ ],
462
+ "activities": [
463
+ {
464
+ "description": "Nami shows her dried hair styled in two space buns.",
465
+ "timestamp": {
466
+ "start_timestamp": "00:02:36.400",
467
+ "end_timestamp": "00:03:06.067"
468
+ }
469
+ },
470
+ {
471
+ "description": "Nami examines her hair color in detail, comparing the color before and after washing.",
472
+ "timestamp": {
473
+ "start_timestamp": "00:02:40.000",
474
+ "end_timestamp": "00:03:06.067"
475
+ }
476
+ }
477
+ ],
478
+ "props": [
479
+ {
480
+ "name": "Hair ties",
481
+ "timestamp": {
482
+ "start_timestamp": "00:02:36.400",
483
+ "end_timestamp": "00:03:06.067"
484
+ }
485
+ }
486
+ ],
487
+ "videoEditingDetails": [
488
+ {
489
+ "description": "Music: 'Rainy Day' by LakeyInspired",
490
+ "timestamps": {
491
+ "start_timestamp": "00:02:36.400",
492
+ "end_timestamp": "00:03:06.067"
493
+ }
494
+ },
495
+ {
496
+ "description": "Split screen showing hair color before and after washing",
497
+ "timestamps": {
498
+ "start_timestamp": "00:03:06.000",
499
+ "end_timestamp": "00:03:06.067"
500
+ }
501
+ }
502
+ ],
503
+ "mood": {
504
+ "description": "Curious",
505
+ "keyMoments": [
506
+ {
507
+ "timestamp": "00:02:40.000",
508
+ "changeDescription": "Nami begins examining her dried hair color, focusing on the changes after washing."
509
+ },
510
+ {
511
+ "timestamp": "00:03:06.000",
512
+ "changeDescription": "The split-screen visual appears, allowing for direct comparison of the before and after hair colors."
513
+ }
514
+ ]
515
+ },
516
+ "narrativeProgression": [
517
+ {
518
+ "description": "Two days after washing, Nami shows how the color has faded. She observes that the colorista hasn't faded much, but the OverTone colors look slightly more platinum than before.",
519
+ "timestamp": "00:02:36.400"
520
+ }
521
+ ],
522
+ "characterInteraction": [
523
+ {
524
+ "characters": [
525
+ "Nami"
526
+ ],
527
+ "description": "Nami talks to the viewers, inviting them to analyze the color changes along with her."
528
+ }
529
+ ],
530
+ "thematicElements": "",
531
+ "contextualRelevance": "",
532
+ "dynamismScore": 0.7,
533
+ "audioVisualCorrelation": 1.0
534
+ },
535
+ {
536
+ "sceneId": 7,
537
+ "title": "Sunlight Comparison",
538
+ "timestamps": {
539
+ "start_timestamp": "00:03:06.100",
540
+ "end_timestamp": "00:03:57.967"
541
+ },
542
+ "cast": [
543
+ "Nami"
544
+ ],
545
+ "activities": [
546
+ {
547
+ "description": "Nami walks to the window for natural sunlight comparison.",
548
+ "timestamp": {
549
+ "start_timestamp": "00:03:07.000",
550
+ "end_timestamp": "00:03:09.000"
551
+ }
552
+ },
553
+ {
554
+ "description": "Nami shows her hair color in natural sunlight.",
555
+ "timestamp": {
556
+ "start_timestamp": "00:03:09.000",
557
+ "end_timestamp": "00:03:57.967"
558
+ }
559
+ }
560
+ ],
561
+ "props": [],
562
+ "videoEditingDetails": [
563
+ {
564
+ "description": "Music: 'Rainy Day' by LakeyInspired",
565
+ "timestamps": {
566
+ "start_timestamp": "00:03:07.000",
567
+ "end_timestamp": "00:03:57.967"
568
+ }
569
+ },
570
+ {
571
+ "description": "Split screen showing hair color right after coloring and one week later before washing",
572
+ "timestamps": {
573
+ "start_timestamp": "00:03:32.000",
574
+ "end_timestamp": "00:03:57.967"
575
+ }
576
+ }
577
+ ],
578
+ "mood": {
579
+ "description": "Curious",
580
+ "keyMoments": [
581
+ {
582
+ "timestamp": "00:03:32.000",
583
+ "changeDescription": "A split screen appears, contrasting the hair color immediately after coloring and a week later, before washing."
584
+ }
585
+ ]
586
+ },
587
+ "narrativeProgression": [
588
+ {
589
+ "description": "Nami examines her hair in natural sunlight, comparing it to its color right after dyeing.",
590
+ "timestamp": "00:03:07.000"
591
+ }
592
+ ],
593
+ "characterInteraction": [
594
+ {
595
+ "characters": [
596
+ "Nami"
597
+ ],
598
+ "description": "Nami continues to talk to the viewers, analyzing the color changes."
599
+ }
600
+ ],
601
+ "thematicElements": "",
602
+ "contextualRelevance": "",
603
+ "dynamismScore": 0.6,
604
+ "audioVisualCorrelation": 1.0
605
+ },
606
+ {
607
+ "sceneId": 8,
608
+ "title": "Outro and Featured Comment",
609
+ "timestamps": {
610
+ "start_timestamp": "00:03:58.000",
611
+ "end_timestamp": "00:05:06.967"
612
+ },
613
+ "cast": [
614
+ "Nami"
615
+ ],
616
+ "activities": [
617
+ {
618
+ "description": "Nami reads a featured comment about wearing gloves.",
619
+ "timestamp": {
620
+ "start_timestamp": "00:03:58.000",
621
+ "end_timestamp": "00:04:03.000"
622
+ }
623
+ },
624
+ {
625
+ "description": "Nami responds to the comment and jokes about needing gloves.",
626
+ "timestamp": {
627
+ "start_timestamp": "00:04:03.000",
628
+ "end_timestamp": "00:04:28.000"
629
+ }
630
+ },
631
+ {
632
+ "description": "Nami thanks viewers for watching, promotes her merch and other platforms, and encourages them to subscribe to her family channel.",
633
+ "timestamp": {
634
+ "start_timestamp": "00:04:28.000",
635
+ "end_timestamp": "00:05:06.967"
636
+ }
637
+ }
638
+ ],
639
+ "props": [
640
+ {
641
+ "name": "Cell phone",
642
+ "timestamp": {
643
+ "start_timestamp": "00:03:58.000",
644
+ "end_timestamp": "00:04:03.000"
645
+ }
646
+ }
647
+ ],
648
+ "videoEditingDetails": [
649
+ {
650
+ "description": "Background music fades out.",
651
+ "timestamps": {
652
+ "start_timestamp": "00:04:00.000",
653
+ "end_timestamp": "00:04:03.000"
654
+ }
655
+ },
656
+ {
657
+ "description": "Text overlay with social media handles and links",
658
+ "timestamps": {
659
+ "start_timestamp": "00:04:46.000",
660
+ "end_timestamp": "00:05:06.967"
661
+ }
662
+ },
663
+ {
664
+ "description": "YouTube subscription prompt",
665
+ "timestamps": {
666
+ "start_timestamp": "00:04:58.000",
667
+ "end_timestamp": "00:05:06.967"
668
+ }
669
+ }
670
+ ],
671
+ "mood": {
672
+ "description": "Happy, Humorous",
673
+ "keyMoments": []
674
+ },
675
+ "narrativeProgression": [
676
+ {
677
+ "description": "The video concludes with a humorous interaction about a comment regarding gloves. Nami promotes her other platforms and her family channel.",
678
+ "timestamp": "00:03:58.000"
679
+ }
680
+ ],
681
+ "characterInteraction": [
682
+ {
683
+ "characters": [
684
+ "Nami"
685
+ ],
686
+ "description": "Nami interacts with a commenter, thanking them and creating a light-hearted conversation. She also addresses the viewers directly, encouraging engagement."
687
+ }
688
+ ],
689
+ "thematicElements": "",
690
+ "contextualRelevance": "",
691
+ "dynamismScore": 0.7,
692
+ "audioVisualCorrelation": 1.0
693
+ }
694
+ ],
695
+ "storylines": {
696
+ "description": "The video successfully blends a narrative story about the first wash and color fading of Nami's dyed hair with non-narrative elements of promotion and audience engagement.",
697
+ "scenes": [
698
+ 1,
699
+ 2,
700
+ 3,
701
+ 4,
702
+ 5,
703
+ 6,
704
+ 7,
705
+ 8
706
+ ],
707
+ "climax": {
708
+ "description": "The climax occurs in Scene 7 (3:07-3:58) when Nami compares her hair in natural sunlight to its initial color right after dyeing, providing a clear visual representation of the fading.",
709
+ "timestamp": "00:03:07.000"
710
+ }
711
+ },
712
+ "qAndA": [
713
+ {
714
+ "question": "What brand of shampoo and conditioner does Nami typically use to maintain the vibrancy of her colored hair?",
715
+ "answer": "OverTone."
716
+ },
717
+ {
718
+ "question": "What three colors did Nami use to dye her hair?",
719
+ "answer": "Pastel blue, pastel teal, and colorista (a deep purple/blue)."
720
+ },
721
+ {
722
+ "question": "Which part of Nami's hair shows the most noticeable color fading after washing?",
723
+ "answer": "The top of her head, which appears more silvery and less blue."
724
+ },
725
+ {
726
+ "question": "Why is Nami hesitant to use her OverTone color-depositing conditioners for this wash?",
727
+ "answer": "She wants to observe how the initial colors fade naturally without additional color deposit."
728
+ },
729
+ {
730
+ "question": "What humorous request does Nami make to her viewers in the outro?",
731
+ "answer": "She asks them to send her gloves to her PO box because she keeps forgetting to wear them while dyeing her hair."
732
+ }
733
+ ],
734
+ "trimmingSuggestions": [
735
+ {
736
+ "description": "The initial hair wetting could be trimmed, as the color bleeding is more evident after shampooing.",
737
+ "timestamps": {
738
+ "start_timestamp": "00:03:58.000",
739
+ "end_timestamp": "00:03:58.000"
740
+ }
741
+ },
742
+ {
743
+ "description": "While product recommendations are valuable, this segment could be condensed for a more dynamic flow.",
744
+ "timestamps": {
745
+ "start_timestamp": "00:03:58.000",
746
+ "end_timestamp": "00:03:58.000"
747
+ }
748
+ }
749
+ ],
750
+ "fps": 30.0
751
+ },
752
+ "text_to_speech": "I know I say after you know when that Mimi back hi it's an Emmy it's been a week since I have colored my hair blue but I want to see how it washes out because I haven't washed it yet since I've colored it so this is gonna be the first wash after coloring let's take a look this is how the pastel blue from overtone looks on my platinum hair this is how the pastel aqua looks and then right in between you can see the color Estep lip I really like this shade I kind of don't want it to fade but let's take a look and see how it washes first of all how it fades and how it dries [Music] before shampooing you can already see a little bit of bubbling from my leave-in products but there's not much color I'm gonna use my Marc Anthony shampoo and conditioner they are sulfate free well there's a little bit of glue coming out that please take a look I think that's from my color ISA cuz if it was from my whole head of hair I think it would all be coming from the whole head there's actually different tones of me just like how I put different types of food like a stream normally to keep the vibrancy of this blue I want to use my overtone daily conditioners and pastel blue and pastel teal in their respective locations to keep the color going but because I want to see how this fades in terms of the purpose of blue the pencil tool and also the color ista that I put in my hair I am going to actually just use regular conditioner like non-color conditioner and apply this before my whole body and face melts from this dripping water this is how my rinsed water looks after shampoo I'm going to drain it and see how it looks after conditioner by the way if you're not sure what shampoo and conditioners are really good I really like the Marc Anthony brands they have a lot of products that are sulfate free himself it really dries out your hair in shampoo and conditioner so I would highly recommend I'll leave a link below [Music] conditioned water has the tiniest tinge of blue but it really looks mostly clear my hair is not dry so let's check it out the color II stop she doesn't look like it faded too much the rest of my hair I don't know why my top of my head looks a little bit more purple doesn't it it looks more silverish in person but on the camera it looks more purple this is what it looks like to the top of my hands color definitely looks a tad bit more silverish but you can see the color still the blue the color II stuff hasn't faded much actually neither has the overtone but the overtone does look like it's a little bit more platinum then it was before let's go over to the window we can see a little bit of sunlight comparison it's the color east up right here it still looks quite blue the top looks a little bit more greyish or like silverish with a tinge of blue and maybe a little bit of lavender the teal looks more blue than teal the color ISA doesn't look as green as a kind of thought I would it's still pretty I like it today's feature comment is from Chooch I you should really use gloves thank you for your comment to try I should I really should I should someone needs to send me gloves someone send me gloves torpedo box please I always use like kitchen Korean like food side dish making gloves but I throw them out after and I feel like it's such a waste I think I need to get me some like rubber gloves or something I should but does that mean I will does that mean I would does that mean I could I don't know I don't know what I'm saying now thank you for watching this video make sure you grab your merch you can also choose to sponsor or become a VIP member of this channel with the link down below I also post daily stories and some photos here and there on my Instagram so I'll check you out on there and these other platforms as well we also post two to three times a week on our family channel linked right here so don't miss the fun stories the vlogs the challenges on here as well I'll see you next time"
753
+ }
metadata/zdj0yyoEz7I.json ADDED
@@ -0,0 +1,881 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "resolution": "640x360",
3
+ "duration_seconds": 255,
4
+ "content_parent_category": "Entertainment",
5
+ "content_fine_category": "Walkthroughs",
6
+ "youtube_title": "Returning Player GUIDE — Getting Back On Track (2020) | War Robots",
7
+ "youtube_description": "Back to the game? War Robots battles became more complex and way more diverse for the past couple of years. We'll help you get back on track in no time! See what's new in War Robots in this comprehensive returning player guide. \n\nSubscribe for War Robots official videos! https://wr.app/yt-subscribe\r\nPlay now! https://wr.app/play\r\n\r\nAction-packed multiplayer war robot game with 6 vs. 6 team battles in real-time\r\n\r\n#warrobots #warrobot #robotgame #wr",
8
+ "text_to_speech_word_count": 589,
9
+ "youtube_categories": [
10
+ "Gaming"
11
+ ],
12
+ "youtube_tags": [
13
+ "War Robots",
14
+ "WR",
15
+ "war robots returning player",
16
+ "war robots 2020",
17
+ "war robots guide",
18
+ "war robots what's new",
19
+ "war robots new",
20
+ "war robots official",
21
+ "WR new",
22
+ "War robots main",
23
+ "war robot",
24
+ "robot game",
25
+ "robots game",
26
+ "multiplayer game"
27
+ ],
28
+ "youtube_channel": "War Robots [WR]",
29
+ "youtube_view_count": 189919,
30
+ "youtube_comment_count": 1100,
31
+ "youtube_like_count": 4545,
32
+ "youtube_channel_follower_count": 3940000,
33
+ "youtube_upload_date": "20201106",
34
+ "youtube_age_limit": 0,
35
+ "content_metadata": {
36
+ "title": "War Robots - Welcome Back Trailer Video Analysis",
37
+ "description": "This analysis provides a detailed breakdown of the 'War Robots - Welcome Back' trailer. It includes insights about the characters, scenes, storylines, mood, and suggestions on content trimming to enhance the video impact.",
38
+ "characterList": [
39
+ {
40
+ "characterId": "narrator",
41
+ "name": "Narrator",
42
+ "description": "Female voice, not visually present."
43
+ },
44
+ {
45
+ "characterId": "male_pilot_1",
46
+ "name": "Male Pilot 1",
47
+ "description": "Red hair, black and red suit with glowing accents, sharp facial features."
48
+ },
49
+ {
50
+ "characterId": "male_pilot_2",
51
+ "name": "Male Pilot 2",
52
+ "description": "Older, short grey hair, black suit with metal accents, serious expression."
53
+ },
54
+ {
55
+ "characterId": "male_host",
56
+ "name": "Male Host",
57
+ "description": "Blonde hair, beard, green and gold suit with glowing accents, smiling."
58
+ }
59
+ ],
60
+ "scenes": [
61
+ {
62
+ "sceneId": 1,
63
+ "title": "Introduction and Gameplay Showcase",
64
+ "timestamps": {
65
+ "start_timestamp": "00:00:00.000",
66
+ "end_timestamp": "00:00:23.000"
67
+ },
68
+ "cast": [
69
+ "Robots",
70
+ "Titans"
71
+ ],
72
+ "activities": [
73
+ {
74
+ "description": "Robots fighting in a city environment.",
75
+ "timestamp": {
76
+ "start_timestamp": "00:00:00.000",
77
+ "end_timestamp": "00:00:08.000"
78
+ }
79
+ },
80
+ {
81
+ "description": "Showcase of new maps, game modes, robots.",
82
+ "timestamp": {
83
+ "start_timestamp": "00:00:08.000",
84
+ "end_timestamp": "00:00:12.000"
85
+ }
86
+ },
87
+ {
88
+ "description": "Robots and Titans fighting in a desert environment.",
89
+ "timestamp": {
90
+ "start_timestamp": "00:00:12.000",
91
+ "end_timestamp": "00:00:20.000"
92
+ }
93
+ }
94
+ ],
95
+ "props": [
96
+ {
97
+ "name": "Robots",
98
+ "timestamp": {
99
+ "start_timestamp": "00:00:00.000",
100
+ "end_timestamp": "00:00:08.000"
101
+ }
102
+ },
103
+ {
104
+ "name": "Titans",
105
+ "timestamp": {
106
+ "start_timestamp": "00:00:12.000",
107
+ "end_timestamp": "00:00:20.000"
108
+ }
109
+ },
110
+ {
111
+ "name": "City buildings",
112
+ "timestamp": {
113
+ "start_timestamp": "00:00:00.000",
114
+ "end_timestamp": "00:00:08.000"
115
+ }
116
+ },
117
+ {
118
+ "name": "Desert landscape",
119
+ "timestamp": {
120
+ "start_timestamp": "00:00:12.000",
121
+ "end_timestamp": "00:00:20.000"
122
+ }
123
+ },
124
+ {
125
+ "name": "Weapons (guns, missiles)",
126
+ "timestamp": {
127
+ "start_timestamp": "00:00:00.000",
128
+ "end_timestamp": "00:00:20.000"
129
+ }
130
+ }
131
+ ],
132
+ "videoEditingDetails": [
133
+ {
134
+ "description": "Fast cuts, action-packed, distorted visuals (glitch effect).",
135
+ "timestamps": {
136
+ "start_timestamp": "00:00:00.000",
137
+ "end_timestamp": "00:00:08.000"
138
+ }
139
+ },
140
+ {
141
+ "description": "Slow pan over images of maps, game modes, robots.",
142
+ "timestamps": {
143
+ "start_timestamp": "00:00:08.000",
144
+ "end_timestamp": "00:00:12.000"
145
+ }
146
+ },
147
+ {
148
+ "description": "Fast cuts, explosions, action-packed.",
149
+ "timestamps": {
150
+ "start_timestamp": "00:00:12.000",
151
+ "end_timestamp": "00:00:20.000"
152
+ }
153
+ },
154
+ {
155
+ "description": "Transition to blue hexagonal background, white text 'BATTLE REWARDS' appears.",
156
+ "timestamps": {
157
+ "start_timestamp": "00:00:20.000",
158
+ "end_timestamp": "00:00:22.000"
159
+ }
160
+ }
161
+ ],
162
+ "mood": {
163
+ "description": "Excited. Fast-paced visuals, energetic music, and explosive sound effects create a sense of excitement and action.",
164
+ "keyMoments": []
165
+ },
166
+ "narrativeProgression": [
167
+ {
168
+ "description": "Introduction of the game world, robots in combat.",
169
+ "timestamp": "00:00:00.000"
170
+ },
171
+ {
172
+ "description": "Introduction of new content and features.",
173
+ "timestamp": "00:00:08.000"
174
+ },
175
+ {
176
+ "description": "Showcase of gameplay and combat with Titans.",
177
+ "timestamp": "00:00:12.000"
178
+ },
179
+ {
180
+ "description": "Transition to focus on in-game rewards.",
181
+ "timestamp": "00:00:20.000"
182
+ }
183
+ ],
184
+ "characterInteraction": [],
185
+ "thematicElements": "Excitement and action",
186
+ "contextualRelevance": "Introduces the game's new features and content, creating an exciting opening sequence.",
187
+ "dynamismScore": 0.9,
188
+ "audioVisualCorrelation": 0.8
189
+ },
190
+ {
191
+ "sceneId": 2,
192
+ "title": "Combat Mechanics and Support Features",
193
+ "timestamps": {
194
+ "start_timestamp": "00:00:23.033",
195
+ "end_timestamp": "00:00:57.900"
196
+ },
197
+ "cast": [
198
+ "Robots"
199
+ ],
200
+ "activities": [
201
+ {
202
+ "description": "Robots shooting at each other.",
203
+ "timestamp": {
204
+ "start_timestamp": "00:00:23.033",
205
+ "end_timestamp": "00:00:27.000"
206
+ }
207
+ },
208
+ {
209
+ "description": "Showcase of robots immobilizing opponents.",
210
+ "timestamp": {
211
+ "start_timestamp": "00:00:27.000",
212
+ "end_timestamp": "00:00:35.000"
213
+ }
214
+ },
215
+ {
216
+ "description": "Showcase of support robots repairing allies.",
217
+ "timestamp": {
218
+ "start_timestamp": "00:00:35.000",
219
+ "end_timestamp": "00:00:41.000"
220
+ }
221
+ }
222
+ ],
223
+ "props": [
224
+ {
225
+ "name": "Robots",
226
+ "timestamp": {
227
+ "start_timestamp": "00:00:23.033",
228
+ "end_timestamp": "00:00:41.000"
229
+ }
230
+ },
231
+ {
232
+ "name": "Desert landscape",
233
+ "timestamp": {
234
+ "start_timestamp": "00:00:23.033",
235
+ "end_timestamp": "00:00:41.000"
236
+ }
237
+ },
238
+ {
239
+ "name": "Weapons",
240
+ "timestamp": {
241
+ "start_timestamp": "00:00:23.033",
242
+ "end_timestamp": "00:00:41.000"
243
+ }
244
+ },
245
+ {
246
+ "name": "Shield icon",
247
+ "timestamp": {
248
+ "start_timestamp": "00:00:27.000",
249
+ "end_timestamp": "00:00:35.000"
250
+ }
251
+ },
252
+ {
253
+ "name": "Snowflake icon",
254
+ "timestamp": {
255
+ "start_timestamp": "00:00:27.000",
256
+ "end_timestamp": "00:00:35.000"
257
+ }
258
+ }
259
+ ],
260
+ "videoEditingDetails": [
261
+ {
262
+ "description": "Top-down view of robot combat.",
263
+ "timestamps": {
264
+ "start_timestamp": "00:00:23.033",
265
+ "end_timestamp": "00:00:27.000"
266
+ }
267
+ },
268
+ {
269
+ "description": "Close-ups of robots firing immobilizing weapons.",
270
+ "timestamps": {
271
+ "start_timestamp": "00:00:27.000",
272
+ "end_timestamp": "00:00:35.000"
273
+ }
274
+ },
275
+ {
276
+ "description": "Close-ups of support robots repairing allies.",
277
+ "timestamps": {
278
+ "start_timestamp": "00:00:35.000",
279
+ "end_timestamp": "00:00:41.000"
280
+ }
281
+ },
282
+ {
283
+ "description": "Screen capture of in-game menu showcasing rewards, honor points list.",
284
+ "timestamps": {
285
+ "start_timestamp": "00:00:41.000",
286
+ "end_timestamp": "00:00:57.000"
287
+ }
288
+ }
289
+ ],
290
+ "mood": {
291
+ "description": "Informative, slightly excited.",
292
+ "keyMoments": [
293
+ {
294
+ "timestamp": "00:00:27.000",
295
+ "changeDescription": "The scene changes to highlight strategic aspects of combat through immobilizing effects."
296
+ }
297
+ ]
298
+ },
299
+ "narrativeProgression": [
300
+ {
301
+ "description": "Explanation of new combat mechanics and options beyond damage dealing.",
302
+ "timestamp": "00:00:23.033"
303
+ },
304
+ {
305
+ "description": "Introduction of support robots and their role in team gameplay.",
306
+ "timestamp": "00:00:35.000"
307
+ },
308
+ {
309
+ "description": "Transition to explaining the Honor Points system and how it rewards various actions in battle.",
310
+ "timestamp": "00:00:41.000"
311
+ }
312
+ ],
313
+ "characterInteraction": [],
314
+ "thematicElements": "Strategic and tactical gameplay",
315
+ "contextualRelevance": "Explains new gameplay mechanics, enhancing player understanding of tactical features.",
316
+ "dynamismScore": 0.7,
317
+ "audioVisualCorrelation": 0.9
318
+ },
319
+ {
320
+ "sceneId": 3,
321
+ "title": "Pilot Introduction and Skills",
322
+ "timestamps": {
323
+ "start_timestamp": "00:00:57.933",
324
+ "end_timestamp": "00:01:32.733"
325
+ },
326
+ "cast": [
327
+ "Male Pilot 1",
328
+ "Male Pilot 2"
329
+ ],
330
+ "activities": [
331
+ {
332
+ "description": "Showcase of multiple pilots with different appearances.",
333
+ "timestamp": {
334
+ "start_timestamp": "00:00:59.000",
335
+ "end_timestamp": "00:01:04.000"
336
+ }
337
+ },
338
+ {
339
+ "description": "Screen capture of in-game menu showcasing pilot skills and pilot selection screen.",
340
+ "timestamp": {
341
+ "start_timestamp": "00:01:04.000",
342
+ "end_timestamp": "00:01:19.000"
343
+ }
344
+ },
345
+ {
346
+ "description": "Screen capture of in-game menu showcasing pilot profile and story text.",
347
+ "timestamp": {
348
+ "start_timestamp": "00:01:19.000",
349
+ "end_timestamp": "00:01:32.000"
350
+ }
351
+ }
352
+ ],
353
+ "props": [
354
+ {
355
+ "name": "Pilot portraits",
356
+ "timestamp": {
357
+ "start_timestamp": "00:00:59.000",
358
+ "end_timestamp": "00:01:04.000"
359
+ }
360
+ },
361
+ {
362
+ "name": "Hexagonal grid background",
363
+ "timestamp": {
364
+ "start_timestamp": "00:00:57.933",
365
+ "end_timestamp": "00:00:59.000"
366
+ }
367
+ },
368
+ {
369
+ "name": "Logos",
370
+ "timestamp": {
371
+ "start_timestamp": "00:00:57.933",
372
+ "end_timestamp": "00:01:32.000"
373
+ }
374
+ },
375
+ {
376
+ "name": "In-game menu UI",
377
+ "timestamp": {
378
+ "start_timestamp": "00:01:04.000",
379
+ "end_timestamp": "00:01:32.000"
380
+ }
381
+ },
382
+ {
383
+ "name": "Robot model (Falcon)",
384
+ "timestamp": {
385
+ "start_timestamp": "00:01:19.000",
386
+ "end_timestamp": "00:01:32.000"
387
+ }
388
+ }
389
+ ],
390
+ "videoEditingDetails": [
391
+ {
392
+ "description": "Transition to blue hexagonal background, white text 'PILOTS' appears.",
393
+ "timestamps": {
394
+ "start_timestamp": "00:00:57.933",
395
+ "end_timestamp": "00:00:59.000"
396
+ }
397
+ },
398
+ {
399
+ "description": "Slow pan over pilot portraits.",
400
+ "timestamps": {
401
+ "start_timestamp": "00:00:59.000",
402
+ "end_timestamp": "00:01:04.000"
403
+ }
404
+ },
405
+ {
406
+ "description": "Screen capture footage with voiceover explanation.",
407
+ "timestamps": {
408
+ "start_timestamp": "00:01:04.000",
409
+ "end_timestamp": "00:01:32.000"
410
+ }
411
+ }
412
+ ],
413
+ "mood": {
414
+ "description": "Informative. Slow-paced presentation of pilots and their abilities, calming music.",
415
+ "keyMoments": []
416
+ },
417
+ "narrativeProgression": [
418
+ {
419
+ "description": "Introduction of pilots as a new feature.",
420
+ "timestamp": "00:00:57.933"
421
+ },
422
+ {
423
+ "description": "Explanation of pilot skills and their impact on robot performance.",
424
+ "timestamp": "00:01:04.000"
425
+ },
426
+ {
427
+ "description": "Introduction of pilot backstories and lore elements within the War Robots universe.",
428
+ "timestamp": "00:01:19.000"
429
+ }
430
+ ],
431
+ "characterInteraction": [],
432
+ "thematicElements": "Expansion of game lore",
433
+ "contextualRelevance": "Introduces pilots and their abilities, adding depth to the game's universe.",
434
+ "dynamismScore": 0.4,
435
+ "audioVisualCorrelation": 0.8
436
+ },
437
+ {
438
+ "sceneId": 4,
439
+ "title": "Titans and Their Power",
440
+ "timestamps": {
441
+ "start_timestamp": "00:01:32.767",
442
+ "end_timestamp": "00:02:10.500"
443
+ },
444
+ "cast": [
445
+ "Robots",
446
+ "Titans"
447
+ ],
448
+ "activities": [
449
+ {
450
+ "description": "Titans and robots standing in a hangar.",
451
+ "timestamp": {
452
+ "start_timestamp": "00:01:34.000",
453
+ "end_timestamp": "00:01:38.000"
454
+ }
455
+ },
456
+ {
457
+ "description": "Titans and robots fighting in a desert environment.",
458
+ "timestamp": {
459
+ "start_timestamp": "00:01:38.000",
460
+ "end_timestamp": "00:01:53.000"
461
+ }
462
+ }
463
+ ],
464
+ "props": [
465
+ {
466
+ "name": "Robots",
467
+ "timestamp": {
468
+ "start_timestamp": "00:01:34.000",
469
+ "end_timestamp": "00:01:53.000"
470
+ }
471
+ },
472
+ {
473
+ "name": "Titans",
474
+ "timestamp": {
475
+ "start_timestamp": "00:01:34.000",
476
+ "end_timestamp": "00:01:53.000"
477
+ }
478
+ },
479
+ {
480
+ "name": "Hangar",
481
+ "timestamp": {
482
+ "start_timestamp": "00:01:34.000",
483
+ "end_timestamp": "00:01:38.000"
484
+ }
485
+ },
486
+ {
487
+ "name": "Desert landscape",
488
+ "timestamp": {
489
+ "start_timestamp": "00:01:38.000",
490
+ "end_timestamp": "00:01:53.000"
491
+ }
492
+ },
493
+ {
494
+ "name": "Weapons",
495
+ "timestamp": {
496
+ "start_timestamp": "00:01:38.000",
497
+ "end_timestamp": "00:01:53.000"
498
+ }
499
+ },
500
+ {
501
+ "name": "Shield icon",
502
+ "timestamp": {
503
+ "start_timestamp": "00:01:38.000",
504
+ "end_timestamp": "00:01:53.000"
505
+ }
506
+ }
507
+ ],
508
+ "videoEditingDetails": [
509
+ {
510
+ "description": "Transition to blue hexagonal background, white text 'TITANS' appears.",
511
+ "timestamps": {
512
+ "start_timestamp": "00:01:32.767",
513
+ "end_timestamp": "00:01:34.000"
514
+ }
515
+ },
516
+ {
517
+ "description": "Showcase of Titans' size and weapons.",
518
+ "timestamps": {
519
+ "start_timestamp": "00:01:34.000",
520
+ "end_timestamp": "00:01:38.000"
521
+ }
522
+ },
523
+ {
524
+ "description": "Fast cuts, explosions, action-packed Titan combat.",
525
+ "timestamps": {
526
+ "start_timestamp": "00:01:38.000",
527
+ "end_timestamp": "00:01:53.000"
528
+ }
529
+ }
530
+ ],
531
+ "mood": {
532
+ "description": "Excited. Fast-paced visuals, energetic music, and powerful sound effects highlight the strength and impact of Titans.",
533
+ "keyMoments": [
534
+ {
535
+ "timestamp": "00:01:34.000",
536
+ "changeDescription": "The scene builds anticipation by highlighting Titans in relation to smaller robots."
537
+ }
538
+ ]
539
+ },
540
+ "narrativeProgression": [
541
+ {
542
+ "description": "Introduction of Titans as a new powerful unit.",
543
+ "timestamp": "00:01:32.767"
544
+ },
545
+ {
546
+ "description": "Showcase of Titan gameplay, emphasizing their firepower and ability to influence battle outcomes.",
547
+ "timestamp": "00:01:38.000"
548
+ }
549
+ ],
550
+ "characterInteraction": [],
551
+ "thematicElements": "Power and influence of Titans",
552
+ "contextualRelevance": "Highlights the significant addition of Titans to the gameplay, showcasing their impact.",
553
+ "dynamismScore": 0.8,
554
+ "audioVisualCorrelation": 0.7
555
+ },
556
+ {
557
+ "sceneId": 5,
558
+ "title": "Modules and Drones Feature",
559
+ "timestamps": {
560
+ "start_timestamp": "00:02:10.533",
561
+ "end_timestamp": "00:02:54.967"
562
+ },
563
+ "cast": [
564
+ "Robots",
565
+ "Drones"
566
+ ],
567
+ "activities": [
568
+ {
569
+ "description": "Showcase of various modules and drones.",
570
+ "timestamp": {
571
+ "start_timestamp": "00:02:13.000",
572
+ "end_timestamp": "00:02:29.000"
573
+ }
574
+ },
575
+ {
576
+ "description": "Robots and drones fighting in different environments.",
577
+ "timestamp": {
578
+ "start_timestamp": "00:02:29.000",
579
+ "end_timestamp": "00:02:54.000"
580
+ }
581
+ }
582
+ ],
583
+ "props": [
584
+ {
585
+ "name": "Modules",
586
+ "timestamp": {
587
+ "start_timestamp": "00:02:13.000",
588
+ "end_timestamp": "00:02:29.000"
589
+ }
590
+ },
591
+ {
592
+ "name": "Drones",
593
+ "timestamp": {
594
+ "start_timestamp": "00:02:13.000",
595
+ "end_timestamp": "00:02:54.000"
596
+ }
597
+ },
598
+ {
599
+ "name": "Robots",
600
+ "timestamp": {
601
+ "start_timestamp": "00:02:13.000",
602
+ "end_timestamp": "00:02:54.000"
603
+ }
604
+ },
605
+ {
606
+ "name": "City environment",
607
+ "timestamp": {
608
+ "start_timestamp": "00:02:29.000",
609
+ "end_timestamp": "00:02:54.000"
610
+ }
611
+ },
612
+ {
613
+ "name": "Desert landscape",
614
+ "timestamp": {
615
+ "start_timestamp": "00:02:29.000",
616
+ "end_timestamp": "00:02:54.000"
617
+ }
618
+ },
619
+ {
620
+ "name": "Weapons",
621
+ "timestamp": {
622
+ "start_timestamp": "00:02:29.000",
623
+ "end_timestamp": "00:02:54.000"
624
+ }
625
+ }
626
+ ],
627
+ "videoEditingDetails": [
628
+ {
629
+ "description": "Transition to blue hexagonal background, white text 'MODULES AND DRONES' appears.",
630
+ "timestamps": {
631
+ "start_timestamp": "00:02:10.533",
632
+ "end_timestamp": "00:02:13.000"
633
+ }
634
+ },
635
+ {
636
+ "description": "Slow pan over module and drone icons with text explanations.",
637
+ "timestamps": {
638
+ "start_timestamp": "00:02:13.000",
639
+ "end_timestamp": "00:02:29.000"
640
+ }
641
+ },
642
+ {
643
+ "description": "Gameplay footage showcasing module activation and drone combat.",
644
+ "timestamps": {
645
+ "start_timestamp": "00:02:29.000",
646
+ "end_timestamp": "00:02:54.000"
647
+ }
648
+ }
649
+ ],
650
+ "mood": {
651
+ "description": "Informative. Calmer music, clear explanations of module and drone functionalities. Some action during gameplay footage.",
652
+ "keyMoments": []
653
+ },
654
+ "narrativeProgression": [
655
+ {
656
+ "description": "Introduction of modules and drones as customizable elements that enhance gameplay.",
657
+ "timestamp": "00:02:10.533"
658
+ },
659
+ {
660
+ "description": "Demonstration of how modules and drones are used in combat situations and their strategic value.",
661
+ "timestamp": "00:02:29.000"
662
+ }
663
+ ],
664
+ "characterInteraction": [],
665
+ "thematicElements": "Customization and strategy",
666
+ "contextualRelevance": "Illustrates the strategic depth and customization available with modules and drones.",
667
+ "dynamismScore": 0.6,
668
+ "audioVisualCorrelation": 0.8
669
+ },
670
+ {
671
+ "sceneId": 6,
672
+ "title": "Summary and Community Engagement",
673
+ "timestamps": {
674
+ "start_timestamp": "00:02:55.000",
675
+ "end_timestamp": "00:04:15.233"
676
+ },
677
+ "cast": [
678
+ "Male Host",
679
+ "Robots",
680
+ "Drones"
681
+ ],
682
+ "activities": [
683
+ {
684
+ "description": "Male host talking to the camera.",
685
+ "timestamp": {
686
+ "start_timestamp": "00:02:56.000",
687
+ "end_timestamp": "00:03:22.000"
688
+ }
689
+ },
690
+ {
691
+ "description": "Screen capture of in-game menu showcasing Honor Points, Hangar, Pilot selection.",
692
+ "timestamp": {
693
+ "start_timestamp": "00:03:22.000",
694
+ "end_timestamp": "00:03:38.000"
695
+ }
696
+ },
697
+ {
698
+ "description": "Robots and drones fighting in different environments.",
699
+ "timestamp": {
700
+ "start_timestamp": "00:03:38.000",
701
+ "end_timestamp": "00:03:56.000"
702
+ }
703
+ }
704
+ ],
705
+ "props": [
706
+ {
707
+ "name": "Robots",
708
+ "timestamp": {
709
+ "start_timestamp": "00:02:56.000",
710
+ "end_timestamp": "00:03:56.000"
711
+ }
712
+ },
713
+ {
714
+ "name": "Drones",
715
+ "timestamp": {
716
+ "start_timestamp": "00:03:38.000",
717
+ "end_timestamp": "00:03:56.000"
718
+ }
719
+ },
720
+ {
721
+ "name": "Hangar",
722
+ "timestamp": {
723
+ "start_timestamp": "00:03:22.000",
724
+ "end_timestamp": "00:03:38.000"
725
+ }
726
+ },
727
+ {
728
+ "name": "Desert environment",
729
+ "timestamp": {
730
+ "start_timestamp": "00:03:38.000",
731
+ "end_timestamp": "00:03:56.000"
732
+ }
733
+ },
734
+ {
735
+ "name": "City landscape",
736
+ "timestamp": {
737
+ "start_timestamp": "00:03:38.000",
738
+ "end_timestamp": "00:03:56.000"
739
+ }
740
+ },
741
+ {
742
+ "name": "Reddit logo",
743
+ "timestamp": {
744
+ "start_timestamp": "00:02:56.000",
745
+ "end_timestamp": "00:03:22.000"
746
+ }
747
+ },
748
+ {
749
+ "name": "Discord logo",
750
+ "timestamp": {
751
+ "start_timestamp": "00:02:56.000",
752
+ "end_timestamp": "00:03:22.000"
753
+ }
754
+ }
755
+ ],
756
+ "videoEditingDetails": [
757
+ {
758
+ "description": "Transition to blue hexagonal background, white text 'SUMMARY' appears.",
759
+ "timestamps": {
760
+ "start_timestamp": "00:02:55.000",
761
+ "end_timestamp": "00:02:56.000"
762
+ }
763
+ },
764
+ {
765
+ "description": "Host speaking directly to the camera, no background.",
766
+ "timestamps": {
767
+ "start_timestamp": "00:02:56.000",
768
+ "end_timestamp": "00:03:22.000"
769
+ }
770
+ },
771
+ {
772
+ "description": "Screen capture footage with voiceover.",
773
+ "timestamps": {
774
+ "start_timestamp": "00:03:22.000",
775
+ "end_timestamp": "00:03:38.000"
776
+ }
777
+ },
778
+ {
779
+ "description": "Fast-paced combat footage with robots, drones, and Titans.",
780
+ "timestamps": {
781
+ "start_timestamp": "00:03:38.000",
782
+ "end_timestamp": "00:03:56.000"
783
+ }
784
+ },
785
+ {
786
+ "description": "Transition to War Robots logo.",
787
+ "timestamps": {
788
+ "start_timestamp": "00:03:56.000",
789
+ "end_timestamp": "00:03:58.000"
790
+ }
791
+ }
792
+ ],
793
+ "mood": {
794
+ "description": "Informative, encouraging. The host summarizes key points, promotes community engagement, and ends with exciting combat footage.",
795
+ "keyMoments": []
796
+ },
797
+ "narrativeProgression": [
798
+ {
799
+ "description": "Host recaps the new features, encouraging players to try them out.",
800
+ "timestamp": "00:02:56.000"
801
+ },
802
+ {
803
+ "description": "Brief overview of how to access and utilize pilots, modules, Titans, and drones in-game.",
804
+ "timestamp": "00:03:22.000"
805
+ },
806
+ {
807
+ "description": "Final showcase of combat and gameplay, reinforcing the game's excitement and action.",
808
+ "timestamp": "00:03:38.000"
809
+ }
810
+ ],
811
+ "characterInteraction": [],
812
+ "thematicElements": "Community engagement and excitement",
813
+ "contextualRelevance": "Encourages players to explore new features and participate in community discussions.",
814
+ "dynamismScore": 0.7,
815
+ "audioVisualCorrelation": 0.8
816
+ }
817
+ ],
818
+ "storylines": {
819
+ "description": "The trailer combines both gameplay mechanics introduction and universe expansion to engage and inform players.",
820
+ "scenes": [
821
+ 1,
822
+ 2,
823
+ 3,
824
+ 4,
825
+ 5,
826
+ 6
827
+ ],
828
+ "climax": {
829
+ "description": "Scene 4 showcases Titans' power, marking a high point in gameplay dynamics.",
830
+ "timestamp": "00:01:38.000"
831
+ }
832
+ },
833
+ "qAndA": [
834
+ {
835
+ "question": "What type of robots are shown repairing allies?",
836
+ "answer": "The support robots repairing allies are characterized by their green glowing lights and specialized repair equipment."
837
+ },
838
+ {
839
+ "question": "How are Honor Points awarded in the game?",
840
+ "answer": "Honor Points are awarded for completing various achievements in battle, including dealing damage, capturing beacons, repairing allies, deploying Titans, and even finishing the match."
841
+ },
842
+ {
843
+ "question": "What visual indicator suggests a robot is immobilized?",
844
+ "answer": "A red circle with a slash through it appears above an immobilized robot."
845
+ },
846
+ {
847
+ "question": "Why might players choose a weapon that ignores part of a target's defense?",
848
+ "answer": "When fighting Titans, which have high defense, weapons that bypass some defense can be more effective."
849
+ },
850
+ {
851
+ "question": "What is the overall mood of the video?",
852
+ "answer": "The overall mood is exciting and informative. The video aims to get players hyped about the new features while providing essential information to understand them."
853
+ }
854
+ ],
855
+ "trimmingSuggestions": [
856
+ {
857
+ "description": "The glitchy visuals, while stylistic, are extended and could be shortened for a faster-paced intro.",
858
+ "timestamps": {
859
+ "start_timestamp": "00:02:55.000",
860
+ "end_timestamp": "00:02:55.000"
861
+ }
862
+ },
863
+ {
864
+ "description": "The lengthy text-heavy segment about pilot backstories could be condensed or presented differently to maintain dynamism.",
865
+ "timestamps": {
866
+ "start_timestamp": "00:02:55.000",
867
+ "end_timestamp": "00:02:55.000"
868
+ }
869
+ },
870
+ {
871
+ "description": "Some of the host's summary could be trimmed to focus on the most impactful points and reduce repetition.",
872
+ "timestamps": {
873
+ "start_timestamp": "00:02:56.000",
874
+ "end_timestamp": "00:03:22.000"
875
+ }
876
+ }
877
+ ],
878
+ "fps": 30.0
879
+ },
880
+ "text_to_speech": "Remember the dash bots? If these are the newest&nbsp;&nbsp; robots you can recall, then you have&nbsp; probably missed lots of exciting things:&nbsp; new maps, new battle modes,&nbsp; new robots, and a variety of new mechanics.&nbsp; War Robots battles became more&nbsp; complex and way more diverse.&nbsp; We'll help you get back on track in no time! Dealing damage in battle is not&nbsp; your only option. You can also:&nbsp; immobilize your opponents, disrupt their weapon systems,&nbsp; and freeze their robots making them vulnerable. There is also a whole new class of&nbsp; support robots that can repair allies.&nbsp; And yes, now you can see the&nbsp; health bars above your teammates. To compliment this many new&nbsp; playstyles, we moved away from the&nbsp;&nbsp; old silver reward system based on damage only. Now we have a whole list of honor achievements.&nbsp; Earning any of these achievements in battle will&nbsp; reward you with silver when the battle ends. Pilots. This feature changes the&nbsp; way your robot performs in battle.&nbsp; As pilots gain battle experience,&nbsp; they unlock skill slots.&nbsp; Choose skills that suit your play style. The Traditionalist skill for Falcon robot,&nbsp;&nbsp; for example, makes it nearly indestructible&nbsp; at the expense of 2 of its weapon slots. With the introduction of pilots, we&nbsp; started to expand on War Robots universe.&nbsp; Each pilot has a story.&nbsp; Read them to find out what's&nbsp; going on on Mars in the year 2142. Titans are way bigger and far&nbsp; more powerful than robots.&nbsp; You only have one titan in your hangar&nbsp;&nbsp; and to play it you will need to&nbsp; accumulate the titan charge first.&nbsp; The effort is worth it. The sheer firepower&nbsp; and durability of these mechanical monsters&nbsp;&nbsp; can turn the tides of battle. Titans have lots of defense points.&nbsp;&nbsp; Defense points mitigate incoming damage. When fighting against titans,&nbsp;&nbsp; you might want to opt for a weapon that&nbsp; ignores a part of target's defense.&nbsp; Think Hawk's Cannon, Gauss, Weber,&nbsp; Volt or other Titan weapons. And finally, there are modules and drones. Active modules give robots additional&nbsp; abilities which you can use during the fight. Passive modules enhance robot attributes. Some of them provide abilities that&nbsp; trigger in certain combat situations.&nbsp; Last Stand, for example, makes your robot&nbsp; invulnerable for a short amount of time&nbsp;&nbsp; when the robot is about to be destroyed. Drones are your little combat helpers. You build drones to prepare&nbsp; for specific situations,&nbsp;&nbsp; like being hit by a suppression weapon. Each time you encounter those situations,&nbsp;&nbsp; you get an advantage over your opponent.&nbsp; The trick is in deploying the right&nbsp; drone for the right situation. Here you go, Commander. There's a lot more&nbsp; to talk about, but these are the key points.&nbsp;&nbsp; When you log into your hangar, consider recruiting&nbsp; some pilots from the Training Center first. Then check for modules.&nbsp;&nbsp; Repair Unit will be selected as an active&nbsp; module by default. It's a safe choice.&nbsp; If you've already reached level&nbsp; 30, then your first titan, Kid,&nbsp;&nbsp; will be waiting for you in your hangar. Give it a try!&nbsp; After you complete a battle or two,&nbsp; pay attention to the honor reward list.&nbsp; Honor brings you silver and other prizes. And finally, when you're comfortable with&nbsp;&nbsp; these new features, consider assembling&nbsp; a fine lineup of helpful drones. If you ever feel perplexed or just want to&nbsp; ask around about the game, feel free to join&nbsp;&nbsp; our lively community on Reddit or Discord. There are a lot of veteran players there and&nbsp;&nbsp; they'll be happy to help a fellow Commander! Welcome back — and see you on the battlefield!"
881
+ }
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ fastapi<0.113.0
video/-Dpap9i2yb4.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaba8cf1ea3fc2b69b7f422ebf1727313db78ee2d1732d7a5bd4bc1eb2393508
3
+ size 8025453
video/09KmKSz4r_Y.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2864048657b85b261850fe25c8d281ef4a0293e9ac6e9010b981881d51648e0
3
+ size 2728661
video/3rhsSPxQ39c.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3afb517380ed9e9c625b5885cb4355ff76c780407aab61cff20d3af557c33c
3
+ size 4402546
video/5a6uouatCM0.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac85407c07ff76740787a4860e7df90325ad9218b9393e6f07ba77cef040c407
3
+ size 17072959
video/5xKfzIYlpW0.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fa5176e4a278128777fbcecc5ca42a3b1442bfb0fcd4734629810c833cb005b
3
+ size 31537294
video/69_i31b3f2E.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d1ca1b1e1aaa3d8f6b53277fab495c97f33363423d76524847caf6658adc82
3
+ size 25974364
video/7BhJmDPB7RU.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8eaff661e2f81d5a9a4fdb4db006136bee711dd2c7fd7ad8cdca7e124968b60
3
+ size 14909650
video/9zqRljmFsB4.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cbf307ea3f4d09737f9b672f3067e91ff7167625e35ed5506f9fcba55bc0ea1
3
+ size 16755615
video/BtbQ7_il7iQ.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3601ab7a7155caf0a82d27f8151bc6ecd3e18de6dff44fabdfca1736ef196c
3
+ size 16286097
video/CMA8BJCjlUA.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add03adf7e115f1d5aa2a6d5b394a8478a5e3a56dc6be937483e6d6f2320ba4c
3
+ size 28109966
video/LGRsqar8yk8.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b214cf51b5d59d9abe7ae6b603c277a41ba9df978a6b957067dd05472bb0d9aa
3
+ size 5893240
video/MewNUHRGOm0.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2960e1b45cdbf055b96de090386221012430c89ca5186b965a944ea16a91dcb5
3
+ size 6835481
video/OVKaA1YCeH8.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bacdad6ca3484988b474bc53439c53f34c0e2e512b08bae8a710203df7f8af7
3
+ size 15287407
video/P7WnJZ55sgc.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b364836a95cad575ba762d3e7611dcfb45f61e71d39ed78011a8bb379538177
3
+ size 32464492
video/PrAwsi3Ldzo.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:074bdddc696063d03ff8ff3b2b7212e94b63b4dd68422823fe8080c233bd3838
3
+ size 27693397
video/PwscWHMFkiE.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10b0e810818b0c48485bd029958a51b7d29fa82e4101c00c4c23febab504e4a8
3
+ size 33513202