Twitch DownloaderVODs · Clips · Live

Free · No account · Open-source

Twitch ConverterConvert any Twitch VOD, clip or stream to MP4, or extract the audio — free, no watermark, no account.

Paste a Twitch link and convert it to a clean MP4 video or an audio file (.m4a/.aac), right in your browser. No watermark, no sign-up, nothing to install.

Paste a link, drop it here, or just type a channel name

Source quality up to 1080p60 · MP4 output · VODs, clips & live recordings

vodfetch is a free Twitch converter. It takes Twitch's streaming format and converts it into a standard MP4 you can play, edit or upload anywhere — or extracts just the audio as an .m4a/.aac file you can convert to MP3. It handles full VODs, clips and live streams up to 1080p60, and can even turn a short clip into a GIF for TikTok, YouTube Shorts and Reels. Everything runs in your browser: the video is never uploaded to a server, there's no watermark, and there's no account to create.

What converting actually does: a remux, not a re-encode

For a VOD or a live channel, Twitch does not serve a video file at all. It serves an HLS playlist that points at a long run of MPEG-TS segments, typically a few seconds each. For a VOD, vodfetch fetches those segments six at a time in parallel and pushes them through mux.js, started with remuxing enabled, which rewrites the already-encoded video and audio into an MP4 container. The picture is never decoded and never re-encoded.

That distinction has practical consequences. There is no bitrate or codec setting to get wrong and no encoding wait: the time cost is essentially the download itself, and the result is exactly the rung of Twitch's quality ladder you selected, no better and no worse. It also decides what the tool can accept. The input is a Twitch link, not a file: dropping a video onto the page does nothing, because the drop handler reads a URL from the drag data and starts an analysis with it. There is no file picker and no local file to hand over in the first place.

Not every input takes the remux path. Twitch already stores clips as MP4, so a clip is fetched and saved as-is, with no transmuxing step at all. Live recordings are the opposite: they are written as raw TS the whole time the recording runs, or .aac if you picked an audio-only rendition, and are never remuxed on the fly. The MP4/TS switch therefore only changes anything for a VOD or an already-ended broadcast. The MP4 path also costs memory: the transmuxer collects its output in an array, so the finished file sits in RAM even when the browser is otherwise streaming to disk. For VODs the tool estimates the size from the selected rendition's bitrate and the selected duration, and above roughly 1.5 GB it asks you to confirm, suggesting Format → TS or a shorter trim instead.

Two honest limits follow from remuxing. Trimming selects the whole segments that overlap your range, so a cut file can begin slightly before the start time you typed and run slightly past the end you typed; frame-exact cuts would require re-encoding. And if the transmuxer cannot handle a particular stream, the download stops with a message telling you to switch Format to TS. The resulting .ts file holds the same video and audio, plays in VLC, and can be put into an MP4 container locally with ffmpeg -c copy, which is the same container rewrite the browser was attempting.

Source formatHLS playlist plus MPEG-TS segments (VODs and live)
Conversion typeRemux — container rewritten, video and audio left untouched
Transmuxermux.js (~112 KB), loaded on demand rather than with the page
ClipsAlready MP4 on Twitch — fetched and saved as-is, no remux
Live recordingsAlways raw TS while recording (.aac for audio-only) — never remuxed on the fly
Format switchMP4 (remuxed) or TS (segments joined); hidden for audio-only renditions
MP4 memory guardConfirm prompt above ~1.5 GB of estimated output (rendition bitrate × selected duration)

Why use this Twitch video downloader

Original source quality

Download in the highest available resolution and framerate — up to 1080p60 source, or pick 720p, 480p or audio-only.

VODs, clips & live

One tool for every Twitch format: past broadcasts, highlights, clips and live stream recordings.

Blazing fast

Parallel segment downloading saturates your connection and rebuilds the video in seconds, with automatic retries on errors.

Private downloads

No sign-up. The download runs in your browser; video is only relayed through a stateless proxy to satisfy browser security — your files are never uploaded or stored.

No account, no install

No Twitch login, no sign-up and no paywall. Just paste a link and download — the site is free, kept running by ads.

MP4 + quality choice

Clean MP4 output ready for any player or editor, plus audio-only export and exact quality selection.

How to download a Twitch video

  1. 1

    Copy the Twitch link

    Copy the URL of the Twitch VOD, clip or channel you want — e.g. twitch.tv/videos/123456789 or clips.twitch.tv/…

  2. 2

    Paste it and analyze

    Paste the link into the box above and click Analyze to see the title and all available qualities.

  3. 3

    Choose your quality

    Pick source/1080p60, a smaller resolution, or audio-only — whatever fits your needs.

  4. 4

    Download as MP4

    Click Download. Your Twitch video is saved as an MP4 to your chosen folder, with a live progress bar.

Frequently asked questions

How do I convert a Twitch video to MP4?

Paste the Twitch VOD, clip or stream URL into the box above and click Download. vodfetch converts Twitch's stream into a standard MP4 file in full quality — no re-encoding on a server and no watermark.

Can I convert a Twitch VOD to MP3?

Yes. Choose the audio option and vodfetch extracts the sound from any Twitch VOD or clip and saves it as an .m4a/.aac file you can convert to MP3 — handy for podcasts, music sets or listening on the go.

Is there a free Twitch to MP4 converter online?

vodfetch is a free, open-source Twitch-to-MP4 converter that runs entirely in your browser. There's no premium tier, no trial and no account.

Can I convert a Twitch clip to a GIF?

Yes — for short clips (up to about 15 seconds) vodfetch can export a GIF instead of an MP4, ready to drop into a chat or social post.

Can I convert a Twitch clip for TikTok or YouTube Shorts?

Convert the clip to MP4 and it's ready to upload to TikTok, YouTube Shorts or Reels. Our guide on repurposing Twitch clips for short-form video walks through the whole process.

Does the converter add a watermark?

No. vodfetch never adds a watermark. Your MP4, audio or GIF comes out clean, at the original quality.

Related guides

How to Download Twitch Clips for TikTok, YouTube Shorts & Reels

To repurpose a Twitch clip for short-form video, download it as an MP4 with our free browser-based Twitch Downloader, then crop it to 9:16 vertical and add captions before uploading to TikTok, YouTube Shorts or Instagram Reels. The download is watermark-free and keeps the clip's original resolution, so always credit the original streamer.

Why use — and share — vodfetch? 👋

Real talk: vodfetch is built by one person — a dad of two with a wife, a day job, and a slightly broken sense of free time — trying to make a little extra on the side. No investors, no growth team, no dark patterns. Just me and a lot of coffee.

So here's the honest deal: the tool is free and always will be. A couple of small, non-annoying ads keep the lights on — that's it. No spam, no pop-ups, no fake 'Download' buttons, no account, no watermark. And it's all open-source, so you can check I'm not up to anything shady.

A tiny ask, and a big thank-you ❤️

If vodfetch saved a clip before it vanished, the kindest thing you can do costs nothing: send it to one friend who streams, drop a star on GitHub, or paste the link in your Discord. That word-of-mouth is honestly the whole marketing budget. Thank you — really.

Twitch Downloader Blog: Guides & Tips

Twitch to MP3

Extract audio from any Twitch VOD or clip — free, no account.

Twitch Clip to GIF

Turn any Twitch clip into a shareable GIF — free, in your browser.

Twitch Chat Log

Export the full chat replay of any Twitch VOD as a timestamped text file.

Read guide →

For personal use only. You are responsible for complying with Twitch's Terms of Service and applicable copyright law. This tool only accesses publicly available content and does not bypass any paywall or DRM.