Skip to content

Commit cff4353

Browse files
authored
Update README.md
1 parent 0d6e018 commit cff4353

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ Andrioid application which allows you to record synchronized smarpthone videos w
2323

2424
#### Extraction and matching of the frames
2525

26+
```
27+
Requirements:
28+
29+
- Python
30+
- ffmpeg
31+
```
32+
2633
1. Navigate to ```utils``` directory in the repository.
27-
2. Run ```./match.sh <VIDEO_1> <VIDEO_2>```
34+
2. Run ```./match.sh <VIDEO_1> <VIDEO_2>```.
2835
3. Frames will be extracted to directories ```output/1``` and ```output/2``` with timestamps in filenames, output directory will also contain ```match.csv``` file in the following format:
2936
```
3037
timestamp_1(ns) timestamp_2(ns)

0 commit comments

Comments
 (0)