Convert VTT to SRT in seconds, free and entirely in your browser. VTT (WebVTT) is the subtitle format for HTML5 video; SRT (SubRip) is the plain-text subtitle format read by nearly every player. Transcodr runs real ffmpeg compiled to WebAssembly, so your file is processed on your own device and never uploaded.
Drop files to convert
Video, audio, images, subtitles: anything ffmpeg can read. Drop them anywhere on the page or browse from disk.
or
Try a sample:
Session record(0)
No conversions yet
Time
From
To
Size
Δ
Duration
When you convert something, it’ll appear here. Clears on tab close — we don’t keep records.
Drop anywhere
Release to add to the conversion queue.
VTT vs SRT
Property
VTT
SRT
Format
Plain text + cues
Plain text
Styling
CSS styling
Minimal
Compatibility
HTML5 <track>
Almost every player
VTT → SRT questions
Is the VTT to SRT converter free?
Yes. Transcodr is free with no accounts, watermarks, or hard limits beyond your device's available memory.
Are my files uploaded to a server?
No. The conversion runs locally via ffmpeg compiled to WebAssembly, so your VTT file never leaves the browser tab.
Does the timing change?
No — every cue and timestamp is preserved; only the VTT syntax is rewritten as SRT.
How do I convert VTT to SRT?
Drop your VTT file above (or click Browse) — the output is already preset to SRT — then click Convert and download the result.
01 / Engine
Real ffmpeg, compiled to WebAssembly.
Same library Netflix, YouTube, and basically every command-line video tool relies on, running in a Web Worker. Pipe a file in, run a command, pipe bytes back out.
02 / Privacy
Nothing leaves the tab.
No uploads, no accounts, no telemetry beyond an anonymous pageview. We couldn’t see your files if we wanted to — there’s no server in the loop.
03 / Limits
It is, after all, a tab.
Files up to a few hundred megabytes convert comfortably. Beyond that, your browser starts asking pointed questions. Use the desktop ffmpeg for 4K masters.