
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
21 projects

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

Trade Hyperliquid perpetual futures and 24/7 tokenized stocks from your phone with one-tap orders.
@joeblau · X

Browser-based tools for video and audio compression, cropping, merging, and conversion without uploading files.
zhw2590582 · V2EX
最近对网站进行了重构,做成了免费的视频工具站:[ArtPlayer Tools]( https://artplayer.org/tools/) 主要是围绕着 ffmpeg.wasm 和 mediabunny 实现的一些可以直接在浏览器里用的视频/音频工具,常用的有: - 视频压缩:[Compress Video]( https://artplayer.org/compress-video/) - 视频裁剪:[Crop Video]( https://artplayer.org/crop-video/) - 视频合并:[Merge Video]( https://artplayer.org/merge-video/) - 视频尺寸调整:[Resize Video]( https://artplayer.org/resize-video/) - 视频旋转:[Rotate Video]( https://artplayer.org/rotate-video/) - 视频调速:[Change Video Speed]( https://artplayer.org/change-video-speed/) - 添加文字到视频:[Add Text to Video]( https://artplayer.org/add-text-to-video/) - 添加水印:[Watermark Video]( https://artplayer.org/watermark-video/) - 提取字幕:[Subtitle Editor]( https://artplayer.org/subtitle-editor/) - HLS 转 MP4:[HLS to MP4]( https://artplayer.org/hls-to-mp4/) - 音频可视化:[Audio Visualizer]( https://artplayer.org/audio-visualizer/) 大部分工具都是本地处理,文件不会上传到服务器。最开始是因为自己偶尔要处理一些视频,开剪辑软件又有点重,在线工具又担心隐私,所以就慢慢做成了一个站。 目前还在持续完善,体验肯定还有不少粗糙的地方,比如不同浏览器的兼容、移动端操作、长视频性能之类的。 网站: [ArtPlayer Tools]( https:

Screen recorder for Mac & Windows with auto-zoom on clicks, gradient backgrounds, and webcam overlay.
@zuess05 · X
Shipped some banger updates to

An FPS game built as a parent-friendly alternative to Roblox.
davitb · HN
I'm a father of two, 7 and 12. They are obsessed with Roblox, especially Rivals. Like a lot of parents, we did not love it. We tried the usual things: block it, limit it, set timers." It became a daily battle, a lose-lose situation. So I flipped the problem. Instead of fighting what they loved, I decided to lean into it, but with a twist. Why just play an FPS when you could build one together? My kids became the PMs. Claude and I became their engineer. I was shocked by how fast we moved. We picked a name, Cooked and started building. Get in. Lock in. Get cooked! In the first 3 hours, we had an actual FPS we could play together in the browser. Next day I invited my friend's two kids over. Suddenly, I had four PMs. We had 3 laptops, 1 iPad and 1 iPhone. So in 30mins we added mobile support and could play all 5 together. The kids would ask for features: "Can we have a rocket launcher that knocks people off the map?" "The knife should stab faster when you hold it." I know al

Generate AI images and videos from text or photos with multiple AI models and templates.
Pixalice — AI 生图与视频生成平台,内置多个图片模板,一键生成,支持 Nano Banana、SeeDream、Sora2 等多种模型

Create one page to aggregate all your links with QR code and live stats.
@interchained · X
one handle, every surface

Play a browser-based game about conquering the world.
pzxc · HN
I've been using AI (mostly Claude, a little Cursor) to make video games, publishing a new one every day, for over 2 months Today's game is a simplified Risk clone called World Domination. Happy to answer any questions, would love any feedback!

Automated backup and end-to-end encrypted disaster recovery for network device configurations.
Willdom1986 · V2EX
多年前考过 CCNP 网络工程师,以前有一个很头疼的地方就是网络设备配置丢失引发的各种故障。后来越发觉得,网络设备的配置实际上是一个非常关键的数字资产。 为此,我利用周末时间开发了 XConf ( https://xconf.ai) 来解决这个问题。 产品主要就是想解决两个问题:**自动化的灾备高可用**,以及**端到端的安全**。 * **自动备份与灾备**:支持将配置定时备份到云端。如果网络断连了,探针会自动在本地离线队列里暂存配置,等连接恢复后自动重传。 * **端到端加密**:本地的 Go 探针是完全开源的,会自动在内存中对密码进行流式脱敏,并在上传前通过 AES-256-GCM 在本地加密。SaaS 后台拿到的只有密文,解密和版本比对( Diff )都完全在你的浏览器本地沙盒里通过 WebCrypto API 进行。 * **打磨版的配置对比 Diff**:我花了一些功夫打磨了浏览器端的配置版本对比功能,力求让日常比对的交互体验足够丝滑。 * **AI 安全基线审查**:系统集成了 AI 辅助的安全基线审查,可以一键检查和分析配置中的潜在风险。 因为目前完全是我利用业余时间(主要在周末)维护,所以确实没精力提供工作日的在线即时客服。大家使用过程中遇到任何 Bug ,欢迎随时去 GitHub 提 Issue ,我会在周末集中修复和跟进。 目前公测已开放,不需要邀请码即可注册,欢迎大家体验吐槽。 探针 agent 开源地址: https://github.com/willdom-lee/xconf-agent 官方网站: https://xconf.ai