@Smartpigai: 每次有人问我“做内容 / 视频 / 素材管理用啥工具”,我都懒得再解释了,直接一次性整理好,你自己存 1、视频剪辑(用代码做视频) https://github.com/remotion-dev/remotion… 2、语音转字幕 / 会…
摘要
一个帖子整理了多个用于内容创作的开源工具,包括视频剪辑、语音转字幕、AI绘图、媒体处理等,强调免费开源且可拼成自己的系统。
查看缓存全文
缓存时间: 2026/06/08 09:24
每次有人问我“做内容 / 视频 / 素材管理用啥工具”,我都懒得再解释了,直接一次性整理好,你自己存
1、视频剪辑(用代码做视频) https://github.com/remotion-dev/remotion… 2、语音转字幕 / 会议记录 https://github.com/openai/whisper 3、AI绘图 / 设计工作流 https://github.com/comfyanonymous/ComfyUI… 4、全能视频处理(剪辑底层工具) https://github.com/FFmpeg/FFmpeg 5、照片 / 视频自动整理(私有云相册) https://github.com/immich-app/immich… 6、图片管理 / 素材库系统 https://github.com/photoprism/photoprism… 7、字幕编辑 / 翻译处理 https://github.com/SubtitleEdit/subtitleedit… 8、全自动媒体处理管线(开发者必备) https://github.com/yt-dlp/yt-dlp
全部开源,全部免费,够用了。
别再问“有没有替代工具”这种问题了, 现在的问题是:你有没有把它们拼成自己的系统。
remotion-dev/remotion
Source: https://github.com/remotion-dev/remotion
Remotion is a framework for creating videos programmatically using React.
Why create videos in React?
- Leverage web technologies: Use all of CSS, Canvas, SVG, WebGL, etc.
- Leverage programming: Use variables, functions, APIs, math and algorithms to create new effects
- Leverage React: Reusable components, Powerful composition, Fast Refresh, Package ecosystem
Created with Remotion
|
|
View more in the Remotion Showcase! |
Get started
If you already have Node.JS installed, type
npx create-video@latest
to get started. Otherwise, read the installation page in the documentation.
Documentation
Documentation: remotion.dev/docs
API Reference: remotion.dev/api
License
Be aware of that Remotion has a special license and requires obtaining a company license in some cases. Read the LICENSE page for more information.
Contributing
Please read CONTRIBUTING.md to learn about contributing to this project.
相似文章
@yhslgg: 老杨再特么分享一个宝藏开源工具——KrillinAI,GitHub 10000 星,做多语言音视频内容的绝对值得看! 一句话:从视频下载到字幕翻译、AI配音、视频合成,整条链路全包,还能自动生成平台封面,B站、抖音、小红书、YouTube…
KrillinAI 是一款开源工具,整合了视频下载、字幕翻译、AI配音、视频合成全流程,支持上下文感知翻译、语音克隆、自动布局和封面生成,兼容多种AI模型,适合多语言音视频内容创作与分发。
@Easycompany333: 整理了 6 个可以直接试的视频类 Claude Skills: 1. HyperFrames 一句话生成动效视频,文章、推文、产品介绍都能变成 MP4。 适合产品宣发、教程开场、社交短视频。 https://github.com/heyg…
整理了6个可直接使用的视频类Claude Skills,涵盖自动生成动效视频、AI辅助粗剪、React组件渲染视频、多媒体生成工具箱、中文剪辑Agent和视频提示词编写等开源工具。
@0xluffy_eth: 有人为Claude Code开发了免费视频编辑工具...太疯狂了。 只需把原始素材和资源放入文件夹。 就这样。 它会处理一切: - 剪辑片段 - 移除冗余词 - 添加字幕 - 应用色彩分级和滤镜 - 处理动画 - 渲染最终视频 无时间线。…
A free, open-source video editing tool built for Claude Code that fully automates editing from raw footage—clipping, filler word removal, subtitles, color grading, animation, and final rendering—all without a timeline or manual edits.
@Zesee: https://x.com/Zesee/status/2072417062165635433
本文介绍了如何结合Codex AI编程智能体和Remotion视频渲染库,将视频制作流程代码化、模块化,实现自媒体日更。作者分享了从脚本结构、模板设计到每日工作流的完整方法论,帮助创作者摆脱重复劳动,建立视频生产线。
@mogician301: https://x.com/mogician301/status/2072250774332285073
介绍了一个名为 audio-to-text 的开源工具,它利用 AI 和本地工具(如 faster-whisper 和 ffmpeg)帮助用户自动生成、校对和烧录字幕,解决剪映等软件成本高、错误多、流程繁琐的问题。