
Lip Sync AI - Free AI Lip Sync Video Generator Online | lipsyncai.co
Generate AI lip-sync talking head videos by uploading photos and audio.
vtoolpro · HN
Lip Sync AI – Create Your Talking Videos Instantly
The full gallery
Tech stack
21 projects

Generate AI lip-sync talking head videos by uploading photos and audio.
vtoolpro · HN
Lip Sync AI – Create Your Talking Videos Instantly

Generate videos from images, text, and audio with consistent characters and lip-sync.

Create lip-sync AI videos from photos, videos, scripts, or voice recordings.
AI LipSync — 对口型视频生成工具,支持长视频翻译

Create videos from text, images, or videos with automatically synchronized audio.
FLUX 3 Video Generator — AI 视频生成工作台,支持文字或图片生成视频、参考图及镜头、动作和声音提示,并清晰标注模型可用状态
AI image generator with text-to-image, face swap, and upscaling tools.
KissPixel — AI 图像生成平台,集成六大核心工具:文本生成图像、图像风格转换、AI 换脸、智能图像替换、图像扩展和图像放大。平台采用积分制运营模式,新用户注册即可获得免费积分。支持多种订阅计划,满足不同用户需求。所有生成的图像均享有商业使用许可,可用于个人和商业项目。无论您是内容创作者、设计师还是营销专业人士,KissPixel 都能为您提供专业的 AI 图像创作解决方案。
Create AI videos featuring talking avatars with cloned voices and lip syncing.
TalkingAvatar — 一键生成 AI 数字人视频的平台,支持多语言对话、表情动作定制,可快速创建个性化数字分身用于营销、教育等场景

Build your resume with AI, find matching jobs, and join professional communities.
@AdeebMirza83 · X
Please rate @SwetaSi53713188

Sync Soul is your personal AI companion with 40+ AI agents. Plan trips, order groceries, book rides, and manage your daily life — all in one conversation.
@PrajwalYamgar1 · X

Combine AI-generated images, videos, and audio on an infinite browser canvas.
ZOOOP — AI 原生创作平台,支持在浏览器端无限画布上生成图像、视频和音频,提供去背景、高清化等专项工具及即用型 AI 模板,支持发布模板赚取积分,并具备团队共享积分模式。

Self-hosted, BYOK. Transcribe, detect viral moments, auto-reframe, and export ready-to-post shorts.
@nafplann · X

Turn any track into a TikTok-ready music video with beat-reactive visuals in your browser.
@cleggypdc · X

Play music by making hand gestures in front of your webcam, with support for chords and theremin-style pitch control.
lisheng3698 · V2EX
我把摄像头变成了乐器:从手势识别到 Web Audio,分享 5 个真正踩过的坑 最近做了一个有点不一样的浏览器小项目:用摄像头识别双手动作,再把手的位置和姿势映射成和弦、音高、音量和音色。 不需要安装软件,也不需要麦克风。打开网页、允许摄像头后,就可以隔空演奏。 项目地址:[GestureSynth.me]( https://gesturesynth.me/) 建议使用最新版 Chrome 或 Edge 。摄像头画面只在本地处理,不会上传。 ## 真正难的不是“识别到手” 最开始我以为,只要 MediaPipe 能返回手部关键点,剩下的事情就是把坐标转换成音符。 实际做下来发现:**识别出一只手很容易,让它变成一个“能演奏”的控制器才难。** 摄像头每一帧都会返回一组手部关键点,但这些坐标会轻微抖动,偶尔还会丢失。如果直接把原始坐标连接到音高或者音量,听起来会非常不稳定。 最后形成的处理链路大致是: ```text 摄像头 → 手部关键点识别 → 提取手掌位置、距离和手势 → 平滑、死区和状态保持 → 映