Skip to content

Commit

Permalink
update test video download url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybreckon authored Oct 9, 2024
1 parent d147ddb commit b9073a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All tested with [OpenCV](http://www.opencv.org) 3.x / 4.x and Python 3.x.

_Assumes that git and wget tools are available on the command line or that similar tools are available to access git / download files._

(_On-site at Durham University_: For testing on MS Windows, download and unzip example files from source URL as specified - [here](https://github.com/tobybreckon/python-examples-ip.git) - onto the user space J:/ drive. On Linux run the associated ``opencv.init`` shell script before testing.).
(_On-site at Durham University_: For testing on MS Windows, download and unzip example files from source URL as specified - [here](https://github.com/tobybreckon/python-examples-ip.git) - onto the user space J:/ drive. On Linux run the associated ``opencv ... .init`` shell script before testing.).

---

Expand Down Expand Up @@ -139,12 +139,12 @@ python3 ./save_video.py -c 0

## Test #4 - test video read function:

(for MS Windows download video from [here](http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4) and save as video.avi in directory python-examples-ip-master)
(for MS Windows download video from [here](https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi) and save as video.avi in directory python-examples-ip-master)

```
.. (as per test 1 for steps 1 + 2)
wget http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4
mv big_buck_bunny.mp4 video.avi
wget https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_720p_surround.avi
mv big_buck_bunny_720p_surround.avi video.avi
python3 ./capture_video.py
```

Expand Down

0 comments on commit b9073a0

Please sign in to comment.