How to convert video to text online (free, no upload)
Turn any video or audio recording into a clean transcript — plain text, SRT, or VTT — without uploading a single byte.
The free Video to Text tool on maratool transcribes speech straight in your browser. It extracts the audio with FFmpeg and runs OpenAI's Whisper model on your own device, so private recordings stay private — nothing is uploaded, and there is no signup or watermark.
How it works
- Drop a file — any video (MP4, WebM, MOV) or audio (MP3, WAV, M4A).
- Pick language and model — leave language on Auto-detect, and choose Fast, Balanced, or Accurate depending on how much speed you want to trade for quality.
- Transcribe and export — copy the result or download it as
.txt,.srt, or.vtt.
Why run it in the browser?
Most "video to text" sites upload your file to a server, cap your minutes, or paywall the export. Because this tool runs Whisper locally via WebAssembly (and WebGPU when your device supports it), there is no upload, no length limit beyond your device's memory, and no cost. The trade-off is the first-run download: the FFmpeg engine (~25 MB) and the Whisper model (40–240 MB depending on quality) are fetched once and then cached by your browser.
Text, SRT, or VTT — which do I need?
Pick plain text for notes, articles, and search. Pick SRT or VTT when you need timed subtitles — for example to burn captions into a clip with the Add Subtitles to Video tool, or to upload alongside a video on the web. All three come from the same transcription, so you can grab whichever format the next step needs.