Subtitle Preview Tool pairs a video file from your own computer with SRT text you paste in and plays them together, captions overlaid on the picture exactly as a viewer would see them. You choose a local video, supply the subtitle text, optionally set a timing offset in milliseconds, and press the load and preview control to start playback with live captions.
It closes the gap between a subtitle file that looks correct in a text editor and one that reads well on screen. Timing that seems fine as numbers can land a beat late on a punchline, and a line inside the 42-character rule can still crowd a busy shot. Translators checking a delivered file, YouTubers verifying auto-generated captions, and accessibility reviewers signing off a deliverable all need to watch the result rather than read the numbers.
The browser loads your video from disk rather than transferring it anywhere. The pasted SRT is parsed into cues with start and end times in milliseconds, and during playback the current media time is compared against those windows so each caption appears and clears on cue. The offset is applied to every cue time before that comparison, so a track drifting uniformly early or late can be corrected - a positive offset pushes captions later, a negative one pulls them earlier - without editing the file.
Nothing is uploaded or stored: closing the tab discards both video reference and text. Playback quality depends only on your own machine and the formats your browser decodes, typically MP4 and WebM.