-
#3045 这个没进度sh是不是我没安装模型呀,还是因为我电脑太慢了呢...
💬 1[Last reply:1 month ago] 这是由于未正确配置或启动本地语音识别模型(如 faster-whisper)导致的。界面显示“正在识别中...”,但进度条为0,通常意味着模型未加载或加载失败。解决方案:检查模型文件:确认软件根目录下的 models/ 文件夹中是否存在 faster-whisper 模型。模型文件夹命名应类似 models--Syst...111.198* Posted at: 1 month ago -
#3044 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://openrouter.ai/api/v1/chat/completions?sk=...
💬 5[Last reply:1 month ago] 是的,自定义填写功能是用于接入自定义的、兼容 OpenAI 音频转录 (audio transcription) API 接口的语音识别服务。而 OpenRouter 提供的是 文本对话/补全 (Chat Completions) API,并非音频转录 API。因此,您收到的 401 错误是因为软件向 OpenRout...2a02:6ea0* Posted at: 1 month ago -
#3043 requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://openrouter.ai/api/v1/chat/completions%20%5C?...
💬 1[Last reply:1 month ago] 这是由于在配置 OpenRouter AI 翻译渠道时,API URL 格式错误,导致请求地址不正确。解决方案:检查并修正 API URL:在软件设置中,找到 OpenRouter AI 翻译渠道的配置。确保 API URL 字段填写为 https://openrouter.ai/api/v1/chat/complet...2a02:6ea0* Posted at: 1 month ago -
#3042 requests.exceptions.ProxyError: HTTPSConnectionPool(host='openrouter.ai', port=443): Max retries exceeded with url: /api...
💬 1[Last reply:1 month ago] 这是由于网络代理设置不正确或代理服务未运行导致的连接失败。检查并关闭代理设置:在软件菜单栏的“设置”或“高级选项”中,找到“网络代理”相关设置,清空代理地址文本框并保存。确认代理服务状态:如果你确实需要使用代理,请确保你的代理客户端(如 Clash、V2Ray 等)正在运行,并且代理地址(如 http://127.0....2a02:6ea0* Posted at: 1 month ago -
#3041 除了本地模型支持多角色识别还有那些可以接入api来进行多角色识别呢...
💬 1[Last reply:1 month ago] 除了本地模型,可以通过接入以下API服务来实现多角色识别:WhisperX API:需要独立部署 whisperx-api 服务。该服务基于 WhisperX,支持更精准的时间轴和说话人分离功能。Pyannote 3.1:通过 HuggingFace 接口接入。需要在“语音识别参数”的高级选项中开启说话人分离,并填入你...2a02:6ea0* Posted at: 1 month ago -
#3040 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 3276800 at position 863007543...
💬 1[Last reply:1 month ago] 这是由于下载的 faster-whisper 模型文件损坏或不完整导致的。解决方案:手动下载并放置模型:从 HuggingFace 镜像站(如 hf-mirror.com)手动下载 faster-whisper-large-v3 模型。下载后,将整个模型文件夹(例如 models--Systran--faster-wh...49.81* Posted at: 1 month ago -
#3039 能把中文视频变成英文视频吗...
💬 1[Last reply:1 month ago] 是的,pyVideoTrans 的核心功能就是将视频从一种语言(如中文)自动翻译并配音为另一种语言(如英文)。核心工作流程如下:语音识别:将中文视频中的语音转换为中文文本字幕。字幕翻译:将中文字幕翻译成英文。语音合成:根据翻译后的英文字幕,生成英文配音音频。音画对齐:将新生成的英文配音与原视频画面进行同步合成,最终输出...151.243* Posted at: 1 month ago -
#3038 怎么修改 pyVideoTrans 中 GPT-SoVITS 模块的源码,将其请求方式从 GET 改为 POST...
💬 3[Last reply:1 month ago] 根据终端日志显示,pyVideoTrans 向 GPT-SoVITS 服务发送的是 GET 请求,这不符合 GPT-SoVITS API 的标准调用方式(通常为 POST),导致服务虽然返回了 200 状态码,但可能未正确处理请求,因此没有生成声音。解决方案:确认 GPT-SoVITS API 版本:首先,请确认你部署...240e:341* Posted at: 1 month ago -
#3032 把GPT-SoVITS接入pyVedioTrans后,选择训练好的音色,为字幕配音,生成的音频没有声音,下面是日志 Application started at 2026-02-01 19:57:22 [DEBUG] 返回缓存的编解码器 W...
💬 23[Last reply:1 month ago] 怎么修改 pyVideoTrans 中 GPT-SoVITS 模块的源码,将其请求方式从 GET 改为 POST...240e:341* Posted at: 1 month ago -
#3037 TaskCfg(cache_folder='D:/win-pyvideotrans-v3.95/tmp/16712/6ca601c7a5', target_dir='D:/剪映剪辑完/WHAT do they WANT from me! C...
💬 1[Last reply:1 month ago] 这是 pyVideoTrans v3.95 版本的一个已知 bug。解决方案:打开软件,进入菜单栏的“工具” -> “高级选项”。在“通用设置”选项卡中,找到“最大进程数”设置项。将数值修改为 2。如果你的电脑 CPU 核心数超过 16 核,可以尝试设置为 4 或 8。点击“保存”按钮,然后完全关闭并重启 pyV...203.10* Posted at: 1 month ago -
#3036 Connection failed: HTTPSConnectionPool(host='api-free.deepl.com', port=443): Max retries exceeded with url: /v2/translat...
💬 1[Last reply:1 month ago] 这是由于网络代理配置问题导致 DeepL 翻译 API 连接失败。检查网络代理设置:在 pyVideoTrans 菜单栏中,依次点击“设置”->“网络代理”。如果你使用了代理软件(如 Clash、V2Ray),请确保代理软件已开启,并将正确的代理地址(如 http://127.0.0.1:7890)和端口填入软件...240e:380* Posted at: 1 month ago -
#3035 TaskCfg(cache_folder='D:/SPFY/tmp/4548/43ab6e5b18', target_dir='d:/spfy/output/tts', remove_noise=False, is_separate=Fal...
💬 1[Last reply:1 month ago] 该错误是由于 pydub 库在读取音频文件时,文件路径或文件内容存在问题,导致返回了 None 对象,进而无法执行 seek 操作。解决方案:检查文件路径:确认任务配置中 target_wav='d:/spfy/output/tts/20260202-002224.wav' 指向的音频文件是否存在,...188.253* Posted at: 1 month ago -
#3034 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 9830400 at position 577685665...
💬 1[Last reply:1 month ago] 这是由于下载的 faster-whisper 模型文件损坏或不完整导致的。解决方案:手动下载模型:由于网络问题,自动从 HuggingFace 下载的模型文件可能损坏。放置到正确目录:从可靠的镜像站(如 modelscope.cn)下载 faster-whisper-large-v3 模型。将下载的模型文件夹(例如 m...45.158* Posted at: 1 month ago -
#3033 TaskCfg(cache_folder='F:/EDITVIDEO/win-pyvideotrans-v3.96/tmp/6836/bb136dd262', target_dir='C:/Users/Son Bui/Videos/pyvi...
💬 1[Last reply:1 month ago] The error is caused by a missing or corrupted model.bin file for the faster-whisper-large-v3 model. The software cannot find the necessary model file in the spe...117.1* Posted at: 1 month ago -
#3031 TaskCfg(cache_folder='F:/EDITVIDEO/win-pyvideotrans-v3.96/tmp/13104/11c1281577', target_dir='F:/EDITVIDEO/win-pyvideotra...
💬 1[Last reply:1 month ago] The error is caused by a missing or corrupted model.bin file for the faster-whisper model in your local models directory.Solution:Manually download the model: S...117.1* Posted at: 1 month ago -
#3030 RuntimeError: Connection was closed by the remote host. Error code: 1007. Error details: Unsupported voice None. USP sta...
💬 1[Last reply:1 month ago] 这是由于在 Azure TTS 配音渠道中,未正确设置或选择了不支持的语音角色(voice)导致的。解决方案:检查并设置语音角色:在 pyVideoTrans 的“配音设置”中,确保已选择 Azure TTS 渠道,并在“角色”下拉列表中明确选择一个有效的语音名称(如 zh-CN-XiaoxiaoNeural),不能为...223.18* Posted at: 1 month ago -
#3029 使用GPT-SoVITS,配音克隆,配音后的音频文件,没有声音...
💬 1[Last reply:1 month ago] 这是由于 GPT-SoVITS 生成的音频文件格式或编码问题导致的。解决方案:检查音频文件:在输出目录(通常是 _video_out)中找到 GPT-SoVITS 生成的 .wav 文件。尝试用系统自带的播放器(如 Windows 的媒体播放器)直接打开,确认文件本身是否有声音。检查 API 连接:确保 GPT-SoV...240e:341* Posted at: 1 month ago -
#3028 版本为3.86,通过教程安装CUDA加速,配置严格按照要求设置好,下载的内容也是在教程里的链接下载且严格按照版本号填写环境变量,重启电脑后依然无法正常启动加速,问题出在哪里?...
💬 8[Last reply:1 month ago] 这是由于视频编码/解码环节可能调用了 NVIDIA GPU 的硬件编码器(如 NVENC)和解码器(NVDEC),而非 CUDA 通用计算加速。您观察到的速度提升是真实的,但这通常不是由 pyVideoTrans 软件本身通过 CUDA 编程实现的,而是由 FFmpeg(视频处理核心工具)在运行时自动检测并调用您系统中...2408:8256* Posted at: 1 month ago -
#3027 RuntimeError: Unable to open file 'model.bin' in model 'E:/Downloadall/video tr/win-pyvideotrans-v3.96-131/models/models...
💬 1[Last reply:1 month ago] 这是由于 faster-whisper 模型文件 model.bin 缺失或损坏导致的。软件尝试从 HuggingFace 下载模型失败,或模型文件不完整。解决方案:手动下载模型文件:访问 HuggingFace 模型页面:https://huggingface.co/Systran/faster-whisper-la...132.226* Posted at: 1 month ago -
#3026 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\BaiduNetdiskDownload\\_internal\...
💬 2[Last reply:1 month ago] 一个可能的原因是,系统缺少vc++组件,尝试点击安装微软的这个vc++组件后,重启软件试试https://aka.ms/vs/17/release/vc_redist.x64.exe...240e:30c* Posted at: 1 month ago
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.