# AI智能剪辑 **Repository Path**: cross-border-trade/ai-smart-editing ## Basic Information - **Project Name**: AI智能剪辑 - **Description**: 贝酷曼短视频处理工厂 跨境电商短视频处理:脚本、配音、素材匹配、字幕与导出。Gitee 仓库:ai-smart-editing。 环境 Python 3.11+ 推荐用 uv 安装依赖 cd AI视频剪辑 uv sync python main.py 或: pip install -r requirements.txt python main.py Ollama 连接写 - **Primary Language**: Python - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-08-31 - **Last Updated**: 2026-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 贝酷曼短视频处理工厂 跨境电商短视频处理:脚本、配音、素材匹配、字幕与导出。Gitee 仓库:`ai-smart-editing`。 ## 环境 - Python 3.11+ - 推荐用 [uv](https://github.com/astral-sh/uv) 安装依赖 ```powershell cd AI视频剪辑 uv sync python main.py ``` 或: ```powershell pip install -r requirements.txt python main.py ``` Ollama 连接写在根目录 `ollama.json`。运行时完整配置在 `.cache/settings.json`(含 API Key,已 gitignore);模板见 `settings.default.json`。 ## 打包 见 [打包说明.md](打包说明.md)。日常开发不要提交 `dist/`、`output/`、FFmpeg 与安装包。 ## 说明 - 源码主目录:`video_factory/` - 原理说明:[技术原理.md](技术原理.md)