✏️

Online SRT Editor

Edit SRT subtitle files directly in your browser. Open an existing file or start from scratch β€” live preview shows all entries as you type.

Editor
Live Preview

SRT File Format Reference

An SRT file consists of numbered blocks, each containing a sequence number, a timestamp range, and one or more lines of subtitle text:

1 00:00:01,000 --> 00:00:03,500 Hello, world! 2 00:00:04,200 --> 00:00:07,000 This is the second subtitle. It can span multiple lines. 3 00:00:08,000 --> 00:00:10,500 <i>Italic text</i> and <b>bold</b> are supported.

Timestamp format

Timestamps follow the pattern HH:MM:SS,mmm β€” hours, minutes, seconds, and milliseconds separated by a comma. The arrow --> separates start and end times.

Supported HTML tags

Frequently Asked Questions

Can I create an SRT file from scratch?

Yes. Click "New file" to start with a blank editor, type your content following the SRT format above, and download when done.

Does the editor auto-save?

No. There is no server backend to save to. Make sure to download your file before closing the tab.

Can I edit VTT files here?

VTT and SRT are very similar in structure. You can paste VTT content and edit it, but the format validation and preview are optimized for SRT. For best results with VTT, first convert to SRT using the VTT to SRT tool.

Related Tools