2 private links
https://github.com/jianchang512/pyvideotrans/blob/main/README_EN.md / https://github.com/jianchang512/pyvideotrans/blob/main/about.md / Q群 905857759 / 微信公众号:搜一搜“ pyvideotrans ” 语音识别支持 faster-whisper模型 openai-whisper模型 和 GoogleSpeech zh_recogn阿里中文语音识别模型. [...] 文字合成语音支持 Microsoft Edge tts Google tts Azure AI TTS Openai TTS Elevenlabs TTS 自定义TTS服务器api GPT-SoVITS https://github.com/jianchang512/clone-voice 允许保留背景伴奏音乐等(基于uvr5) [...] 打开终端窗口,分别执行如下命令 brew install libsndfile brew install ffmpeg brew install git brew install python@3.12 [...] 终端中执行命令 git clone https://github.com/jianchang512/pyvideotrans 执行命令 cd pyvideotrans 继续执行 python -m venv venv 继续执行命令 source./venv/bin/activate,执行完毕查看确认终端命令提示符已变成已(venv)开头,以下命令必须确定终端提示符是以(venv)开头 执行 pip install -r requirements.txt --no-deps,如果提示失败,执行如下2条命令切换pip镜像到阿里镜像 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com 然后重新执行 如果已切换到阿里镜像源,仍提示失败,请尝试执行 pip install -r requirements.txt --ignore-installed --no-deps python sp.py 打开软件界面 https://pyvideotrans.com/mac.html