Kdenlive 24.08.2 The srt_equalizer python module is required

I use whisper with kdenlive to create srt files and it has been working great.
today I got a notification that kdenlive was updated so I opened it and found in settings - configure kdenlive - speech to text it says The srt_equalizer python module is required.

I am using python 3.10
ran python3.10 -m pip install --user srt_equalizer
it said Requirement already satisfied: srt<4.0.0,>=3.5.3 in ./.local/lib/python3.10/site-packages (from srt_equalizer) (3.5.3)

there is no button available in kden live to download, install or fix this.
I am at a loss can anyone help?

much appreciated thanks

Mike

Hello!

I had same Problem > Kdenlive 24.08.2 flatpak

The solution that worked for me:
www.vkc.sh/speech-recognition-and-automatic-captioning-on-the-kdenlive-flatpak/

But notice, I had to add
python -m pip install -U openai-whisper srt_equalizer

Have a nice day

Dinorf

What does that srt_equalizer do exactly?
I use the Flatpak as well and found the same page. So I can use Whisper just fine. After the update to 24.08.2 I did not see anything strange.

I believe though that every once in a while repeating the steps she lays out should/could be repeated in order to update Whisper.

Thanks dinorf that did it.
I had to run python -m pip install -U openai-whisper srt_equalizer also that thanks again.