Convert SBV Subtitles to SRT

Upload or paste an SBV caption file, check its dialogue, line breaks, and timing, and download numbered SRT. This sbv to srt conversion does not need the original video.

SBV → numbered SRT

Limits: 2 MiB UTF-8 and 10,000 cues. Conversion does not use the 1 GB transcription cap.

Conversion runs in the browser and never uploads the original video. Saving a signed-in task stores the subtitle text on the account. Conversion does not use transcription credits.

How to convert SBV to SRT

Stay on this page from a SubViewer caption file to a numbered SRT track. Nothing here sends your subtitles through speech recognition.

  1. 1

    Add the SBV file or paste it

    Choose a .sbv caption file, or paste its text. The parser expects one cue line shaped start,end, such as 0:00:01.000,0:00:02.000, followed by the dialogue until a blank line.

  2. 2

    Review timing and dialogue

    Every cue appears with an editable start, end, and text field. Lines that overlap or arrive empty are reported instead of silently rewritten, so you can correct the source before exporting.

  3. 3

    Download numbered SRT

    Export UTF-8 SubRip with comma-millisecond timestamps. Downloading needs no account. A signed-in save stores the caption text in My records without spending transcription credits.

Practice with success.sbv. It includes multiple lines, a text comma, a non-Latin line, and a one-digit hour clock.

SBV format explained

SBV is the SubViewer-style caption text that YouTube exports from its subtitle menu. It stores timed dialogue with almost no scaffolding.

Timing line
SBV writes start,end on one line, such as 0:00:01.000,0:00:02.000. SRT writes start --> end on its own line below a cue number.
Clock shape
SBV uses a dot before the milliseconds and does not pad the hour. SRT uses a comma and prints at least two hour digits, such as 00:00:01,000.
Cue numbers
SubViewer files usually carry no cue numbers. SRT numbers every cue from 1.
Line breaks
A hard line break in SBV is just the next line before the blank separator. SRT keeps that same newline inside the cue.
Styling
SBV has no stylesheet, positioning, or inline styling. It is plain timed text, which is exactly what SRT keeps.

Because SBV carries only text and a time range, almost nothing has to be discarded on the way to SRT. The mapping is mostly a rewrite of the clock and the addition of sequence numbers. The Library of Congress SubRip entry describes the target format. Checked September 19, 2026.

The two clocks are easy to confuse. SubViewer 0:00:01.000 means one second, while SRT writes the same instant as 00:00:01,000. Hours are not padded in SBV, so a long film can start with 1:02:03.400, which becomes 01:02:03,400 in the download.

Public sample

SBV to SRT example

This labeled sample is a short original caption set, not a customer upload and not an accuracy score.

SBV input

0:00:00.000,0:00:01.250
Hello café

0:00:01.500,0:00:03.000
日本語 captions
Second line

Cue one carries a dot-millisecond clock. Cue two keeps two dialogue lines inside a single timed range.

Download sample SBV

SRT output

1
00:00:00,000 --> 00:00:01,250
Hello café

2
00:00:01,500 --> 00:00:03,000
日本語 captions
Second line

The same wording and breaks remain. Only the clock notation and the sequence numbers changed. Compare it with the converter on this page.

Download matching SRT

A comma inside the dialogue is dialogue, not a separator. Only the cue line is split on the comma between its two timestamps, so a caption such as Hard comma, kept, and a list: one, two survives unchanged. That detail matters for any language that uses the comma as ordinary punctuation.

Check captions after conversion

A successful parse is not the same as a good subtitle track. Take a minute to check the cues a player will actually show.

  • Scan the cue list for a missing line or a merged pair of speakers.
  • Confirm the first cue starts near zero and the last cue is not cut short.
  • Watch for cues whose start is later than their end. Those are rejected before export, not published silently.
  • Re-read numbers, names, and punctuation. A conversion keeps text but cannot fix a typo that was already in the SBV file.
  • Keep the original SBV if you may still need to re-export. SRT does not store the source file.

Reading speed is a separate check from correctness. A cue that is valid in SRT can still be too fast to read on screen. The converter reports cue count and timing, but it does not pretend to measure character-per-second readability, so a final pass in your player or editor is still worthwhile.

