Skip to content

Commit 947e79e

Browse files
authored
Add instructions for ffmpeg installation in windows
1 parent f2228c2 commit 947e79e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ Download Latest 'onthespot_linux' from the release section and execute with
2121
```
2222
## On Windows
2323
Download Latest 'onthespot_win.exe' from the release section and execute by double clicking the downloaded file
24-
If your downloads gets stuck at 99% and ```Converting``` on progress text, you are missing ffmpeg ! Please install it
24+
If your downloads gets stuck at 99% and ```Converting``` on progress text, you are missing ffmpeg ! Please install it by following the instructions below
2525

26+
### Installing ffmpeg in windows
27+
- Open Windows Explorer and Navigate to ```C:\`` Drive and make a folder name ```ffmpeg``` there
28+
- Download ffmpef zip from [https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z) then copy the ``bin`` folder from zip to ```C:\ffmpeg```
29+
- Open CMD as administrator and run the command: ```setx /m PATH "C:\ffmpeg\bin;%PATH%"```
30+
31+
Now the application should work as expected
2632

2733
If you have ideas for improvement/features create a issue or join discord server for discussion !
2834

0 commit comments

Comments
 (0)