en

SRT to SBV

Convert an SRT subtitle file to YouTube's own legacy SBV format locally in your browser - for the classic YouTube caption upload path. No upload.

Running locally on your device ...

Your files

    Running locally on your device ...

    0%

    Is my file uploaded?

    No. Everything runs in your browser - your file never leaves your device. How this is verifiable

    No upload100% local
    Your content stays with youno third-party access
    Hosted in GermanyGlobal Content Delivery
    Independently auditedTLS A+ · HTTP headers A+

    SBV (SubViewer, referred to by YouTube as the "SubViewer" format) is the older, YouTube-native subtitle format from before today's automatic caption editor - some older guides and third-party tools for the YouTube upload path still expect it. This tool converts an existing SRT file into that format.

    Technically, SBV differs from SRT mainly in its timing line: instead of a sequential number plus a "-->" line, SBV writes the start and end time comma-separated on a single line (e.g. "0:00:01.749,0:00:04.200"), with no index. The tool reads the timings and text of each SRT subtitle and writes them back out in SBV format.

    The conversion runs entirely locally in your browser - the file is not uploaded and no foreign library is loaded. If the SRT file contains no valid timestamps, the tool stops honestly instead of producing an empty file.

    Specifications

    Specifications
    Input formatsSRT
    Auto-conversionMP4
    Output formatSBV
    Batch processingNo
    ProcessingLocally in your browser (JavaScript)
    File uploadNone

    In 3 steps

    1. Drop the .srt file.
    2. SBV is produced automatically.
    3. Download the .sbv file.

    Limitations: Timings and text are carried over. SBV has no concept of positioning or style blocks - an SRT file does not contain any anyway. The tool converts, it does not translate into another language.

    FAQ

    Is the file uploaded?

    No, the conversion runs entirely locally in your browser.

    What is SBV still used for today?

    Mostly for older YouTube upload workflows and third-party tools that still expect the classic SubViewer format.

    Are the timings preserved exactly?

    Yes, the start and end time of each subtitle is carried over to the millisecond; only the line format changes.

    Does it also work the other way, SBV to SRT?

    Yes, there is the sibling tool "Convert SBV to SRT" for that.

    Related tools

    Merge subtitles · Split subtitles · SBV to SRT · SRT to LRC · SRT to TTML · VTT to SBV