Back to browse
Videolyti – Free video downloader with built-in AI transcription

Videolyti – Free video downloader with built-in AI transcription

by coder_decoder·Mar 1, 2026·1 point·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

Multi-platform downloader plus local Whisper transcription, but yt-dlp + ffmpeg already exist.

Strengths
  • Local Whisper execution avoids OpenAI API costs and per-minute billing overhead
  • Handles 7 platforms in one tool, eliminating tab-hopping for creators
  • Mixed-language transcription (Ukrainian-English test cases) shows domain-specific refinement
Weaknesses
  • Free tier limited to 5 downloads/day — similar tools (4K Download, y2mate) offer unlimited
  • Whisper transcription is table stakes now; no novel angle beyond consolidation
Target Audience

Content creators, students, journalists, accessibility advocates, researchers

Similar To

yt-dlp · 4K Video Downloader · y2mate

Post Description

I got tired of juggling three or four different sites every time I needed to download a video and grab the transcript. TikTok downloaders are plastered with fake buttons. YouTube converters redirect you through five pages. And actual transcription costs money.

So I built Videolyti over a few months. You paste a URL from YouTube, TikTok, Instagram, Twitter, Facebook, Reddit, or Vimeo — it gives you the video file and a text transcript.

The transcription runs OpenAI Whisper (large-v3) on my own server. No API calls to OpenAI, no per-minute billing. It handles 90+ languages and does a surprisingly good job with mixed-language audio (I test it regularly with Ukrainian-English conversations).

Tech details for those curious: - Frontend: Next.js (App Router, server components) - Backend: Express + Socket.IO for real-time progress - Downloads: yt-dlp + FFmpeg - Transcription: Whisper large-v3, running locally - The TikTok pipeline is a bit different — uses TikWM API first, falls back to yt-dlp

The 5 downloads/day limit is a practical thing — Whisper on CPU takes real compute time and I'm paying for the server out of pocket. Not a growth hack.

Feedback welcome on the UX. I know the mobile experience could be better (30% of traffic is mobile right now). Would also love input on what subtitle export formats would be most useful — SRT, VTT, or plain text with timestamps.

Source code isn't open yet but I'm considering it. Happy to discuss the architecture.

Similar Projects

Open Source●●Solid

Omniget, a Desktop Media Downloader

The neat technical hook is the Udemy/Hotmart login handling — the app injects JS into a WebView to capture cookies (using WebView2 on Windows and a JS-redirect trick on macOS/Linux) so it can pull entire courses including attachments. Add native Telegram QR/phone logins, an yt-dlp fallback for 1000+ sites, and GPU-accelerated FFmpeg conversion, and you get a focused desktop tool that actually tackles the messy parts of course and media scraping.

WizardrySolve My ProblemSlick
tonhowtf
323mo ago