Y2T yt2text

Glossary

A plain-language reference for terms you'll run into when converting YouTube videos to text.

YouTube & Video Basics

#1 YouTube URL
The web address of a YouTube video, e.g. youtube.com/watch?v=...
#2 Video ID
The unique 11-character code identifying a specific YouTube video, found in its URL.
#3 youtu.be link
A shortened version of a YouTube URL that redirects to the full video.
#4 Playlist
A curated, ordered collection of YouTube videos grouped under one link.
#5 Channel
A YouTube account that publishes videos; channels can host hundreds or thousands of videos.
#6 Unlisted video
A video not shown in search or on a channel page, but viewable by anyone with the direct link.
#7 Private video
A video restricted to specific invited viewers; generally can't be accessed by outside tools.
#8 Live stream
Video broadcast in real time; captioning and transcription behave differently than for uploaded video.
#9 VOD (Video on Demand)
A recorded video available for playback anytime, as opposed to a live stream.
#10 Video metadata
Information about a video (title, description, duration, upload date) separate from its actual content.
#11 Thumbnail
The preview image representing a video before it's played.
#12 Age-restricted video
A video YouTube limits to signed-in, age-verified viewers; often inaccessible to automated tools.
#13 Region-locked video
A video only viewable in certain countries due to licensing restrictions.
#14 Embed
A video displayed inside another website rather than viewed directly on YouTube.
#15 Video duration
The total length of a video, typically shown in minutes and seconds.
#16 Upload date
The date a video was published to YouTube.
#17 Video quality/resolution
The pixel resolution a video was uploaded or is available in (e.g. 1080p).
#18 Shorts
YouTube's short-form vertical video format, typically under 60 seconds.
#19 Community post
A non-video update a channel shares with its subscribers.
#20 Monetized video
A video eligible to show ads, unrelated to whether it can be transcribed.

Captions & Subtitles

#21 Caption
Text displayed on screen representing spoken dialogue and relevant audio cues.
#22 Subtitle
Text representing spoken dialogue, typically for translation rather than accessibility.
#23 Closed captions (CC)
Captions a viewer can toggle on or off.
#24 Open captions
Captions permanently burned into the video itself, always visible.
#25 Auto-generated captions
Captions YouTube creates automatically using its own speech recognition.
#26 Manually-created captions
Captions written or uploaded by the video's creator, generally more accurate than auto-generated ones.
#27 Caption track
A single set of captions in one language attached to a video; a video can have multiple tracks.
#28 Caption language
The specific language a given caption track is written in.
#29 No captions available
When a video has no caption track at all, requiring an audio-based fallback to get a transcript.
#30 Caption accuracy
How closely captions match what's actually said in a video.
#31 Caption timing
The synchronization between displayed caption text and the audio it represents.
#32 Caption drift
When captions gradually fall out of sync with the audio over a long video.
#33 Burned-in captions
Captions rendered directly into the video pixels, not extractable as text.
#34 Community-contributed captions
Captions submitted by viewers (a feature YouTube has phased out on most channels).
#35 Caption editor
YouTube's built-in tool for creators to write or fix captions.
#36 Multi-language captions
Multiple caption tracks on one video, each in a different language.
#37 Auto-translate captions
YouTube's feature that machine-translates an existing caption track into another language.
#38 Caption file upload
When a creator uploads a pre-written caption file instead of relying on auto-generation.
#39 Caption visibility settings
Viewer-side controls for caption size, color, and background.
#40 SDH (Subtitles for the Deaf and Hard-of-hearing)
Captions that also describe non-speech audio like music or sound effects.

Transcription Fundamentals

