File size: 17,907 Bytes
6bcbd7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
{
  "title": "Alex: Treball, Art i Reflexió - Audiodescripció i Diàleg",
  "source_file": "une_ad.srt",
  "segments": [
    {
      "id": 1,
      "start": "00:00:00,000",
      "end": "00:00:09,960",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "La pantalla es presenta completament fosca, sense cap element o detall que pugui ser percebut o distingit visualment."
    },
    {
      "id": 2,
      "start": "00:00:09,960",
      "end": "00:00:11,439",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Rellotge Newgate Londres."
    },
    {
      "id": 3,
      "start": "00:00:11,439",
      "end": "00:00:12,839",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Oscar d'or Alex."
    },
    {
      "id": 4,
      "start": "00:00:12,839",
      "end": "00:00:14,279",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex escriu."
    },
    {
      "id": 5,
      "start": "00:00:14,279",
      "end": "00:00:15,759",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Anunci de Boil."
    },
    {
      "id": 6,
      "start": "00:00:15,759",
      "end": "00:00:17,239",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Calendari amb dates."
    },
    {
      "id": 7,
      "start": "00:00:17,239",
      "end": "00:00:20,440",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Jove amb suèter ratllat i ulleres."
    },
    {
      "id": 8,
      "start": "00:00:20,440",
      "end": "00:00:22,719",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Jove amb jersei marró i ulleres."
    },
    {
      "id": 9,
      "start": "00:00:22,719",
      "end": "00:00:27,480",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, amb ulleres i camisa ratllada, escriu davant d'un ordinador."
    },
    {
      "id": 10,
      "start": "00:00:27,480",
      "end": "00:00:32,093",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un jove amb ulleres i suèter gris, assegut, envoltat de llibres."
    },
    {
      "id": 11,
      "start": "00:00:32,093",
      "end": "00:00:35,570",
      "type": "dialog",
      "speaker": "Alex",
      "text": "àlex àlex què què el bisturí que em n'han de bisturí"
    },
    {
      "id": 12,
      "start": "00:00:35,570",
      "end": "00:00:36,768",
      "type": "dialog",
      "speaker": "Doctora",
      "text": "Ah Ai..."
    },
    {
      "id": 13,
      "start": "00:00:36,768",
      "end": "00:00:39,298",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, amb guants, ajusta llum."
    },
    {
      "id": 14,
      "start": "00:00:39,298",
      "end": "00:00:41,981",
      "type": "dialog",
      "speaker": "Alex",
      "text": "el bisturí àlex perdó té té perdó"
    },
    {
      "id": 15,
      "start": "00:00:41,981",
      "end": "00:00:43,280",
      "type": "dialog",
      "speaker": "Alex",
      "text": "això és el bisturí què mira que has"
    },
    {
      "id": 16,
      "start": "00:00:43,280",
      "end": "00:00:47,880",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, amb guants, ajusta un llum brillant."
    },
    {
      "id": 17,
      "start": "00:00:47,880",
      "end": "00:00:48,640",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Signatura Max"
    },
    {
      "id": 18,
      "start": "00:00:48,640",
      "end": "00:00:53,799",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un jove amb suèter marró i ulleres, envoltat de llibres."
    },
    {
      "id": 19,
      "start": "00:00:53,799",
      "end": "00:01:11,680",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, un jove amb un suèter de colors marró i negre, se situa davant d'un ordinador en un espai desorganitzat, on els objectes semblen dispersos, reflectint un ambient caòtic i creatiu."
    },
    {
      "id": 20,
      "start": "00:01:11,680",
      "end": "00:01:16,000",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un jove amb ulleres i suèter gris, assegut, envoltat de llibres."
    },
    {
      "id": 21,
      "start": "00:01:16,000",
      "end": "00:01:19,239",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Àlex escriu en un ordinador portàtil."
    },
    {
      "id": 22,
      "start": "00:01:19,239",
      "end": "00:01:35,120",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un jove amb una camisa de color blanc i ulleres, se situa davant d'un ordinador, amb un monitor i un teclat, concentrat en la seva tasca, reflectint dedicació i interès."
    },
    {
      "id": 23,
      "start": "00:01:35,120",
      "end": "00:01:37,000",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Individu amb PC i dinosaure."
    },
    {
      "id": 24,
      "start": "00:01:37,000",
      "end": "00:01:38,840",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Rellotge blanc amb calendari."
    },
    {
      "id": 25,
      "start": "00:01:38,840",
      "end": "00:01:41,280",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, amb ulleres, mira."
    },
    {
      "id": 26,
      "start": "00:01:41,280",
      "end": "00:01:52,239",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Àlex, vestit amb una camisa de color blanc, es troba assegut davant d'un ordinador, concentrat en la seva feina, mostrant dedicació."
    },
    {
      "id": 27,
      "start": "00:01:52,239",
      "end": "00:01:54,719",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, ulleres grans, ordinador."
    },
    {
      "id": 28,
      "start": "00:01:54,719",
      "end": "00:01:57,359",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Rellotge de paret amb maneces negres."
    },
    {
      "id": 29,
      "start": "00:01:57,359",
      "end": "00:02:01,200",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un jove amb ulleres grans mira sorprès a càmera."
    },
    {
      "id": 30,
      "start": "00:02:01,200",
      "end": "00:02:05,000",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Rellotge de paret amb fons blanc i maneces negres."
    },
    {
      "id": 31,
      "start": "00:02:05,000",
      "end": "00:02:09,960",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "A la paret, un rellotge de la marca Newgate destaca."
    },
    {
      "id": 32,
      "start": "00:02:09,960",
      "end": "00:02:12,639",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, suèter gris i ulleres."
    },
    {
      "id": 33,
      "start": "00:02:12,639",
      "end": "00:02:28,360",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, vestit amb un suèter de tonalitats marrons i negres, es troba assegut davant d'un ordinador, mentre es toca el coll, reflectint una actitud pensativa i concentrada."
    },
    {
      "id": 34,
      "start": "00:02:28,360",
      "end": "00:02:38,840",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Àlex es troba còmodament assegut al llit, amb la mirada fixada en la pantalla del seu telèfon, immers en la seva activitat."
    },
    {
      "id": 35,
      "start": "00:02:38,840",
      "end": "00:02:41,879",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un quadre floral amb ulls pintat."
    },
    {
      "id": 36,
      "start": "00:02:41,879",
      "end": "00:02:48,599",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Àngel Muñoz, amb un suèter ratllat marró i blanc, et mira amb atenció."
    },
    {
      "id": 37,
      "start": "00:02:48,599",
      "end": "00:02:53,439",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "La pantalla es presenta completament fosca, sense cap detall visible."
    },
    {
      "id": 38,
      "start": "00:02:53,439",
      "end": "00:02:58,599",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Una pantalla clara suavitza la il·luminació d'una habitació tancada."
    },
    {
      "id": 39,
      "start": "00:02:58,599",
      "end": "00:03:04,319",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Una pinta es raspa contra la paret, creant un solc visible."
    },
    {
      "id": 40,
      "start": "00:03:04,319",
      "end": "00:03:05,680",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Espàtula negra remenant pintura."
    },
    {
      "id": 41,
      "start": "00:03:05,680",
      "end": "00:03:07,840",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Jove amb ulleres sorprenent-se."
    },
    {
      "id": 42,
      "start": "00:03:07,840",
      "end": "00:03:10,120",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Dibuix fosc sobre fons clar."
    },
    {
      "id": 43,
      "start": "00:03:10,120",
      "end": "00:03:11,479",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Paleta multicolor plena."
    },
    {
      "id": 44,
      "start": "00:03:11,479",
      "end": "00:03:13,919",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex pinta amb un pinzell."
    },
    {
      "id": 45,
      "start": "00:03:13,919",
      "end": "00:03:16,400",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, amb suèter ratllat, observa."
    },
    {
      "id": 46,
      "start": "00:03:16,400",
      "end": "00:03:17,560",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Dibuixant paret"
    },
    {
      "id": 47,
      "start": "00:03:17,560",
      "end": "00:03:19,240",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, amb ulleres grans."
    },
    {
      "id": 48,
      "start": "00:03:19,240",
      "end": "00:03:20,240",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Espàtula remenant."
    },
    {
      "id": 49,
      "start": "00:03:20,240",
      "end": "00:03:23,639",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "La imatge presenta Àlex amb samarreta ratllada."
    },
    {
      "id": 50,
      "start": "00:03:23,639",
      "end": "00:03:27,120",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un paper conté text escrit a mà."
    },
    {
      "id": 51,
      "start": "00:03:27,120",
      "end": "00:03:29,360",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex observa amb atenció."
    },
    {
      "id": 52,
      "start": "00:03:29,360",
      "end": "00:03:47,943",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex es troba còmodament assegut a la seva habitació, amb la llum del llum il·luminant el seu rostre, creant un ambient càlid i tranquil que convida a la reflexió i la concentració en les seves activitats."
    },
    {
      "id": 53,
      "start": "00:03:47,943",
      "end": "00:03:49,461",
      "type": "dialog",
      "speaker": "Alex",
      "text": "no és que estic acabant el treball"
    },
    {
      "id": 54,
      "start": "00:03:49,461",
      "end": "00:03:52,533",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Àngel Muñoz se seu a l'habitació."
    },
    {
      "id": 55,
      "start": "00:03:52,533",
      "end": "00:03:53,866",
      "type": "dialog",
      "speaker": "Alex",
      "text": "sí sí sí encara sí"
    },
    {
      "id": 56,
      "start": "00:03:53,866",
      "end": "00:03:55,876",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, il·luminat, reflexiona."
    },
    {
      "id": 57,
      "start": "00:03:55,876",
      "end": "00:03:57,461",
      "type": "dialog",
      "speaker": "Alex",
      "text": "ja ja ho sé però és que no sé què posar"
    },
    {
      "id": 58,
      "start": "00:03:57,461",
      "end": "00:03:59,991",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, il·luminat, reflexiona tranquil·lament."
    },
    {
      "id": 59,
      "start": "00:03:59,991",
      "end": "00:04:01,461",
      "type": "dialog",
      "speaker": "Alex",
      "text": "ja bueno però és que no tinc ni idea"
    },
    {
      "id": 60,
      "start": "00:04:01,461",
      "end": "00:04:06,693",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex es troba assegut a la seva habitació, il·luminat."
    },
    {
      "id": 61,
      "start": "00:04:06,693",
      "end": "00:04:09,408",
      "type": "dialog",
      "speaker": "Alex",
      "text": "vale adéu fins demà"
    },
    {
      "id": 62,
      "start": "00:04:09,408",
      "end": "00:04:11,941",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, il·luminat, reflexiona a casa."
    },
    {
      "id": 63,
      "start": "00:04:11,941",
      "end": "00:04:12,852",
      "type": "dialog",
      "speaker": "Alex",
      "text": "adéu"
    },
    {
      "id": 64,
      "start": "00:04:12,852",
      "end": "00:04:21,800",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex es troba còmodament assegut a la seva habitació, amb la llum del llum il·luminant el seu rostre."
    },
    {
      "id": 65,
      "start": "00:04:21,800",
      "end": "00:04:23,079",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex avança pel passadís."
    },
    {
      "id": 66,
      "start": "00:04:23,079",
      "end": "00:04:23,879",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex interactua."
    },
    {
      "id": 67,
      "start": "00:04:23,879",
      "end": "00:04:57,384",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "La pantalla es presenta en un estat de total obscuritat, sense cap element o figura que pugui ser percebut. No hi ha cap detall que pugui ser distingit, creant una sensació de buit visual. Aquesta imatge, completament negra, provoca una absència total d'informació visual, deixant l'espectador en un estat d'incertesa i misteri, sense cap referència a la realitat que pugui ser identificada."
    },
    {
      "id": 68,
      "start": "00:04:57,384",
      "end": "00:05:00,100",
      "type": "dialog",
      "speaker": "Doctora",
      "text": "i"
    },
    {
      "id": 69,
      "start": "00:05:00,100",
      "end": "00:05:01,680",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, habitació fosca."
    },
    {
      "id": 70,
      "start": "00:05:01,680",
      "end": "00:05:13,399",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Home amb violí, Alex interpreta violí, Home violinista, Alextoca violí, Alex, Home amb violí, Alex interpreta violí."
    },
    {
      "id": 71,
      "start": "00:05:13,399",
      "end": "00:05:14,480",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Violí Angel"
    },
    {
      "id": 72,
      "start": "00:05:14,480",
      "end": "00:05:19,519",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Alex, amb camisa blanca, està en una habitació fosca."
    },
    {
      "id": 73,
      "start": "00:05:19,519",
      "end": "00:05:34,000",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "Un individu amb un piercing a l'orella, vestit amb una camisa blanca, és reconegut com Àngel Muñoz, destacant en un ambient que reflecteix la seva personalitat única."
    },
    {
      "id": 74,
      "start": "00:05:34,000",
      "end": "00:05:38,290",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "La pantalla es troba completament negra, sense imatge visible."
    },
    {
      "id": 75,
      "start": "00:05:38,290",
      "end": "00:05:39,353",
      "type": "dialog",
      "speaker": "Doctora",
      "text": "fins demà"
    },
    {
      "id": 76,
      "start": "00:05:39,538",
      "end": "00:05:41,699",
      "type": "dialog",
      "speaker": "Doctora",
      "text": "mira"
    },
    {
      "id": 77,
      "start": "00:05:41,985",
      "end": "00:05:43,117",
      "type": "dialog",
      "speaker": "Doctora",
      "text": "i"
    },
    {
      "id": 78,
      "start": "00:05:43,706",
      "end": "00:05:52,262",
      "type": "dialog",
      "speaker": "Doctora",
      "text": "fins demà"
    },
    {
      "id": 79,
      "start": "00:05:52,668",
      "end": "00:05:53,545",
      "type": "dialog",
      "speaker": "Doctora",
      "text": "i"
    },
    {
      "id": 80,
      "start": "00:05:53,545",
      "end": "00:05:58,199",
      "type": "audiodescription",
      "speaker": "AD",
      "text": "La pantalla es presenta en un estat de foscor total."
    }
  ]
}