[kdenlive] [Bug 498949] Hardcoded path of ffmpeg for whisper and vosk is no longer the right one
Jean-Baptiste Mardelle
bugzilla_noreply at kde.org
Thu Jan 23 12:21:32 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=498949
--- Comment #2 from Jean-Baptiste Mardelle <jb at kdenlive.org> ---
Git commit 59e0293ec1f4e872895036a521c96830d4a44013 by Jean-Baptiste Mardelle.
Committed on 23/01/2025 at 12:21.
Pushed by mardelle into branch 'master'.
Cleanup speech scripts, fix hardcoded ffmpeg path breaking whisper and vosk on
Mac, add system packages checkbox
M +12 -17 data/scripts/automask/sam-objectmask.py
M +2 -6 data/scripts/checkgpu.py
M +79 -59 data/scripts/vosk/speech.py
M +63 -42 data/scripts/vosk/speechtotext.py
M +5 -7 data/scripts/whisper/seamlessquery.py
M +16 -18 data/scripts/whisper/whisperquery.py
M +23 -18 data/scripts/whisper/whispertosrt.py
M +63 -47 data/scripts/whisper/whispertotext.py
M +1 -1 src/assets/keyframes/model/automask/automaskhelper.cpp
M +1 -1 src/assets/keyframes/model/automask/automaskhelper.hpp
M +53 -14 src/dialogs/settings/pluginssettings.cpp
M +15 -4 src/dialogs/speechdialog.cpp
M +44 -29 src/dialogs/textbasededit.cpp
M +2 -2 src/effects/effectstack/view/maskmanager.cpp
M +1 -1 src/effects/effectstack/view/maskmanager.hpp
M +8 -0 src/kdenlivesettings.kcfg
M +2 -2 src/monitor/monitor.cpp
M +2 -2 src/monitor/monitor.h
M +13 -3 src/pythoninterfaces/abstractpythoninterface.cpp
M +2 -1 src/pythoninterfaces/abstractpythoninterface.h
M +5 -0 src/pythoninterfaces/saminterface.cpp
M +1 -0 src/pythoninterfaces/saminterface.h
M +27 -0 src/pythoninterfaces/speechtotext.cpp
M +2 -0 src/pythoninterfaces/speechtotext.h
M +267 -178 src/ui/configspeech_ui.ui
https://invent.kde.org/multimedia/kdenlive/-/commit/59e0293ec1f4e872895036a521c96830d4a44013
--
You are receiving this mail because:
You are watching all bug changes.
More information about the kde-mac
mailing list