SRT to CSV Converter

Convert SRT subtitles to a CSV spreadsheet with timing and text columns. The conversion runs locally in your browser.

Upload SRT file
Supported: .srt (UTF-8). Export cue timing and text columns.
Upload an SRT file to preview subtitle cues and download as CSV.

Convert SRT to CSV online

Convert SRT subtitles to CSV online. Export cue index, start time, end time, duration, and text columns for spreadsheets. Use it when a caption platform, media player, lyric app, or review workflow needs a different subtitle format.

Instant conversion

Parse the source file and build the converted subtitle output directly in your browser.

Cue preview

Review parsed cue text and timestamps before downloading the converted file.

Private workflow

The conversion runs locally after the page loads, so your subtitle file stays on your device.

Clean export

Download a .csv file ready for your player, platform, editor, or spreadsheet.

How to convert SRT to CSV

Use this converter when subtitle timing and text need to be reviewed in a spreadsheet.

  1. 1

    Upload SRT

    Choose a UTF-8 SubRip subtitle file.

  2. 2

    Preview cue rows

    Check the parsed cue text and timestamps.

  3. 3

    Download CSV

    Save a spreadsheet-ready file with timing and text columns.

SRT to CSV examples for subtitle review in spreadsheets

Convert SRT to CSV when subtitle timing and text need to be reviewed, filtered, translated, or shared in a spreadsheet. Each subtitle cue becomes one row with timing and text columns.

Example input and output

SRT input
1 00:00:02,400 --> 00:00:05,100 Welcome to the tutorial.
CSV output
index,start,end,start_ms,end_ms,duration_ms,text 1,00:00:02.400,00:00:05.100,2400,5100,2700,Welcome to the tutorial.

Best for

Spreadsheet review

Inspect cue timing, duration, and text in Excel, Google Sheets, or other CSV tools.

QA reports

Share subtitle rows with reviewers who prefer tabular notes over raw SRT files.

Translation planning

Export subtitle text and timings before sending rows into a custom localization workflow.

Common file issues handled

Cue columns

The CSV includes index, start, end, start_ms, end_ms, duration_ms, and text.

Quoted text

Commas, quotes, and multiline subtitle text are escaped using standard CSV quoting.

Timing precision

Both readable timecodes and millisecond values are included for easier sorting and formulas.

One-way export

This tool exports SRT to CSV; edit subtitle timing in the subtitle editor when you need subtitle output.

Frequently Asked Questions

What columns are included in the CSV?
The CSV includes index, start, end, start_ms, end_ms, duration_ms, and text columns.
Can I open the CSV in Excel or Google Sheets?
Yes. The output is standard comma-separated text with quoted multiline subtitle fields.