Convert WebVTT to SubRip
We turn WebVTT into SubRip right in your browser — the file never goes to a server.
What you will lose
- Position, alignment and colour will be gone — only text and timings remain.
How they differ
| WebVTT | SubRip | |
|---|---|---|
| Lossless | yes | yes |
| Styling and position | yes | no |
| Released | 2010 | 2000 |
| Author | W3C, WHATWG | SubRip |
WebVTT
Good at
- The browser’s own format: attached to a video in one line
- Supports position, alignment and styling — captions can move off a face
- Always UTF-8, so non-Latin text never turns into rubbish
Awkward about
- Household players and TVs usually expect SubRip
- Some platforms reject it on upload
- Not every player that reads the format honours its styling
Use it when
- The video plays on a site through a video tag
- Captions need to move off faces or name the speakers
- Subtitles are served together with the page
SubRip
Good at
- Every player and every platform understands it, without exception
- Plain text inside: opens in a text editor and is edited by hand
- The format has not changed in twenty years, so files do not age
Awkward about
- No position, no colour: the caption sits wherever the player puts it
- Browsers cannot read it directly — it has to become WebVTT
- The encoding has to be guessed: the file declares none
Use it when
- Subtitles are going to YouTube, a TV set or a desktop player
- The file will be edited by hand
- You want the most compatible option there is
Common questions
- Does the file get uploaded to a server?
- No. WebVTT → SubRip runs right in your browser and the file never leaves your device. It only goes to a server if the browser cannot cope — and then we delete it within a couple of hours.
- Will caption styling survive?
- No. SubRip keeps only text and timings; the player decides position and colour.
- Can I get the original quality back afterwards?
- Yes, SubRip supports lossless compression, so you can go back to the original.
- How many files, and how large?
- Up to 20 files at a time, 5 MB each. No sign-up, no watermarks.