Reference library

Transcription and subtitle glossary

Plain-language definitions of the terms used to transcribe speech, caption video, and move subtitle files through a production workflow.

39 published definitions. Written by the VideoText editorial team. Updated September 13, 2026.

Use the topic groups or the A–Z index to open a definition. Each page starts with a direct answer, then explains how the term is used in transcription and subtitle work.

Browse by topic

A–Z index

Transcription & ASR

  • automatic speech recognitionAutomatic speech recognition (ASR) is software that maps an audio waveform to text without a human typing every word. Modern ASR systems are statistical or neural models trained on large collections of speech and transcripts.
  • clean verbatimClean verbatim is a transcript style that preserves meaning and sentence structure but removes fillers, false starts, and obvious stutters. It is more readable than full verbatim and still closer to the speaker than a rewritten summary.
  • full verbatimFull verbatim (sometimes called true verbatim) records speech with fillers, stutters, repetitions, and often nonverbal sounds, following the client’s notation rules. It is used when how something was said is part of the evidence.
  • speech recognition modelA speech recognition model is the trained statistical or neural system that maps audio features to tokens or words. Examples include the Whisper family of checkpoints. The model is not the same thing as the product UI around it.
  • transcriptionTranscription is the conversion of spoken words in audio or video into written text. A transcript may be plain text or include timestamps, speaker labels, and notes about inaudible or overlapping speech.
  • verbatim transcriptionVerbatim transcription records speech as spoken, including fillers, false starts, and repetitions, according to a stated style guide. “Verbatim” is not one universal standard — clients specify full verbatim or clean verbatim.

Captions & subtitles

  • closed captionsClosed captions are timed text that can be turned on or off by the viewer. They encode the spoken words and, for accessibility captions, relevant non-speech sounds. They travel as a separate track, not painted into the picture.
  • forced subtitlesForced subtitles are cues that appear even when the viewer has subtitles turned off, typically for foreign-language lines, signs, or in-world text that the story requires everyone to read.
  • open captionsOpen captions are timed text burned into the video frames. Viewers cannot turn them off. They are also called hardcoded or burned-in captions.
  • SDHSDH means Subtitles for the Deaf and Hard of Hearing. An SDH track includes dialogue plus sound cues and speaker identification so viewers who cannot hear the audio still get that information.
  • subtitlesSubtitles are timed text shown with a video, usually as a toggleable track. In many locales they translate dialogue. In accessibility contexts the same file family also carries captions for viewers who cannot hear the audio.

Formats

  • caption fileA caption file is a timed-text document a player can load as a track — commonly SRT, WebVTT, TTML, or SCC. It stores cues, not the video pixels.
  • SCCSCC (Scenarist Closed Caption) is a file format that stores CEA-608 caption data as hexadecimal byte pairs with timecodes. It is common in North American broadcast and finishing workflows.
  • SRT fileAn SRT (SubRip) file is a plain-text subtitle format. Each cue has an index, a start and end timecode using comma milliseconds, one or two lines of text, and a blank line.
  • TTMLTTML (Timed Text Markup Language) is a W3C XML format for timed text. Streaming and broadcast pipelines often use a constrained profile such as IMSC rather than unrestricted TTML.
  • WebVTTWebVTT (Web Video Text Tracks) is a W3C subtitle and caption format for HTML5 video. A file begins with WEBVTT and uses cues with start and end times, typically with dot milliseconds.

Speakers

  • overlapping speechOverlapping speech is two or more people talking at the same time. It is one of the hardest conditions for automatic speech recognition and for diarization.
  • speaker diarizationSpeaker diarization answers “who spoke when?” It segments audio into speaker turns and assigns labels such as Speaker 1 and Speaker 2. It does not, by itself, name those people.
  • speaker identificationSpeaker identification matches a voice to a known person or a previously enrolled profile. It is a biometric or lookup task, not just splitting a file into Speaker 1 and Speaker 2.
  • speaker labelsSpeaker labels are the names or codes written next to each turn in a transcript — “Alex:”, “Speaker 2:”, or “Interviewer:”. They come from diarization, a human, or both.

Timing

  • drop-frame timecodeDrop-frame timecode is a numbering system for 29.97 fps (and 59.94) video. It skips certain frame numbers so the timecode display stays close to real elapsed time. It does not delete video frames.
  • frame rateFrame rate is how many video frames are displayed per second — 24, 23.976, 25, 29.97, 30, 50, 59.94, and others. Caption timing that assumes the wrong rate will drift.
  • SMPTE timecodeSMPTE timecode is the broadcast family of address codes defined by SMPTE (notably ST 12). It counts hours, minutes, seconds, and frames, and exists in drop-frame and non-drop-frame varieties for NTSC-related rates.
  • subtitle synchronizationSubtitle synchronization is the alignment of each cue’s start and end times with the spoken words (and any required shot changes). Out-of-sync cues appear too early, too late, or drift across the file.
  • timecodeTimecode is a numeric label for a position in media, usually hours:minutes:seconds plus frames or milliseconds. Transcripts and subtitle files both use timecode, but they may use different precision.
  • timestampA timestamp is a time marker placed in a transcript to show when a span of speech occurred. Intervals (every 30 seconds, every speaker change) are a client rule, not a property of ASR.

Localization

  • localizationLocalization adapts media for another language and market. For video that may mean translated subtitles, dubbed audio, or culturally adjusted on-screen text. It is broader than word-for-word translation.
  • multilingual transcriptionMultilingual transcription produces text for speech in more than one language — either one file per language, a language-id plus recognition pipeline, or a single transcript that follows code-switching.

Accessibility

  • audio descriptionAudio description (AD) is spoken narration that explains important visual information during pauses in the dialogue, for viewers who are blind or have low vision. It is a separate access service from captions.
  • caption accessibilityCaption accessibility means the timed text actually works for people who cannot hear the audio: accurate words, sync, completeness, useful sound cues, and a player that can display the track.
  • WCAGWCAG (Web Content Accessibility Guidelines) is the W3C standard for making web content more accessible. For video, Success Criterion 1.2.2 requires captions for prerecorded synchronized media, with related criteria for live captions and audio description.

Quality

  • character error rateCharacter error rate (CER) is the same edit-distance idea as WER, computed on characters instead of words. It is common for languages without clear word boundaries and as a complement to WER.
  • confidence scoreA confidence score is the recognizer’s own estimate that a word or segment is correct. It is not an independent accuracy measurement and is not comparable across vendors without a shared calibration study.
  • hallucinationIn speech recognition, a hallucination is invented text that does not correspond to the audio — for example, repeated phrases, leftover prompt language, or fluent sentences during silence or music.
  • punctuation restorationPunctuation restoration is the step that adds periods, commas, question marks, and often capitalization to raw ASR output that was predicted as an unpunctuated word stream.
  • transcript QATranscript QA is the review pass after drafting — checking words, speakers, timestamps, tags, and style-guide rules before delivery. It is separate from the act of capturing speech.
  • transcription accuracyTranscription accuracy is how closely a transcript matches what was said, under a stated definition of “match.” Researchers usually report word error rate. Clients may mean names, numbers, and style-guide compliance instead.
  • word error rateWord error rate (WER) is the standard research metric for speech recognition. It counts substitutions, deletions, and insertions against a reference transcript, then divides by the number of words in that reference.

Video & audio workflows

  • audio extractionAudio extraction is pulling the soundtrack out of a video container so a speech recognizer can process it. The picture is not required for transcription, only the audio stream.

All published terms

Related VideoText resources