Skip to content

Commit b9073a0

Browse files
authored
update test video download url
1 parent d147ddb commit b9073a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TESTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All tested with [OpenCV](http://www.opencv.org) 3.x / 4.x and Python 3.x.
66

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

9-
(_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.).
9+
(_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.).
1010

1111
---
1212

@@ -139,12 +139,12 @@ python3 ./save_video.py -c 0
139139

140140
## Test #4 - test video read function:
141141

142-
(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)
142+
(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)
143143

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

0 commit comments

Comments
 (0)