System Environment Requirements
- operating system:支持macOS/Linux/Windows(需命令行环境)
- 基础工具:Git(代码克隆)、Python(可选依赖管理)、Docker(推荐部署方式)
- network environment:使用在线音频服务时需要稳定连接
详细准备步骤
- pass (a bill or inspection etc)
git clone https://github.com/transformrs/trv.git
Get source code - 选择安装方式:
- Docker Program:构建镜像
docker build --rm -t trv .
后运行容器 - manual installation:需单独配置FFmpeg、Typst等依赖
- Docker Program:构建镜像
- 如使用DeepInfra等第三方服务,需提前设置API密钥环境变量
注意Windows用户需确保WSL或PowerShell环境配置正确。
This answer comes from the articleTRV: Rapidly Generate Presentation Videos from Slides/PPTs and Explanatory NotesThe