Tech News
← Back to articles

FFmpeg 8.0 adds Whisper support

read original related products more articles

@ -7682,6 +7682,113 @@ There are 6 samples at -4 dB, 62 at -5 dB, 286 at -6 dB, etc.

In other words, raising the volume by +4 dB does not cause any clipping,

raising it by +5 dB causes clipping for 6 samples, etc.

@anchor{whisper}

@section whisper

It runs automatic speech recognition using the OpenAI's Whisper model.

It requires the whisper.cpp library (https://github.com/ggml-org/whisper.cpp)

as a prerequisite. After installing the library it can be enabled using:

@code{./configure --enable-whisper}.

The filter has following options:

... continue reading