Converts SubRip to SBV. YouTube itself accepts .srt on upload, so you usually need this only when working with the caption editor directly or with a tool that expects YouTube's own export format.
You probably do not need this
SBV is the right choice when something downstream specifically expects it — an older caption workflow, a partner tool, or a script written against YouTube's export format.
What changes
The timestamp is the whole difference
00:01:23,456 with a comma before the milliseconds and a cue number on its own line above each entry. SBV writes 0:01:23.456 with a full stop, no leading zero on the hour, no cue numbers, and a comma between the start and end times instead of an arrow. That is essentially the entire specification. The text underneath is carried across unchanged, which is why a file that looked wrong in SRT will look exactly as wrong in SBV.Other names for this
Also searched as “srt to youtube captions”.
Questions
- Does YouTube need SBV?
- No. It accepts .srt and .vtt directly. Use SBV only if something else specifically requires it.
- Will my italics survive?
- No. SBV has no markup, so formatting tags are removed.
- 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.