SRT Sample File: Subtitle Formatting Examples You Can Copy and Edit

SubRip Subtitle files, better known as SRT files, are one of the simplest and most widely supported subtitle formats on the web. You can open them in a basic text editor, edit the timing or wording, and upload them to platforms like YouTube, Vimeo, learning portals, media players, and video editing software. The beauty of an SRT file is that it looks almost too simple: a number, a timestamp, and the subtitle text. But with a few formatting tricks, it can become cleaner, more accessible, and easier to reuse.

TLDR: An SRT file is a plain text subtitle file made of numbered caption blocks, each with a start time, end time, and subtitle text. For example, a caption might run from 00:00:02,000 to 00:00:05,000 and display “Welcome to the tutorial.” In a 5-minute video, you may use around 60 to 90 subtitle blocks, depending on speech speed and pacing. Copy the examples below, edit the timestamps and text, then save the file with a .srt extension.

What an SRT File Looks Like

An SRT file is structured in repeating blocks. Each block contains four basic parts: a sequence number, a timestamp line, one or more subtitle lines, and a blank line before the next subtitle begins. Here is the most basic sample you can copy and edit:

1
00:00:01,000 --> 00:00:04,000
Welcome to our video.

2
00:00:04,500 --> 00:00:07,000
Today, we will learn how SRT subtitles work.

3
00:00:07,500 --> 00:00:10,000
You can copy this file and edit it in any text editor.

The timestamp format is always hours:minutes:seconds,milliseconds. Notice the comma before milliseconds, not a period. The arrow must be written as –>, with two hyphens followed by a greater-than sign.

Basic SRT Sample File for a Short Video

If you are creating subtitles for a product demo, tutorial, interview, or social media clip, start with a simple structure like this:

1
00:00:00,500 --> 00:00:03,000
Hi, and thanks for watching.

2
00:00:03,200 --> 00:00:06,000
In this quick guide, we will show you
how to prepare your first subtitle file.

3
00:00:06,300 --> 00:00:09,200
The file format is called SRT,
and it is easy to edit.

4
00:00:09,500 --> 00:00:12,000
Let us begin with the basic rules.

This example uses two-line subtitles in blocks 2 and 3. Two lines are often easier to read than one very long line. A common rule is to keep each line under 42 characters where possible, especially for mobile viewing.

Formatting Rules You Should Follow

SRT files are simple, but small mistakes can cause subtitles to fail or display incorrectly. Use this checklist when editing:

  • Keep subtitle numbers in order: Start at 1 and continue sequentially.
  • Use the correct timestamp format: 00:00:00,000 –> 00:00:00,000.
  • Leave a blank line between each subtitle block.
  • Avoid overlapping timestamps: One subtitle should usually end before the next begins.
  • Keep text readable: Aim for one or two lines per caption.
  • Save as plain text: Use UTF-8 encoding if your subtitles include accents, symbols, or non-English characters.

Example with Speaker Names

For interviews, podcasts, webinars, and documentaries, it helps to identify speakers. You can add names directly in the subtitle text:

1
00:00:02,000 --> 00:00:05,000
Anna: Welcome, everyone.
Today we are discussing remote work.

2
00:00:05,500 --> 00:00:08,500
Mark: It has changed how teams communicate
and plan their daily tasks.

3
00:00:09,000 --> 00:00:12,000
Anna: Exactly. Clear communication
is more important than ever.

Speaker labels are especially useful when the person speaking is not visible on screen. They also improve accessibility for viewers who rely on captions to follow the conversation.

Example with Sound Effects

Subtitles are not only for spoken words. Captions often include important sounds, music cues, or environmental details. These are usually written in brackets:

1
00:00:00,000 --> 00:00:02,000
[soft piano music]

2
00:00:02,500 --> 00:00:05,000
The city wakes before sunrise.

3
00:00:05,200 --> 00:00:07,000
[traffic passing]

4
00:00:07,300 --> 00:00:10,000
For many people, the day begins
long before the first meeting.

Use sound descriptions when they add meaning. For example, [door slams] may explain why a character reacts suddenly, while [dramatic music] can help communicate tone.

Can You Use Bold or Italic Text in SRT?

Some players support basic HTML-like tags inside SRT files, especially italic, bold, and underline. However, support is not universal, so use them carefully. Italics are commonly used for narration, off-screen speech, or titles:

1
00:00:01,000 --> 00:00:04,000
<i>Previously on the series...</i>

2
00:00:04,500 --> 00:00:07,000
<b>Warning:</b> This area is restricted.

3
00:00:07,500 --> 00:00:10,000
Please follow the marked path.

If your subtitles will appear on multiple platforms, test the file before publishing. If a platform does not support styling tags, viewers may see the tags as plain text, which looks unprofessional.

Example for Translated Subtitles

SRT files are often used for translations. You can create one file per language, such as video.en.srt, video.es.srt, or video.fr.srt. Here is a short Spanish subtitle sample:

1
00:00:01,000 --> 00:00:03,500
Bienvenidos a esta guía rápida.

2
00:00:04,000 --> 00:00:07,000
Hoy aprenderemos a crear
un archivo de subtítulos SRT.

3
00:00:07,500 --> 00:00:10,500
Puedes editarlo con cualquier
editor de texto simple.

When translating, do not translate word for word if it makes the subtitle too long. The goal is to preserve meaning while keeping the text readable within the available time.

Timing Tips for Better Subtitles

Good subtitles are not just accurate; they are comfortable to read. If captions disappear too quickly, viewers may pause or miss information. As a general guideline, keep each subtitle visible for at least 1 second, and avoid leaving long text on screen for less than 2 seconds.

For natural reading, many caption editors aim for about 15 to 20 characters per second. For example, a 40-character subtitle should ideally stay on screen for around 2 to 3 seconds. Fast dialogue may require shorter wording rather than extremely rapid captions.

Common SRT Mistakes to Avoid

  • Using periods instead of commas: Write 00:00:05,000, not 00:00:05.000.
  • Forgetting blank lines: Each subtitle block must be separated clearly.
  • Creating overlapping captions: This can cause flickering or missing subtitles.
  • Saving as .txt: Make sure the final filename ends in .srt.
  • Adding too much text: Captions should support the video, not crowd the screen.

Ready-to-Copy Mini Template

Here is a clean template you can reuse for almost any project:

1
00:00:00,000 --> 00:00:03,000
First subtitle text goes here.

2
00:00:03,500 --> 00:00:06,500
Second subtitle text goes here.

3
00:00:07,000 --> 00:00:10,000
Third subtitle text goes here.

To create your own file, paste the template into a plain text editor, replace the text and timing, then save it as something like myvideo.srt. Upload it with your video or import it into your editing software. With clean formatting and readable timing, your subtitles will make your content more accessible, searchable, and enjoyable for a wider audience.