1.1 00:00:00,080 --> 00:00:00,220 This 1.2 00:00:00,220 --> 00:00:00,380 loop 1.3 00:00:00,380 --> 00:00:00,740 iterates 1.4 00:00:00,740 --> 00:00:00,920 over 1.5 00:00:00,920 --> 00:00:01,080 the 1.6 00:00:01,080 --> 00:00:01,260 range 1.7 00:00:01,260 --> 00:00:01,379 of 1.8 00:00:01,379 --> 00:00:01,500 the 1.9 00:00:01,500 --> 00:00:01,639 length 1.10 00:00:01,639 --> 00:00:01,780 of 1.11 00:00:01,780 --> 00:00:01,980 input 1.12 00:00:01,980 --> 00:00:02,240 clips 1.13 00:00:02,240 --> 00:00:02,439 and 1.14 00:00:02,439 --> 00:00:02,700 attempts 1.15 00:00:02,700 --> 00:00:02,919 to 1.16 00:00:02,919 --> 00:00:03,180 access 1.17 00:00:03,180 --> 00:00:03,439 each 1.18 00:00:03,439 --> 00:00:03,640 item 1.19 00:00:03,640 --> 00:00:03,819 and 1.20 00:00:03,819 --> 00:00:04,019 input 1.21 00:00:04,019 --> 00:00:04,419 underscore 1.22 00:00:04,419 --> 00:00:04,660 clips 1.23 00:00:04,660 --> 00:00:04,919 using 1.24 00:00:04,919 --> 00:00:05,240 input 1.25 00:00:05,240 --> 00:00:05,559 underscore 1.26 00:00:05,559 --> 00:00:05,879 clips 1.27 00:00:05,879 --> 00:00:06,500 IDX. 2.1 00:00:07,240 --> 00:00:07,400 The 2.2 00:00:07,400 --> 00:00:07,580 error 2.3 00:00:07,580 --> 00:00:07,919 suggests 2.4 00:00:07,919 --> 00:00:08,220 that 2.5 00:00:08,220 --> 00:00:08,699 IDX 2.6 00:00:08,699 --> 00:00:08,900 goes 2.7 00:00:08,900 --> 00:00:09,199 beyond 2.8 00:00:09,199 --> 00:00:09,339 the 2.9 00:00:09,339 --> 00:00:09,519 length 2.10 00:00:09,519 --> 00:00:09,660 of 2.11 00:00:09,660 --> 00:00:09,859 input 2.12 00:00:09,859 --> 00:00:10,199 clips, 2.13 00:00:10,560 --> 00:00:10,919 indicating 2.14 00:00:10,919 --> 00:00:11,179 that 2.15 00:00:11,179 --> 00:00:11,300 there 2.16 00:00:11,300 --> 00:00:11,460 might 2.17 00:00:11,460 --> 00:00:11,619 be 2.18 00:00:11,619 --> 00:00:11,820 fewer 2.19 00:00:11,820 --> 00:00:12,080 items 2.20 00:00:12,080 --> 00:00:12,300 in 2.21 00:00:12,300 --> 00:00:12,519 input 2.22 00:00:12,519 --> 00:00:12,759 clips 2.23 00:00:12,759 --> 00:00:12,960 than 2.24 00:00:12,960 --> 00:00:13,320 expected.