#41 Transcript
The full written text of everything spoken in a video or audio file.
#42 Transcription
The process of converting spoken audio into written text.
#43 Verbatim transcript
A transcript that includes every filler word, repetition, and false start exactly as spoken.
#44 Clean transcript
A transcript edited to remove filler words and false starts for readability.
#45 Time-coded transcript
A transcript with timestamps marking when each line was spoken.
#46 Speaker diarization
Identifying and labeling which speaker said what in a multi-speaker recording.
#47 Transcription turnaround time
How long it takes to get a finished transcript after submitting a video.
#48 Bulk transcription
Transcribing many videos at once rather than one at a time.
#49 Manual transcription
A human listening to audio and typing out the text by hand.
#50 Automated transcription
Software converting audio to text without human involvement.
#51 Transcript preview
A short excerpt of a transcript shown before the full version is unlocked or downloaded.
#52 Transcript export
Downloading a transcript in a specific file format for use elsewhere.
#53 Full-text transcript
The complete transcript with no timestamps or speaker labels, just continuous text.
#54 Segment
A single timed chunk of a transcript, typically one caption line or spoken phrase.
#55 Transcript editing
Manually correcting errors in a generated transcript.
#56 Searchable transcript
A transcript formatted so specific words or phrases can be found quickly.
#57 Transcript summary
A condensed version of a transcript highlighting key points.
#58 Video-to-text
The general term for converting any video's spoken content into written text.
#59 Audio-to-text
The same conversion process applied directly to an audio file rather than a video.
#60 Word-for-word accuracy
How exactly a transcript matches the original spoken words.

AI & Speech Recognition

#61 Speech-to-text (STT)
Technology that converts spoken audio into written text.
#62 Automatic Speech Recognition (ASR)
The technical term for the AI systems behind speech-to-text.
#63 AI transcription
Using artificial intelligence models to generate a transcript without human transcribers.
#64 Audio transcription fallback
Automatically transcribing a video's audio when no existing captions are available.
#65 Word Error Rate (WER)
A standard metric measuring how many words a speech recognition system gets wrong.
#66 Language model
The underlying AI system that predicts and generates text, including transcripts.
#67 Natural Language Processing (NLP)
The broader field of AI focused on understanding and generating human language.
#68 Punctuation restoration
AI adding commas, periods, and other punctuation to raw transcribed speech.
#69 Language detection
Automatically identifying which language is being spoken in an audio file.
#70 Accent handling
How well a speech recognition system performs on different regional accents.
#71 Background noise interference
Non-speech sounds that reduce transcription accuracy.
#72 Audio fidelity
The clarity and quality of an audio recording, which directly affects transcription accuracy.
#73 Multi-speaker recognition
A model's ability to distinguish between different speakers in one recording.
#74 Real-time transcription
Generating text as audio is being spoken, with minimal delay.
#75 Batch processing
Running a transcription job on pre-recorded audio rather than live.
#76 Confidence score
A value indicating how certain a speech recognition model is about a given word or phrase.
#77 Training data
The audio and text examples used to build and improve a speech recognition model.
#78 Model accuracy
How reliably a given AI transcription model produces correct text.
#79 Audio preprocessing
Cleaning or adjusting audio before it's sent to a transcription model.
#80 Fallback transcription
Using an alternate method (like AI audio transcription) when the primary method (existing captions) isn't available.

File Formats & Exports

#81 TXT (plain text)
A transcript saved as unformatted text, with no timestamps or styling.
#82 SRT (SubRip Subtitle)
A widely-used subtitle file format with timestamps, compatible with most video players.
#83 VTT (WebVTT)
A subtitle file format built for web video, similar to SRT with added styling support.
#84 JSON
A structured data format representing a transcript as machine-readable segments, useful for developers.
#85 CSV
A spreadsheet-friendly format occasionally used for exporting transcript data.
#86 Subtitle file
Any file format (like SRT or VTT) that pairs text with timing information for video playback.
#87 Caption file
Functionally similar to a subtitle file; often used interchangeably.
#88 Structured data export
A transcript exported in a format that preserves timing, speaker, and text as separate fields.
#89 Downloadable transcript
A transcript saved as a file rather than only viewable on screen.
#90 File format compatibility
Whether a given export format works with the software you plan to use it in.
#91 Plain text export
The simplest transcript format, just the words with no extra structure.
#92 Timestamped export
Any file format that includes when each line of text was spoken.
#93 Encoding (UTF-8)
The character encoding standard ensuring text displays correctly across languages and systems.
#94 File size
How large an exported transcript file is, relevant for longer videos or bulk downloads.
#95 Batch export
Downloading transcripts for multiple videos at once.

SEO & Content Use Cases

