▲ | xnx 4 days ago | |||||||
This tool requires ffmpeg, but don't forget that the latest version of ffmpeg has speech-to-text built in! I'm sure there are use cases where using Whisper directly is better, but it's a great addition to an already versatile tool. | ||||||||
▲ | hoherd 4 days ago | parent [-] | |||||||
I was going to go the opposite way and suggest that if you want python audio transcription, you can skip ffmpeg and just use whisper directly. Using the whisper module directly gives you a variety of outputs, including text and srt. | ||||||||
|