IGTranscript

About IGTranscript

IGTranscript is a free tool that turns a video file into text. You pick a file, it writes down what is said, and you download the result as plain text, SRT or VTT. There is no account, no sign-up, no paywall and no upload — the transcription runs inside your own browser.

It is built and maintained by the IGTranscript team. That is a small group of people, not a company; there is no registered business behind this site and nothing here should be read as one.

What it does

What it deliberately does not do

How it is put together

The page is static HTML, CSS and JavaScript hosted on Cloudflare Pages. The speech recognition uses whisper-base and whisper-tiny, quantised to 8-bit and run through ONNX Runtime Web compiled to WebAssembly. The model files are fetched from Hugging Face the first time you use a model; your browser caches them afterwards, which is why the first run is slow and later runs are not.

Numbers on the home page about accuracy, file sizes and speed are measurements taken on this tool, not estimates. Where a test used a generated signal rather than a real recording, the page says so.

What it costs

Nothing to you. Running the site costs money, and it is paid for by advertising. See the privacy policy for what that means for your data.

Getting in touch

Questions, bugs, or a file that came out wrong — see the contact page.