#96 Content repurposing
Turning one piece of content (like a video) into other formats, such as blog posts or social captions.
#97 Show notes
A written summary or transcript excerpt accompanying a podcast or video episode.
#98 Video SEO
Optimizing a video and its associated text (titles, descriptions, captions) to rank in search results.
#99 Accessibility (a11y)
Making content usable for people with disabilities, including through captions and transcripts.
#100 WCAG (Web Content Accessibility Guidelines)
The standard framework defining accessibility requirements, including for captioned video.
#101 Keyword extraction
Identifying important terms within a transcript, often for SEO purposes.
#102 Blog repurposing
Turning a video transcript into a written blog post.
#103 Quote sourcing
Pulling exact quotes from a transcript for use in articles or marketing materials.
#104 Content research
Using transcripts of existing videos (including competitors') to inform new content.
#105 Social media clipping
Extracting short segments of a video, often guided by transcript timestamps, for social posts.
#106 Meeting/webinar transcription
Applying transcription to recorded meetings or webinars rather than public YouTube content.
#107 Competitive content analysis
Studying competitors' video content, often via transcripts, to inform strategy.
#108 Searchable video archive
A collection of videos made findable by their transcribed text content.
#109 Closed captioning compliance
Meeting legal or platform requirements to caption video content.
#110 Localization
Adapting content, including transcripts, for a different language or region.
#111 Translation
Converting a transcript from one language into another.
#112 Content indexing
Making transcript text discoverable by search engines.
#113 On-page SEO
Optimizing a webpage's own content (including embedded transcripts) to rank better in search.
#114 Long-tail keyword
A specific, less-competitive search phrase, often naturally present within a transcript's language.
#115 Featured snippet
A search result excerpt Google displays directly on the results page, sometimes pulled from transcript-derived text.

Product, Pricing & Account Terms

#116 Credit
The unit of usage spent each time a transcript is extracted.
#117 Credit pack
A one-time purchase of a fixed number of credits.
#118 Free trial
A limited period (and credit allotment) where new users can try the product before paying.
#119 Trial expiry
The point at which free trial credits become unusable if unspent.
#120 Tier
A specific pricing plan (e.g. Starter, Growth, Business) offering a set number of credits at a given price.
#121 Rate limit
A cap on how many requests an account can make in a given time period.
#122 Usage limit
The broader term for any cap on how much of a service an account can use.
#123 Sign-up
Creating an account, typically via email, to access paid or trial features.
#124 Magic link
A one-time sign-in link sent by email, used instead of a password.
#125 Account balance
The number of credits currently available on an account.
#126 Checkout
The process of purchasing a credit pack.
#127 Payment processor
The service handling the actual transaction when a customer buys credits.
#128 Subscription model
A pricing structure with recurring charges, as opposed to one-time credit packs.
#129 One-time purchase
Paying once for a fixed amount of usage, with no recurring charge.
#130 Priority support
A faster or more dedicated customer support channel offered on higher-tier plans.
#131 API access Coming soon
The ability for developers to interact with a service programmatically rather than through a web interface.
#132 Anonymous preview
Trying core functionality without creating an account, typically with limited features.
#133 Sign-in state
Whether a visitor is currently logged into an account or browsing anonymously.
#134 Usage-based pricing
Pricing tied directly to how much of a service is actually consumed.
#135 Refund policy
The terms under which a customer can get their payment back.

Technical & Behind-the-Scenes

#136 API (Application Programming Interface)
A defined way for one piece of software to communicate with another.
#137 Webhook
An automated notification sent from one system to another when a specific event occurs (like a completed payment).
#138 Proxy
An intermediary server used to route requests, often to avoid rate limits or access restrictions.
#139 IP-based rate limiting
Restricting how many requests can come from a single internet address.
#140 Caching
Temporarily storing a result so repeated requests return instantly instead of being reprocessed.
#141 Persistent storage
Data storage that survives server restarts or redeployments, as opposed to temporary memory.
#142 Bearer token
A type of access credential included with a request to prove a user is authenticated.
#143 OAuth
A standard protocol allowing one service to grant limited access to another without sharing a password.
#144 CMS (Content Management System)
A tool allowing non-technical editing of website content without touching code.
#145 Sitemap
A file listing a website's pages to help search engines find and crawl them.
#146 robots.txt
A file telling search engine crawlers which parts of a site they may or may not access.
#147 Structured data (JSON-LD)
Machine-readable markup embedded in a webpage to help search engines and AI systems understand its content.
#148 Uptime
The percentage of time a service is available and functioning.
#149 Deployment
Publishing a new version of a website or application to its live environment.
#150 Health check
An automated request confirming a service is running correctly before it's marked live.