8 ms·
Deep Dive into FFmpeg 8.0
- pinter69 10mo agoAuthor here, available for questions
- lern_too_spel 10mo agoWhisper will hallucinate on audio segments that don't have any speech. VAD mitigates that. Expect worse results without it, especially on non-English audio.
- cranberryturkey 10mo agoThis is great I’ll have to give it a shot
- trq01758 10mo ago"Lenovo laptop with Nvidia RTX 4040" 4060?
- pinter69 10mo agoCorrect. I fixed the typo
- mikece 10mo agoIs the point that you only need one tool -- ffmpeg -- to both generate transcripts as well as embed those into a video as opposed to having multiple tools?
- pinter69 10mo agoThis is a 3 part series, the first one discusses the new native whisper integration. And correct, for the first post - the point is to show that you can only use ffmpeg to transcribe and embed subtitles in a video
- mikece 10mo agoWhile there's appeal in having one tool do several things I'm more a fan of the traditional UNIX philosophy that a tool should do one thing, do it extremely well, and allow for chaining of several tools together to achieve a multi-step process.
- radicality 10mo agoDo you know if it’s supported on Mac too, with whatever platform specific optimizations like running it on the gpu / with MPS ?
- pinter69 10mo agoYou mean Vulkan? In the blog post there is reference to all vulkan supported platforms If you mean ffmpeg build with whisper - from memory I didn't see ffmpeg-builds for mac, so you will probably need to compile yourself