✦ Our Story

Built by Creators,
for Creators

We got tired of paying $30/month just to put words in a mouth. So we built something better — free, fast, and entirely yours.

The Problem We Couldn't Ignore

It started with a simple frustration. We needed to dub a short video — swap the audio, keep the same face, make the lips match. Easy enough concept. But every tool we found either slapped a watermark across the frame, shunted our footage off to some unknown server, charged a monthly fee that made no sense for a one-off job, or produced results that looked like a puppet having a seizure.

The underlying AI — Wav2Lip, a research model from IIIT Hyderabad — was already open-source and genuinely impressive. The problem wasn't the technology. It was the packaging. A pile of Python dependencies, command-line flags, and model checkpoints stood between most people and a working lip sync. The tools that wrapped it nicely charged for the privilege.

We thought: this shouldn't be this hard. And it definitely shouldn't cost anything. So we built Free Lip Sync Hub — a clean web interface that runs Wav2Lip on your machine, processes your files locally, and hands you back the finished video with no strings attached.

Three Things We Refuse to Compromise On
Simple principles that shape every decision we make.
🔒
Your Files Stay Yours
Everything runs on your own machine. Your video and audio are never uploaded to our servers — because we don't have servers processing your content. What you create stays private.
🆓
Free Means Free
No freemium tier, no export limits, no watermarks hiding behind a paywall. We believe powerful creative tools should be accessible to everyone, not just those with a budget for subscriptions.
✂️
No Fluff
We cut the friction to a minimum. Upload, process, download. That's it. We don't need your email address, your payment details, or your life story to help you sync a video.

How the Technology Actually Works

🤖

Wav2Lip — The AI at the Core

Wav2Lip is a deep learning model developed by researchers at IIIT Hyderabad. It was trained on thousands of hours of real video to learn exactly how human lips move in response to speech. Given a face and an audio track, it re-renders the mouth region frame by frame to match — with remarkable accuracy on clear, frontal faces.

🎯

Face Detection First

Before any lip syncing happens, the model runs a face detector (S3FD) across every frame of your video to find and crop the face region. This is what lets Wav2Lip focus its edits precisely on the mouth — leaving the rest of the frame completely untouched.

🔊

Audio-Driven Mouth Generation

Your audio is converted to a mel spectrogram — a visual representation of sound over time. The model reads that spectrogram and generates new mouth imagery that corresponds to each phoneme. The result is spliced back into the original video, frame by frame, producing a seamless sync.

💻

All Local, All Yours

The web interface sends your files to a local PHP backend running on the same machine as your browser. A Python script invokes Wav2Lip directly. Nothing leaves your network. When processing is done, the finished video is served back to you for preview and download.

What People Actually Use This For

Content creators use it to dub videos into other languages without re-recording on camera. Educators use it to update outdated instructional videos — recording fresh audio without reshooting the whole thing. Filmmakers use it to fix ADR mismatches in post-production. Developers and researchers use it as a testbed for exploring what Wav2Lip can and can't do.

We do want to be upfront: this tool works best with short clips (2–30 seconds) of a single face, relatively still, filmed front-on in good light. It's not magic — extreme angles, heavy occlusion, multiple speakers, or very long videos will push the limits of what Wav2Lip can handle. We'd rather tell you that honestly than oversell it.

And of course: like all synthetic media tools, this comes with responsibility. We ask that you use Free Lip Sync Hub only for content you have the right to modify, and never to create deceptive or harmful material. The AI is a creative tool — how you use it matters.

FAQ
Is it really free? What's the catch?
Genuinely free. No catch. We're not collecting your data, selling your files, or using a freemium model to nudge you toward a paid plan. The tool runs on open-source AI (Wav2Lip) and open-source infrastructure. There's nothing to sell.
Do my files get uploaded to your servers?
No. Your video and audio are processed entirely on the machine running this web server — which is your own machine if you're self-hosting, or a dedicated server if you're using the hosted version. Either way, your files are not shared with third parties or stored beyond the processing window.
What kind of video works best?
A single speaker, facing mostly forward, with good lighting and minimal head movement gives the cleanest results. MP4 is the most reliable format. Clips between 2 and 30 seconds are the sweet spot — longer videos take more time and can occasionally hit memory limits depending on your hardware.
Why does the output sometimes look a little off?
Wav2Lip is an impressive model, but it has real limits. Extreme head angles, beards that cover the lips, low-resolution source footage, or audio with background noise can all reduce quality. The Wav2Lip GAN checkpoint generally produces sharper results than the base model — if you have it installed, the tool will use it automatically.
Can I use this commercially?
Free Lip Sync Hub itself imposes no restrictions on how you use the output. However, Wav2Lip is research software — review its license if you plan to use it in a commercial product. And as always, ensure you have the rights to any video or audio you're working with.
How do I self-host this?
The full setup — PHP, Python, Wav2Lip, and the model checkpoints — runs on any Linux server with a GPU (or a decent CPU for shorter clips). Check the main page for setup instructions and the diagnostic tool at /?diag to verify your installation.

Ready to Try It?

No account needed. No watermark. No clock ticking. Just upload your files and hit run.

▶ Run a Free Lip Sync Now