What Is Closed Captioning? Definition, Formats, Legal Requirements (2026)

Closed captions defined — plus the distinctions from subtitles and open captions, where they're legally required, how they're produced, and what file formats exist.

Closed captions (CC) are timed on-screen text that viewers can toggle on or off, representing spoken dialogue plusnon-speech audio — music cues, sound effects, and speaker identification — for accessibility. “Closed” means the viewer can hide them, as opposed to open captions which are permanently burned into the picture. Subtitles, historically, show only spoken dialogue for viewers who can hear but don’t understand the language. Below: the full breakdown of CC vs open captions vs subtitles vs SDH, where captions are legally required (FCC, ADA, WCAG, European Accessibility Act), how they’re produced (AI, human, hybrid), and the file formats that carry them (SRT, WebVTT, SCC, TTML).
  • 60 minutes free
  • No credit card
  • 99 languages
  • Speaker labels

Last verified July 9, 2026

TL;DR — quick definition

Closed captionsare toggleable on-screen text representing dialogue plus non-speech audio (music, sound effects, speaker labels) for viewers who cannot hear. The “closed” part means the viewer can turn them on or off — as opposed to open captions, which are permanently visible. Not the same as subtitles, which show dialogue only and are historically for viewers who can hear but don’t understand the language.

Closed captions vs open captions vs subtitles vs SDH

Four related terms that get used interchangeably in casual speech but have distinct meanings.

TermViewer toggleNon-speech audioTypical purposeCommon on
Closed captions (CC)YesYes (dialogue + music + sfx + speaker ID)Accessibility for deaf/HoH viewersYouTube, streaming, broadcast TV
Open captions (OC)No (permanent)YesSilent-scroll social; accessibility guaranteeInstagram, TikTok, film festival exports
SubtitlesYesNo (dialogue only)Translation for viewers who don’t know the languageForeign films, dubbed content
SDH (Subtitles for Deaf and Hard of Hearing)YesYes (like captions)Streaming accessibility, hybrid usageNetflix, Prime, Disney+

The regional inconsistency

The captions-vs-subtitles distinction above is standard in North America. In the UK and much of Europe, “subtitles” is the umbrella term for both same- language and translated timed text, and “closed captions” is less common as a category — the BBC, for example, refers to accessibility-focused text as “subtitles for the hard of hearing.”

For technical work: the file format (SRT, WebVTT) doesn’t care what you call the content. The distinction matters for legal compliance and platform metadata (Netflix, for example, expects a specific SDH track).

Who is legally required to provide closed captions

Not legal advice — cite the linked sources for specific compliance questions.

Entity / contextRequirementSource
US broadcast TV (English + Spanish)Captions required on nearly all programming, with quality standards and time frames per FCC rulesFCC 47 CFR §79.1
US online video (previously shown on TV)Captions required when a TV program is subsequently made available onlineFCC IP Captioning
Public accommodations (US)ADA Title III — courts have applied to websites and apps in many circuits (NAD v. Netflix, Gil v. Winn-Dixie)ADA Title III + court decisions
US federal agencies + contractorsSection 508 — federal government content must meet WCAG 2.0 AA (which includes captions for prerecorded video)29 USC §794d (Section 508)
US higher educationSection 504 + ADA Title II (for public institutions) — captions required on course materialsSection 504 + DOJ guidance
EU digital services (from 2025)European Accessibility Act requires captions on many consumer digital servicesEAA
UK broadcastersOfcom Code — subtitles on 90%+ of programmingOfcom Broadcasting Code
WCAG 2.1 (widely adopted standard)SC 1.2.2 — captions required on all prerecorded audio content in synchronized media (Level A)WCAG 2.1

Private commercial video content in most jurisdictions isn’t universally legally required to have captions, but WCAG 2.1 is the widely-adopted accessibility standard for digital content. Meeting it protects against most accessibility lawsuits and satisfies government/enterprise procurement requirements.

How closed captions are produced

Three methods, with tradeoffs between accuracy, cost, and turnaround.

