How to edit an SRT file

SRT looks simple because it is plain text. That simplicity tricks people into editing in the wrong tools or breaking numbering with one careless paste. Good editing keeps cue order, time format, and blank-line structure intact while you improve words and pacing.

You will learn how to work in a real subtitle editor when possible, how to edit raw text without corrupting commas in timecodes, and how to split long lines so phones stay readable. You will also learn why smart quotes from word processors cause mysterious import failures.

If you need a fresh SRT to edit, run your media through the free converter first, download, then open in your editor of choice. Starting from a timed draft beats typing from zero unless you love pain.

Free tool

Rather do it than read about it? Upload an audio or video file and get a timed .srt back.No signup, no payment, up to 100 MB per file.

Step-by-step guide

Step 1: Open in a subtitle editor when you can

Dedicated apps show cues in a table, warn about overlaps, and keep timecode syntax safe. Use raw text only when you must.

Step 2: Understand one complete cue block

Index line, time line with -->, then one or more text lines, then a blank line. That blank line matters. Do not delete it between cues.

Step 3: Edit text before you obsess over frames

Fix spelling and meaning while times stay stable when possible. Large timing changes come after words read correctly.

Step 4: Remove overlaps

If cue A ends after cue B starts, shorten A or push B. Players hate flicker.

Step 5: Split long lines at natural pauses

Aim for comfortable reading speed. Two short lines beat one long line.

Step 6: Save as UTF-8 without BOM surprises

Accents and non-Latin scripts need correct encoding. If characters turn to junk, stop and re-save properly before you keep editing.

Step 7: Import into your target player for a smoke test

Load into VLC or your NLE for a quick check. Better to catch a structural error early than in a client session.

Tips for better subtitles

  • Keep a backup before global find-and-replace.
  • Never use smart quotes from Word in SRT. Straight quotes only.
  • Renumber sequentially if you delete whole cues.
  • When merging cues, extend the end time of the first and remove the second block entirely.
  • Use headphones for timing tweaks. Eyes lie faster than ears.
  • Document unusual speaker labels if your pipeline requires them.

Common mistakes

  • Editing timecodes with find-and-replace blindly You can corrupt commas or arrows in one shot.
  • Deleting blank lines between cues Some parsers rely on that separator.
  • Mixing dot and comma milliseconds SRT expects commas before milliseconds. Stay consistent.
  • Letting duplicate cue numbers slide Some tools tolerate it. Many do not.

FAQ

Can I edit an SRT in Notepad?

Yes, it is plain text. Save it as UTF-8 and leave the blank line between cues alone, because that blank line is what separates one cue from the next. A subtitle editor is still safer for timing work, since it warns about overlaps a text editor will happily let you create.

My player shows nothing after I edited the file. Why?

Almost always a broken time line or the wrong encoding. Check that milliseconds are preceded by a comma rather than a dot, that the arrow between the two timestamps is intact, and that the file was saved as UTF-8. One invalid cue can hide everything after it.

Do cue numbers have to run in order?

In a valid file, yes: they start at 1 and count up without gaps. Many players tolerate mistakes here, but conversion tools and platform uploaders often do not, so renumber after deleting a cue.

Conclusion

Editing SRT is disciplined text work. Respect the file format, fix meaning before micro-timing, and test import early. You move faster with fewer emergencies.

Generate a fresh draft anytime from audio, then edit with the calm of someone who kept a backup.

Now on your own file

The quickest way to finish this guide is to walk through these steps on your own recording: upload it, correct any line against the audio, download the .srt.Your upload and the subtitles are deleted automatically about an hour after the conversion.