
Lip Sync AI Video Generator Free Online | LipsyncX
Create lip-sync AI videos from photos, videos, scripts, or voice recordings.
AI LipSync — 对口型视频生成工具,支持长视频翻译
The full gallery
Tech stack
30 projects

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

Convert voice recordings into arrangements for any of 100+ instruments using AI.
Voice to Instrument — AI 工具,将人声录音转换为器乐曲目。上传歌声或录音,AI 自动生成钢琴、吉他、鼓等器乐伴奏。

Upload a PowerPoint presentation and voice sample to generate a narrated slideshow in your cloned voice.
u/sludge_dev · Reddit
I built a tool that narrates PowerPoint slides in your cloned voice. Launching it today, keeping it small for a week to fix what breaks. I just got into my College holidays a few weeks ago and I spent the last 6 weeks building Moduvox . You upload a PPTX deck, record 30 seconds of your voice, and it generates per-slide narration audio with a shareable link and viewer analytics. The idea came from a friend manually record voiceovers for training decks. Every update meant re-recording whole

Transcribe audio and video recordings into searchable, editable text.
lavande · V2EX
做了一个语音转文字的工具,另加 AI 总结、翻译、提问等(附踩坑记录) 先上链接:[Echoryte]( https://echoryte.com/) 感觉这个网站 vibe coding 的话,感觉手熟的同学可能半天就能搓出来…… 但是我用了一个多月才上线,主要是被 GPT5.6 坑了,当时 5.6 和 fable 前后发布,然后试了试用 fable 5 做的 plan ,然后 5.6 sol 推理开到最大去执行。结果愣是给我干了 33 个小时没停,写了将近 2 万行代码。 但是坑就坑在这,推理开太高,就过度思考了,给我整了很多虚头巴脑的东西出来,什么“门禁”我也不懂,什么合规,一大堆,然后我就不停地删,删了一个月,最后我就跟 GPT 说,我特么是个人小项目,不是大公司,再这么高下去永远上不了线了。然后终于看删的差不多了,上线了! 欢迎大家试用,轻拍,谢谢!

Clone your voice to create and narrate original stories.
u/Aware_Web9715 · Reddit
Create stories in your voice Built using open source models (Qwen 3.6 and TTS). Clone your voice and create an original story for free. Just a fun weekend project that runs on my spark. Feedback gets reviewed daily and the coding agents attempts to create a PR. https://app.getzoro.com submitted by /u/Aware_Web9715 to r/SideProject [link] [comments]

Transcribe audio and video to text, create summaries and captions, and generate speech.
@bydigiwares · X

Write or record messages, videos, or voice memos to schedule for future delivery to loved ones.
@SidathRashen · X

Convert audio and video files to text with speaker labels and timestamps, no signup required.
zxhywork · V2EX
SayScribe AI - 音频转文字的在线工具 花了几周搞了一个基于 OpenAI Whisper 的 AI 转录工具 **[SayScribe]( https://sayscribe.org)**,目前 5 个工具全部免费,每天 3 次无需注册。上线前请 SEO 专家做了一轮诊断,踩了不少坑,分享出来给同样在做工具站的 V 友参考。 --- ## 做了什么 核心工具是 **[Audio to Text Converter]( https://sayscribe.org)**(主页),上传音频/视频文件,AI 自动转成带 speaker labels 和时间戳的文字稿。选这个词的原因是:Google 第一页有个 DR 只有 10 的小站排第三,KD 才 20.2 ,链接预算只要 15-35 个引用域就能进前十——典型的弱盘面蓝海。 然后在主页基础上拆了 4 个子工具,每个打一个独立搜索词: - **[MP3 to Text]( https://sayscribe.org/mp3-to-text)** — 只转 MP3 。KD 41.7 比主页难一些,但

Convert text and PDFs to audio with natural-sounding AI voices.
@caschiblu · X

Record screens and generate AI-narrated scripts for product demos and tutorials in multiple languages.
@me_using_x · X
Do you need a product demo or wanna make tutorial/help videos? Your problem is solved for ever now! Try: PS: I am the developer who built this and I am self promoting it via this thread. 😀

Aks Screen Recorder is a browser-based screen recorder by Cookoo. Record your screen, facecam, and voice without an extension, then share the video with a link.
@i_m_abdullahktk · X
We’re building Aks—an affordable, easy-to-use Loom alternative 🚀 🌐 Web: 📱 Android:

Transcribe MP4 videos to text with timestamps, speaker labels, and summaries.
yongkunchen · V2EX
做了一个 MP4 转文字的小工具 最近自己做了一个 MP4 转文字的 AI 小工具,主要用于把视频快速转换成文本。 项目地址: https://mp4totext.ai/ 开发过程中发现,真正麻烦的并不是调用语音识别模型,而是视频格式兼容、音频提取、长视频处理以及异步任务这些细节。 目前还在持续优化,如果大家平时有视频转文字的需求,欢迎试试看。 也想听听大家对视频转写类工具还有哪些实际需求。