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
+7-1
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,14 @@ Download Latest 'onthespot_linux' from the release section and execute with
21
21
```
22
22
## On Windows
23
23
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
25
25
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
26
32
27
33
If you have ideas for improvement/features create a issue or join discord server for discussion !
0 commit comments