If you need to edit wording, do it here before downloading. Edits made in the tool frame are saved with the task, so the downloaded SRT and the record stay in step instead of drifting apart.

WhisperWeb vs in-browser drop-in converters vs server-upload converters

Checked September 19, 2026. Names below label an approach. This page does not link out to those products.

DecisionWhisperWebIn-browser drop-inServer-upload converter
Where the file is parsedWhisperWebAvailable: This page, in your browserCues appear in the tool frame before you download anything.In-browser drop-inLimited: Usually localA single paste box often hides which cues failed and why.Server-upload converterNot available: Uploaded firstThe file is stored on a host, then a download link is returned.
Visible limits and warningsWhisperWebAvailable: Cue-level warningsOverlaps and empty cues are named beside the list, not swallowed.In-browser drop-inLimited: Often silentMalformed cues can be dropped without a line of explanation.Server-upload converterLimited: Depends on the hostSome services only say the upload failed.
Editing before exportWhisperWebAvailable: Editable start, end, and textFix a clock or a word, then download the reviewed cues.In-browser drop-inLimited: Plain text onlyMany paste converters give you no timing controls.Server-upload converterNot available: Download, then re-uploadCorrections usually mean a second round trip.
Credits and costWhisperWebAvailable: No transcription creditsA text mapping never calls a speech model and never bills minutes.In-browser drop-inAvailable: Usually unpaid pasteConfirm whether the paste is stored or logged.Server-upload converterNot available: Often an ASR upsellHosted caption products commonly charge to create subtitles from audio, a different job.

Approach comparison, checked September 19, 2026. Columns describe common approaches rather than a paid test of any vendor. WhisperWeb details match the converter on this page.

Use WhisperWeb when you already have an SBV file and want an on-page preview, cue-level warnings, and a download that is not gated by an account. Use a drop-in paste converter for a quick one-off when you trust the source. Use a server-upload product when the real job is creating subtitles from audio, which this page deliberately does not do.

Who converts SBV to SRT, and why

A platform export may be the only copy of a caption track that already exists.

A captioned video frame on the left and the same dialogue as a numbered SRT list on the right

From platform export to editable SRT

Captioners often receive an SBV export from a video platform, then discover that an editing app, a broadcast pipeline, or an archive only accepts SubRip. The wording and timing already exist; only the container is wrong. This converter bridges that gap without re-typing a single line.

Generated use-case illustration, not an actual customer result. The runnable sample above is separate and downloadable.

Limits, privacy, and credits for SBV to SRT

Accepted input is UTF-8 SBV caption text up to 2 MB and 10,000 cues. A File object cannot be reconstructed after the tab is gone, so a refresh asks you to choose the caption file again rather than pretending the upload persisted. Audio and video uploads are rejected here; this page reads subtitle text only.

Conversion does not send media to a speech model and does not deduct transcription minutes. Guests convert and download in the browser. A signed-in save stores the original SBV and the reviewed SRT under the owning account, and only that account can reopen or download the private task.

An SBV file from a platform may be copyrighted broadcast material. Keep the original export, respect the platform's terms, and review our privacy policy before processing captions you are not allowed to share.

Frequently asked questions

Can I upload an SBV export?

Yes. Choose a .sbv file or paste its text. The converter reads the SubViewer cue line, keeps every dialogue line, and returns numbered SRT. Files with a broken or missing timestamp are rejected with a message instead of producing a partial track.

Do I need a YouTube URL?

No. This page never downloads video and never fetches a YouTube page. You bring an SBV file you already have, and the conversion happens from that text alone. If you only have a video, generate captions from audio on the SRT Subtitle Generator instead.

Will this change caption timing?

The moment each caption starts and ends is preserved. Only the written form changes: 0:00:01.000 becomes 00:00:01,000. Hours are padded to two digits, and the decimal separator becomes a comma, because that is what SubRip players expect.

Does converting use transcription credits?

No. This is a text conversion, so it never calls a speech model and never bills minutes. To create captions from a recording instead, use the SRT Subtitle Generator.

Can I edit the captions before I download?

Yes. Adjust a start time, an end time, or a line of dialogue in the cue list, then download. Signed-in saves keep the reviewed version, and the saved task opens again from this page or from My records.