File size: 56,264 Bytes
91ef49b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
[
  {
    "media_path": "target/001.mp4",
    "reference_path": "reference/001.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Rainy alleyway at midnight with Atmospheric cinematic lighting suited to the genre. Eleanor, A Detective looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She speaks in French, saying: 'La situation est devenue bien trop dangereuse pour que nous puissions rester ici.'. Then She takes a deep breath.",
    "mask_path": "face_masks/001.mp4"
  },
  {
    "media_path": "target/002.mp4",
    "reference_path": "reference/002.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Rainy alleyway at midnight with Atmospheric cinematic lighting suited to the genre. Eleanor, A Detective looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She lights a cigarette with shaking hands, shielding the flame. She speaks in English, saying: 'I explicitly told you never to come to this part of the city after midnight.'.",
    "mask_path": "face_masks/002.mp4"
  },
  {
    "media_path": "target/003.mp4",
    "reference_path": "reference/003.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Rainy alleyway at midnight with Atmospheric cinematic lighting suited to the genre. Eleanor, A Detective looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She speaks in French, saying: 'La situation est devenue bien trop dangereuse pour que nous puissions rester ici.'. Then She takes a deep breath.",
    "mask_path": "face_masks/003.mp4"
  },
  {
    "media_path": "target/004.mp4",
    "reference_path": "reference/004.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Rainy alleyway at midnight with Atmospheric cinematic lighting suited to the genre. Eleanor, A Detective looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She lights a cigarette with shaking hands, shielding the flame. She speaks in English, saying: 'I explicitly told you never to come to this part of the city after midnight.'.",
    "mask_path": "face_masks/004.mp4"
  },
  {
    "media_path": "target/005.mp4",
    "reference_path": "reference/005.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Mateo, A Journalist looking characteristic for the setting.  Mateo looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I need you to tell me exactly who gave you this classified information about the senator.'. Then He takes a deep breath.",
    "mask_path": "face_masks/005.mp4"
  },
  {
    "media_path": "target/006.mp4",
    "reference_path": "reference/006.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Mateo, A Journalist looking characteristic for the setting.  Mateo looks directly at the camera, speaking with urgency. He holds up a wet photograph aggressively. He speaks in French, saying: 'Ne jouez pas avec moi, r\u00e9pondez \u00e0 ma question tout de suite !'.",
    "mask_path": "face_masks/006.mp4"
  },
  {
    "media_path": "target/007.mp4",
    "reference_path": "reference/007.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Mateo, A Journalist looking characteristic for the setting.  Mateo looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I need you to tell me exactly who gave you this classified information about the senator.'. Then He takes a deep breath.",
    "mask_path": "face_masks/007.mp4"
  },
  {
    "media_path": "target/008.mp4",
    "reference_path": "reference/008.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Mateo, A Journalist looking characteristic for the setting.  Mateo looks directly at the camera, speaking with urgency. He holds up a wet photograph aggressively. He speaks in French, saying: 'Ne jouez pas avec moi, r\u00e9pondez \u00e0 ma question tout de suite !'.",
    "mask_path": "face_masks/008.mp4"
  },
  {
    "media_path": "target/009.mp4",
    "reference_path": "reference/009.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in High-rise glass boardroom with Atmospheric cinematic lighting suited to the genre. Alessandro, A CEO looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The board has just finalized the merger agreement effectively immediately, so we have no choice.'. Then He takes a deep breath.",
    "mask_path": "face_masks/009.mp4"
  },
  {
    "media_path": "target/010.mp4",
    "reference_path": "reference/010.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in High-rise glass boardroom with Atmospheric cinematic lighting suited to the genre. Alessandro, A CEO looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He slides a black folder firmly across the mahogany table. He speaks in German, saying: 'Sie m\u00fcssen dieses Dokument sofort unterschreiben, bevor der Markt schlie\u00dft.'.",
    "mask_path": "face_masks/010.mp4"
  },
  {
    "media_path": "target/011.mp4",
    "reference_path": "reference/011.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Chen, A Suspect looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have told you three times already, I do not know what you are talking about!'. Then He takes a deep breath.",
    "mask_path": "face_masks/011.mp4"
  },
  {
    "media_path": "target/012.mp4",
    "reference_path": "reference/012.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Chen, A Suspect looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He slams his fist on the metal table in frustration. He speaks in Russian, saying: '\u042f \u043a\u043b\u044f\u043d\u0443\u0441\u044c, \u0447\u0442\u043e \u044f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b, \u043e\u0442\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0435\u043d\u044f!'.",
    "mask_path": "face_masks/012.mp4"
  },
  {
    "media_path": "target/013.mp4",
    "reference_path": "reference/013.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Eleanor, A Doctor looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She speaks in Spanish, saying: 'Lo siento mucho, pero no pudimos hacer nada m\u00e1s por \u00e9l.'. Then She takes a deep breath.",
    "mask_path": "face_masks/013.mp4"
  },
  {
    "media_path": "target/014.mp4",
    "reference_path": "reference/014.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Eleanor, A Doctor looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She removes her glasses slowly and rubs her tired eyes. She speaks in English, saying: 'We did absolutely everything we could to save him, but the trauma was too severe.'.",
    "mask_path": "face_masks/014.mp4"
  },
  {
    "media_path": "target/015.mp4",
    "reference_path": "reference/015.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Eleanor, A Doctor looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She speaks in Spanish, saying: 'Lo siento mucho, pero no pudimos hacer nada m\u00e1s por \u00e9l.'. Then She takes a deep breath.",
    "mask_path": "face_masks/015.mp4"
  },
  {
    "media_path": "target/016.mp4",
    "reference_path": "reference/016.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Eleanor, A Doctor looking characteristic for the setting.  Eleanor looks directly at the camera, speaking with urgency. She removes her glasses slowly and rubs her tired eyes. She speaks in English, saying: 'We did absolutely everything we could to save him, but the trauma was too severe.'.",
    "mask_path": "face_masks/016.mp4"
  },
  {
    "media_path": "target/017.mp4",
    "reference_path": "reference/017.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Alessandro, A Explorer looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He speaks in Portuguese, saying: 'Procuramos por toda parte, mas n\u00e3o h\u00e1 absolutamente nada aqui.'. Then He takes a deep breath.",
    "mask_path": "face_masks/017.mp4"
  },
  {
    "media_path": "target/018.mp4",
    "reference_path": "reference/018.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Alessandro, A Explorer looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He wipes sweat from his forehead with a dirty bandana. He speaks in English, saying: 'This map is completely useless; none of these landmarks match the terrain we are seeing.'.",
    "mask_path": "face_masks/018.mp4"
  },
  {
    "media_path": "target/019.mp4",
    "reference_path": "reference/019.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Alessandro, A Explorer looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He speaks in Portuguese, saying: 'Procuramos por toda parte, mas n\u00e3o h\u00e1 absolutamente nada aqui.'. Then He takes a deep breath.",
    "mask_path": "face_masks/019.mp4"
  },
  {
    "media_path": "target/020.mp4",
    "reference_path": "reference/020.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Alessandro, A Explorer looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He wipes sweat from his forehead with a dirty bandana. He speaks in English, saying: 'This map is completely useless; none of these landmarks match the terrain we are seeing.'.",
    "mask_path": "face_masks/020.mp4"
  },
  {
    "media_path": "target/021.mp4",
    "reference_path": "reference/021.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Klaus, A Journalist looking characteristic for the setting.  Klaus looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I need you to tell me exactly who gave you this classified information about the senator.'. Then He takes a deep breath.",
    "mask_path": "face_masks/021.mp4"
  },
  {
    "media_path": "target/022.mp4",
    "reference_path": "reference/022.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Klaus, A Journalist looking characteristic for the setting.  Klaus looks directly at the camera, speaking with urgency. He holds up a wet photograph aggressively. He speaks in French, saying: 'Ne jouez pas avec moi, r\u00e9pondez \u00e0 ma question tout de suite !'.",
    "mask_path": "face_masks/022.mp4"
  },
  {
    "media_path": "target/023.mp4",
    "reference_path": "reference/023.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Layla, A Oracle looking characteristic for the setting.  Layla looks directly at the camera, speaking with urgency. She speaks in English, saying: 'The threads of fate are tangling, and the future I see is not set in stone.'. Then She takes a deep breath.",
    "mask_path": "face_masks/023.mp4"
  },
  {
    "media_path": "target/024.mp4",
    "reference_path": "reference/024.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Layla, A Oracle looking characteristic for the setting.  Layla looks directly at the camera, speaking with urgency. She stares into the rising smoke with white, glowing eyes. She speaks in Greek, saying: '\u03a0\u03c1\u03cc\u03c3\u03b5\u03c7\u03b5, \u03b3\u03b9\u03b1\u03c4\u03af \u03cc\u03bb\u03b1 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03bf\u03c5\u03bd \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae.'.",
    "mask_path": "face_masks/024.mp4"
  },
  {
    "media_path": "target/025.mp4",
    "reference_path": "reference/025.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Dmitri, A Suspect looking characteristic for the setting.  Dmitri looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have told you three times already, I do not know what you are talking about!'. Then He takes a deep breath.",
    "mask_path": "face_masks/025.mp4"
  },
  {
    "media_path": "target/026.mp4",
    "reference_path": "reference/026.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Dmitri, A Suspect looking characteristic for the setting.  Dmitri looks directly at the camera, speaking with urgency. He slams his fist on the metal table in frustration. He speaks in Russian, saying: '\u042f \u043a\u043b\u044f\u043d\u0443\u0441\u044c, \u0447\u0442\u043e \u044f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b, \u043e\u0442\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0435\u043d\u044f!'.",
    "mask_path": "face_masks/026.mp4"
  },
  {
    "media_path": "target/027.mp4",
    "reference_path": "reference/027.mp4",
    "caption": "Cyberpunk aesthetic, neon-noir, high contrast. Shot in Opera house box seat with Atmospheric cinematic lighting suited to the genre. Alessandro, A Agent looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He speaks in German, saying: 'Der Vogel ist gelandet, wir m\u00fcssen jetzt zugreifen, bevor er verschwindet.'. Then He takes a deep breath.",
    "mask_path": "face_masks/027.mp4"
  },
  {
    "media_path": "target/028.mp4",
    "reference_path": "reference/028.mp4",
    "caption": "Cyberpunk aesthetic, neon-noir, high contrast. Shot in Opera house box seat with Atmospheric cinematic lighting suited to the genre. Alessandro, A Agent looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He adjusts the focus on his binoculars intently. He speaks in English, saying: 'I have visual confirmation on the target; he is moving towards the VIP exit right now.'.",
    "mask_path": "face_masks/028.mp4"
  },
  {
    "media_path": "target/029.mp4",
    "reference_path": "reference/029.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Cockpit of a starfighter with Atmospheric cinematic lighting suited to the genre. Jean-Luc, A Pilot looking characteristic for the setting.  Jean-Luc looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The forward shields have completely collapsed, and I can't hold the formation any longer!'. Then He takes a deep breath.",
    "mask_path": "face_masks/029.mp4"
  },
  {
    "media_path": "target/030.mp4",
    "reference_path": "reference/030.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Cockpit of a starfighter with Atmospheric cinematic lighting suited to the genre. Jean-Luc, A Pilot looking characteristic for the setting.  Jean-Luc looks directly at the camera, speaking with urgency. He frantically flips multiple switches on the dashboard. He speaks in Japanese, saying: '\u30b7\u30b9\u30c6\u30e0\u304c\u5236\u5fa1\u4e0d\u80fd\u3067\u3059\u3001\u7dca\u6025\u8131\u51fa\u30b7\u30fc\u30b1\u30f3\u30b9\u3092\u958b\u59cb\u3057\u307e\u3059\uff01'.",
    "mask_path": "face_masks/030.mp4"
  },
  {
    "media_path": "target/031.mp4",
    "reference_path": "reference/031.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Alessandro, A Soldier looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The artillery is getting too close, keep your head down or you'll get hit!'. Then He takes a deep breath.",
    "mask_path": "face_masks/031.mp4"
  },
  {
    "media_path": "target/032.mp4",
    "reference_path": "reference/032.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Alessandro, A Soldier looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He reloads his rifle frantically while ducking. He speaks in German, saying: 'Wir k\u00f6nnen diese Position nicht halten, wir m\u00fcssen uns sofort zur\u00fcckziehen!'.",
    "mask_path": "face_masks/032.mp4"
  },
  {
    "media_path": "target/033.mp4",
    "reference_path": "reference/033.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Alessandro, A Soldier looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The artillery is getting too close, keep your head down or you'll get hit!'. Then He takes a deep breath.",
    "mask_path": "face_masks/033.mp4"
  },
  {
    "media_path": "target/034.mp4",
    "reference_path": "reference/034.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Alessandro, A Soldier looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He reloads his rifle frantically while ducking. He speaks in German, saying: 'Wir k\u00f6nnen diese Position nicht halten, wir m\u00fcssen uns sofort zur\u00fcckziehen!'.",
    "mask_path": "face_masks/034.mp4"
  },
  {
    "media_path": "target/035.mp4",
    "reference_path": "reference/035.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Klaus, A Suspect looking characteristic for the setting.  Klaus looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have told you three times already, I do not know what you are talking about!'. Then He takes a deep breath.",
    "mask_path": "face_masks/035.mp4"
  },
  {
    "media_path": "target/036.mp4",
    "reference_path": "reference/036.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Klaus, A Suspect looking characteristic for the setting.  Klaus looks directly at the camera, speaking with urgency. He slams his fist on the metal table in frustration. He speaks in Russian, saying: '\u042f \u043a\u043b\u044f\u043d\u0443\u0441\u044c, \u0447\u0442\u043e \u044f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b, \u043e\u0442\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0435\u043d\u044f!'.",
    "mask_path": "face_masks/036.mp4"
  },
  {
    "media_path": "target/037.mp4",
    "reference_path": "reference/037.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Klaus, A Suspect looking characteristic for the setting.  Klaus looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have told you three times already, I do not know what you are talking about!'. Then He takes a deep breath.",
    "mask_path": "face_masks/037.mp4"
  },
  {
    "media_path": "target/038.mp4",
    "reference_path": "reference/038.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Klaus, A Suspect looking characteristic for the setting.  Klaus looks directly at the camera, speaking with urgency. He slams his fist on the metal table in frustration. He speaks in Russian, saying: '\u042f \u043a\u043b\u044f\u043d\u0443\u0441\u044c, \u0447\u0442\u043e \u044f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b, \u043e\u0442\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0435\u043d\u044f!'.",
    "mask_path": "face_masks/038.mp4"
  },
  {
    "media_path": "target/039.mp4",
    "reference_path": "reference/039.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Dmitri, A Explorer looking characteristic for the setting.  Dmitri looks directly at the camera, speaking with urgency. He speaks in English, saying: 'This map is completely useless; none of these landmarks match the terrain we are seeing.'. Then He takes a deep breath.",
    "mask_path": "face_masks/039.mp4"
  },
  {
    "media_path": "target/040.mp4",
    "reference_path": "reference/040.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Dmitri, A Explorer looking characteristic for the setting.  Dmitri looks directly at the camera, speaking with urgency. He wipes sweat from his forehead with a dirty bandana. He speaks in Portuguese, saying: 'Procuramos por toda parte, mas n\u00e3o h\u00e1 absolutamente nada aqui.'.",
    "mask_path": "face_masks/040.mp4"
  },
  {
    "media_path": "target/041.mp4",
    "reference_path": "reference/041.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Bank Vault with Atmospheric cinematic lighting suited to the genre. Dmitri, A Thief looking characteristic for the setting.  Dmitri looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The timer is running way too fast, we won't make it out before the lockdown!'. Then He takes a deep breath.",
    "mask_path": "face_masks/041.mp4"
  },
  {
    "media_path": "target/042.mp4",
    "reference_path": "reference/042.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Bank Vault with Atmospheric cinematic lighting suited to the genre. Dmitri, A Thief looking characteristic for the setting.  Dmitri looks directly at the camera, speaking with urgency. He shoves gold bars rapidly into a black duffel bag. He speaks in Arabic, saying: '\u064a\u062c\u0628 \u0623\u0646 \u0646\u0623\u062e\u0630 \u0627\u0644\u0630\u0647\u0628 \u0648\u0646\u063a\u0627\u062f\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0643\u0627\u0646 \u0641\u0648\u0631\u0627\u064b!'.",
    "mask_path": "face_masks/042.mp4"
  },
  {
    "media_path": "target/043.mp4",
    "reference_path": "reference/043.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Mei, A Doctor looking characteristic for the setting.  Mei looks directly at the camera, speaking with urgency. She speaks in Spanish, saying: 'Lo siento mucho, pero no pudimos hacer nada m\u00e1s por \u00e9l.'. Then She takes a deep breath.",
    "mask_path": "face_masks/043.mp4"
  },
  {
    "media_path": "target/044.mp4",
    "reference_path": "reference/044.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Mei, A Doctor looking characteristic for the setting.  Mei looks directly at the camera, speaking with urgency. She removes her glasses slowly and rubs her tired eyes. She speaks in English, saying: 'We did absolutely everything we could to save him, but the trauma was too severe.'.",
    "mask_path": "face_masks/044.mp4"
  },
  {
    "media_path": "target/045.mp4",
    "reference_path": "reference/045.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Mei, A Doctor looking characteristic for the setting.  Mei looks directly at the camera, speaking with urgency. She speaks in Spanish, saying: 'Lo siento mucho, pero no pudimos hacer nada m\u00e1s por \u00e9l.'. Then She takes a deep breath.",
    "mask_path": "face_masks/045.mp4"
  },
  {
    "media_path": "target/046.mp4",
    "reference_path": "reference/046.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Mei, A Doctor looking characteristic for the setting.  Mei looks directly at the camera, speaking with urgency. She removes her glasses slowly and rubs her tired eyes. She speaks in English, saying: 'We did absolutely everything we could to save him, but the trauma was too severe.'.",
    "mask_path": "face_masks/046.mp4"
  },
  {
    "media_path": "target/047.mp4",
    "reference_path": "reference/047.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Chen, A Journalist looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I need you to tell me exactly who gave you this classified information about the senator.'. Then He takes a deep breath.",
    "mask_path": "face_masks/047.mp4"
  },
  {
    "media_path": "target/048.mp4",
    "reference_path": "reference/048.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Chen, A Journalist looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He holds up a wet photograph aggressively. He speaks in French, saying: 'Ne jouez pas avec moi, r\u00e9pondez \u00e0 ma question tout de suite !'.",
    "mask_path": "face_masks/048.mp4"
  },
  {
    "media_path": "target/049.mp4",
    "reference_path": "reference/049.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Chen, A Journalist looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I need you to tell me exactly who gave you this classified information about the senator.'. Then He takes a deep breath.",
    "mask_path": "face_masks/049.mp4"
  },
  {
    "media_path": "target/050.mp4",
    "reference_path": "reference/050.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Foggy pier with Atmospheric cinematic lighting suited to the genre. Chen, A Journalist looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He holds up a wet photograph aggressively. He speaks in French, saying: 'Ne jouez pas avec moi, r\u00e9pondez \u00e0 ma question tout de suite !'.",
    "mask_path": "face_masks/050.mp4"
  },
  {
    "media_path": "target/051.mp4",
    "reference_path": "reference/051.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Natasha, A Oracle looking characteristic for the setting.  Natasha looks directly at the camera, speaking with urgency. She speaks in Greek, saying: '\u03a0\u03c1\u03cc\u03c3\u03b5\u03c7\u03b5, \u03b3\u03b9\u03b1\u03c4\u03af \u03cc\u03bb\u03b1 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03bf\u03c5\u03bd \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae.'. Then She takes a deep breath.",
    "mask_path": "face_masks/051.mp4"
  },
  {
    "media_path": "target/052.mp4",
    "reference_path": "reference/052.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Natasha, A Oracle looking characteristic for the setting.  Natasha looks directly at the camera, speaking with urgency. She stares into the rising smoke with white, glowing eyes. She speaks in English, saying: 'The threads of fate are tangling, and the future I see is not set in stone.'.",
    "mask_path": "face_masks/052.mp4"
  },
  {
    "media_path": "target/053.mp4",
    "reference_path": "reference/053.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Natasha, A Doctor looking characteristic for the setting.  Natasha looks directly at the camera, speaking with urgency. She speaks in English, saying: 'We did absolutely everything we could to save him, but the trauma was too severe.'. Then She takes a deep breath.",
    "mask_path": "face_masks/053.mp4"
  },
  {
    "media_path": "target/054.mp4",
    "reference_path": "reference/054.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Natasha, A Doctor looking characteristic for the setting.  Natasha looks directly at the camera, speaking with urgency. She removes her glasses slowly and rubs her tired eyes. She speaks in Spanish, saying: 'Lo siento mucho, pero no pudimos hacer nada m\u00e1s por \u00e9l.'.",
    "mask_path": "face_masks/054.mp4"
  },
  {
    "media_path": "target/055.mp4",
    "reference_path": "reference/055.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Natasha, A Doctor looking characteristic for the setting.  Natasha looks directly at the camera, speaking with urgency. She speaks in English, saying: 'We did absolutely everything we could to save him, but the trauma was too severe.'. Then She takes a deep breath.",
    "mask_path": "face_masks/055.mp4"
  },
  {
    "media_path": "target/056.mp4",
    "reference_path": "reference/056.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Hospital waiting room with Atmospheric cinematic lighting suited to the genre. Natasha, A Doctor looking characteristic for the setting.  Natasha looks directly at the camera, speaking with urgency. She removes her glasses slowly and rubs her tired eyes. She speaks in Spanish, saying: 'Lo siento mucho, pero no pudimos hacer nada m\u00e1s por \u00e9l.'.",
    "mask_path": "face_masks/056.mp4"
  },
  {
    "media_path": "target/057.mp4",
    "reference_path": "reference/057.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Abandoned hospital hallway with Atmospheric cinematic lighting suited to the genre. Mei, A Survivor looking characteristic for the setting.  Mei looks directly at the camera, speaking with urgency. She speaks in English, saying: 'Did you hear that sound coming from down the hall? It sounded like footsteps.'. Then She takes a deep breath.",
    "mask_path": "face_masks/057.mp4"
  },
  {
    "media_path": "target/058.mp4",
    "reference_path": "reference/058.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Abandoned hospital hallway with Atmospheric cinematic lighting suited to the genre. Mei, A Survivor looking characteristic for the setting.  Mei looks directly at the camera, speaking with urgency. She aims her flickering flashlight into the dark void. She speaks in Russian, saying: '\u0422\u0438\u0448\u0435... \u044f \u0434\u0443\u043c\u0430\u044e, \u0447\u0442\u043e \u043e\u043d\u0438 \u0438\u0434\u0443\u0442 \u043f\u0440\u044f\u043c\u043e \u0437\u0430 \u043d\u0430\u043c\u0438 \u0441\u0435\u0439\u0447\u0430\u0441.'.",
    "mask_path": "face_masks/058.mp4"
  },
  {
    "media_path": "target/059.mp4",
    "reference_path": "reference/059.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in High-rise glass boardroom with Atmospheric cinematic lighting suited to the genre. Alessandro, A CEO looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He speaks in German, saying: 'Sie m\u00fcssen dieses Dokument sofort unterschreiben, bevor der Markt schlie\u00dft.'. Then He takes a deep breath.",
    "mask_path": "face_masks/059.mp4"
  },
  {
    "media_path": "target/060.mp4",
    "reference_path": "reference/060.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in High-rise glass boardroom with Atmospheric cinematic lighting suited to the genre. Alessandro, A CEO looking characteristic for the setting.  Alessandro looks directly at the camera, speaking with urgency. He slides a black folder firmly across the mahogany table. He speaks in English, saying: 'The board has just finalized the merger agreement effectively immediately, so we have no choice.'.",
    "mask_path": "face_masks/060.mp4"
  },
  {
    "media_path": "target/061.mp4",
    "reference_path": "reference/061.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Mateo, A Suspect looking characteristic for the setting.  Mateo looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have told you three times already, I do not know what you are talking about!'. Then He takes a deep breath.",
    "mask_path": "face_masks/061.mp4"
  },
  {
    "media_path": "target/062.mp4",
    "reference_path": "reference/062.mp4",
    "caption": "Gritty documentary style, handheld camera feel, desaturated. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Mateo, A Suspect looking characteristic for the setting.  Mateo looks directly at the camera, speaking with urgency. He slams his fist on the metal table in frustration. He speaks in Russian, saying: '\u042f \u043a\u043b\u044f\u043d\u0443\u0441\u044c, \u0447\u0442\u043e \u044f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b, \u043e\u0442\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0435\u043d\u044f!'.",
    "mask_path": "face_masks/062.mp4"
  },
  {
    "media_path": "target/063.mp4",
    "reference_path": "reference/063.mp4",
    "caption": "Cyberpunk aesthetic, neon-noir, high contrast. Shot in Underground server room with Atmospheric cinematic lighting suited to the genre. Isabella, A Hacker looking characteristic for the setting.  Isabella looks directly at the camera, speaking with urgency. She speaks in English, saying: 'They have already bypassed the firewall and are actively tracing our IP address right now.'. Then She takes a deep breath.",
    "mask_path": "face_masks/063.mp4"
  },
  {
    "media_path": "target/064.mp4",
    "reference_path": "reference/064.mp4",
    "caption": "Cyberpunk aesthetic, neon-noir, high contrast. Shot in Underground server room with Atmospheric cinematic lighting suited to the genre. Isabella, A Hacker looking characteristic for the setting.  Isabella looks directly at the camera, speaking with urgency. She types furiously on a mechanical keyboard, sweat on her brow. She speaks in Korean, saying: '\uadf8\ub4e4\uc774 \uc704\uce58\ub97c \ucc3e\uae30 \uc804\uc5d0 \ube68\ub9ac \uc5f0\uacb0\uc744 \ub04a\uc5b4\uc57c \ud574, \uc11c\ub458\ub7ec!'.",
    "mask_path": "face_masks/064.mp4"
  },
  {
    "media_path": "target/065.mp4",
    "reference_path": "reference/065.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Greta, A Oracle looking characteristic for the setting.  Greta looks directly at the camera, speaking with urgency. She speaks in English, saying: 'The threads of fate are tangling, and the future I see is not set in stone.'. Then She takes a deep breath.",
    "mask_path": "face_masks/065.mp4"
  },
  {
    "media_path": "target/066.mp4",
    "reference_path": "reference/066.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Greta, A Oracle looking characteristic for the setting.  Greta looks directly at the camera, speaking with urgency. She stares into the rising smoke with white, glowing eyes. She speaks in Greek, saying: '\u03a0\u03c1\u03cc\u03c3\u03b5\u03c7\u03b5, \u03b3\u03b9\u03b1\u03c4\u03af \u03cc\u03bb\u03b1 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03bf\u03c5\u03bd \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae.'.",
    "mask_path": "face_masks/066.mp4"
  },
  {
    "media_path": "target/067.mp4",
    "reference_path": "reference/067.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Greta, A Oracle looking characteristic for the setting.  Greta looks directly at the camera, speaking with urgency. She speaks in English, saying: 'The threads of fate are tangling, and the future I see is not set in stone.'. Then She takes a deep breath.",
    "mask_path": "face_masks/067.mp4"
  },
  {
    "media_path": "target/068.mp4",
    "reference_path": "reference/068.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Greek Temple with Atmospheric cinematic lighting suited to the genre. Greta, A Oracle looking characteristic for the setting.  Greta looks directly at the camera, speaking with urgency. She stares into the rising smoke with white, glowing eyes. She speaks in Greek, saying: '\u03a0\u03c1\u03cc\u03c3\u03b5\u03c7\u03b5, \u03b3\u03b9\u03b1\u03c4\u03af \u03cc\u03bb\u03b1 \u03bc\u03c0\u03bf\u03c1\u03bf\u03cd\u03bd \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03bf\u03c5\u03bd \u03c3\u03b5 \u03bc\u03b9\u03b1 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae.'.",
    "mask_path": "face_masks/068.mp4"
  },
  {
    "media_path": "target/069.mp4",
    "reference_path": "reference/069.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Bank Vault with Atmospheric cinematic lighting suited to the genre. Arthur, A Thief looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in Arabic, saying: '\u064a\u062c\u0628 \u0623\u0646 \u0646\u0623\u062e\u0630 \u0627\u0644\u0630\u0647\u0628 \u0648\u0646\u063a\u0627\u062f\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0643\u0627\u0646 \u0641\u0648\u0631\u0627\u064b!'. Then He takes a deep breath.",
    "mask_path": "face_masks/069.mp4"
  },
  {
    "media_path": "target/070.mp4",
    "reference_path": "reference/070.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Bank Vault with Atmospheric cinematic lighting suited to the genre. Arthur, A Thief looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He shoves gold bars rapidly into a black duffel bag. He speaks in English, saying: 'The timer is running way too fast, we won't make it out before the lockdown!'.",
    "mask_path": "face_masks/070.mp4"
  },
  {
    "media_path": "target/071.mp4",
    "reference_path": "reference/071.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Sunset on a balcony in Rome with Atmospheric cinematic lighting suited to the genre. Arthur, A Artist looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in English, saying: 'Looking at the city lights tonight, I honestly never want this beautiful moment to end.'. Then He takes a deep breath.",
    "mask_path": "face_masks/071.mp4"
  },
  {
    "media_path": "target/072.mp4",
    "reference_path": "reference/072.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Sunset on a balcony in Rome with Atmospheric cinematic lighting suited to the genre. Arthur, A Artist looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He gently touches her cheek and leans in closer. He speaks in Italian, saying: 'Devi sapere che sei l'amore della mia vita e non voglio perderti.'.",
    "mask_path": "face_masks/072.mp4"
  },
  {
    "media_path": "target/073.mp4",
    "reference_path": "reference/073.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Sunset on a balcony in Rome with Atmospheric cinematic lighting suited to the genre. Arthur, A Artist looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in English, saying: 'Looking at the city lights tonight, I honestly never want this beautiful moment to end.'. Then He takes a deep breath.",
    "mask_path": "face_masks/073.mp4"
  },
  {
    "media_path": "target/074.mp4",
    "reference_path": "reference/074.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Sunset on a balcony in Rome with Atmospheric cinematic lighting suited to the genre. Arthur, A Artist looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He gently touches her cheek and leans in closer. He speaks in Italian, saying: 'Devi sapere che sei l'amore della mia vita e non voglio perderti.'.",
    "mask_path": "face_masks/074.mp4"
  },
  {
    "media_path": "target/075.mp4",
    "reference_path": "reference/075.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Tariq, A Explorer looking characteristic for the setting.  Tariq looks directly at the camera, speaking with urgency. He speaks in Portuguese, saying: 'Procuramos por toda parte, mas n\u00e3o h\u00e1 absolutamente nada aqui.'. Then He takes a deep breath.",
    "mask_path": "face_masks/075.mp4"
  },
  {
    "media_path": "target/076.mp4",
    "reference_path": "reference/076.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Tariq, A Explorer looking characteristic for the setting.  Tariq looks directly at the camera, speaking with urgency. He wipes sweat from his forehead with a dirty bandana. He speaks in English, saying: 'This map is completely useless; none of these landmarks match the terrain we are seeing.'.",
    "mask_path": "face_masks/076.mp4"
  },
  {
    "media_path": "target/077.mp4",
    "reference_path": "reference/077.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Abandoned hospital hallway with Atmospheric cinematic lighting suited to the genre. Sofia, A Survivor looking characteristic for the setting.  Sofia looks directly at the camera, speaking with urgency. She speaks in English, saying: 'Did you hear that sound coming from down the hall? It sounded like footsteps.'. Then She takes a deep breath.",
    "mask_path": "face_masks/077.mp4"
  },
  {
    "media_path": "target/078.mp4",
    "reference_path": "reference/078.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Abandoned hospital hallway with Atmospheric cinematic lighting suited to the genre. Sofia, A Survivor looking characteristic for the setting.  Sofia looks directly at the camera, speaking with urgency. She aims her flickering flashlight into the dark void. She speaks in Russian, saying: '\u0422\u0438\u0448\u0435... \u044f \u0434\u0443\u043c\u0430\u044e, \u0447\u0442\u043e \u043e\u043d\u0438 \u0438\u0434\u0443\u0442 \u043f\u0440\u044f\u043c\u043e \u0437\u0430 \u043d\u0430\u043c\u0438 \u0441\u0435\u0439\u0447\u0430\u0441.'.",
    "mask_path": "face_masks/078.mp4"
  },
  {
    "media_path": "target/079.mp4",
    "reference_path": "reference/079.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Abandoned hospital hallway with Atmospheric cinematic lighting suited to the genre. Sofia, A Survivor looking characteristic for the setting.  Sofia looks directly at the camera, speaking with urgency. She speaks in English, saying: 'Did you hear that sound coming from down the hall? It sounded like footsteps.'. Then She takes a deep breath.",
    "mask_path": "face_masks/079.mp4"
  },
  {
    "media_path": "target/080.mp4",
    "reference_path": "reference/080.mp4",
    "caption": "Cinematic realism, 35mm film grain, anamorphic lens. Shot in Abandoned hospital hallway with Atmospheric cinematic lighting suited to the genre. Sofia, A Survivor looking characteristic for the setting.  Sofia looks directly at the camera, speaking with urgency. She aims her flickering flashlight into the dark void. She speaks in Russian, saying: '\u0422\u0438\u0448\u0435... \u044f \u0434\u0443\u043c\u0430\u044e, \u0447\u0442\u043e \u043e\u043d\u0438 \u0438\u0434\u0443\u0442 \u043f\u0440\u044f\u043c\u043e \u0437\u0430 \u043d\u0430\u043c\u0438 \u0441\u0435\u0439\u0447\u0430\u0441.'.",
    "mask_path": "face_masks/080.mp4"
  },
  {
    "media_path": "target/081.mp4",
    "reference_path": "reference/081.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Opera house box seat with Atmospheric cinematic lighting suited to the genre. Arthur, A Agent looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have visual confirmation on the target; he is moving towards the VIP exit right now.'. Then He takes a deep breath.",
    "mask_path": "face_masks/081.mp4"
  },
  {
    "media_path": "target/082.mp4",
    "reference_path": "reference/082.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Opera house box seat with Atmospheric cinematic lighting suited to the genre. Arthur, A Agent looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He adjusts the focus on his binoculars intently. He speaks in German, saying: 'Der Vogel ist gelandet, wir m\u00fcssen jetzt zugreifen, bevor er verschwindet.'.",
    "mask_path": "face_masks/082.mp4"
  },
  {
    "media_path": "target/083.mp4",
    "reference_path": "reference/083.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Opera house box seat with Atmospheric cinematic lighting suited to the genre. Arthur, A Agent looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have visual confirmation on the target; he is moving towards the VIP exit right now.'. Then He takes a deep breath.",
    "mask_path": "face_masks/083.mp4"
  },
  {
    "media_path": "target/084.mp4",
    "reference_path": "reference/084.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Opera house box seat with Atmospheric cinematic lighting suited to the genre. Arthur, A Agent looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He adjusts the focus on his binoculars intently. He speaks in German, saying: 'Der Vogel ist gelandet, wir m\u00fcssen jetzt zugreifen, bevor er verschwindet.'.",
    "mask_path": "face_masks/084.mp4"
  },
  {
    "media_path": "target/085.mp4",
    "reference_path": "reference/085.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Arthur, A Soldier looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The artillery is getting too close, keep your head down or you'll get hit!'. Then He takes a deep breath.",
    "mask_path": "face_masks/085.mp4"
  },
  {
    "media_path": "target/086.mp4",
    "reference_path": "reference/086.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Arthur, A Soldier looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He reloads his rifle frantically while ducking. He speaks in German, saying: 'Wir k\u00f6nnen diese Position nicht halten, wir m\u00fcssen uns sofort zur\u00fcckziehen!'.",
    "mask_path": "face_masks/086.mp4"
  },
  {
    "media_path": "target/087.mp4",
    "reference_path": "reference/087.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Arthur, A Soldier looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The artillery is getting too close, keep your head down or you'll get hit!'. Then He takes a deep breath.",
    "mask_path": "face_masks/087.mp4"
  },
  {
    "media_path": "target/088.mp4",
    "reference_path": "reference/088.mp4",
    "caption": "Hyper-realistic 8k, sharp focus, neutral lighting. Shot in Muddy trench with Atmospheric cinematic lighting suited to the genre. Arthur, A Soldier looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He reloads his rifle frantically while ducking. He speaks in German, saying: 'Wir k\u00f6nnen diese Position nicht halten, wir m\u00fcssen uns sofort zur\u00fcckziehen!'.",
    "mask_path": "face_masks/088.mp4"
  },
  {
    "media_path": "target/089.mp4",
    "reference_path": "reference/089.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Bank Vault with Atmospheric cinematic lighting suited to the genre. Hiro, A Thief looking characteristic for the setting.  Hiro looks directly at the camera, speaking with urgency. He speaks in English, saying: 'The timer is running way too fast, we won't make it out before the lockdown!'. Then He takes a deep breath.",
    "mask_path": "face_masks/089.mp4"
  },
  {
    "media_path": "target/090.mp4",
    "reference_path": "reference/090.mp4",
    "caption": "Ethereal fantasy, soft volumetric fog, glowing backlight. Shot in Bank Vault with Atmospheric cinematic lighting suited to the genre. Hiro, A Thief looking characteristic for the setting.  Hiro looks directly at the camera, speaking with urgency. He shoves gold bars rapidly into a black duffel bag. He speaks in Arabic, saying: '\u064a\u062c\u0628 \u0623\u0646 \u0646\u0623\u062e\u0630 \u0627\u0644\u0630\u0647\u0628 \u0648\u0646\u063a\u0627\u062f\u0631 \u0647\u0630\u0627 \u0627\u0644\u0645\u0643\u0627\u0646 \u0641\u0648\u0631\u0627\u064b!'.",
    "mask_path": "face_masks/090.mp4"
  },
  {
    "media_path": "target/091.mp4",
    "reference_path": "reference/091.mp4",
    "caption": "Cyberpunk aesthetic, neon-noir, high contrast. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Arthur, A Explorer looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He speaks in English, saying: 'This map is completely useless; none of these landmarks match the terrain we are seeing.'. Then He takes a deep breath.",
    "mask_path": "face_masks/091.mp4"
  },
  {
    "media_path": "target/092.mp4",
    "reference_path": "reference/092.mp4",
    "caption": "Cyberpunk aesthetic, neon-noir, high contrast. Shot in Jungle ruin entrance with Atmospheric cinematic lighting suited to the genre. Arthur, A Explorer looking characteristic for the setting.  Arthur looks directly at the camera, speaking with urgency. He wipes sweat from his forehead with a dirty bandana. He speaks in Portuguese, saying: 'Procuramos por toda parte, mas n\u00e3o h\u00e1 absolutamente nada aqui.'.",
    "mask_path": "face_masks/092.mp4"
  },
  {
    "media_path": "target/093.mp4",
    "reference_path": "reference/093.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Chen, A Suspect looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have told you three times already, I do not know what you are talking about!'. Then He takes a deep breath.",
    "mask_path": "face_masks/093.mp4"
  },
  {
    "media_path": "target/094.mp4",
    "reference_path": "reference/094.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Chen, A Suspect looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He slams his fist on the metal table in frustration. He speaks in Russian, saying: '\u042f \u043a\u043b\u044f\u043d\u0443\u0441\u044c, \u0447\u0442\u043e \u044f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b, \u043e\u0442\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0435\u043d\u044f!'.",
    "mask_path": "face_masks/094.mp4"
  },
  {
    "media_path": "target/095.mp4",
    "reference_path": "reference/095.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Chen, A Suspect looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He speaks in English, saying: 'I have told you three times already, I do not know what you are talking about!'. Then He takes a deep breath.",
    "mask_path": "face_masks/095.mp4"
  },
  {
    "media_path": "target/096.mp4",
    "reference_path": "reference/096.mp4",
    "caption": "Vintage 1950s Technicolor, soft bloom, warm tones. Shot in Interrogation room with Atmospheric cinematic lighting suited to the genre. Chen, A Suspect looking characteristic for the setting.  Chen looks directly at the camera, speaking with urgency. He slams his fist on the metal table in frustration. He speaks in Russian, saying: '\u042f \u043a\u043b\u044f\u043d\u0443\u0441\u044c, \u0447\u0442\u043e \u044f \u043d\u0438\u0447\u0435\u0433\u043e \u043d\u0435 \u0441\u0434\u0435\u043b\u0430\u043b, \u043e\u0442\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0435\u043d\u044f!'.",
    "mask_path": "face_masks/096.mp4"
  }
]