Skip to content

Commit 89ea078

Browse files
Update README.md
1 parent 68a4490 commit 89ea078

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,23 @@ Option | Description
5555
Feel free to copy-paste and run the examples above. More runnable examples are in ```examples/extract_motion_vectors.sh``` and ```examples/vis_motion_vectors.sh```. Feel free to use ```vis.cpp``` and ```examples/vis_hue.m``` as examples of parsing **mpegflow** output. ```examples/vis_hue``` can also be used to produce hue flow visualizations like above.
5656

5757
# Building from source
58-
**mpegflow** depends only on a recent FFmpeg, **vis** depends on FFmpeg, OpenCV and libpng. The tools are known to work with FFmpeg 3.1 and OpenCV 3.1. You may use [wigwam](http://wigwam.in) to install them to a local directory (no root required):
59-
```shell
60-
wigwam init && wigwam install opencv ffmpeg
61-
```
62-
63-
You will probably end up with a shared build, for static build, please feel free to play with Makefile.
58+
**mpegflow** depends only on a recent FFmpeg, **vis** depends on FFmpeg, OpenCV and libpng. The tools are known to work with FFmpeg 3.1 and OpenCV 3.1.
6459

6560
Once the dependencies are visible to g++, run:
6661
```bash
6762
make # to build mpegflow
6863
make vis # to build vis
6964
```
7065

66+
You will probably end up with a shared build, for static build, please feel free to play with Makefile.
67+
68+
You may use [wigwam](http://wigwam.in) to install them to a local directory (no root required):
69+
```shell
70+
wigwam init
71+
wigwam install opencv ffmpeg
72+
wigwam in
73+
```
74+
7175
To build the tools on Windows:
7276

7377
1. Install 7zip

0 commit comments

Comments
 (0)