MethodAccuracyCostTurnaroundBest for
Automatic (AI / ASR)80–98% (varies by audio)$0–0.10/minMinutesVolume, first-pass, personal use
Human (professional captioner)99%+$1–3/min24–72 hoursLegal, medical, broadcast, feature film
Hybrid (AI + human review)99%+$0.30–1.00/min4–24 hoursCost-conscious professional

Automatic caption tools

Most modern captioning tools use OpenAI’s Whisper or a similar transformer-based ASR model. Accuracy on clean English studio audio hits 95–98%. Real-world accuracy varies: expect 80–90% on Zoom calls, 65–85% on phone audio, 50–75% on noisy or heavily accented content. Full breakdown on How Accurate Is Whisper.

Human captioning

Professional captioners hit 99%+ accuracy and handle edge cases (proper nouns, technical jargon, non-speech markers) that AI misses. Services include Rev human-reviewed, Trint human tier, and specialist captioning houses. Turnaround is 24–72 hours; some offer rush pricing.

Hybrid (AI + human)

AI generates a first draft, human reviewers correct errors and add non-speech markers. Combines AI cost with human accuracy. Most cost-effective path to publication-quality captions at scale.

Caption file formats explained

FormatExtensionWhere usedNotes
SubRip.srtUniversal — YouTube, Vimeo, NLEs, most playersPlain text; the safe default; no styling
WebVTT.vttWeb (HTML5 <track>), Podcasting 2.0W3C standard; supports basic styling + positioning
Scenarist Closed Caption.sccUS broadcast deliveryBinary format; used with EIA-608 caption data
Timed Text Markup Language.ttml / .dfxpStreaming platforms (Netflix, Amazon)XML-based; supports complex styling; industry standard
SubStation Alpha.ass / .ssaAnime, fansubs, advanced stylingComplex styling; FFmpeg supports natively
YouTube SBV.sbvYouTube legacy uploadsYouTube-specific; use SRT/VTT instead

Which format should I use?

  • Web video: WebVTT (.vtt) — W3C standard, HTML5 native
  • YouTube / Vimeo: SRT (.srt) — universal, simplest
  • Streaming platform delivery (Netflix, Prime): TTML/DFXP — per platform spec
  • US broadcast: SCC — EIA-608 encoding
  • Podcasting 2.0: WebVTT — see Podcast Transcription

For SRT specifics (line-break rules, character limits, timing), see SRT Generator.

How closed captions are displayed

Broadcast TV

Broadcast captions use EIA-608 (older, analog-derived) and EIA-708(digital HDTV standard). CC data rides in the video signal, decoded by the TV or set-top box. Home TVs have the CC toggle in the accessibility settings; captions render in the TV’s built-in font at platform defaults.

Web video (HTML5)

HTML5 video elements use the <track> tag to reference a WebVTT file:

<video controls>
  <source src="video.mp4" type="video/mp4">
  <track kind="captions" src="captions.vtt" srclang="en" label="English" default>
</video>

Browsers render the captions with their native controls; styling is limited (positioning + basic color).

Streaming platforms

Netflix, Prime Video, Disney+, and HBO all use their own player implementations of TTML/DFXP tracks. Users see the CC button in the player; captions render with platform-specific styling (usually customizable in the user settings).

Social media (burned-in)

Instagram Reels, TikTok, YouTube Shorts, and Facebook typically burn captions in at upload — the caption text is rendered into the video frames before playback. Cannot be toggled off. See Caption Generator for the burn-in workflow with FFmpeg force_style.

Common confusions

“Captions” and “subtitles” are synonyms

Not in North American accessibility contexts. Captions include non-speech audio (music, sound effects, speaker ID); subtitles show dialogue only. In casual UK/EU usage, “subtitles” often covers both.

“CC always means AI-generated”

No.CC refers to the ability to toggle captions on/off — not how they were produced. Both human-authored and AI-generated captions can be “closed.” The distinction is presentation, not authorship.

“CC and SDH are the same thing”

