Skip to main content

Model reference — Video · Live feed

AI models for Video audio to text

This service transcribes the speech in a video and returns text with timings, so that footage becomes searchable and quotable — recorded meetings, lectures, broadcasts, body-worn and interview recordings, and published media.

The pipeline is extract, optionally clean, transcribe, and align. Alignment is what makes the result useful on video specifically: each word carries the moment it was spoken, so a search leads straight to the frame. Where several people speak, the transcript is also divided by speaker. Whether transcription runs after the fact on files or live as the words are spoken is the decision that shapes everything else, because live work sets a latency budget that rules out the slower and more accurate models.

Video audio to text service AI models for video files AI models for live feed

Input type — Video

Models in this group take a recorded video file as input and are applied frame by frame. Each specification table gives three hardware tiers — Minimum, the smallest setup on which the model runs correctly; Medium, the usual production configuration; and High, a configuration sized for peak volume. The rate is the number of sample inputs processed per hour on that hardware. Use these rates for initial sizing. Before production, benchmark your own data to validate accuracy, latency, throughput and cost. The sample input here is one minute of 1080p video at 25 frames per second.

faster-whisper

Vendor: SYSTRAN

What it does: transcribes accurately in roughly a hundred languages, re-engineered to run several times faster than the original with identical output. The usual default for recorded video.

RequirementMinimumMediumHigh
GPU typeRTX 3060RTX 4090A100 80 GB
VRAM8 GB24 GB80 GB
vCPUs61224
RAM16 GB32 GB64 GB
Server1× RTX 3060 12 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (video minutes processed per hour)≈ 1,200≈ 4,200≈ 10,800

Whisper large-v3

Vendor: OpenAI

What it does: the reference model, slightly more accurate on difficult audio at roughly a fifth of the speed. Used where a missed word matters more than cost.

RequirementMinimumMediumHigh
GPU typeRTX 3090RTX 4090A100 80 GB
VRAM12 GB24 GB80 GB
vCPUs81224
RAM32 GB48 GB96 GB
Server1× RTX 3090 24 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (video minutes processed per hour)≈ 240≈ 720≈ 1,800

Canary

Vendor: NVIDIA

What it does: transcribes and translates major European languages in one model, giving both the original words and an English version from a single pass.

RequirementMinimumMediumHigh
GPU typeRTX 3090RTX 4090A100 80 GB
VRAM12 GB24 GB80 GB
vCPUs81224
RAM32 GB48 GB96 GB
Server1× RTX 3090 24 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (video minutes processed per hour)≈ 900≈ 3,000≈ 7,200

WhisperX

Vendor: University of Oxford (VGG)

What it does: aligns the transcript to the audio word by word, which is what lets every line link to the exact frame and makes subtitles time correctly.

RequirementMinimumMediumHigh
GPU typeRTX 3090RTX 4090A100 80 GB
VRAM12 GB24 GB80 GB
vCPUs81224
RAM32 GB48 GB96 GB
Server1× RTX 3090 24 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (video minutes processed per hour)≈ 900≈ 3,300≈ 8,400

pyannote.audio 3

Vendor: pyannote (Hervé Bredin)

What it does: divides the transcript by speaker so a multi-person recording reads as a conversation with attributions.

RequirementMinimumMediumHigh
GPU typeRTX 3060RTX 4090A100 80 GB
VRAM6 GB24 GB80 GB
vCPUs4824
RAM16 GB32 GB64 GB
Server1× RTX 3060 12 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (video minutes processed per hour)≈ 1,200≈ 4,200≈ 10,800

FFmpeg

Vendor: FFmpeg project

What it does: extracts and prepares the audio track at the rate the transcription model expects. No GPU needed, and the step that most often silently costs accuracy when misconfigured.

RequirementMinimumMediumHigh
GPU typeNo GPU requiredNo GPU requiredGPU-accelerated decode (NVENC/NVDEC)
VRAM8 GB
vCPUs2816
RAM4 GB16 GB32 GB
ServerCPU instance, 2 vCPUCPU instance, 8 vCPU1× RTX 4090 24 GB
Rate (video minutes processed per hour)≈ 6,000≈ 20,000≈ 60,000

Input type — Live feed

Models in this group take a live camera or stream as input and must keep pace with it in real time. The three hardware tiers mean the same as above, but the rate here is how many streams one server of that tier can keep up with in real time rather than a per-hour count. The sample input here is one 1080p stream at 25 frames per second.

Parakeet TDT

Vendor: NVIDIA

What it does: transcribes English in real time with very low latency, which is what live captioning requires. The choice for live streams.

RequirementMinimumMediumHigh
GPU typeRTX 3090RTX 4090A100 80 GB
VRAM12 GB24 GB80 GB
vCPUs81224
RAM32 GB48 GB96 GB
Server1× RTX 3090 24 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (camera streams handled at 25 frames per second)≈ 8 streams≈ 30 streams≈ 80 streams

faster-whisper

Vendor: SYSTRAN

What it does: transcribes live in a hundred languages using short overlapping windows, at a latency of a few seconds — acceptable for monitoring, too slow for on-screen captions.

RequirementMinimumMediumHigh
GPU typeRTX 3060RTX 4090A100 80 GB
VRAM8 GB24 GB80 GB
vCPUs61224
RAM16 GB32 GB64 GB
Server1× RTX 3060 12 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (camera streams handled at 25 frames per second)≈ 3 streams≈ 12 streams≈ 32 streams

Silero VAD

Vendor: Silero

What it does: detects speech so transcription runs only when someone is talking, which multiplies the number of streams one card can carry.

RequirementMinimumMediumHigh
GPU typeRTX 3060RTX 4090A100 80 GB
VRAM4 GB24 GB80 GB
vCPUs4824
RAM8 GB32 GB64 GB
Server1× RTX 3060 12 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (camera streams handled at 25 frames per second)≈ 60 streams≈ 200 streams≈ 600 streams

DeepFilterNet 3

Vendor: Friedrich-Alexander-Universität

What it does: cleans the live audio before transcription with negligible added delay, which is usually the cheapest accuracy improvement available live.

RequirementMinimumMediumHigh
GPU typeRTX 3060RTX 4090A100 80 GB
VRAM4 GB24 GB80 GB
vCPUs4824
RAM8 GB32 GB64 GB
Server1× RTX 3060 12 GB1× RTX 4090 24 GB1× A100 SXM 80 GB
Rate (camera streams handled at 25 frames per second)≈ 20 streams≈ 70 streams≈ 180 streams

Choosing between them

Model choice depends on your audio quality, languages and whether transcription must be immediate. Our consultants measure word error rate on your own footage, then recommend a model, the preparation worth doing and the hardware for your volume.

At the start of a project we may run a short proof of concept on a sample of your own data, measuring the accuracy and the throughput the model actually achieves on your material. That replaces the estimates on this page with real figures, so the cost and the schedule for the full engagement are known before it is committed.

Video audio to text service AI models for video files AI models for live feed Pricing

From benchmark to production

Share a representative sample, expected volume, latency target and deployment location for Video audio to text. We benchmark the shortlisted models, recommend the lowest-cost GPU configuration that meets the target, and scale it from pilot capacity to a dedicated production cluster.