-
#3239 为什么3.97版本,我用第三方人声背景音提取后,放到处理的文件夹内(放在与字幕相同的文件夹),clone声音不是用处理后干净的人声,之前3.85版本都是可以的...
💬 3[Last reply:1 month ago] 这是因为 v3.97 版本在处理流程上进行了优化,现在无论是否进行声音克隆,都会在语音识别阶段对原视频音频进行预处理和切分,以便进行更精确的识别(如应用VAD、说话人分离等)。您看到的临时文件正是这一预处理步骤的产物。这个行为是正常的,旨在提高语音识别的准确性和效率。当您后续选择克隆配音时,软件会使用您指定的干净人声参...2409:8924* Posted at: 1 month ago -
#3240 执行uv run sp.py报错Traceback (most recent call last): File "/root/pyvideotrans/sp.py", line 25, infrom PySide6.QtWidgets i...
💬 1[Last reply:1 month ago] 这是由于 Linux 系统缺少 PySide6 所需的 Qt 图形库依赖文件(libEGL.so.1)导致的。解决方案:根据你的 Linux 发行版,安装对应的 Qt 图形库依赖包。对于 Ubuntu/Debian 系统,执行命令:sudo apt update && sudo apt install ...2408:80e0* Posted at: 1 month ago -
#3237 TaskCfg(cache_folder='C:/kevin/win-pyvideotrans-3.89/tmp/24984/bea4338750', target_dir='C:/Users/holaw/Downloads/ArtStat...
💬 1[Last reply:1 month ago] This error is caused by Edge-TTS being rate-limited by Microsoft, resulting in a 403 network error.Solution:In the software's main interface, click the "Advance...2803:a3e0* Posted at: 1 month ago -
#3236 TaskCfg(cache_folder='D:/BaiduNetdiskDownload/ddxz/win-pyvideotrans-v3.86/tmp38200/speech2text', target_dir='D:/BaiduNet...
💬 1[Last reply:1 month ago] 阿里百炼 Qwen3-ASR 语音识别渠道不支持语言代码 tl。检查并修正语言设置:在语音识别阶段,请确保“原始语言”选择的是正确的语言(如 zh 中文、en 英语),而不是 tl 或 Auto。tl 可能不是该渠道支持的标准语言代码。升级软件版本:您当前使用的是 v3.86 版本。请升级到最新版 v3.97,可能已包...240e:37a* Posted at: 1 month ago -
#1602 httpx.RemoteProtocolError: Server disconnected without sending a response....
💬 4[Last reply:1 month ago] 你的问题与 pyVideoTrans 视频翻译软件无关。作为技术支持 AI,我仅能解答关于该软件的安装、配置、使用及故障排查问题。请提供与 pyVideoTrans 相关的具体问题。...38.213* Posted at: 4 months ago -
#3234 为啥在翻译阶段使用的是GPU,在合成或者探测阶段就是使用CPU呢...
💬 2[Last reply:1 month ago] 合成阶段使用ffmpeg,在不同显卡例如,intel、amd、NVIDIA不同型号、mac videotoolbox之间差异很大,同样一条命令无法跨硬件跨版本,需要针对性写出一堆的兼容命令,兼容性太差并且非常容易出错,出于稳定性和易维护性考虑,合成阶段大多数操作都是优先软编解码即CPU运行...2602:feda* Posted at: 1 month ago -
#3235 RuntimeError: Unable to open file 'model.bin' in model 'C:/win-pyvideotrans-v3.97/models/models--mobiuslabsgmbh--faster-...
💬 1[Last reply:1 month ago] This error occurs because the software cannot find the model.bin file for the faster-whisper model in the specified directory, likely due to an incomplete or fa...82.135* Posted at: 1 month ago -
#3233 配置了本地大模型来使用,出现这个错误,如何解决requests.exceptions.HTTPError: 415 Client Error: Unsupported Media Type for url: http://127.0.0.1...
💬 1[Last reply:1 month ago] 这是由于本地大模型服务的 API 接口格式与 pyVideoTrans 发送的请求不匹配导致的 HTTP 415 错误。解决方案:检查并升级软件版本:您当前使用的是 v3.92。请先升级到最新版 v3.97,该版本可能已修复或优化了与本地大模型 API 的兼容性问题。验证 API 地址和模型名称:错误日志中的 URL ...223.98* Posted at: 1 month ago -
#3232 requests.exceptions.HTTPError: 415 Client Error: Unsupported Media Type for url: http://127.0.0.1:1234/?sk=123...
💬 1[Last reply:1 month ago] 这是由于自定义语音识别API的接口格式不匹配导致的。错误码415表示服务器无法处理请求的媒体类型。解决方案:检查API服务:确保你部署在 http://127.0.0.1:1234 的自定义语音识别API服务正在运行,并且其接口格式与pyVideoTrans的要求兼容。验证接口规范:pyVideoTrans向自定义AP...223.98* Posted at: 1 month ago -
#3231 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 132776960 at position 233...
💬 1[Last reply:1 month ago] 这是由于下载的 faster-whisper 模型文件损坏或不完整导致的。解决方案:删除损坏的模型文件:前往软件根目录 F:/JianJi 下的 models 文件夹,找到并删除与 faster-whisper 相关的模型文件夹(例如 models--Systran--faster-whisper-large-v3 或...95.40* Posted at: 1 month ago -
#3230 TaskCfg(cache_folder='E:/shipfanyi/win-pyvideotrans-v3.92/tmp/12588/67ae3c6e12', target_dir='E:/shipfanyi/win-pyvideotra...
💬 1[Last reply:1 month ago] 这是由于字节火山语音识别API返回了403 Forbidden错误,通常意味着API调用被拒绝,可能原因是API Key无效、配额用尽、或请求参数有误。检查API配置:确认在“语音识别渠道”中选择“字节语音识别大模型极速版”后,填写的appid和token是否正确且有效。请前往字节火山方舟控制台核对。检查配额与计费:登...223.98* Posted at: 1 month ago -
#3229 The sound cannot be tried....
💬 1[Last reply:1 month ago] The inability to try the sound is likely due to the audio file not being generated or the playback path being incorrect. This is a common issue in the dubbing p...191.6* Posted at: 1 month ago -
#3228 OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack f...
💬 1[Last reply:1 month ago] This error occurs because the Qwen3-TTS model files are missing from the specified local directory. The software is looking for the model in F:/win-pyvideotrans...191.6* Posted at: 1 month ago -
#3227 TaskCfg(cache_folder='C:/Users/user/OneDrive/桌面/win-pyvideotrans-v3.97/tmp/25644/eaaa023d2d', target_dir='6.一周至一個月-mp4',...
💬 1[Last reply:1 month ago] 这是由于 faster-whisper 模型文件 model.bin 下载不完整或已损坏导致的。解决方案:删除损坏的模型文件:前往软件安装目录下的 models/ 文件夹,找到与 large-v3-turbo 模型对应的文件夹(例如 models--Systran--faster-whisper-large-v3-tu...220.143* Posted at: 1 month ago -
#3226 RuntimeError: Unable to open file 'model.bin' in model 'D:/mod/win-pyvideotrans-v3.96/models/models--Systran--faster-whi...
💬 1[Last reply:1 month ago] 这是由于 faster-whisper 模型文件 model.bin 缺失或下载不完整导致的。解决方案:手动下载模型:访问 HuggingFace 模型页面(如 https://huggingface.co/Systran/faster-whisper-large-v3),手动下载所有文件。放置模型:将下载的模型文件(...199.19* Posted at: 1 month ago -
#3225 TaskCfg(cache_folder='C:/Users/JOHN/Documents/DUBLADOR/3.92/tmp/14812/6575c2a595', target_dir='C:/Users/JOHN/Videos/CURS...
💬 1[Last reply:1 month ago] The error is caused by a network connection failure when trying to access the Google (Free) translation service. Specifically, your system cannot resolve the ho...186.247* Posted at: 1 month ago -
#3223 在批量翻译视频或音频时,能批量上传视频,但是字幕没法上传多个。这会导致第一条视频是按照我给的字幕进行配音,但是第二个视频之后,就需要软件自动识别并配音。...
💬 11[Last reply:1 month ago] 这是由于您使用的是预打包版,但 cli.exe 命令行入口文件不存在或已被移除。在较新的预打包版本中,命令行功能可能已集成到主程序 sp.exe 中,需要通过特定参数调用。解决方案:使用 sp.exe 调用命令行模式:打开 CMD 或 PowerShell,并切换到您的 pyVideoTrans 软件根目录(例如 D:...39.68* Posted at: 1 month ago -
#3224 TypeError: Parameter `randomize_seed` is not a valid key-word argument. Please click on 'view API' in the footer of the ...
💬 1[Last reply:1 month ago] 这是由于您使用的 F5-TTS 服务的 API 接口版本与 pyVideoTrans 当前版本不兼容导致的。错误表明软件尝试传递一个名为 randomize_seed 的参数,但您启动的 F5-TTS 服务 API 不支持此参数。请按以下步骤解决:检查 F5-TTS 版本:确认您启动的 F5-TTS 服务是否为官方最新...104.129* Posted at: 1 month ago -
#3222 未知错误=system:Windows-10-10.0.19045-SP0version:v3.91frozen:Truelanguage:zhroot_dir:D:/tts...
💬 1[Last reply:1 month ago] 这是由于软件版本过旧(v3.91)导致的未知错误。v3.91版本存在已知的稳定性问题,建议升级到最新版本。解决方案:备份配置:关闭软件,将 D:/tts 目录下的 config.json 文件复制到安全位置。下载最新版本:访问官方网站,下载适用于 Windows 的最新完整版(.7z 压缩包)。全新安装:将旧版软件文件...2408:8226* Posted at: 1 month ago -
#3221 TaskCfg(cache_folder='F:/Nova pasta/tmp/14760/b57f5eb5e8', target_dir='E:/arquivo convertido/1 - shorts/_video_out/A águ...
💬 1[Last reply:1 month ago] This error is caused by Microsoft Edge-TTS server rate limiting or rejecting the request, resulting in no audio being returned. The specific error "No audio was...191.6* 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.