jhj0517
commited on
Commit
·
a569e57
1
Parent(s):
20b1ce3
Update README about ffmpeg
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ You can try it in Colab
|
|
13 |
# Installation And Running
|
14 |
### Prerequisite
|
15 |
1. `3.9` <= `python` <= `3.12` : https://www.python.org/downloads/release/python-3110/
|
|
|
|
|
16 |
|
17 |
## Run Locally
|
18 |
1. git clone this repository
|
|
|
13 |
# Installation And Running
|
14 |
### Prerequisite
|
15 |
1. `3.9` <= `python` <= `3.12` : https://www.python.org/downloads/release/python-3110/
|
16 |
+
2. (Optional, only needed if you are using Video Driven) `FFmpeg`: https://ffmpeg.org/download.html
|
17 |
+
<br> After installing `FFmpeg`, make sure to add the FFmpeg/bin directory to your **system PATH**!
|
18 |
|
19 |
## Run Locally
|
20 |
1. git clone this repository
|