You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,15 @@ Andrioid application which allows you to record synchronized smarpthone videos w
23
23
24
24
#### Extraction and matching of the frames
25
25
26
+
```
27
+
Requirements:
28
+
29
+
- Python
30
+
- ffmpeg
31
+
```
32
+
26
33
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>```.
28
35
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:
0 commit comments