Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
智能视频处理系统,提供音频处理、字幕生成、翻译功能等多项服务。

Nano Bananary is an AI batch image and video generator with 142 effects.

AI Podcast Generator for bilingual episodes, supporting multiple languages and alternative to NotebookLLM.

Zero-Config Code Flow for Claude code & Codex, enabling seamless integration and configuration for AI development.
本项目是一个自动化视频处理系统,能够实现视频音频提取、语音识别、字幕生成、多语言翻译、语音合成以及音视频合成等功能。系统采用模块化设计,支持单步或多步处理,方便用户根据需求灵活使用。
音频处理
字幕生成
语音合成
视频合成
git clone https://github.com/bushkarl/video-processor.git
cd video-processor python3 -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows pip3 install -r requirements.txt brew install ffmpeg # Linux/Mac
choco install ffmpeg # Windows 欢迎提交 Issue 和 Pull Request!