Wav2Lip

⭐ 13.0k MIT Python 3.0

Classic lip-syncing solution: any video + any audio = accurate mouth movements, serving as the underlying engine for countless projects

📋 Info

GitHub Stars⭐ 13.0k Stars
LicenseMIT
LanguagePython
Version3.0
Updated2026-06-08

📖 Overview

Wav2Lip is a well-known solution in the field of lip synchronization (13k Stars). It takes any face video along with any audio as input and generates a new video where the mouth movements match precisely. Although it was released quite some time ago, it remains widely used as an underlying engine by numerous digital human and virtual streamer projects to this day. It offers both high-precision and real-time modes, and its performance is even better when combined with TTS tools. It makes an excellent choice as a foundational component for digital humans.

✨ Features

  • High-precision lip synchronization
  • Any video + any audio
  • The underlying engine for numerous digital human projects
  • High-precision / real-time dual modes
  • It works best in combination with text-to-speech functionality.

Advertisement

🚀 Quick Start

pip install syncsdk
npx tsx quickstart.ts -y

🔗 Related Tools