From 83f39b9aaaf0fa0099273bb7fb041691bab5b6ad Mon Sep 17 00:00:00 2001
From: "Riggs, Dylan" <riggsdyl@msu.edu>
Date: Thu, 4 May 2023 20:08:39 -0400
Subject: [PATCH] Resolved issues #36 and #49

---
 .../Ford_Video_Analysis.ipynb                    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb b/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb
index e205620..aeba571 100644
--- a/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb
+++ b/Video-Image-Data-Tutorial/Ford_Video_Analysis.ipynb
@@ -133,6 +133,22 @@
         "2. After the video has been downloaded `avi_frames(./testing.mp4, path_to_where_you_want_the_frames, False)` this will create a folder with frames from the video."
       ]
     },
+    {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "If you'd like to download the file from Step 1 above, uncomment the code in the cell below and run it. This will download the file into the same directory that this notebook is in."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "#urllib.request.urlretrieve('https://www.engr.colostate.edu/me/facil/dynamics/files/drop.avi', 'testing.mp4')"
+   ]
+  },
     {
       "cell_type": "code",
       "execution_count": null,
-- 
GitLab