Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 55,432 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 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 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 |
{
"resolution": "640x360",
"duration_seconds": 623,
"content_parent_category": "Automotive",
"content_fine_category": "Car Reviews",
"youtube_title": "Top Gear | The Perfect Road Trip 2 | Unseen Clips",
"youtube_description": "Some Unseen Clips and Behind The Scene from #TopGearSpecial The Perfect Road Trip 2.\n\nJeremy Clarkson and Richard Hammond have \"another crack\" at experiencing the Perfect Road Trip in a range of cars on roads amongst the scenery and sunshine of the Mediterranean. \n\nGet it on Blu-Ray: https://amzn.to/2H3UDPf\n\nThank you everyone for your enormous support lately.\nFollow us on Twitter here: https://twitter.com/CarSarcasmTV",
"text_to_speech_word_count": 1120,
"youtube_categories": [
"Autos & Vehicles"
],
"youtube_tags": [
"top gear",
"top gear uk",
"top gear special",
"the perfect road trip",
"james may",
"jeremy clarkson",
"richard hammond",
"old top gear",
"top gear funny moments",
"top gear behind the scene",
"top gear france",
"top gear outtakes",
"jeremy clarkson panic",
"top gear unseen clips",
"top gear uk behind the scene",
"top gear road trip",
"top gear perfect road trip"
],
"youtube_channel": "Carsarcasm TV",
"youtube_view_count": 245969,
"youtube_comment_count": 86,
"youtube_like_count": 2221,
"youtube_channel_follower_count": 44200,
"youtube_upload_date": "20190109",
"youtube_age_limit": 0,
"content_metadata": {
"title": "The Perfect Road Trip 2",
"description": "A comedic and thrilling road trip through Europe featuring supercars, cultural quirks, and unexpected mishaps.",
"characterList": [
{
"characterId": "1",
"name": "Jeremy Clarkson",
"description": "Older male, graying hair, often wears blue shirts, drives various cars, known for his sarcastic humor and strong opinions."
},
{
"characterId": "2",
"name": "Richard Hammond",
"description": "Younger male, brown hair, often wears plaid shirts, drives various cars, known for his enthusiasm and occasional mishaps."
},
{
"characterId": "3",
"name": "James May (The Stig)",
"description": "Male, always wears a white racing suit and helmet, never speaks, known for his incredible driving skills."
},
{
"characterId": "4",
"name": "Max Venturi",
"description": "Male, younger, dark hair, seen wearing a Lamborghini t-shirt, test driver for Lamborghini."
}
],
"scenes": [
{
"sceneId": 1,
"title": "Road Trip Introduction",
"timestamps": {
"start_timestamp": "00:00:00.000",
"end_timestamp": "00:00:19.000"
},
"cast": [
"Jeremy Clarkson",
"Richard Hammond"
],
"activities": [
{
"description": "Discussing the new road trip while on a boat in Venice.",
"timestamp": {
"start_timestamp": "00:00:15.000",
"end_timestamp": "00:00:19.000"
}
}
],
"props": [
{
"name": "Boat",
"timestamp": {
"start_timestamp": "00:00:12.000",
"end_timestamp": "00:00:19.000"
}
},
{
"name": "Steering wheel",
"timestamp": {
"start_timestamp": "00:00:12.000",
"end_timestamp": "00:00:19.000"
}
},
{
"name": "City of Venice in the background",
"timestamp": {
"start_timestamp": "00:00:12.000",
"end_timestamp": "00:00:19.000"
}
}
],
"videoEditingDetails": [
{
"description": "Fast-paced montage of supercars and previous road trip footage.",
"timestamps": {
"start_timestamp": "00:00:00.000",
"end_timestamp": "00:00:11.000"
}
},
{
"description": "Transition to a calm boat scene in Venice.",
"timestamps": {
"start_timestamp": "00:00:12.000",
"end_timestamp": "00:00:15.000"
}
},
{
"description": "Fade to black.",
"timestamps": {
"start_timestamp": "00:00:19.000",
"end_timestamp": "00:00:19.000"
}
}
],
"mood": {
"description": "Initially Excited during the montage, transitioning to Calm during the boat scene.",
"keyMoments": [
{
"timestamp": "00:00:12.000",
"changeDescription": "Transition from fast-paced music and visuals to calm boat sounds and scenic shots of Venice."
}
]
},
"narrativeProgression": [
{
"description": "Introduces the new road trip, emphasizing its improvement over the previous one, specifically by avoiding France.",
"timestamp": "00:00:14.000"
}
],
"characterInteraction": [
{
"characters": [
"Jeremy Clarkson",
"Richard Hammond"
],
"description": "Jeremy and Richard engage in light-hearted banter about avoiding France and speeding fines."
}
],
"thematicElements": "Focus on cars, road trips, European travel.",
"contextualRelevance": "",
"dynamismScore": 0.7,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 2,
"title": "Meeting Max Venturi",
"timestamps": {
"start_timestamp": "00:00:19.040",
"end_timestamp": "00:00:40.480"
},
"cast": [
"Richard Hammond",
"Max Venturi"
],
"activities": [
{
"description": "Richard meets Max Venturi, the Lamborghini test driver, and receives a positive car review.",
"timestamp": {
"start_timestamp": "00:00:20.000",
"end_timestamp": "00:00:40.000"
}
}
],
"props": [
{
"name": "Orange Lamborghini Huracán",
"timestamp": {
"start_timestamp": "00:00:20.000",
"end_timestamp": "00:00:40.000"
}
},
{
"name": "Orange McLaren 650S",
"timestamp": {
"start_timestamp": "00:00:20.000",
"end_timestamp": "00:00:40.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to a static shot of the two sports cars.",
"timestamps": {
"start_timestamp": "00:00:20.000",
"end_timestamp": "00:00:30.000"
}
},
{
"description": "Close-up shots of Richard and Max.",
"timestamps": {
"start_timestamp": "00:00:30.000",
"end_timestamp": "00:00:40.000"
}
}
],
"mood": {
"description": "Excited",
"keyMoments": []
},
"narrativeProgression": [
{
"description": "Richard is handed a Lamborghini Huracán for the road trip.",
"timestamp": "00:00:32.000"
}
],
"characterInteraction": [
{
"characters": [
"Richard Hammond",
"Max Venturi"
],
"description": "Brief, friendly exchange between Richard and Max, focusing on the car's performance."
}
],
"thematicElements": "Luxury cars, test driving.",
"contextualRelevance": "",
"dynamismScore": 0.4,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 3,
"title": "The Drive Begins",
"timestamps": {
"start_timestamp": "00:00:40.520",
"end_timestamp": "00:01:18.120"
},
"cast": [
"Richard Hammond",
"Jeremy Clarkson"
],
"activities": [
{
"description": "Richard and Jeremy drive their respective supercars on a highway.",
"timestamp": {
"start_timestamp": "00:00:41.000",
"end_timestamp": "00:01:18.000"
}
}
],
"props": [
{
"name": "Lamborghini Huracán (interior and exterior)",
"timestamp": {
"start_timestamp": "00:00:41.000",
"end_timestamp": "00:01:18.000"
}
},
{
"name": "McLaren 650S (interior)",
"timestamp": {
"start_timestamp": "00:00:41.000",
"end_timestamp": "00:01:18.000"
}
},
{
"name": "Highway",
"timestamp": {
"start_timestamp": "00:00:41.000",
"end_timestamp": "00:01:18.000"
}
},
{
"name": "Rearview mirror",
"timestamp": {
"start_timestamp": "00:00:41.000",
"end_timestamp": "00:01:18.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to Richard driving the Lamborghini.",
"timestamps": {
"start_timestamp": "00:00:41.000",
"end_timestamp": "00:00:50.000"
}
},
{
"description": "Intercut shots of Richard and Jeremy driving their cars, highlighting speed and engine sounds.",
"timestamps": {
"start_timestamp": "00:00:50.000",
"end_timestamp": "00:01:18.000"
}
}
],
"mood": {
"description": "Excited, transitioning to Exhilarated",
"keyMoments": [
{
"timestamp": "00:00:59.000",
"changeDescription": "Richard's excitement noticeably increases as he accelerates."
}
]
},
"narrativeProgression": [
{
"description": "Richard and Jeremy begin their road trip, enjoying the thrilling experience of driving their supercars.",
"timestamp": "00:01:07.000"
}
],
"characterInteraction": [],
"thematicElements": "Supercar performance, thrill of driving.",
"contextualRelevance": "",
"dynamismScore": 0.8,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 4,
"title": "Lunch in Bologna",
"timestamps": {
"start_timestamp": "00:01:18.160",
"end_timestamp": "00:01:39.240"
},
"cast": [
"Jeremy Clarkson",
"Richard Hammond"
],
"activities": [
{
"description": "Having lunch in Bologna, struggling to order spaghetti Bolognese.",
"timestamp": {
"start_timestamp": "00:01:21.000",
"end_timestamp": "00:01:39.240"
}
}
],
"props": [
{
"name": "City of Bologna",
"timestamp": {
"start_timestamp": "00:01:19.000",
"end_timestamp": "00:01:21.000"
}
},
{
"name": "Restaurant tables",
"timestamp": {
"start_timestamp": "00:01:21.000",
"end_timestamp": "00:01:39.240"
}
},
{
"name": "Food",
"timestamp": {
"start_timestamp": "00:01:30.000",
"end_timestamp": "00:01:39.240"
}
},
{
"name": "Menus",
"timestamp": {
"start_timestamp": "00:01:21.000",
"end_timestamp": "00:01:30.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to an aerial view of Bologna.",
"timestamps": {
"start_timestamp": "00:01:19.000",
"end_timestamp": "00:01:21.000"
}
},
{
"description": "Shots of Richard ordering food and failing.",
"timestamps": {
"start_timestamp": "00:01:21.000",
"end_timestamp": "00:01:29.000"
}
},
{
"description": "Cut to Jeremy and Richard at a restaurant table, discussing their meals.",
"timestamps": {
"start_timestamp": "00:01:30.000",
"end_timestamp": "00:01:39.240"
}
}
],
"mood": {
"description": "Lighthearted with a touch of Frustration",
"keyMoments": [
{
"timestamp": "00:01:25.000",
"changeDescription": "Richard's initial lightheartedness shifts to mild frustration as his food order is rejected."
}
]
},
"narrativeProgression": [
{
"description": "Shows a lighthearted moment where the characters face a cultural misunderstanding while trying to order a classic Italian dish.",
"timestamp": "00:01:34.000"
}
],
"characterInteraction": [
{
"characters": [
"Jeremy Clarkson",
"Richard Hammond"
],
"description": "Jeremy and Richard share their frustration in a humorous exchange."
}
],
"thematicElements": "Food, culture, travel mishaps.",
"contextualRelevance": "",
"dynamismScore": 0.5,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 5,
"title": "Mugello Circuit Racing",
"timestamps": {
"start_timestamp": "00:01:39.280",
"end_timestamp": "00:02:56.440"
},
"cast": [
"Richard Hammond",
"Jeremy Clarkson",
"The Stig",
"rescue workers"
],
"activities": [
{
"description": "Racing at the Mugello Circuit, Richard crashes the Jaguar F-Type, Jeremy continues the race.",
"timestamp": {
"start_timestamp": "00:01:41.000",
"end_timestamp": "00:02:56.440"
}
}
],
"props": [
{
"name": "Jaguar F-Type",
"timestamp": {
"start_timestamp": "00:01:41.000",
"end_timestamp": "00:02:56.440"
}
},
{
"name": "BMW M4",
"timestamp": {
"start_timestamp": "00:01:41.000",
"end_timestamp": "00:02:56.440"
}
},
{
"name": "Fiat 500 Abarth",
"timestamp": {
"start_timestamp": "00:01:41.000",
"end_timestamp": "00:02:56.440"
}
},
{
"name": "Race track",
"timestamp": {
"start_timestamp": "00:01:41.000",
"end_timestamp": "00:02:56.440"
}
},
{
"name": "Rescue truck",
"timestamp": {
"start_timestamp": "00:02:39.000",
"end_timestamp": "00:02:56.440"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to a wide shot of the Mugello Circuit.",
"timestamps": {
"start_timestamp": "00:01:41.000",
"end_timestamp": "00:01:42.000"
}
},
{
"description": "Fast-paced shots of the cars racing.",
"timestamps": {
"start_timestamp": "00:01:42.000",
"end_timestamp": "00:01:49.000"
}
},
{
"description": "Slow motion shot of Richard crashing the Jaguar.",
"timestamps": {
"start_timestamp": "00:01:49.000",
"end_timestamp": "00:02:39.000"
}
},
{
"description": "Cut to Richard inspecting the damaged car with Jeremy and rescue workers.",
"timestamps": {
"start_timestamp": "00:02:39.000",
"end_timestamp": "00:02:54.000"
}
},
{
"description": "Cut to Jeremy getting back in his car and continuing the race.",
"timestamps": {
"start_timestamp": "00:02:54.000",
"end_timestamp": "00:02:56.440"
}
}
],
"mood": {
"description": "Excited during the race, shifting to Shocked and then Humorous.",
"keyMoments": [
{
"timestamp": "00:01:49.000",
"changeDescription": "Abrupt shift from the exciting race music and visuals to a slow-motion crash."
},
{
"timestamp": "00:02:40.000",
"changeDescription": "Shift from shocked silence after the crash to Jeremy and Richard's humorous exchange about the damaged car."
}
]
},
"narrativeProgression": [
{
"description": "The race leads to Richard crashing the F-Type, but the overall competition continues.",
"timestamp": "00:01:49.000"
},
{
"description": "Jeremy rejoins the race, taking Richard's place.",
"timestamp": "00:02:54.000"
}
],
"characterInteraction": [
{
"characters": [
"Richard Hammond",
"Jeremy Clarkson"
],
"description": "The initial focus is on the racing competition, followed by banter between Richard and Jeremy about the crash."
}
],
"thematicElements": "Competition, driving skill, car damage.",
"contextualRelevance": "",
"dynamismScore": 0.8,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 6,
"title": "The Stig's Unexpected Rage",
"timestamps": {
"start_timestamp": "00:02:56.480",
"end_timestamp": "00:03:32.000"
},
"cast": [
"James May (The Stig)"
],
"activities": [
{
"description": "The Stig destroys a table and chairs, causing damage.",
"timestamp": {
"start_timestamp": "00:02:58.000",
"end_timestamp": "00:03:32.000"
}
}
],
"props": [
{
"name": "Fiat 500 Abarth",
"timestamp": {
"start_timestamp": "00:02:58.000",
"end_timestamp": "00:03:32.000"
}
},
{
"name": "White plastic table and chairs",
"timestamp": {
"start_timestamp": "00:02:58.000",
"end_timestamp": "00:03:32.000"
}
},
{
"name": "Tow truck",
"timestamp": {
"start_timestamp": "00:02:58.000",
"end_timestamp": "00:03:32.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to The Stig kicking a chair.",
"timestamps": {
"start_timestamp": "00:02:58.000",
"end_timestamp": "00:03:00.000"
}
},
{
"description": "Wide shot showing the damaged table and chairs.",
"timestamps": {
"start_timestamp": "00:03:27.000",
"end_timestamp": "00:03:32.000"
}
}
],
"mood": {
"description": "Humorous",
"keyMoments": []
},
"narrativeProgression": [
{
"description": "A comedic interlude showing The Stig causing damage.",
"timestamp": "00:02:58.000"
}
],
"characterInteraction": [],
"thematicElements": "Comedic relief, unexpected behavior.",
"contextualRelevance": "",
"dynamismScore": 0.6,
"audioVisualCorrelation": 0.5
},
{
"sceneId": 7,
"title": "Wine Tasting Trick",
"timestamps": {
"start_timestamp": "00:03:32.040",
"end_timestamp": "00:03:44.720"
},
"cast": [
"Jeremy Clarkson",
"Richard Hammond"
],
"activities": [
{
"description": "Wine tasting, Jeremy gets tricked by Richard and is unable to drive. Richard takes over driving the McLaren P1.",
"timestamp": {
"start_timestamp": "00:03:33.000",
"end_timestamp": "00:03:44.000"
}
}
],
"props": [
{
"name": "Blindfold",
"timestamp": {
"start_timestamp": "00:03:33.000",
"end_timestamp": "00:03:38.000"
}
},
{
"name": "Wine glasses",
"timestamp": {
"start_timestamp": "00:03:33.000",
"end_timestamp": "00:03:38.000"
}
},
{
"name": "Wine bottles",
"timestamp": {
"start_timestamp": "00:03:33.000",
"end_timestamp": "00:03:38.000"
}
},
{
"name": "McLaren P1",
"timestamp": {
"start_timestamp": "00:03:38.000",
"end_timestamp": "00:03:44.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to Jeremy blindfolded at a wine tasting.",
"timestamps": {
"start_timestamp": "00:03:33.000",
"end_timestamp": "00:03:33.000"
}
},
{
"description": "Close-up shots of Jeremy tasting and guessing the wine.",
"timestamps": {
"start_timestamp": "00:03:38.000",
"end_timestamp": "00:03:40.000"
}
},
{
"description": "Richard reveals it was white wine and takes the car keys.",
"timestamps": {
"start_timestamp": "00:03:40.000",
"end_timestamp": "00:03:41.000"
}
},
{
"description": "Cut to Richard driving the McLaren P1.",
"timestamps": {
"start_timestamp": "00:03:41.000",
"end_timestamp": "00:03:44.000"
}
}
],
"mood": {
"description": "Humorous",
"keyMoments": []
},
"narrativeProgression": [
{
"description": "Richard tricks Jeremy at a wine tasting, allowing him to take the wheel of the McLaren P1.",
"timestamp": "00:03:40.000"
}
],
"characterInteraction": [
{
"characters": [
"Jeremy Clarkson",
"Richard Hammond"
],
"description": "Jeremy is initially the focus, followed by Richard's playful trickery and successful takeover."
}
],
"thematicElements": "Deception, humor, roles reversed.",
"contextualRelevance": "",
"dynamismScore": 0.6,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 8,
"title": "The Short-lived P1 Experience",
"timestamps": {
"start_timestamp": "00:03:44.760",
"end_timestamp": "00:04:55.640"
},
"cast": [
"Richard Hammond"
],
"activities": [
{
"description": "Richard driving the McLaren P1.",
"timestamp": {
"start_timestamp": "00:03:45.000",
"end_timestamp": "00:04:55.000"
}
}
],
"props": [
{
"name": "McLaren P1 (interior and exterior)",
"timestamp": {
"start_timestamp": "00:03:45.000",
"end_timestamp": "00:04:55.000"
}
},
{
"name": "Scenic countryside road",
"timestamp": {
"start_timestamp": "00:03:45.000",
"end_timestamp": "00:04:55.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to a close-up shot of the McLaren P1's wheels.",
"timestamps": {
"start_timestamp": "00:03:45.000",
"end_timestamp": "00:03:46.000"
}
},
{
"description": "Transition to Richard driving the P1 on a winding road.",
"timestamps": {
"start_timestamp": "00:03:46.000",
"end_timestamp": "00:04:19.000"
}
},
{
"description": "Intercut shots of Richard driving and expressing his disappointment.",
"timestamps": {
"start_timestamp": "00:04:19.000",
"end_timestamp": "00:04:29.000"
}
},
{
"description": "Cut to black with a rotating circular effect.",
"timestamps": {
"start_timestamp": "00:04:55.000",
"end_timestamp": "00:04:55.000"
}
}
],
"mood": {
"description": "Initially Excited, then transitioning to Disappointed",
"keyMoments": [
{
"timestamp": "00:04:20.000",
"changeDescription": "Richard's facial expression shifts from enjoyment to disappointment."
}
]
},
"narrativeProgression": [
{
"description": "Richard finally gets to drive the P1, but his experience is cut short due to Jeremy's earlier trick.",
"timestamp": "00:04:24.000"
}
],
"characterInteraction": [
{
"characters": [
"Richard Hammond"
],
"description": "Richard speaks to Jeremy, expressing his frustration at being tricked."
}
],
"thematicElements": "Disappointment, unexpected turn of events.",
"contextualRelevance": "",
"dynamismScore": 0.7,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 9,
"title": "Kit-Car Ferraris Exploration",
"timestamps": {
"start_timestamp": "00:04:55.680",
"end_timestamp": "00:05:03.840"
},
"cast": [
"Richard Hammond",
"Jeremy Clarkson"
],
"activities": [
{
"description": "Driving kit-car Ferraris in an abandoned factory.",
"timestamp": {
"start_timestamp": "00:04:56.000",
"end_timestamp": "00:05:03.840"
}
}
],
"props": [
{
"name": "Two red kit-car Ferraris",
"timestamp": {
"start_timestamp": "00:04:56.000",
"end_timestamp": "00:05:03.840"
}
},
{
"name": "Abandoned factory",
"timestamp": {
"start_timestamp": "00:04:56.000",
"end_timestamp": "00:05:03.840"
}
},
{
"name": "Dirt road",
"timestamp": {
"start_timestamp": "00:04:56.000",
"end_timestamp": "00:05:03.840"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to an aerial view of an abandoned factory.",
"timestamps": {
"start_timestamp": "00:04:56.000",
"end_timestamp": "00:04:57.000"
}
},
{
"description": "Transition to shots of Jeremy and Richard driving the kit-car Ferraris through the factory.",
"timestamps": {
"start_timestamp": "00:04:57.000",
"end_timestamp": "00:05:00.000"
}
},
{
"description": "Close-up shot of one car's license plate.",
"timestamps": {
"start_timestamp": "00:05:00.000",
"end_timestamp": "00:05:00.000"
}
},
{
"description": "Quick cut to black.",
"timestamps": {
"start_timestamp": "00:05:03.840",
"end_timestamp": "00:05:03.840"
}
}
],
"mood": {
"description": "Curious and Intriguing",
"keyMoments": []
},
"narrativeProgression": [
{
"description": "Introduces the kit-car Ferraris and sets up the next segment.",
"timestamp": "00:05:01.000"
}
],
"characterInteraction": [],
"thematicElements": "Kit cars, unusual vehicles, adventure.",
"contextualRelevance": "",
"dynamismScore": 0.7,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 10,
"title": "Kit-Car Ferrari Mishaps",
"timestamps": {
"start_timestamp": "00:05:03.880",
"end_timestamp": "00:06:07.360"
},
"cast": [
"Richard Hammond",
"Jeremy Clarkson"
],
"activities": [
{
"description": "Discussing and driving kit-car Ferraris, Jeremy crashes into a wire fence.",
"timestamp": {
"start_timestamp": "00:05:05.000",
"end_timestamp": "00:06:07.360"
}
}
],
"props": [
{
"name": "Two red kit-car Ferraris",
"timestamp": {
"start_timestamp": "00:05:05.000",
"end_timestamp": "00:06:07.360"
}
},
{
"name": "Wire fence",
"timestamp": {
"start_timestamp": "00:06:05.000",
"end_timestamp": "00:06:07.360"
}
},
{
"name": "Wheelbarrow",
"timestamp": {
"start_timestamp": "00:05:05.000",
"end_timestamp": "00:05:45.000"
}
},
{
"name": "Rock",
"timestamp": {
"start_timestamp": "00:05:45.000",
"end_timestamp": "00:06:07.360"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to a close-up shot of a red car's wheels.",
"timestamps": {
"start_timestamp": "00:05:05.000",
"end_timestamp": "00:05:06.000"
}
},
{
"description": "Transition to Richard driving a kit-car Ferrari on a dirt road.",
"timestamps": {
"start_timestamp": "00:05:40.000",
"end_timestamp": "00:05:45.000"
}
},
{
"description": "Cut to Jeremy driving another kit-car Ferrari.",
"timestamps": {
"start_timestamp": "00:05:45.000",
"end_timestamp": "00:06:04.000"
}
},
{
"description": "Close-up shot of Jeremy's face as he expresses frustration.",
"timestamps": {
"start_timestamp": "00:06:04.000",
"end_timestamp": "00:06:05.000"
}
},
{
"description": "Slow-motion shot of the fence snapping and cutting Jeremy's arm.",
"timestamps": {
"start_timestamp": "00:06:05.000",
"end_timestamp": "00:06:07.360"
}
}
],
"mood": {
"description": "Initially Intrigued, transitioning to Comical followed by Concern",
"keyMoments": [
{
"timestamp": "00:05:51.000",
"changeDescription": "Shift from the lighthearted music and scenic shots to Jeremy's frustrated expression."
},
{
"timestamp": "00:06:05.000",
"changeDescription": "Slow-motion shot and sound of the snapping fence emphasize the severity of the crash."
}
]
},
"narrativeProgression": [
{
"description": "The test drive of the kit-car Ferraris ends with Jeremy crashing into a fence and getting injured.",
"timestamp": "00:06:05.000"
}
],
"characterInteraction": [
{
"characters": [
"Jeremy Clarkson",
"Richard Hammond"
],
"description": "Minimal interaction before the crash, followed by Jeremy yelling at Richard."
}
],
"thematicElements": "Kit cars, driving mishaps, unexpected events.",
"contextualRelevance": "",
"dynamismScore": 0.7,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 11,
"title": "Spaghetti Bolognese Success and Racing",
"timestamps": {
"start_timestamp": "00:06:07.400",
"end_timestamp": "00:06:18.080"
},
"cast": [
"Jeremy Clarkson",
"Richard Hammond"
],
"activities": [
{
"description": "Ordering spaghetti Bolognese in Siena, racing through the town.",
"timestamp": {
"start_timestamp": "00:06:09.000",
"end_timestamp": "00:06:18.000"
}
}
],
"props": [
{
"name": "Restaurant",
"timestamp": {
"start_timestamp": "00:06:09.000",
"end_timestamp": "00:06:12.000"
}
},
{
"name": "Spaghetti Bolognese",
"timestamp": {
"start_timestamp": "00:06:12.000",
"end_timestamp": "00:06:18.000"
}
},
{
"name": "Mini Cooper",
"timestamp": {
"start_timestamp": "00:06:15.000",
"end_timestamp": "00:06:18.000"
}
},
{
"name": "Audi S3",
"timestamp": {
"start_timestamp": "00:06:15.000",
"end_timestamp": "00:06:18.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to Jeremy and Richard at a restaurant, successfully ordering spaghetti Bolognese.",
"timestamps": {
"start_timestamp": "00:06:09.000",
"end_timestamp": "00:06:12.000"
}
},
{
"description": "Transition to Richard driving a Mini Cooper and Jeremy driving an Audi S3.",
"timestamps": {
"start_timestamp": "00:06:12.000",
"end_timestamp": "00:06:15.000"
}
},
{
"description": "Fast-paced shots of the cars navigating narrow streets.",
"timestamps": {
"start_timestamp": "00:06:15.000",
"end_timestamp": "00:06:18.000"
}
}
],
"mood": {
"description": "Triumphant and Excited",
"keyMoments": [
{
"timestamp": "00:06:15.000",
"changeDescription": "Shift from the relaxed restaurant atmosphere and calm music to dynamic driving shots and upbeat music."
}
]
},
"narrativeProgression": [
{
"description": "Jeremy finally enjoys spaghetti Bolognese and then races Richard through Siena.",
"timestamp": "00:06:11.000"
}
],
"characterInteraction": [
{
"characters": [
"Jeremy Clarkson",
"Richard Hammond"
],
"description": "Lighthearted banter between Jeremy and Richard during the race."
}
],
"thematicElements": "Food, redemption, competitive spirit.",
"contextualRelevance": "",
"dynamismScore": 0.7,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 12,
"title": "Racing and Culinary Debates",
"timestamps": {
"start_timestamp": "00:06:18.120",
"end_timestamp": "00:07:51.920"
},
"cast": [
"Jeremy Clarkson",
"Richard Hammond"
],
"activities": [
{
"description": "Racing in Siena, Jeremy gets distracted and loses the race, they both have spaghetti Bolognese at a restaurant.",
"timestamp": {
"start_timestamp": "00:06:19.000",
"end_timestamp": "00:07:51.920"
}
}
],
"props": [
{
"name": "Mini Cooper",
"timestamp": {
"start_timestamp": "00:06:19.000",
"end_timestamp": "00:07:27.000"
}
},
{
"name": "Audi S3",
"timestamp": {
"start_timestamp": "00:06:19.000",
"end_timestamp": "00:07:27.000"
}
},
{
"name": "City of Siena",
"timestamp": {
"start_timestamp": "00:06:19.000",
"end_timestamp": "00:07:27.000"
}
},
{
"name": "Restaurant",
"timestamp": {
"start_timestamp": "00:07:28.000",
"end_timestamp": "00:07:51.920"
}
},
{
"name": "Spaghetti Bolognese",
"timestamp": {
"start_timestamp": "00:07:28.000",
"end_timestamp": "00:07:51.920"
}
}
],
"videoEditingDetails": [
{
"description": "Continuation of the race through Siena, focusing on Jeremy's point of view.",
"timestamps": {
"start_timestamp": "00:06:19.000",
"end_timestamp": "00:07:27.000"
}
},
{
"description": "Cut to Jeremy and Richard at a restaurant, discussing the name of the dish.",
"timestamps": {
"start_timestamp": "00:07:28.000",
"end_timestamp": "00:07:41.000"
}
},
{
"description": "Transition to shots of the cars racing on a track.",
"timestamps": {
"start_timestamp": "00:07:41.000",
"end_timestamp": "00:07:48.000"
}
},
{
"description": "Cut to the Colosseum and Roman streets.",
"timestamps": {
"start_timestamp": "00:07:49.000",
"end_timestamp": "00:07:51.920"
}
},
{
"description": "Fade to black.",
"timestamps": {
"start_timestamp": "00:07:51.920",
"end_timestamp": "00:07:51.920"
}
}
],
"mood": {
"description": "Tense, then Frustrated, followed by Humorous",
"keyMoments": [
{
"timestamp": "00:07:20.000",
"changeDescription": "Jeremy's tense facial expression relaxes as he realizes he has lost."
},
{
"timestamp": "00:07:28.000",
"changeDescription": "Shift from fast-paced driving to a calm restaurant setting."
}
]
},
"narrativeProgression": [
{
"description": "Jeremy loses the race due to a distraction, then they finally agree on the correct name of the spaghetti Bolognese dish.",
"timestamp": "00:07:25.000"
}
],
"characterInteraction": [
{
"characters": [
"Jeremy Clarkson",
"Richard Hammond"
],
"description": "Competitive banter between Jeremy and Richard during the race, followed by a lighthearted exchange at the restaurant."
}
],
"thematicElements": "Competition, food, linguistic precision.",
"contextualRelevance": "",
"dynamismScore": 0.7,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 13,
"title": "Vallelunga Race Circuit",
"timestamps": {
"start_timestamp": "00:07:51.960",
"end_timestamp": "00:09:08.680"
},
"cast": [
"Richard Hammond",
"Jeremy Clarkson"
],
"activities": [
{
"description": "Racing at the Vallelunga race circuit, Richard wins.",
"timestamp": {
"start_timestamp": "00:07:54.000",
"end_timestamp": "00:09:08.000"
}
}
],
"props": [
{
"name": "Alfa Romeo 4C",
"timestamp": {
"start_timestamp": "00:07:54.000",
"end_timestamp": "00:09:08.000"
}
},
{
"name": "Chevrolet Corvette Stingray",
"timestamp": {
"start_timestamp": "00:07:54.000",
"end_timestamp": "00:09:08.000"
}
},
{
"name": "Race track",
"timestamp": {
"start_timestamp": "00:07:54.000",
"end_timestamp": "00:09:08.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to close-up shot of an orange McLaren driving.",
"timestamps": {
"start_timestamp": "00:07:54.000",
"end_timestamp": "00:07:55.000"
}
},
{
"description": "Transition to Richard explaining the upcoming race.",
"timestamps": {
"start_timestamp": "00:07:55.000",
"end_timestamp": "00:08:37.000"
}
},
{
"description": "Cut to Richard and Jeremy discussing Rome.",
"timestamps": {
"start_timestamp": "00:08:37.000",
"end_timestamp": "00:08:49.000"
}
},
{
"description": "Transition to racing footage.",
"timestamps": {
"start_timestamp": "00:08:49.000",
"end_timestamp": "00:09:08.000"
}
}
],
"mood": {
"description": "Excited and Competitive",
"keyMoments": []
},
"narrativeProgression": [
{
"description": "Jeremy and Richard race at the Vallelunga circuit, with Richard winning in the Corvette.",
"timestamp": "00:08:59.000"
}
],
"characterInteraction": [
{
"characters": [
"Jeremy Clarkson",
"Richard Hammond"
],
"description": "Friendly rivalry between Jeremy and Richard throughout the scene."
}
],
"thematicElements": "Supercars, competitive driving, Italian race track.",
"contextualRelevance": "",
"dynamismScore": 0.8,
"audioVisualCorrelation": 1.0
},
{
"sceneId": 14,
"title": "Boat Race to Capri",
"timestamps": {
"start_timestamp": "00:09:08.720",
"end_timestamp": "00:10:23.000"
},
"cast": [
"Jeremy Clarkson",
"Richard Hammond"
],
"activities": [
{
"description": "Boat race to Capri, driving classic Alfa Romeos on the Amalfi Coast.",
"timestamp": {
"start_timestamp": "00:09:09.000",
"end_timestamp": "00:10:22.000"
}
}
],
"props": [
{
"name": "Boats",
"timestamp": {
"start_timestamp": "00:09:09.000",
"end_timestamp": "00:10:22.000"
}
},
{
"name": "Island of Capri",
"timestamp": {
"start_timestamp": "00:09:09.000",
"end_timestamp": "00:10:22.000"
}
},
{
"name": "Two classic Alfa Romeos",
"timestamp": {
"start_timestamp": "00:09:14.000",
"end_timestamp": "00:10:22.000"
}
},
{
"name": "Scenic coastal road",
"timestamp": {
"start_timestamp": "00:09:14.000",
"end_timestamp": "00:10:22.000"
}
},
{
"name": "Amalfi Coast",
"timestamp": {
"start_timestamp": "00:09:14.000",
"end_timestamp": "00:10:22.000"
}
},
{
"name": "Tennis racket",
"timestamp": {
"start_timestamp": "00:09:33.000",
"end_timestamp": "00:09:41.000"
}
}
],
"videoEditingDetails": [
{
"description": "Cut to an aerial view of two boats racing.",
"timestamps": {
"start_timestamp": "00:09:09.000",
"end_timestamp": "00:09:12.000"
}
},
{
"description": "Transition to shots of Jeremy and Richard driving classic Alfa Romeos along the Amalfi Coast.",
"timestamps": {
"start_timestamp": "00:09:14.000",
"end_timestamp": "00:09:33.000"
}
},
{
"description": "Cut to Richard speaking on a walkie-talkie.",
"timestamps": {
"start_timestamp": "00:09:12.000",
"end_timestamp": "00:09:14.000"
}
},
{
"description": "Transition to Hammond in tennis attire at a court.",
"timestamps": {
"start_timestamp": "00:09:33.000",
"end_timestamp": "00:09:41.000"
}
},
{
"description": "Scenic shots of the Amalfi Coast, Capri, and the boats.",
"timestamps": {
"start_timestamp": "00:09:41.000",
"end_timestamp": "00:10:22.000"
}
}
],
"mood": {
"description": "Exhilarated and Relaxed",
"keyMoments": [
{
"timestamp": "00:09:14.000",
"changeDescription": "Shift from the fast-paced boat racing to the tranquil beauty of the Amalfi Coast."
}
]
},
"narrativeProgression": [
{
"description": "The video shifts from the exciting boat race to a more relaxed and scenic drive on the Amalfi Coast.",
"timestamp": "00:09:14.000"
}
],
"characterInteraction": [],
"thematicElements": "Boats, classic cars, scenic beauty, Italian coast.",
"contextualRelevance": "",
"dynamismScore": 0.7,
"audioVisualCorrelation": 1.0
}
],
"storylines": {
"description": "The Perfect Road Trip 2",
"scenes": [
1,
2,
3,
4,
5,
7,
8,
9,
10,
11,
12,
13,
14
],
"climax": {
"description": "Jeremy crashing the kit-car Ferrari is the most dramatic event of the trip.",
"timestamp": "00:06:05.000"
}
},
"qAndA": [
{
"question": "What Lamborghini model does Richard drive at the beginning of the trip?",
"answer": "Lamborghini Huracán."
},
{
"question": "What unexpected action does The Stig perform in the video?",
"answer": "He kicks and destroys a table and chairs in a fit of anger."
},
{
"question": "Why is Richard disappointed after driving the McLaren P1?",
"answer": "Because he swallowed wine at the tasting and Jeremy wouldn't let him drive for very long."
},
{
"question": "What injury does Jeremy sustain after crashing the kit-car Ferrari?",
"answer": "He cuts his arm on the snapped wire fence."
},
{
"question": "What classic Italian dish are Jeremy and Richard determined to find during their road trip?",
"answer": "Spaghetti Bolognese."
}
],
"trimmingSuggestions": [
{
"description": "The extended driving shots could be trimmed to maintain a higher dynamism score.",
"timestamps": {
"start_timestamp": "00:09:08.720",
"end_timestamp": "00:09:08.720"
}
},
{
"description": "The prolonged shots of driving and engine sounds might lose viewer engagement.",
"timestamps": {
"start_timestamp": "00:09:08.720",
"end_timestamp": "00:09:08.720"
}
},
{
"description": "Some of the dialogue in where Jeremy and Richard debate the correct name of the pasta dish, could be shortened to avoid dragging the pace.",
"timestamps": {
"start_timestamp": "00:09:08.720",
"end_timestamp": "00:09:08.720"
}
}
],
"fps": 25.0
},
"text_to_speech": "here is day one our top gear calm behind-the-scenes on our new DVD the perfect road trip to hello taka calm we're setting off on our perfect road trip only this time it's going to be better because certain things that went wrong last year aren't going to this time well we're not going to France yeah that's the biggest improvement so they can take their speeding fines and shove them up there this is max venturi test driver for Lamborghini good luck enjoy go away hello Top Gear comm you join me it's an exciting moment this is the very first few seconds of my first drive in the Lamborghini Huracan the replacement for the Guyardo I've been desperate to drive this car I love the Gallardo I had one this takes over these two report thus far all is good took the supercars and then bleep the cars this is my pick our speed it really is all that driving built up an appetite [Music] damn damn damn next time I make a right bolognaise of taming the Jaguar f-type a perfect road trip to here is day two of the top gear calm behind-the-scenes on our new DVD the perfect road trip [Music] we're at the Majella circuit Jeremy and I are chasing down mistake Jeremy in BMW m4 we in the f-type Jack there is his little Fiat weaving around he's been maldonado a wretched that's not helping [Applause] oh dear I've done a bad thing why is it always made drivable I think there's problems with the wheels pointing in pointing there yeah and ones oh yeah yeah I've ruined it I've got to go catch her now get him get him for the team Jeremy for the team what for the team I'll take him for the day take him for the team if he's still in it we are still in it he's just representing us now got to explain in Italian to the doctors that I'm okay in the office it is the perfect road trip remember so I leave that there I wasn't the only one causing damage that day next time Jeremy makes a right bolognaise of wine tasting beer and I get my first drive of the McLaren on - hey is day three of the toga calm behind-the-scenes on our new DVD the perfect road trip to hello top gear comm Richard Hammond here more importantly there is a McLaren p1 and the big ape has given me permission to drive well he's not here and the keys in it and I'm not gonna waste any more time speaking to you are gonna drive it for the first time hope it goes well if it doesn't you'll almost certainly read about in the papers as it turned out the main headline was my crushing disappointment must feel amazing at the wheel why aren't I driving I've never driven it's my go at a wine tasting I hatched a plan red no it's white Oh damage Hey what you swallowed the wine yeah you can't drive [Music] next time we make a write bolognaise of kit car Ferraris on the perfect road trip to here is day four of the top gear calm behind the scenes on a new DVD the perfect road trip to hello Top Gear dot-com I don't to give too much away but we are in the middle of working hard on the DVD with my Ferrari Testarossa ya know it might not look like one on camera but in reality it's exactly the same apart from in every single way I'm not gonna tell you what I'm doing with it and why you'll see it but believe me it's absolutely as bad as it looks an amazing start Victorine a must be something [Music] next time I speak fluent bolognaise i'am a bilenda and a race through Siena on the perfect road trip to here is day five of the top gear calm behind-the-scenes on our new DVD the perfect road trip to hello top gear calm I am in Siena in the Mini Cooper S bout to have a race I've got to win this one there's a heavy forfeit I'll look ridiculous but not as ridiculous as the crew looks in their little truck look they use yeah not pleased usually back at the Range Rover back in the discovery play people I propose we have a race into the middle of Siena right Hammond has gone wrong so I'm looking for a cobbled horse trap in the square that isn't square my life is B sorry it got me slightly distracted is that a spaghetti bolognaise yes it is yes it is mmm but it's not called spaghetti bolognaise here what's it called it's called I am a bilenda next time I try not to make a polonaise at another circuit [Music] as we had to run on the perfect road trip to here is day six of the top gear calm behind-the-scenes on our new DVD the perfect road trip to hello target.com Hammond here at the Berlin Goering circuit just outside Rome we are racing this is Jeremy's chariot the beautiful little Alfa Romeo 4c over here by something of an enormous contrast is my baby the new Corvette Stingray oh yeah we're gonna be racing the bomber track if there's anything on them left we're then going to find out which of these two is the fastest round this circuit we're going to use science and the stick yeah I thought it was all full of old stuff no no the Colosseum in those steps they're in a it's a sort of suburb where tourists go this is the actual city center here this is Alpha Tau come on Lee Clow fuh and look who's coming through next time I'm risk making a polonaise of a boat race I'm scared and we go retro on the Amalfi Coast on the perfect road trip too here is day seven of the top gear comm behind the seats on our new DVD the purple road trip to hello top gear calm all of this makes sense this this and that out there is the island of Capri and on the Isle of Capri are two breeze that we will be driving piece it together as you will but before our boat race to Capri we have the pleasure of the Amalfi Coast and two classic alphas [Music] unleash the power whoa we got some speed up nap hey we sprint to the finish line what could possibly go wrong find out on top gear the perfect road trip to you"
} |