Skip to content

Commit ee1d0c1

Browse files
authored
Updated to add mention to FFMPEG
1 parent 26e260e commit ee1d0c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# whispercppGUI
22
GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performance C++ port of OpenAI's [whisper](https://github.com/openai/whisper)
33

4-
for this GUI to work properly, the file "main.exe" and "whisper.dll" should be copied to the same location of "whisperGUI.exe". Please note that "whisper.dll" only applies to whispercpp compiled with MSVC. For whispercpp compiled with MinGW, only "main.exe" is required.
4+
for this GUI to work properly, all of whispercpp files (from the oficial releases) should be copied to the same location of "whisperGUI.exe". Also, you need to copy a binary of ffmpeg to the same location of "whisperGUI.exe". In this way, you could update the program yourself manually in case the development on this repository stops.
55

66
Not all options are implemented yet, only those that are of common use.
77

@@ -10,3 +10,5 @@ Not all options are implemented yet, only those that are of common use.
1010
If you want to run whispercppGUI from the python source code, the Gooey library is required. You can install Gooey with the command:
1111

1212
`pip install Gooey`
13+
14+
The included executable for windows x64 was created using pyinstaller, as described on the documentation of Gooey library. If you don't trust the executable on this repository, you can easily recreate your own executable file.

0 commit comments

Comments
 (0)