Mostly, but not exactly. Both include non-speech audio for deaf/HoH viewers. Historical distinction: CC was designed for broadcast TV with specific technical constraints (character limits per line, positioning rules); SDH was streaming/DVD-era term for the same content in modern formats. Today the terms are used interchangeably by most platforms.

“SRT is the official caption format”

No — SRT is the most universally-supported informal format. The official formats are: SCC/EIA-608/708 for US broadcast, WebVTT for the web, TTML/DFXP for streaming. SRT is a de-facto standard for interoperability but not a formal broadcast or web spec.

“Auto-captions meet accessibility requirements”

Usually no.WCAG 2.1 requires captions that are “equivalent to spoken dialogue and equivalent information conveyed through sound.” Auto-captions typically hit 80–90% accuracy on clean English audio and skip non-speech markers entirely — not legally sufficient for accessibility compliance in most contexts. Human review is usually required.

Need to add captions to your video?

DeluxeScribe generates captions in 99 languages from any video, exports to SRT/VTT, and works with YouTube, Vimeo, and every major platform.

How this page was verified

Definitions and distinctions follow W3C WAI Media Accessibility. Legal requirement citations from FCC guidance, WCAG 2.1 SC 1.2.2, and the European Accessibility Act. Format specifications reference the WebVTT spec and industry standards for SCC (EIA-608/708) and TTML/DFXP. No legal advice — cite these sources for specific compliance questions.

Frequently Asked Questions

What does "CC" stand for?

CC stands for closed captions — text representing dialogue and non-speech audio (music, sound effects, speaker identification) that the viewer can toggle on or off. "Closed" refers to the ability to hide them, as opposed to open captions which are permanently visible.

Are closed captions legally required?

Depends on the platform and jurisdiction. In the US: broadcast TV requires captions under FCC rules; online video content shown on TV first requires captions under FCC rules for online extensions. Government and public accommodation websites are covered by ADA + Section 508. Higher education is covered by Section 504. The European Accessibility Act (in force from 2025) requires captions on many digital services in the EU. Private commercial video content is not universally required to have captions, but WCAG 2.1 SC 1.2.2 is the widely-adopted accessibility standard.

What's the difference between CC and subtitles?

In North American accessibility usage: captions include non-speech audio (music cues, sound effects, speaker ID) and are intended for viewers who cannot hear. Subtitles show only spoken dialogue and are historically for viewers who can hear but don't understand the language. Elsewhere (UK, EU), "subtitles" often means both. SDH (Subtitles for Deaf and Hard of Hearing) is a middle category — subtitles plus non-speech markers.

How do I turn on closed captions on YouTube?

Click the CC button in the video player. If the button is greyed out, the video has no captions (uploaded or auto-generated). YouTube auto-generates captions on most videos with speech; creators can also upload custom captions in Studio → Subtitles.

Can I add closed captions to my own video?

Yes. Generate captions from the audio track with a tool like DeluxeScribe, export as .srt or .vtt, then either upload the caption file alongside the video (soft captions — YouTube, Vimeo, Netflix) or burn them into the video using FFmpeg or an NLE (open captions — Instagram, TikTok).

What is SDH?

SDH stands for Subtitles for the Deaf and Hard of Hearing. It's a middle ground: like subtitles (typically same-language transcription of dialogue), but with non-speech markers similar to captions (music, sound effects, speaker identification). Streaming platforms (Netflix, Prime, Disney+) commonly offer SDH tracks alongside foreign-language subtitles.

Do closed captions include sound effects?

Yes — that's the primary distinction from plain subtitles. Standard caption notation uses square brackets or parentheses: [door slams], [music playing], (laughter), or speaker labels like MARIA: for identifying who's speaking. WCAG guidelines and platform style guides (Netflix Timed Text Style Guide, BBC Subtitle Guidelines) specify what non-speech elements to include.

What format should I use for web video?

WebVTT (.vtt) is the W3C standard for web video captions and is natively supported by HTML5 <track> elements. SRT (.srt) is universally compatible with older tools and most video editors — YouTube, Vimeo, and most NLEs accept both. For streaming platforms, TTML/DFXP or platform-specific formats may be required.