Tested tool guide
Tested browser tools
Checked August 16, 2026
What Video Subtitle Burner does, with a checked example
A subtitle file is a set of instructions; this tool turns those instructions into pixels. You upload a video and an SRT file, and each cue is drawn over its frames before the result is written out as one new video. The output has no subtitle track: the text is part of the picture, so it cannot be toggled off, and a typo means processing again. What surprises people most is that this is not a quick mux - the video must be re-encoded, so the job takes real time and the source file's quality is the ceiling for the result.
Worked example
A concrete input and expected output from the current implementation.
Input
1
00:00:01,000 --> 00:00:04,000
Hello, world.
->
Expected output
A new video file, same duration as the source, in which the text "Hello, world." is part of the picture from the 1-second mark to the 4-second mark - a 3.000-second window (4.000 - 1.000 = 3.000).
The timecode 00:00:01,000 --> 00:00:04,000 pins the cue to the 1-to-4-second region of the timeline, and burning draws the text into exactly those frames, permanently.