You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
whisper.cpp
About this tag
Whisper.cpp is an open-source C++ implementation of OpenAI's Whisper automatic speech recognition (ASR) model, designed for on-device transcription without cloud dependencies. On WindowsForum.com, discussions highlight its integration into FFmpeg 8.0 "Huffman" as a new audio filter (af_whisper), enabling command-line transcription to plain text, SRT subtitles, or JSON metadata. The filter supports GPU acceleration and voice-activity detection (VAD) for both batch and live processing. These threads cover how whisper.cpp powers local, private ASR workflows for creators, archivists, and developers, emphasizing its role in bringing AI transcription to media toolchains without external services.
FFmpeg 8.0 "Huffman" lands as a sweeping, technically ambitious release that folds AI transcription, broad Vulkan compute support, dozens of native decoders, and notable hardware-acceleration improvements into the project’s core — a release the developers call one of their largest to date and...
FFmpeg is adding a built-in transcription capability powered by OpenAI’s Whisper model: a new whisper audio filter (af_whisper) that brings automatic speech recognition (ASR) directly into FFmpeg’s libavfilter stack and can emit plain text, SRT subtitles, or JSON metadata — all without leaving...