File size: 23,483 Bytes
8a53a03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "resolution": "640x360",
  "duration_seconds": 259,
  "content_parent_category": "Automotive",
  "content_fine_category": "Driving Tutorials",
  "youtube_title": "Driving in Japan-traffics signs, rules and point system for offences",
  "youtube_description": "Hi everyone!  This video talks about Japanese traffic rules/signs and the point system. Also I talk about driving with an international driver's license in Japan.\n\nThis channel will talk about life in Japan.  It will also show you how to do things in Japan.\n\n\n\n\n\nBingo 5,\n\nhow to buy a train ticket in Japan,\n\nhow to live in Japan,\n\nhow to play Japanese lottery,\n\nJapan Lotto,\n\nJapan scratch lotto\n\nJapan sightseeing,\n\nJapan travel guide,\n\nJAPAN,\n\nJapanese banking,\n\nJapanese culture,\n\nJapanese daily life,\n\nJapanese driver's license,\n\nJapanese language,\n\nJapanese, \n\nJapanican, \n\nlife in Japan, \n\nliving in Japan,\n\nlottery,\n\ntakarakuji,\n\nthings to do in Japan, \n\nTokyo,\n\nTyphoon in Japan,\n\nvisit Japan, \n\nwinning the lottery in Japan,\n\nwork in Japan,\n\nYOUTUBE,\n\n宝くじ,当たり,",
  "text_to_speech_word_count": 494,
  "youtube_categories": [
    "People & Blogs"
  ],
  "youtube_tags": [
    "Bingo 5",
    "how to buy a train ticket in Japan",
    "how to live in Japan",
    "how to play Japanese lottery",
    "Japan Lotto",
    "Japan travel guide",
    "JAPAN",
    "Japanese culture",
    "Japanese daily life",
    "Japanese driver's license",
    "Japanese language",
    "Japanese",
    "Japanican",
    "life in Japan",
    "living in Japan",
    "lottery",
    "things to do in Japan",
    "Tokyo",
    "Typhoon in Japan",
    "visit Japan",
    "work in Japan",
    "YOUTUBE",
    "宝くじ",
    "当たり",
    "Japanese traffic rules signs point system",
    "international driver's license in Japan"
  ],
  "youtube_channel": "WOW THAT'S JAPAN 2",
  "youtube_view_count": 12794,
  "youtube_comment_count": 21,
  "youtube_like_count": 153,
  "youtube_channel_follower_count": 6940,
  "youtube_upload_date": "20200115",
  "youtube_age_limit": 0,
  "content_metadata": {
    "title": "Know Japanese Traffic Rules/Signs/Point System",
    "description": "In this video, James, a motorcyclist, explains Japanese traffic rules, signs, and the point system to provide valuable information for those planning to drive in Japan.",
    "characterList": [
      {
        "characterId": "1",
        "name": "James",
        "description": "The speaker and motorcyclist in the video. He wears a black helmet, jacket, gloves, and pants, and rides a silver motorcycle with a black seat."
      }
    ],
    "scenes": [
      {
        "sceneId": 1,
        "title": "Introduction",
        "timestamps": {
          "start_timestamp": "00:00:00.000",
          "end_timestamp": "00:00:08.000"
        },
        "cast": [
          "James"
        ],
        "activities": [
          {
            "description": "James introduces himself and the date.",
            "timestamp": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:06.000"
            }
          },
          {
            "description": "James drives a motorcycle on a road.",
            "timestamp": {
              "start_timestamp": "00:00:06.000",
              "end_timestamp": "00:00:08.000"
            }
          }
        ],
        "props": [
          {
            "name": "Motorcycle",
            "timestamp": {
              "start_timestamp": "00:00:06.000",
              "end_timestamp": "00:00:08.000"
            }
          },
          {
            "name": "Road",
            "timestamp": {
              "start_timestamp": "00:00:06.000",
              "end_timestamp": "00:00:08.000"
            }
          },
          {
            "name": "Surrounding scenery (houses, trees, etc.)",
            "timestamp": {
              "start_timestamp": "00:00:06.000",
              "end_timestamp": "00:00:08.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Title card 'Know Japanese traffic rules/signs/point system' overlays the video.",
            "timestamps": {
              "start_timestamp": "00:00:00.000",
              "end_timestamp": "00:00:08.000"
            }
          }
        ],
        "mood": {
          "description": "Content",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "James sets the scene by introducing himself and explaining the purpose of the video, which is to explain Japanese traffic rules and signs.",
            "timestamp": "00:00:00.000"
          }
        ],
        "characterInteraction": [],
        "thematicElements": "Introduction to Japanese traffic rules and signs.",
        "contextualRelevance": "",
        "dynamismScore": 0.7,
        "audioVisualCorrelation": 1.0
      },
      {
        "sceneId": 2,
        "title": "International Driver's License in Japan",
        "timestamps": {
          "start_timestamp": "00:00:08.033",
          "end_timestamp": "00:00:41.333"
        },
        "cast": [
          "James"
        ],
        "activities": [
          {
            "description": "James drives a motorcycle on a road.",
            "timestamp": {
              "start_timestamp": "00:00:08.033",
              "end_timestamp": "00:00:41.000"
            }
          },
          {
            "description": "James explains the validity of international driver's licenses in Japan.",
            "timestamp": {
              "start_timestamp": "00:00:19.000",
              "end_timestamp": "00:00:32.000"
            }
          },
          {
            "description": "James explains the necessity of switching to a Japanese driver's license for longer stays.",
            "timestamp": {
              "start_timestamp": "00:00:32.000",
              "end_timestamp": "00:00:41.000"
            }
          }
        ],
        "props": [
          {
            "name": "Motorcycle",
            "timestamp": {
              "start_timestamp": "00:00:08.033",
              "end_timestamp": "00:00:41.000"
            }
          },
          {
            "name": "Road",
            "timestamp": {
              "start_timestamp": "00:00:08.033",
              "end_timestamp": "00:00:41.000"
            }
          },
          {
            "name": "Surrounding scenery (houses, trees, etc.)",
            "timestamp": {
              "start_timestamp": "00:00:08.033",
              "end_timestamp": "00:00:41.000"
            }
          },
          {
            "name": "Traffic signs (maximum speed sign, lane markings)",
            "timestamp": {
              "start_timestamp": "00:00:08.033",
              "end_timestamp": "00:00:41.000"
            }
          }
        ],
        "videoEditingDetails": [],
        "mood": {
          "description": "Indifferent (Informative)",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "James provides information about using international driver's licenses in Japan and the requirements for obtaining a Japanese license if staying long-term.",
            "timestamp": "00:00:19.000"
          }
        ],
        "characterInteraction": [],
        "thematicElements": "International driver's license validity, obtaining a Japanese driver's license.",
        "contextualRelevance": "",
        "dynamismScore": 0.7,
        "audioVisualCorrelation": 0.8
      },
      {
        "sceneId": 3,
        "title": "Traffic Signs and Rules",
        "timestamps": {
          "start_timestamp": "00:00:41.367",
          "end_timestamp": "00:02:18.367"
        },
        "cast": [
          "James",
          "Pedestrians"
        ],
        "activities": [
          {
            "description": "James drives a motorcycle on a road, demonstrating various traffic rules and signs.",
            "timestamp": {
              "start_timestamp": "00:00:41.367",
              "end_timestamp": "00:02:18.000"
            }
          },
          {
            "description": "James explains the maximum speed sign.",
            "timestamp": {
              "start_timestamp": "00:00:45.000",
              "end_timestamp": "00:00:55.000"
            }
          },
          {
            "description": "James explains lane markings (dashed and solid lines).",
            "timestamp": {
              "start_timestamp": "00:00:55.000",
              "end_timestamp": "00:01:07.000"
            }
          },
          {
            "description": "James stops at a crosswalk and explains the rules for pedestrians.",
            "timestamp": {
              "start_timestamp": "00:01:07.000",
              "end_timestamp": "00:01:19.000"
            }
          },
          {
            "description": "James points out a no parking sign.",
            "timestamp": {
              "start_timestamp": "00:02:08.000",
              "end_timestamp": "00:02:12.000"
            }
          },
          {
            "description": "James points out a school crossing sign.",
            "timestamp": {
              "start_timestamp": "00:02:17.000",
              "end_timestamp": "00:02:18.367"
            }
          }
        ],
        "props": [
          {
            "name": "Motorcycle",
            "timestamp": {
              "start_timestamp": "00:00:41.367",
              "end_timestamp": "00:02:18.000"
            }
          },
          {
            "name": "Road",
            "timestamp": {
              "start_timestamp": "00:00:41.367",
              "end_timestamp": "00:02:18.000"
            }
          },
          {
            "name": "Surrounding scenery (houses, trees, etc.)",
            "timestamp": {
              "start_timestamp": "00:00:41.367",
              "end_timestamp": "00:02:18.000"
            }
          },
          {
            "name": "Various traffic signs (maximum speed sign, lane markings, no parking sign, school crossing sign, stop sign)",
            "timestamp": {
              "start_timestamp": "00:00:41.367",
              "end_timestamp": "00:02:18.000"
            }
          }
        ],
        "videoEditingDetails": [],
        "mood": {
          "description": "Indifferent (Informative)",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "James continues driving and explaining various traffic signs and rules, focusing on speed limits, lane changes, pedestrian safety, parking restrictions, and school crossings.",
            "timestamp": "00:00:41.367"
          }
        ],
        "characterInteraction": [
          {
            "characters": [
              "James",
              "Pedestrians"
            ],
            "description": "James interacts with pedestrians by stopping for them at a crosswalk."
          }
        ],
        "thematicElements": "Traffic sign recognition, obeying traffic rules, pedestrian safety, school crossing awareness.",
        "contextualRelevance": "",
        "dynamismScore": 0.8,
        "audioVisualCorrelation": 0.9
      },
      {
        "sceneId": 4,
        "title": "Stop Sign and Bicycle Lane",
        "timestamps": {
          "start_timestamp": "00:02:18.400",
          "end_timestamp": "00:02:45.333"
        },
        "cast": [
          "James"
        ],
        "activities": [
          {
            "description": "James drives a motorcycle on a road.",
            "timestamp": {
              "start_timestamp": "00:02:18.400",
              "end_timestamp": "00:02:45.000"
            }
          },
          {
            "description": "James explains the meaning of an upside-down red triangle as a stop sign.",
            "timestamp": {
              "start_timestamp": "00:02:33.000",
              "end_timestamp": "00:02:41.000"
            }
          },
          {
            "description": "James points out a sign indicating a bicycle lane.",
            "timestamp": {
              "start_timestamp": "00:02:41.000",
              "end_timestamp": "00:02:45.000"
            }
          }
        ],
        "props": [
          {
            "name": "Motorcycle",
            "timestamp": {
              "start_timestamp": "00:02:18.400",
              "end_timestamp": "00:02:45.000"
            }
          },
          {
            "name": "Road",
            "timestamp": {
              "start_timestamp": "00:02:18.400",
              "end_timestamp": "00:02:45.000"
            }
          },
          {
            "name": "Surrounding scenery (houses, etc.)",
            "timestamp": {
              "start_timestamp": "00:02:18.400",
              "end_timestamp": "00:02:45.000"
            }
          },
          {
            "name": "Stop sign",
            "timestamp": {
              "start_timestamp": "00:02:33.000",
              "end_timestamp": "00:02:41.000"
            }
          },
          {
            "name": "Bicycle lane sign",
            "timestamp": {
              "start_timestamp": "00:02:41.000",
              "end_timestamp": "00:02:45.000"
            }
          }
        ],
        "videoEditingDetails": [],
        "mood": {
          "description": "Indifferent (Informative)",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "James continues explaining traffic signs, focusing on the unique stop sign design in Japan and a sign indicating a bicycle lane.",
            "timestamp": "00:02:33.000"
          }
        ],
        "characterInteraction": [],
        "thematicElements": "Stop sign recognition, recognizing bicycle lanes.",
        "contextualRelevance": "",
        "dynamismScore": 0.6,
        "audioVisualCorrelation": 0.9
      },
      {
        "sceneId": 5,
        "title": "Thick White Line and Point System",
        "timestamps": {
          "start_timestamp": "00:02:45.367",
          "end_timestamp": "00:04:18.433"
        },
        "cast": [
          "James"
        ],
        "activities": [
          {
            "description": "James drives a motorcycle on a road.",
            "timestamp": {
              "start_timestamp": "00:02:45.367",
              "end_timestamp": "00:04:18.000"
            }
          },
          {
            "description": "James explains the meaning of a thick white line on the road, indicating a full stop.",
            "timestamp": {
              "start_timestamp": "00:02:45.367",
              "end_timestamp": "00:02:55.000"
            }
          },
          {
            "description": "James briefly discusses the Japanese point system for traffic violations.",
            "timestamp": {
              "start_timestamp": "00:03:40.000",
              "end_timestamp": "00:04:13.000"
            }
          }
        ],
        "props": [
          {
            "name": "Motorcycle",
            "timestamp": {
              "start_timestamp": "00:02:45.367",
              "end_timestamp": "00:04:18.000"
            }
          },
          {
            "name": "Road",
            "timestamp": {
              "start_timestamp": "00:02:45.367",
              "end_timestamp": "00:04:18.000"
            }
          },
          {
            "name": "Surrounding scenery (houses, buildings, etc.)",
            "timestamp": {
              "start_timestamp": "00:02:45.367",
              "end_timestamp": "00:04:18.000"
            }
          },
          {
            "name": "Thick white line marking",
            "timestamp": {
              "start_timestamp": "00:02:45.367",
              "end_timestamp": "00:02:55.000"
            }
          },
          {
            "name": "Speed limit sign (partially obscured)",
            "timestamp": {
              "start_timestamp": "00:02:45.367",
              "end_timestamp": "00:04:18.000"
            }
          }
        ],
        "videoEditingDetails": [
          {
            "description": "Text outlining the Japanese point system and its consequences overlays the video.",
            "timestamps": {
              "start_timestamp": "00:03:51.000",
              "end_timestamp": "00:04:13.000"
            }
          }
        ],
        "mood": {
          "description": "Indifferent (Informative)",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "James explains another road marking and then transitions to a brief overview of Japan's point system for driving violations, detailing point ranges and their corresponding penalties.",
            "timestamp": "00:02:45.367"
          }
        ],
        "characterInteraction": [],
        "thematicElements": "Road marking recognition, consequences of traffic violations, Japan's point system.",
        "contextualRelevance": "",
        "dynamismScore": 0.6,
        "audioVisualCorrelation": 0.7
      },
      {
        "sceneId": 6,
        "title": "Outro",
        "timestamps": {
          "start_timestamp": "00:04:18.467",
          "end_timestamp": "00:04:18.433"
        },
        "cast": [
          "James"
        ],
        "activities": [
          {
            "description": "James drives a motorcycle on a road.",
            "timestamp": {
              "start_timestamp": "00:04:18.467",
              "end_timestamp": "00:04:18.467"
            }
          },
          {
            "description": "James ends the video.",
            "timestamp": {
              "start_timestamp": "00:04:18.467",
              "end_timestamp": "00:04:18.467"
            }
          }
        ],
        "props": [
          {
            "name": "Motorcycle",
            "timestamp": {
              "start_timestamp": "00:04:18.467",
              "end_timestamp": "00:04:18.467"
            }
          },
          {
            "name": "Road",
            "timestamp": {
              "start_timestamp": "00:04:18.467",
              "end_timestamp": "00:04:18.467"
            }
          },
          {
            "name": "Surrounding scenery (buildings, etc.)",
            "timestamp": {
              "start_timestamp": "00:04:18.467",
              "end_timestamp": "00:04:18.467"
            }
          }
        ],
        "videoEditingDetails": [],
        "mood": {
          "description": "Content",
          "keyMoments": []
        },
        "narrativeProgression": [
          {
            "description": "James concludes the video.",
            "timestamp": "00:04:18.467"
          }
        ],
        "characterInteraction": [],
        "thematicElements": "",
        "contextualRelevance": "",
        "dynamismScore": 0.5,
        "audioVisualCorrelation": 0.0
      }
    ],
    "storylines": {
      "description": "Explaining Japanese traffic signs and rules through a motorcycle journey.",
      "scenes": [
        1,
        2,
        3,
        4,
        5,
        6
      ],
      "climax": {
        "description": "The explanation of the Japanese point system, detailing point ranges and their corresponding penalties.",
        "timestamp": "00:03:40.000"
      }
    },
    "qAndA": [
      {
        "question": "What is the color and shape of a Japanese stop sign?",
        "answer": "It is a red upside-down triangle. (2:33-2:41)"
      },
      {
        "question": "What does a thick white line on the road signify?",
        "answer": "It means you must make a full stop before proceeding with caution. (2:45-2:55)"
      },
      {
        "question": "What does it mean if a road marking is a dashed line?",
        "answer": "It means you are allowed to change lanes in that section. (0:55-1:07)"
      },
      {
        "question": "How long can you drive in Japan with an international driver's license?",
        "answer": "You can drive for one year from the date of your landing permit or the date of issue on the license, whichever comes first. (0:19-0:32)"
      },
      {
        "question": "What is the general mood of the video?",
        "answer": "The mood is largely informative and neutral. James delivers information about Japanese traffic laws in a straightforward manner."
      }
    ],
    "trimmingSuggestions": [
      {
        "description": "The segment where James talks about the necessity of switching to a Japanese driver's license could be shortened.",
        "timestamps": {
          "start_timestamp": "00:04:18.467",
          "end_timestamp": "00:04:18.467"
        }
      },
      {
        "description": "The detailed breakdown of points for revocation (3+ years) might be condensed.",
        "timestamps": {
          "start_timestamp": "00:04:18.467",
          "end_timestamp": "00:04:18.467"
        }
      }
    ],
    "fps": 30.0
  },
  "text_to_speech": "hi everyone it's james in japan it is wednesday january 15th 2020 ray2 i'm off to starbucks for some coffee and i think today's video is about traffic signs and their meanings and i might talk a little bit about the point system for traffic violations if you come to japan with an international driver's license you can only drive in japan for one year from the date of your landing permit or one year of the date of issue of the international driver's license whichever is first if you're planning to live in japan for more than 12 months and drive in japan you need to switch over to a japanese driver's license you must change your driver's license status we are approaching a maximum speed sign indicated by that circle japanese speed signs are round and white with a red rim around the edge and a blue number dashes on the road allow you to change lanes however if you see a long solid line like this you cannot cross over if a cop sees you you're getting a fine i'm about to cross through this crosswalk but if there are pedestrians on the other side i'm required by law to wait for them to cross no matter how slow they walk if you break that rule you're getting a ticket this is a main road it's fatter so the maximum speed here is 50 kilometers per hour i'm going to turn right and you can see the long solid white lines on the road i have to stay in this lane no switching over to my left a no parking sign the blue sign above is a school crossing sign drivers are required to stop if they see school children wanting to cross failure to do so is a fine to my right is an elementary school an upside down triangle painted in red is a stop sign the writing on the road is tomate which means to stop sign with a bicycle in it means you can cycle here do you see that thick white paint on the road that means you make a full stop here then you can proceed with if caution cop sees you're not doing that you'll get a ticket up ahead there's a speed sign but the trees are blocking it you see let's talk about points japan uses a point system you are given points for various offenses once you have accumulated a number of points your license will be suspended or revoked six to 14 points suspension for one to six months 15 to 24 points revocation for one year 25 to 34 points revocation for two years 35 to 44 points revocation for three years 44 points plus revocation for five years this is for drivers who haven't had their license suspended in the last three years well that's it for this video guys thanks for watching have a good day bye"
}