📘

FFmpeg Release/8.0が出ましたね

に公開

https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/refs/heads/release/8.0

直前のコミットではlibavfilterにWhisper audio filterが見えますね。どうやら間に合ったのかな。その他Vulkan系やVVCなどいろいろ入っていますね。今後どんどん試してみたいと思います。

$ git clone --depth 1 https://git.ffmpeg.org/ffmpeg.git -b release/8.0
$ cd ffmpeg
$ ./configure --enable-whisper --enable-shared
ERROR: whisper >= 1.7.5 not found using pkg-config

--enable-whisper自体は認識してるので、一旦機能としては有効になってるかな。

ということで今後AVX-512系とあわせて、こちらのドキュメントを参考にWhisperも動かしてみようと思います。


https://voice.stream.co.jp/

Discussion