Drag and Drop VTT file here
or click to select a .vtt fileOr type/paste VTT content below:
Conversion Options
Remove WEBVTT HeaderRemove the WEBVTT header from output
Fix TimestampsAdjust timestamps to SRT format (HH:MM:SS,mmm)
Remove StylingRemove VTT styling tags (like , , etc.)
Note: This tool converts WebVTT (.vtt) files to SubRip (.srt) format. Some advanced VTT features may not be fully supported in SRT format.
About This VTT to SRT Converter
This tool converts WebVTT (Web Video Text Tracks) files to SubRip (SRT) subtitle format. It handles the main differences between the formats including timestamp formatting, header removal, and basic styling conversion.
How to Use This Tool
Step-by-Step Guide:
- Step 1: Input your VTT content using either:
- Drag and drop a .vtt file
- Click to browse and select a file
- Type or paste VTT content directly into the text box
- Step 2: Select your desired conversion options
- Step 3: Click "Convert to SRT" to process your file
- Step 4: Review your converted SRT in the output box
- Step 5: Use the results by copying or downloading
Conversion Options Explained:
- Remove WEBVTT Header: Removes the initial WEBVTT line from the output
- Fix Timestamps: Converts VTT timestamps (HH:MM:SS.mmm) to SRT format (HH:MM:SS,mmm)
- Remove Styling: Strips HTML-like styling tags from the subtitles
Example Conversion:
VTT Input: WEBVTT 00:00:01.000 --> 00:00:04.000 Hello world! 00:00:05.000 --> 00:00:08.000 This is italic text SRT Output: 1 00:00:01,000 --> 00:00:04,000 Hello world! 2 00:00:05,000 --> 00:00:08,000 This is italic text