▲ | dotancohen 18 hours ago | |||||||
Why would one use FFmpeg with Whisper support, instead of using Whisper directly? | ||||||||
▲ | 3036e4 17 hours ago | parent | next [-] | |||||||
At least whisper.cpp only supports a few input formats like WAV and MP3. To get subtitles for videos I always have to first run ffmpeg to get an audio file and then run whisper.cpp. Guess this new feature may mean that I can do it in just one step, so slightly more convenient? | ||||||||
| ||||||||
▲ | lbrito 18 hours ago | parent | prev | next [-] | |||||||
I run a service that does transcriptions as part of the pipeline, and I use ffmpeg for other parts (such as speeding up audio). Having it all on a single command might make sense for some people if the costs work out. | ||||||||
| ||||||||
▲ | 17 hours ago | parent | prev [-] | |||||||
[deleted] |