About

Who runs watchtotext, what it does with a link, and what it does not do.

What this site is

watchtotext is a small free tool site. You paste a video link and get the spoken words back as text you can copy, or save as TXT, SRT or VTT. There are three tools, one per platform: a YouTube transcript tool, a TikTok one, and an Instagram one.

How a link becomes text

There are two sources of text, and the site takes the cheaper one first.

The page tells you which of the two produced the text you are reading, and when a video cannot be read it says which step failed instead of showing a platform error page.

What it does not do

How it is built

The site is static pages on Cloudflare Pages, with small server functions that fetch the caption or audio and, when needed, call a speech recognition model on Workers AI. The measurements behind that pipeline — which links produced text and which failed, what the model accepts as input, and the audio extraction step — are published in an open repository at muke1838-cloud/video-transcript-notes, together with a small command-line tool that pulls a transcript for a link.

Keeping it honest

The site is run by the team behind the watchtotext name. That is the whole of the identity given out publicly: no personal names, addresses or phone numbers are published on this site or used in its pages. If something on the site is wrong, the contact page says where to send it.