Shut off the broken bot filter so we can read it please
Check out commit 13ce36fef98a3f4e6d8360c24d6b8434cbb8869b from https://git.ffmpeg.org/ffmpeg.git if your web browser doesn't support Javascript. The linked page is just a git viewer for that specific commit.
FFmpeg 8.0 adds Whisper support
21–30 of 341 posts
Re: FFmpeg 8.0 adds Whisper support
#22Does this finally enable dynamically generating subtitles for movies with AI?
Re: FFmpeg 8.0 adds Whisper support
#23Eg. If I say "I scream", it sounds phonetically identical to "Ice cream".
Yet the transcription of "I scream is the best dessert" makes a lot less sense than "Ice cream is the best dessert".
Doing this seems necessary to have both low latency and high accuracy, and things like transcription on android do that and you can see the adjusting guesses as you talk.
Re: FFmpeg 8.0 adds Whisper support
#24Earlier quoted context omitted.
Took my iPhone 12 Mini a whole of 0.1 seconds to pass it. What hardware/OS are you using?
Took about 30 secs for me (5 yr old intel cpu). Looked like there was a progress bar, but it didn't progress. Maybe the difficulty varies depending on IP address?
It's up to the site admin to configure it that way, but it's possible some IP ranges/user agents are more often used by bots and therefore have an increased weight.
For old browsers there's also an option to use meta refresh instead of JS (https://anubis.techaro.lol/docs/admin/configuration/challeng...) but that's quite a recent addition and not enabled by default.
Re: FFmpeg 8.0 adds Whisper support
#25Shut off the broken bot filter so we can read it please
https://web.archive.org/web/20250813104007/https://code.ffmp...
You can read it on one of these without having to pass that specific bot check
Re: FFmpeg 8.0 adds Whisper support
#26Earlier quoted context omitted.
Check out commit 13ce36fef98a3f4e6d8360c24d6b8434cbb8869b from https://git.ffmpeg.org/ffmpeg.git if your web browser doesn't support Javascript. The linked page is just a git viewer for that specific commit.
Or read the documentation for the new whisper filter: https://ffmpeg.org/ffmpeg-filters.html#whisper-1
Re: FFmpeg 8.0 adds Whisper support
#27Re: FFmpeg 8.0 adds Whisper support
#28Am I correct in understanding that Whisper is a speech recognition AI model originally created by OpenAI? https://en.wikipedia.org/wiki/Whisper_(speech_recognition_sy...
Re: FFmpeg 8.0 adds Whisper support
#29Am I correct in understanding that Whisper is a speech recognition AI model originally created by OpenAI? https://en.wikipedia.org/wiki/Whisper_(speech_recognition_sy...
yep, there's a c++ implementation to run it https://github.com/ggml-org/whisper.cpp
Re: FFmpeg 8.0 adds Whisper support
#30Am I correct in understanding that Whisper is a speech recognition AI model originally created by OpenAI? https://en.wikipedia.org/wiki/Whisper_(speech_recognition_sy...
Yes. From the documentation: > It runs automatic speech recognition using the OpenAI's Whisper model.