diff --git a/final.html b/final.html
index 015f913a692746d933d6858ddf01853eecea483c..43161458e03e4aaf528e8904fbe171a97fcc3c18 100644
--- a/final.html
+++ b/final.html
@@ -40,12 +40,9 @@
 <a href="./project_media/minutewheel_init.mp4">Video Download</a>
 </video>
 <p>After getting <em>calibration values</em> for all digit wheels, <em>programming</em> all boards (and weeding out the odd <em>bug</em> or two), the whole clock can now move on its own.</p>
-<!--<video src="./project_media/clock_init.mp4" controls width="900">
-<a href="./project_media/clock_init.mp4">Video Download</a>
-</video>-->
 <p>It is also now possible to <em>set</em> the clock - The process is actually quite complicated internally, as the switches are connected to the individual motorboards, who then send out that one was pressed, which in turn makes the module that keeps time change its internal time, and send out new wheel positions to the other boards... With the normal clock function running in parallel, of course:</p>
-<video src="./project_media/setting_the_clock.mp4" controls width="900">
-<a href="./project_media/setting_the_clock.mp4">Video Download</a>
+<video src="./project_media/fabclock_running.mp4" controls width="900">
+<a href="./project_media/fabclock_running.mp4">Video Download</a>
 </video>
 
 <h2>Project Files</h2>
diff --git a/project_media/setting_the_clock.mp4 b/project_media/fabclock_running.mp4
old mode 100755
new mode 100644
similarity index 57%
rename from project_media/setting_the_clock.mp4
rename to project_media/fabclock_running.mp4
index 9b2af87d7de1009cb1bec57d80b408bbe0bfd4e1..7b89e101b101e4dd05e1b10794e2213b3cf03f01
Binary files a/project_media/setting_the_clock.mp4 and b/project_media/fabclock_running.mp4 differ