Developer tool

VTT to SBV Converter

Convert WebVTT (.vtt) captions into the SBV format used by YouTube's caption editor.

VTT SBV
PrivConvert
Privacy-first conversion
No files stored
In-memory processing
Deleted instantly
No sign-up needed

Complete the security check to begin

About Converting VTT to SBV

WebVTT and SBV sit at opposite ends of the caption world. VTT is the W3C format built for the web: it opens with a WEBVTT header, and beyond plain cues it can carry positioning instructions, regions, styling blocks, speaker voice tags such as <v Narrator>, and CSS class tags such as <c.yellow>. SBV is YouTube’s stripped-back caption format: a "start,end" timestamp line, the text, a blank line, repeat. This converter reads the full VTT structure and reduces it to the timed text that SBV can actually represent.

That reduction is the point of the tool, so it is worth being explicit about what does not come across. VTT’s STYLE and REGION blocks, NOTE comments, cue identifiers and cue positioning settings are all dropped, and inline markup like <v> and <c> is unwrapped so only the spoken text remains. Timings survive untouched, because both formats store milliseconds. Everything is processed in memory and deleted as soon as your download is ready.

Common use cases

  • Taking captions you already publish on your own website and uploading them to YouTube
  • Converting VTT output from a transcription service into the format a YouTube workflow expects
  • Flattening a heavily styled VTT file into plain timed text you can review or edit by hand
  • Migrating a caption library away from a web player and into a video platform
  • Getting a clean caption file when a VTT has accumulated speaker tags you no longer want

Tips for best results

  • Speaker labels written as <v Name> markup disappear along with the tag. If you want the speaker to stay visible, put the name in the cue text itself before converting.
  • SBV timestamps use an unpadded hour and a dot before the milliseconds, so 00:01:02.500 in VTT is written as 0:01:02.500.
  • VTT files that begin with NOTE or STYLE blocks convert cleanly — those sections are recognised and skipped rather than misread as a cue.
  • Cue identifiers, the optional label line above a timestamp, are not part of SBV and are left out.

How to Convert VTT to SBV Online

Converting VTT to SBV with PrivConvert takes three quick steps and no software to install. What you gain with SBV: simple YouTube-native format.

1
Upload your VTT file

Drag and drop your file into the upload area, click to browse your device, or paste a URL to a file hosted online. You can upload files up to 250 MB and batch convert up to 20 files at once.

2
Automatic conversion

Once uploaded, the conversion from VTT to SBV starts automatically. The process runs entirely in an isolated environment - your data never leaves the secure pipeline.

3
Download your SBV file

Your converted file is ready instantly. Click the download button to save it to your device. The file is deleted from memory immediately after download.

A more private way to convert VTT files

Plenty of sites convert VTT files. Very few promise never to keep them — PrivConvert does, and backs it up with how the service is built.

Nothing is stored

We never keep a copy. Once your SBV is delivered, both the original and the result are gone — there is nothing left to leak or misuse.

Isolated sandbox

Every conversion runs in its own locked-down process with no network access, so files can never leak or interfere with one another.

No human ever sees it

Your files are handled entirely by automated code. No staff, partner or AI model ever reads, stores or trains on your data.

Zero data retention

Files are processed in volatile memory (RAM) and purged the instant your download is ready — nothing is ever written to disk, cached or backed up.

VTT vs SBV - Format Comparison

FeatureVTTSBV
File extension.vtt.sbv
Supported by PrivConvertYes (as input)Yes (as output)
Privacy-safe conversionIn-memory, zero storage
Max file size250 MB per file
Batch supportUp to 20 files simultaneously

Built for people who value their privacy

From one-off files to daily batches, thousands of people rely on PrivConvert precisely because it keeps nothing once the job is done.

250 MB Max file size
450+ Conversion tools
0 sec File retention
100% Free to use

Frequently Asked Questions

How do I convert VTT to SBV?
Upload your .vtt file above, complete the quick security check, and a plain .sbv caption file is generated instantly. No install or sign-up required.
Which parts of my WebVTT file are not carried across?
STYLE and REGION blocks, NOTE comments, cue identifiers and cue positioning settings are dropped, and inline markup such as <v Narrator> or <c.yellow> is unwrapped to leave only the text. SBV has no syntax for any of them.
Why does YouTube use SBV instead of VTT?
SBV predates WebVTT and remains the format YouTube’s own caption editor works in. YouTube does accept several formats on upload, but SBV is the one its editor round-trips, which is why workflows built around it still ask for SBV.
What happens to my cue positioning?
It is dropped. VTT can pin a cue to a line or percentage on screen; SBV has no positioning syntax at all, so the caption falls back to the player’s default placement.
Do the timings stay in sync?
Yes, exactly. Both formats keep millisecond precision, so start and end times transfer with no rounding or drift.
Is anything kept on your servers?
No. The file is parsed in memory and discarded the instant the conversion finishes — nothing is stored and no caption text is logged.

Further Reading