admin-plugins author calendar category facebook post rss search twitter star star-half star-empty

Tidy Repo

The best & most reliable WordPress plugins

Subtitle Examples: SRT File Samples and Formatting Best Practices

Subtitle Examples: SRT File Samples and Formatting Best Practices

Ethan Martinez

July 22, 2026

Blog

Subtitles are tiny heroes. They help people watch videos in noisy rooms, quiet trains, classrooms, offices, and late at night with the volume low. An SRT file is one of the most common subtitle formats. It is simple, friendly, and easy to edit with a normal text editor.

TLDR: An SRT file is a plain text subtitle file with numbers, time codes, subtitle text, and blank lines. Use clear timing, short lines, and easy words. Keep subtitles readable, not crowded. Test your file before you share it, because one tiny timing mistake can make the whole video feel weird.

What Is an SRT File?

SRT stands for SubRip Subtitle. It is a text file that tells a video player when to show each subtitle. The file usually ends with .srt.

Think of it like a script with a stopwatch. Each subtitle has a number, a start time, an end time, and the words that appear on screen.

Here is the basic shape:

1
00:00:01,000 --> 00:00:04,000
Hello there!

2
00:00:05,000 --> 00:00:07,500
Welcome to our video.

That is it. No magic wand. No secret spell. Just neat text.

The Four Parts of an SRT Caption

Every SRT caption block has four simple parts:

  1. Caption number — This starts at 1 and counts up.
  2. Time code — This says when the subtitle appears and disappears.
  3. Subtitle text — This is what viewers read.
  4. Blank line — This separates one caption from the next.

The time format is important. It looks like this:

hours:minutes:seconds,milliseconds

For example:

00:01:12,250 --> 00:01:15,800

This means the subtitle starts at 1 minute, 12 seconds, and 250 milliseconds. It ends at 1 minute, 15 seconds, and 800 milliseconds.

A Basic SRT File Sample

Here is a clean and friendly sample:

1
00:00:00,500 --> 00:00:03,000
Hi! I am glad you are here.

2
00:00:03,500 --> 00:00:06,000
Today we will learn about subtitles.

3
00:00:06,500 --> 00:00:09,000
Do not worry. It is easier than it looks.

Notice the blank line after every subtitle block. Do not skip that. Subtitle players like clean rooms. The blank line is the little hallway between rooms.

Two-Line Subtitle Example

Sometimes one line is not enough. That is okay. You can use two lines. But do not build a wall of text. Nobody wants to read a novel while a cat is falling off a sofa in the video.

4
00:00:09,500 --> 00:00:13,000
This sentence is a bit longer,
so we split it into two lines.

A good rule is to use one or two lines. Try to keep each line under about 42 characters. Shorter is often better.

Sound Effects and Music

Subtitles are not only for spoken words. They can also show important sounds. This is very useful for viewers who are deaf or hard of hearing.

5
00:00:13,500 --> 00:00:15,000
[door creaks]

6
00:00:15,500 --> 00:00:18,000
[upbeat music playing]

Use brackets for sounds. Keep them simple. Write what matters to the story. If a spoon falls in the background and nobody cares, you can probably skip it. If the door creaks in a horror movie, include it. That door is doing drama.

Speaker Labels

When more than one person speaks, labels can help. Use them when the speaker is not clear.

7
00:00:18,500 --> 00:00:21,000
Maya: Are you ready?

8
00:00:21,500 --> 00:00:23,500
Leo: Not even a little.

You can also use this style:

9
00:00:24,000 --> 00:00:26,000
[Maya]
Are you ready?

Pick one style and stay with it. Consistency is your best friend. It wears sensible shoes.

Formatting Best Practices

Good subtitles feel invisible. Viewers should read them without effort. Here are the big rules:

  • Keep lines short. Aim for 32 to 42 characters per line.
  • Use no more than two lines. Three lines can crowd the screen.
  • Give people time to read. Most captions should stay on screen for at least 1 second.
  • Do not leave captions too long. Around 6 or 7 seconds is usually enough.
  • Avoid overlapping time codes. One caption should end before the next begins.
  • Use normal punctuation. Periods, commas, and question marks help the reader.
  • Match the speech. Do not rewrite too much unless you must shorten.
  • Use UTF-8 encoding. This helps special characters display correctly.

Bad vs Good Subtitle Example

Here is a subtitle that is too long and rushed:

10
00:00:26,100 --> 00:00:27,100
Today we are going to explain everything about SRT files and why they are useful for all kinds of videos.

That is a lot to read in one second. Poor viewer. Their eyes need a snack and a nap.

Here is a better version:

10
00:00:26,100 --> 00:00:29,000
Today we will explain SRT files.

11
00:00:29,200 --> 00:00:32,000
We will also show why they are useful.

Much nicer. The words have room to breathe.

Italics in SRT Files

Some players support simple HTML tags inside SRT files. For example, you may use <i> for italics.

12
00:00:32,500 --> 00:00:35,000
<i>This voice is coming from the radio.</i>

Use italics for off-screen voices, narration, inner thoughts, or titles. But do not overdo it. If everything is italic, nothing feels special.

Common SRT Mistakes

Here are mistakes that cause subtitle chaos:

  • Missing blank lines. This can break the file.
  • Wrong time format. Use commas for milliseconds, not periods.
  • Overlapping captions. This can confuse the player.
  • Huge blocks of text. Viewers cannot read them fast enough.
  • Typos in speaker names. Maya should not become Mya, then Maia, then Mystery Person.

Quick SRT Checklist

Before you export or upload your subtitle file, check this list:

  • Does every caption have a number?
  • Are all time codes in the correct format?
  • Is there a blank line between captions?
  • Are lines short and readable?
  • Do captions appear in sync with speech?
  • Are sound effects clear and useful?
  • Did you save the file as .srt?

Final Thoughts

SRT files look plain, but they do powerful work. They make videos easier to understand. They help more people enjoy your content. They also improve accessibility, which is always a win.

The best subtitles are clear, calm, and well timed. Keep them short. Keep them tidy. Test them in your video player. If your subtitles feel smooth, you did it right. Now go forth and caption like a tiny text wizard.