
Seedance AI
用文字或图片生成具有电影感摄像机运动的专业视频。
Seedance AI Video Generator — 用 文字/图片 生成视频,Seedance AI 将您的想法转化为令人惊叹的视频(Seedance 1.0 Pro 模型)
完整作品展
技术栈
15 projects

用文字或图片生成具有电影感摄像机运动的专业视频。
Seedance AI Video Generator — 用 文字/图片 生成视频,Seedance AI 将您的想法转化为令人惊叹的视频(Seedance 1.0 Pro 模型)


为创意团队打造的AI视频和图像审阅工具,支持自动转录和像素级评论。
@codesharpdev · X

在浏览器中编辑、压缩、转换和合并视频和音频文件。
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:

从文本、图像或参考片段生成AI视频,支持动作控制。
VidLux AI — AI 视频生成与编辑平台,支持文生视频、图生视频、参考生视频和视频编辑

上传视频获得AI自动编辑并优化观众留存的版本。
@QuiseBuilds · X
- drop raw footage. Atlas maximizes retention. No editing needed.

从公司背景生成演示、说明、培训和支持视频。
rohanrecommends · Product Hunt
Velo 3.0 AI video infrastructure to explain, train, and sell faster.

Build a verified Creator Passport, create trackable shoppable links, prove your performance, and connect with brands and retailers.
@CreatorPassprt · X
I’m betting human creators will become more valuable, not less, as AI content floods the internet and trust becomes harder to earn. That’s why I’m building Creator Passport.

使用 AI 快速将静态 Logo 转换为动画视频。
humphrey_liu · HN
LogoTeddy – Animate logos with AI (no templates)

用AI动作提示将照片转换为动画视频。
airobus · HN
I built a simple image-to-video tool with multiple AI models

用Veoforge从文字简报生成专业视频广告,AI自动编写脚本、选角和渲染。
@ashu_veoforge · X
AI co-worker for video so you go from a single line brief to a high quality video (with captions, dialogs, etc) in under 12 minutes. Try at

将热门视频转化为品牌资产并一键发布到各社交平台。
@nrqa__ · X
the AI agent resource list I wish existed a year ago 1). for learning the fundamentals (videos) ↳ llm introduction - the crash course that actually explains how these models work before you touch a line of code ↳ llms from scratch - build one yourself so the black box stops feeling like magic ↳ agentic ai overview (stanford) - a proper academic breakdown of what makes an "agent" different from a chatbot ↳ building and evaluating agents - how to actually test whether your agent is doing its job or just faking it ↳ building effective agents - practical patterns for agents that hold up outside a demo ↳ building agents with mcp - how model context protocol changes the way agents connect to tools and data ↳ building an agent from scratch - no frameworks, no shortcuts, just the raw build ↳ philo agents - a full playlist for going deeper once the basics click 2). for cloning and remixing (repos) ↳ genai agents - a growing collection of agent examples you can clone and