Added instruction to install ffmpeg on CPU
Browse files
README.md
CHANGED
|
@@ -35,6 +35,11 @@ NOTE - All rights goes to AI4Bharact, this repository is meant to improve the do
|
|
| 35 |
sudo apt install ffmpeg
|
| 36 |
```
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
2. Create the environment and install dependencies:
|
| 39 |
- CPU
|
| 40 |
|
|
|
|
| 35 |
sudo apt install ffmpeg
|
| 36 |
```
|
| 37 |
|
| 38 |
+
For CPU, download the ffmpeg and add the path to the bin directory in the system variable path. Follow the instructions below to install ffmpeg on CPU
|
| 39 |
+
```
|
| 40 |
+
https://www.wikihow.com/Install-FFmpeg-on-Windows
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
2. Create the environment and install dependencies:
|
| 44 |
- CPU
|
| 45 |
|