File size: 15,689 Bytes
7bcc015
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[
    {
        "start": 4.9,
        "end": 5.7,
        "text": " Tôi nghe nè",
        "cut_off_in_the_middle": false
    },
    {
        "start": 7.5,
        "end": 10.2,
        "text": " Hãy subscribe cho kênh Ghiền Mì Gõ Để không bỏ lỡ những video hấp dẫn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 12.4,
        "end": 12.9,
        "text": " Ơ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 15.5,
        "end": 15.94,
        "text": " Anh ăn cái gì?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 16.62,
        "end": 17.46,
        "text": " Ờ, xoài đi ha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 17.46,
        "end": 18.08,
        "text": " Xoài hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 18.4,
        "end": 19.84,
        "text": " Vậy cô ơi, cho con 2 trái xoài đi cô",
        "cut_off_in_the_middle": false
    },
    {
        "start": 19.84,
        "end": 20.98,
        "text": " Ừ, trái ngọt nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 20.98,
        "end": 22.1,
        "text": " Ngọt mà",
        "cut_off_in_the_middle": false
    },
    {
        "start": 22.1,
        "end": 23.36,
        "text": " 2 trái bao nhiêu tiền hả cô?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 23.38,
        "end": 24.14,
        "text": " 24 ngàn con",
        "cut_off_in_the_middle": false
    },
    {
        "start": 24.14,
        "end": 25.0,
        "text": " Dạ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 26.0,
        "end": 26.68,
        "text": " Để tôi trả nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 26.68,
        "end": 27.4,
        "text": " Để tôi trả cho",
        "cut_off_in_the_middle": false
    },
    {
        "start": 27.4,
        "end": 28.36,
        "text": " Để tôi trả cho",
        "cut_off_in_the_middle": false
    },
    {
        "start": 28.36,
        "end": 29.1,
        "text": " Ớ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 31.3,
        "end": 33.1,
        "text": " Wow",
        "cut_off_in_the_middle": false
    },
    {
        "start": 33.9,
        "end": 35.1,
        "text": " Xinh quá!",
        "cut_off_in_the_middle": false
    },
    {
        "start": 37.2,
        "end": 37.82,
        "text": " Người yêu Dương hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 38.64,
        "end": 39.38,
        "text": " Không phải",
        "cut_off_in_the_middle": false
    },
    {
        "start": 39.38,
        "end": 42.900000000000006,
        "text": " Không phải người yêu mà lại để hình trong bóp",
        "cut_off_in_the_middle": false
    },
    {
        "start": 43.3,
        "end": 44.3,
        "text": " Ờ...",
        "cut_off_in_the_middle": false
    },
    {
        "start": 44.8,
        "end": 51.0,
        "text": " Thì tại... tại... tại... chơi thân là là con của con... của con em... em gái bà nội",
        "cut_off_in_the_middle": false
    },
    {
        "start": 51.9,
        "end": 54.699999999999996,
        "text": " Thảo nào giống Dương dễ sợ luôn á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 55.4,
        "end": 56.04,
        "text": " Mắt giống nè",
        "cut_off_in_the_middle": false
    },
    {
        "start": 56.04,
        "end": 57.9,
        "text": " Miệng giống nè",
        "cut_off_in_the_middle": false
    },
    {
        "start": 59.2,
        "end": 60.800000000000004,
        "text": " Giống của cái mũi hách luôn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 61.1,
        "end": 62.7,
        "text": " Mà khuôn mặt cũng giống luôn nữa",
        "cut_off_in_the_middle": false
    },
    {
        "start": 64.0,
        "end": 65.0,
        "text": " Cảm ơn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 65.5,
        "end": 66.2,
        "text": " Ừ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 66.7,
        "end": 69.10000000000001,
        "text": " Ờ thì bà con mà phải giống chứ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 69.5,
        "end": 71.0,
        "text": " Cô, cô, cô, lẹ đi cô",
        "cut_off_in_the_middle": false
    },
    {
        "start": 72.2,
        "end": 73.06,
        "text": " Đi vô đây uống nước ha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 73.06,
        "end": 74.10000000000001,
        "text": " Ờ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 84.5,
        "end": 84.98,
        "text": " Hãy subscribe cho kênh Ghiền Mì Gõ Để không bỏ lỡ những video hấp dẫn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 87.6,
        "end": 88.3,
        "text": " Này!",
        "cut_off_in_the_middle": false
    },
    {
        "start": 88.6,
        "end": 91.53999999999999,
        "text": " Tại sao từ đó tới giờ chưa bao giờ nghe Dương nói với cô em họ vậy?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 93.46,
        "end": 96.53999999999999,
        "text": " Thì tại vì tôi thấy cô ấy đâu liên quan đến đất anh đâu",
        "cut_off_in_the_middle": false
    },
    {
        "start": 96.53999999999999,
        "end": 98.47999999999999,
        "text": " Cô ấy bao nhiêu tuổi?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 100.46,
        "end": 100.82,
        "text": " 21",
        "cut_off_in_the_middle": false
    },
    {
        "start": 100.82,
        "end": 103.44,
        "text": " Vậy là cùng năm sinh với Dương hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 104.19999999999999,
        "end": 105.5,
        "text": " Cô ấy tên gì?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 106.4,
        "end": 107.98,
        "text": " Sao anh quan tâm lắm quân hóa tôi vậy",
        "cut_off_in_the_middle": false
    },
    {
        "start": 107.98,
        "end": 110.06,
        "text": " Thì tại vì giống Dương nên tò mò thôi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 110.06,
        "end": 112.2,
        "text": " Mà công nhận giống dễ sợ ha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 113.7,
        "end": 115.42,
        "text": " Nếu anh gặp ở ngoài",
        "cut_off_in_the_middle": false
    },
    {
        "start": 115.42,
        "end": 116.60000000000001,
        "text": " Anh sẽ hết thồn luôn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 116.60000000000001,
        "end": 119.4,
        "text": " Chiều cao y chang, giọng nói cũng y chang",
        "cut_off_in_the_middle": false
    },
    {
        "start": 120.0,
        "end": 121.1,
        "text": " Wow!",
        "cut_off_in_the_middle": false
    },
    {
        "start": 121.6,
        "end": 123.0,
        "text": " Thế thì thú vị thật",
        "cut_off_in_the_middle": false
    },
    {
        "start": 123.8,
        "end": 125.52,
        "text": " Nếu con ấy mà đứng sau lưng anh nói chuyện á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 125.52,
        "end": 127.25999999999999,
        "text": " Đảm bảo chắc là anh không tưởng là tôi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 127.25999999999999,
        "end": 128.07999999999998,
        "text": " Vậy hả",
        "cut_off_in_the_middle": false
    },
    {
        "start": 128.07999999999998,
        "end": 128.35999999999999,
        "text": " Ừ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 128.35999999999999,
        "end": 129.12,
        "text": " Mà này",
        "cut_off_in_the_middle": false
    },
    {
        "start": 129.12,
        "end": 132.4,
        "text": " Dương vẫn chưa nói cho tôi biết cô tên gì đâu nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 132.8,
        "end": 135.9,
        "text": " Ờ, cô ấy tên là Ngọc",
        "cut_off_in_the_middle": false
    },
    {
        "start": 136.3,
        "end": 138.8,
        "text": " Minh Ngọc",
        "cut_off_in_the_middle": false
    },
    {
        "start": 140.2,
        "end": 141.98,
        "text": " Tên lót còi giống hẹt tên tôi mới ghê chứ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 145.1,
        "end": 147.35999999999999,
        "text": " Mà anh thấy cô ấy đẹp không?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 148.23999999999998,
        "end": 150.0,
        "text": " Nói đẹp thì không đúng",
        "cut_off_in_the_middle": false
    },
    {
        "start": 151.5,
        "end": 152.64,
        "text": " Vậy là không đẹp hả",
        "cut_off_in_the_middle": false
    },
    {
        "start": 152.64,
        "end": 153.48,
        "text": " Ừ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 153.48,
        "end": 154.92,
        "text": " Bởi vì với tôi á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 154.92,
        "end": 158.7,
        "text": " Phụ nữ đẹp phải là phụ nữ sắc xảo và hơi bốc lửa một tí",
        "cut_off_in_the_middle": false
    },
    {
        "start": 159.0,
        "end": 159.72,
        "text": " Còn nhìn Ngọc á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 159.72,
        "end": 161.0,
        "text": " Là thấy đáng yêu nè",
        "cut_off_in_the_middle": false
    },
    {
        "start": 161.0,
        "end": 162.18,
        "text": " Dễ thương nè",
        "cut_off_in_the_middle": false
    },
    {
        "start": 162.18,
        "end": 163.08,
        "text": " Tươi tắn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 163.08,
        "end": 164.12,
        "text": " Nói chung là",
        "cut_off_in_the_middle": false
    },
    {
        "start": 164.12,
        "end": 165.62,
        "text": " Nhìn một cái là có thiện cảm liền",
        "cut_off_in_the_middle": false
    },
    {
        "start": 165.62,
        "end": 167.16,
        "text": " Vậy là xinh đúng không",
        "cut_off_in_the_middle": false
    },
    {
        "start": 167.16,
        "end": 168.4,
        "text": " Đúng đúng đúng",
        "cut_off_in_the_middle": false
    },
    {
        "start": 168.4,
        "end": 168.7,
        "text": " Xinh",
        "cut_off_in_the_middle": false
    },
    {
        "start": 168.7,
        "end": 169.2,
        "text": " Thính xác",
        "cut_off_in_the_middle": false
    },
    {
        "start": 169.2,
        "end": 170.24,
        "text": " Cảm ơn anh",
        "cut_off_in_the_middle": false
    },
    {
        "start": 170.24,
        "end": 171.5,
        "text": " Ủa",
        "cut_off_in_the_middle": false
    },
    {
        "start": 171.8,
        "end": 174.4,
        "text": " Mà sao tôi khen Ngọc, Dương lại cảm ơn tôi vậy",
        "cut_off_in_the_middle": false
    },
    {
        "start": 175.2,
        "end": 177.39999999999998,
        "text": " Thì tôi về tôi sẽ kể cho Ngọc nghe",
        "cut_off_in_the_middle": false
    },
    {
        "start": 177.39999999999998,
        "end": 179.28,
        "text": " Là anh kể Ngọc xin",
        "cut_off_in_the_middle": false
    },
    {
        "start": 179.28,
        "end": 180.73999999999998,
        "text": " Thế nào Ngọc cũng cảm ơn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 180.73999999999998,
        "end": 181.82,
        "text": " Chập kêu tôi chuyển lời cho anh",
        "cut_off_in_the_middle": false
    },
    {
        "start": 181.82,
        "end": 183.07999999999998,
        "text": " Nên giờ tôi cảm ơn trước",
        "cut_off_in_the_middle": false
    },
    {
        "start": 185.1,
        "end": 185.7,
        "text": " Hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 186.3,
        "end": 188.5,
        "text": " Hôm nào Dương nhớ rủ Ngọc đi cà vệ chung với tôi với Dương nha.",
        "cut_off_in_the_middle": false
    },
    {
        "start": 189.7,
        "end": 190.48,
        "text": " Không hiểu sao á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 190.48,
        "end": 193.0,
        "text": " Nhìn hình của Ngọc tôi thích Ngọc liền",
        "cut_off_in_the_middle": false
    },
    {
        "start": 193.5,
        "end": 194.1,
        "text": " Ờ...",
        "cut_off_in_the_middle": false
    },
    {
        "start": 194.7,
        "end": 196.29999999999998,
        "text": " Chắc tại vì dòng dương quá",
        "cut_off_in_the_middle": false
    },
    {
        "start": 196.8,
        "end": 197.8,
        "text": " Nhớ rủ nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 201.2,
        "end": 206.0,
        "text": " Ngọc chuyển ra Đà Nẵng ở cách đây một năm để làm việc rồi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 207.4,
        "end": 208.1,
        "text": " Tiếc thật",
        "cut_off_in_the_middle": false
    },
    {
        "start": 213.7,
        "end": 216.1,
        "text": " Chị, muốn gì tự làm nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 216.8,
        "end": 217.18,
        "text": " Chị lại đây",
        "cut_off_in_the_middle": false
    },
    {
        "start": 217.18,
        "end": 218.9,
        "text": " Em nói chuyện nè",
        "cut_off_in_the_middle": false
    },
    {
        "start": 220.6,
        "end": 221.68,
        "text": " Làm gì mà vui quá vậy",
        "cut_off_in_the_middle": false
    },
    {
        "start": 221.68,
        "end": 224.7,
        "text": " Lúc nãy em làm rock'n'roll kép bóp",
        "cut_off_in_the_middle": false
    },
    {
        "start": 224.9,
        "end": 226.18,
        "text": " Anh Minh lùm bóp lên giùm em",
        "cut_off_in_the_middle": false
    },
    {
        "start": 226.44,
        "end": 227.72,
        "text": " Vô tình phát hiện á hả",
        "cut_off_in_the_middle": false
    },
    {
        "start": 227.72,
        "end": 229.26000000000002,
        "text": " Tấm hình em mặc đồ nữ để trong bóp nè",
        "cut_off_in_the_middle": false
    },
    {
        "start": 229.5,
        "end": 231.04,
        "text": " Rồi nó có phát hiện đó là em không?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 231.04,
        "end": 231.56,
        "text": " Không",
        "cut_off_in_the_middle": false
    },
    {
        "start": 231.82,
        "end": 233.98000000000002,
        "text": " Anh chỉ ngạc nhiên là cô gái trong hình giống em quá thôi",
        "cut_off_in_the_middle": false
    }
]