File size: 17,426 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
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
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
[
    {
        "start": 2.3,
        "end": 3.1999999999999997,
        "text": " Ủa?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 3.6,
        "end": 4.5200000000000005,
        "text": " Sao không tập đấy con",
        "cut_off_in_the_middle": false
    },
    {
        "start": 4.5200000000000005,
        "end": 6.300000000000001,
        "text": " Mệt quá nội",
        "cut_off_in_the_middle": false
    },
    {
        "start": 6.300000000000001,
        "end": 7.9,
        "text": " Chị mệt chút",
        "cut_off_in_the_middle": false
    },
    {
        "start": 10.0,
        "end": 12.0,
        "text": " Trời ơi mùa hôm rồi kìa thấy trời",
        "cut_off_in_the_middle": false
    },
    {
        "start": 12.2,
        "end": 14.2,
        "text": " Khương quá trời quá đất luôn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 15.2,
        "end": 16.099999999999998,
        "text": " À nè con à",
        "cut_off_in_the_middle": false
    },
    {
        "start": 17.9,
        "end": 18.799999999999997,
        "text": " người đắc con",
        "cut_off_in_the_middle": false
    },
    {
        "start": 19.2,
        "end": 19.759999999999998,
        "text": " Tuần gì nội?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 20.24,
        "end": 21.88,
        "text": " Con lấy con Ngọc nó đi Thái Lan",
        "cut_off_in_the_middle": false
    },
    {
        "start": 21.88,
        "end": 24.16,
        "text": " Đúng tuần nó về là ngày mai nó về rồi đó",
        "cut_off_in_the_middle": false
    },
    {
        "start": 25.1,
        "end": 29.400000000000002,
        "text": " Nè, con đón qua nhà mình chơi để nó tìm hiểu gia đình mình luôn ha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 29.9,
        "end": 31.139999999999997,
        "text": " Dạ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 31.139999999999997,
        "end": 33.68,
        "text": " Có gì mai con báo Ngọc",
        "cut_off_in_the_middle": false
    },
    {
        "start": 33.68,
        "end": 37.16,
        "text": " Rồi con rủ nó qua chiều mai qua nhà mình ăn cơm luôn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 37.16,
        "end": 38.14,
        "text": " Ở đây ăn cơm luôn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 38.14,
        "end": 41.12,
        "text": " Ngày mai nội đi chợ nội mua gì nấu đại nó he",
        "cut_off_in_the_middle": false
    },
    {
        "start": 41.12,
        "end": 42.76,
        "text": " Dạ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 42.76,
        "end": 43.8,
        "text": " Ừ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 44.1,
        "end": 46.300000000000004,
        "text": " Trời đất ơi, ngồi ôi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 46.7,
        "end": 47.080000000000005,
        "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": 48.9,
        "end": 49.9,
        "text": " Cảm ơn.",
        "cut_off_in_the_middle": false
    },
    {
        "start": 51.3,
        "end": 52.239999999999995,
        "text": " Ai vậy con",
        "cut_off_in_the_middle": false
    },
    {
        "start": 52.239999999999995,
        "end": 52.559999999999995,
        "text": " Dạ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 52.559999999999995,
        "end": 53.3,
        "text": " Theo gọi nồi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 53.3,
        "end": 54.3,
        "text": " Thằng ghét con",
        "cut_off_in_the_middle": false
    },
    {
        "start": 54.9,
        "end": 56.699999999999996,
        "text": " Ờ, alo, tôi nghe nà theo",
        "cut_off_in_the_middle": false
    },
    {
        "start": 56.699999999999996,
        "end": 58.68,
        "text": " Anh Dương hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 59.18,
        "end": 60.9,
        "text": " Ngày mai là ngày nhỏ Ngọc về đó anh",
        "cut_off_in_the_middle": false
    },
    {
        "start": 61.8,
        "end": 67.38,
        "text": " Ờ, tui biết rồi, tui hẹn Ngọc ngày mai 4h là tới nhà tui ăn cơm với nội á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 67.38,
        "end": 70.97999999999999,
        "text": " Ờ, tui rảnh thì ghé ăn cơm với nội luôn nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 70.97999999999999,
        "end": 72.94,
        "text": " Dạ có, ngày mai gặp nha anh",
        "cut_off_in_the_middle": false
    },
    {
        "start": 72.94,
        "end": 73.58,
        "text": " Dạ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 73.58,
        "end": 74.67999999999999,
        "text": " Ờ, vậy nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 74.67999999999999,
        "end": 80.9,
        "text": " Nè nè nè, con rủ con theo nó qua lỡ nó gặp Ngọc nó ghen nó nói bậy bạ, mít lòng con Ngọc sao rồi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 81.2,
        "end": 85.18,
        "text": " Con rủ theo qua em chung với lại nội với Ngọc",
        "cut_off_in_the_middle": false
    },
    {
        "start": 85.18,
        "end": 88.38,
        "text": " Tại vì lúc đó là có nội thì theo sẽ bình tĩnh hơn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 88.38,
        "end": 91.12,
        "text": " Chứ mà để mà lỡ theo đặt Ngọc riêng á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 91.12,
        "end": 93.26,
        "text": " Theo mất bình tĩnh, theo đánh Ngọc sao nội",
        "cut_off_in_the_middle": false
    },
    {
        "start": 93.26,
        "end": 96.4,
        "text": " Ờ, con tính vậy cũng có lý ạ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 96.7,
        "end": 97.9,
        "text": " Ừm",
        "cut_off_in_the_middle": false
    },
    {
        "start": 98.4,
        "end": 101.9,
        "text": " Nè, nhưng mà lỗ thế nào tội nghiệp con thêu quá con à",
        "cut_off_in_the_middle": false
    },
    {
        "start": 104.4,
        "end": 106.10000000000001,
        "text": " Vậy là anh nhỏ Ngọc đó có thiệt hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 106.6,
        "end": 107.3,
        "text": " Ừ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 108.9,
        "end": 111.80000000000001,
        "text": " Tao cũng không biết là nên vui hay là nên buồn nữa",
        "cut_off_in_the_middle": false
    },
    {
        "start": 112.3,
        "end": 113.42,
        "text": " Trời ơi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 113.42,
        "end": 114.82,
        "text": " Phải vui lên chứ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 114.82,
        "end": 117.3,
        "text": " Ít nhất là chị còn biết anh Dương là chủng men",
        "cut_off_in_the_middle": false
    },
    {
        "start": 117.3,
        "end": 118.36,
        "text": " Chị còn có cơ hội",
        "cut_off_in_the_middle": false
    },
    {
        "start": 118.36,
        "end": 119.5,
        "text": " Ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 121.1,
        "end": 121.69999999999999,
        "text": " Đây này này này",
        "cut_off_in_the_middle": false
    },
    {
        "start": 121.69999999999999,
        "end": 123.08,
        "text": " Ngày mai á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 123.08,
        "end": 123.75999999999999,
        "text": " Nhỏ Ngọc nó tới",
        "cut_off_in_the_middle": false
    },
    {
        "start": 123.75999999999999,
        "end": 125.22,
        "text": " Mày nghĩ là ta phải làm sao",
        "cut_off_in_the_middle": false
    },
    {
        "start": 125.22,
        "end": 126.52,
        "text": " Chứ bây giờ tôi rối quá",
        "cut_off_in_the_middle": false
    },
    {
        "start": 126.52,
        "end": 128.7,
        "text": " Không biết làm sao hết trơn á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 128.8,
        "end": 131.10000000000002,
        "text": " Vậy thì phải để cho em",
        "cut_off_in_the_middle": false
    },
    {
        "start": 131.10000000000002,
        "end": 132.24,
        "text": " Mày có cách hả",
        "cut_off_in_the_middle": false
    },
    {
        "start": 132.24,
        "end": 132.84,
        "text": " Cách gì vậy",
        "cut_off_in_the_middle": false
    },
    {
        "start": 132.84,
        "end": 133.60000000000002,
        "text": " Chứ sao",
        "cut_off_in_the_middle": false
    },
    {
        "start": 133.60000000000002,
        "end": 135.14000000000001,
        "text": " Người ta thường nói",
        "cut_off_in_the_middle": false
    },
    {
        "start": 135.14000000000001,
        "end": 136.64000000000001,
        "text": " Gái ham tài",
        "cut_off_in_the_middle": false
    },
    {
        "start": 136.64000000000001,
        "end": 137.76000000000002,
        "text": " Trai ham sắc",
        "cut_off_in_the_middle": false
    },
    {
        "start": 137.76000000000002,
        "end": 138.42000000000002,
        "text": " Bởi vậy",
        "cut_off_in_the_middle": false
    },
    {
        "start": 138.42000000000002,
        "end": 140.38000000000002,
        "text": " Ngày mai chị phải thật lộn lẫy lên",
        "cut_off_in_the_middle": false
    },
    {
        "start": 140.38000000000002,
        "end": 141.82000000000002,
        "text": " Đứng cạnh con Ngọc đó",
        "cut_off_in_the_middle": false
    },
    {
        "start": 141.82000000000002,
        "end": 142.74,
        "text": " Thế nào",
        "cut_off_in_the_middle": false
    },
    {
        "start": 142.74,
        "end": 144.22,
        "text": " Chị cũng chặt cho nó chìm bẹp",
        "cut_off_in_the_middle": false
    },
    {
        "start": 144.22,
        "end": 145.20000000000002,
        "text": " Chìm bẹp lo",
        "cut_off_in_the_middle": false
    },
    {
        "start": 145.20000000000002,
        "end": 145.74,
        "text": " Chứ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 145.74,
        "end": 146.76000000000002,
        "text": " Mày nói cái lý",
        "cut_off_in_the_middle": false
    },
    {
        "start": 146.76000000000002,
        "end": 147.60000000000002,
        "text": " Chứ sao",
        "cut_off_in_the_middle": false
    },
    {
        "start": 147.60000000000002,
        "end": 148.02,
        "text": " Ngày mai",
        "cut_off_in_the_middle": false
    },
    {
        "start": 148.02,
        "end": 149.4,
        "text": " Tao phải thật lộn lẫy",
        "cut_off_in_the_middle": false
    },
    {
        "start": 149.4,
        "end": 150.46,
        "text": " Để chặt con nhỏ Ngọc đó",
        "cut_off_in_the_middle": false
    },
    {
        "start": 150.46,
        "end": 151.64000000000001,
        "text": " Chìm bẹp chìm bẹp luôn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 151.64000000000001,
        "end": 152.26000000000002,
        "text": " Được rồi",
        "cut_off_in_the_middle": false
    },
    {
        "start": 152.26000000000002,
        "end": 153.64000000000001,
        "text": " Mà khi đó nha",
        "cut_off_in_the_middle": false
    },
    {
        "start": 153.64000000000001,
        "end": 154.82000000000002,
        "text": " Chị đẹp hơn nhỏ Ngọc đó",
        "cut_off_in_the_middle": false
    },
    {
        "start": 154.82000000000002,
        "end": 156.70000000000002,
        "text": " Anh Dương anh phải tiếc đứt ruột",
        "cut_off_in_the_middle": false
    },
    {
        "start": 156.7,
        "end": 158.38,
        "text": " Mà suy nghĩ lại luôn á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 158.38,
        "end": 159.32,
        "text": " Ê ê ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 159.32,
        "end": 160.1,
        "text": " Vậy ngày mai á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 160.1,
        "end": 160.61999999999998,
        "text": " Mày nghĩ là",
        "cut_off_in_the_middle": false
    },
    {
        "start": 160.61999999999998,
        "end": 161.78,
        "text": " Tao có nên ra tiệm á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 161.78,
        "end": 162.48,
        "text": " Làm tóc",
        "cut_off_in_the_middle": false
    },
    {
        "start": 162.48,
        "end": 163.38,
        "text": " Rồi trang điểm",
        "cut_off_in_the_middle": false
    },
    {
        "start": 163.38,
        "end": 165.22,
        "text": " Rồi bằng một cái đàm thật lộn lẫy không",
        "cut_off_in_the_middle": false
    },
    {
        "start": 165.22,
        "end": 166.51999999999998,
        "text": " Chị tên luôn á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 166.51999999999998,
        "end": 167.14,
        "text": " Ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 167.14,
        "end": 167.57999999999998,
        "text": " Ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 167.57999999999998,
        "end": 168.14,
        "text": " Ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 168.14,
        "end": 170.83999999999997,
        "text": " Mày thông minh quá lắm",
        "cut_off_in_the_middle": false
    },
    {
        "start": 170.83999999999997,
        "end": 171.92,
        "text": " Tao yêu mày",
        "cut_off_in_the_middle": false
    },
    {
        "start": 171.92,
        "end": 172.5,
        "text": " Ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 172.5,
        "end": 174.38,
        "text": " Ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 174.38,
        "end": 175.29999999999998,
        "text": " Ê",
        "cut_off_in_the_middle": false
    },
    {
        "start": 188.8,
        "end": 189.60000000000002,
        "text": " Chị làm cho ông Ly",
        "cut_off_in_the_middle": false
    },
    {
        "start": 189.60000000000002,
        "end": 190.20000000000002,
        "text": " Dạ",
        "cut_off_in_the_middle": false
    },
    {
        "start": 193.3,
        "end": 196.3,
        "text": " Ủa, hôm nay nhà có tiền sao mà mua 2 con vịt về vương?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 196.3,
        "end": 200.70000000000002,
        "text": " Dạ, 1 con cho nội, 1 con cho chị, về làm thịt cho mấy đứa nhỏ ăn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 201.5,
        "end": 204.10000000000002,
        "text": " Chà, vịt mọc chắc là ngon á",
        "cut_off_in_the_middle": false
    },
    {
        "start": 204.7,
        "end": 206.6,
        "text": " Hôm nay nội thích ăn thịt dịch hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 207.5,
        "end": 211.3,
        "text": " Dạ không, nội mất em mua vịt làm cơm đã cho cọc ăn",
        "cut_off_in_the_middle": false
    },
    {
        "start": 211.3,
        "end": 212.1,
        "text": " Hả?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 213.4,
        "end": 215.4,
        "text": " Ngọc, Ngọc là ai?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 215.4,
        "end": 216.9,
        "text": " Là em chứ là ai?",
        "cut_off_in_the_middle": false
    },
    {
        "start": 217.4,
        "end": 219.72,
        "text": " Lần trước, nội đòi gặp Ngọc, em nói dối nội.",
        "cut_off_in_the_middle": false
    },
    {
        "start": 220.1,
        "end": 221.6,
        "text": " Ngọc đi Thái Lan một tuần mới về.",
        "cut_off_in_the_middle": false
    },
    {
        "start": 222.14000000000001,
        "end": 224.14000000000001,
        "text": " Sáng nay nội nhắc em là hôm nay Ngọc về.",
        "cut_off_in_the_middle": false
    },
    {
        "start": 224.72,
        "end": 227.0,
        "text": " Bắt em với cư đưa Ngọc về nhà ăn cơm.",
        "cut_off_in_the_middle": false
    }
]