Converts SBV — the format the YouTube caption editor downloads — to SubRip. SBV is supported almost nowhere else, so this is usually the first thing you do with one.
How SBV differs
0:00:01.000,0:00:04.000.
Converting adds sequential cue numbers, replaces the comma with -->, and pads the timestamps to the two-digit form SRT expects. The text and the timings are untouched.
Automatic captions need editing
What gets checked while converting
Cues out of order — some editors append late additions at the end of the file. They are sorted, and you are told it happened.
Zero-length or reversed cues — an end time at or before the start. Players skip these silently, so they are given a one-second duration instead.
Overlaps — two cues on screen at once. Left alone by default because some formats use it deliberately for speaker labels; there is an option to trim them.
Malformed blocks — anything without a readable timestamp is skipped and counted, rather than corrupting the cue numbering.
Other names for this
Also searched as “youtube sbv to srt”, “convert sbv captions”.
Questions
- Where do I get an SBV file?
- YouTube Studio → Subtitles → the caption track → Download → .sbv. Newer versions of the interface also offer .srt and .vtt directly.
- Are the timings changed?
- No. Only the way they are written changes; the values are identical to the millisecond.
- Is my subtitle file uploaded?
- No. The parsing and rewriting happen in this tab. Subtitle files often contain an unreleased script or a client’s content, which is a good reason not to send them to a stranger’s server. Turn your Wi-Fi off and the tool keeps working.
- Can I convert several files at once?
- Yes — drop as many as you like, or a whole folder. Each keeps its original name with the new extension, and you can download them individually or as a ZIP.