-
#3514 I can't use DeepSeek....
💬 3[Last reply:1 day ago] DeepSeek API 并非完全免费。它提供了一定量的免费额度,但超出后需要付费。你的错误信息 "Insufficient Balance" 明确表示账户余额已耗尽。请登录 DeepSeek 官方平台(如平台控制台)检查你的 API 密钥的剩余免费额度或进行充值。在 pyVideoTrans 中,你可以暂时切换到其他...2001:ee0* Posted at: 1 day ago -
#3513 OSError: cannot load library '/Users/kriss/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dy...
💬 1[Last reply:1 day ago] This error is caused by a missing system library libsndfile required by the soundfile Python package on macOS.Solution:Install the libsndfile library using Home...103.220* Posted at: 1 day ago -
#3512 TaskCfgVTT(is_cuda=True, uuid='cdd7747e00', cache_folder='F:/win-pyvideotrans-v3.97-226/tmp/11320/cdd7747e00', target_di...
💬 1[Last reply:1 day ago] 该错误是由于使用 faster-whisper(本地) 进行语音识别时,内存或显存不足导致子进程崩溃。解决方案:降低模型要求:你当前使用的是 tiny.en 模型。虽然这是最小的模型,但错误提示内存/显存不足。请尝试在“语音识别”设置中,将模型切换为更小的 tiny 或 base 模型(如果可用),并确保“发音语言”选...2602:fbf1* Posted at: 1 day ago -
#3510 文件或数据解码失败,编码格式错误:illegal multibyte sequence...
💬 3[Last reply:1 day ago] 是的,将相关文件(如SRT字幕、提示词文件等)的编码格式转换为UTF-8,可以解决因多字节字符序列导致的解码错误。请查阅相关文档:常见错误与解决方法...2a09:bac5* Posted at: 1 day ago -
#3511 cannot load library '/Users/chenguoxing/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib...
💬 1[Last reply:1 day ago] 这是由于 macOS 系统上缺少 libsndfile 库文件导致的。soundfile 库是音频处理依赖项,在 macOS 上需要额外安装。解决方案:打开终端。使用 Homebrew 包管理器安装 libsndfile。在终端中执行以下命令:brew install libsndfile安装完成后,重启 pyVide...2a02:6ea0* Posted at: 1 day ago -
#3509 I often have trouble translating Chinese into Vietnamese, frequently confusing "she" and "he," and mixing up the forms o...
💬 1[Last reply:2 days ago] 翻译中文到越南语时混淆“她/他”或称谓形式,通常是由于翻译渠道的模型能力不足或提示词不够精确导致的。解决方案:升级翻译渠道:优先使用支持长上下文、智能更高的AI大模型作为翻译渠道,例如 DeepSeek-V3、GPT-4o 或 Gemini 1.5 Pro。避免使用本地小模型(如7B)或传统翻译引擎。优化翻译设置:在“...2001:ee0* Posted at: 2 days ago -
#1437 Access denied, please make sure your account is in good standing. For details, see: https://help.aliyun.com/zh/model-stu...
💬 3[Last reply:2 days ago] 这个错误是由于在配置 OpenAI 兼容接口时,填写的“模型名称”不正确或不被该接口支持导致的。具体错误信息显示 model beanclaw is not supported。请按以下步骤解决:检查并更正模型名称:在 pyVideoTrans 的配置界面(例如翻译设置或 TTS 设置),找到“模型名称”或“模型”输入...240e:342* Posted at: 3 months ago -
#3508 Could not parse response content as the length limit was reached - CompletionUsage(completion_tokens=8192, prompt_tokens...
💬 1[Last reply:2 days ago] 这是由于在使用AI翻译渠道时,发送的上下文过长,超过了AI模型的最大Token限制导致的。解决方案:升级软件:您当前使用的是 v3.92 版本。请先升级到最新版 v3.97,该版本可能已优化此问题。调整高级设置:如果升级后问题依旧,请按以下步骤调整设置:打开软件,进入 菜单 -> 工具 -> 高级选项。在 ...2408:8226* Posted at: 2 days ago -
#3507 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'C:\\Users\\admin\\Desktop\\transtur\...
💬 1[Last reply:2 days ago] 该错误是由于系统缺少必要的VC++运行库或软件文件不完整,导致无法加载Azure TTS所需的Microsoft.CognitiveServices.Speech.core.dll动态链接库。解决方案:安装微软VC++运行库:下载并安装微软Visual C++ Redistributable for Visual St...2409:8a28* Posted at: 2 days ago -
#3506 Error code: 401 - {'error': {'message': 'Authentication Fails, Your api key: 73 is invalid', 'type': 'authentication_err...
💬 1[Last reply:2 days ago] 该错误是由于翻译渠道的 API Key 无效或配置错误导致的。解决方案:检查 API Key:确认你在翻译渠道(例如 OpenAI/DeepSeek 等)配置中填写的 API Key 是否正确且未过期。检查 API 地址:确认 API 地址(Base URL)配置正确。例如,使用 DeepSeek 时,地址应为 htt...2409:8a7c* Posted at: 2 days ago -
#3505 TaskCfgVTT(is_cuda=False, uuid='ba27970593', cache_folder='C:/Users/CYX/AppData/Local/Temp/BNZ.69aba12a14bcdbcf/tmp/4832...
💬 1[Last reply:2 days ago] 这是由于系统未找到 FFmpeg 可执行文件导致的。pyVideoTrans 依赖 FFmpeg 处理音视频,Windows 预打包版已内置 FFmpeg,但日志显示软件从临时目录运行,可能未正确加载内置组件。解决方案:确认使用预打包版:确保你下载的是 pyVideoTrans 的完整 .7z 预打包版,而非补丁包或源...43.239* Posted at: 2 days ago -
#3504 选择Index TTS时 AttributeError: 'NoneType' object has no attribute 'keys'...
💬 1[Last reply:2 days ago] 这是由于 pyVideoTrans v3.95 版本中 Index TTS 渠道的配置读取逻辑存在缺陷导致的。解决方案:升级软件:这是最直接的解决方法。请将 pyVideoTrans 升级到最新版本 v3.97。根据知识库,v3.97 版本已修复了多个配音渠道的已知问题。手动配置:如果暂时无法升级,可以尝试手动修复配置...103.129* Posted at: 2 days ago -
#3503 [Errno 22] Invalid argument: 'C:/Users/jgj/Desktop/ai/tmp/5668/32dbce0c41/novoice.mp4'...
💬 1[Last reply:2 days ago] 这是由于视频文件路径或文件名包含特殊字符或编码问题,导致FFmpeg处理时出现无效参数错误。解决方案:检查并修改软件安装路径:确保pyVideoTrans软件解压安装在非系统盘(如D盘),且路径中不包含中文或特殊符号。推荐路径如 D:\pyVideoTrans。检查并修改源视频文件路径:确保待处理的视频文件路径和文件名...2409:8a55* Posted at: 2 days ago -
#3502 TaskCfgVTT(is_cuda=True, uuid='0b2ccf7d88', cache_folder='D:/project/Videotrans/win-pyvideotrans-v3.97-0304/tmp/6196/0b2...
💬 1[Last reply:2 days ago] 这是由于使用的 NVIDIA 显卡(很可能是 50 系显卡)与当前 CUDA/cuBLAS 库版本不兼容导致的 CUBLAS_STATUS_NOT_SUPPORTED 错误。解决方案:临时解决方案(推荐):在软件中禁用 CUDA 加速,让 faster-whisper 使用 CPU 运行。在 pyVideoTrans ...240e:47e* Posted at: 2 days ago -
#3501 TaskCfgVTT(is_cuda=True, uuid='dad2118507', cache_folder='D:/project/Videotrans/win-pyvideotrans-v3.97-0304/tmp/30956/da...
💬 1[Last reply:2 days ago] 这是由于使用 faster-whisper 本地模型进行语音识别时,GPU 显存或系统内存不足导致子进程崩溃。解决方案:降低模型要求:在语音识别设置中,将模型从 large-v3-turbo 更换为更小的模型,例如 medium 或 small。调整识别精度参数:在“菜单-工具-高级选项-语音识别参数”中,将 识别准确...240e:47e* Posted at: 2 days ago -
#3500 OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack f...
💬 21[Last reply:2 days ago] 根据核心知识库,目前 pyVideoTrans 软件本身没有提供直接修改克隆音色情绪的专用界面或参数。克隆音色的情绪和风格主要依赖于参考音频本身。解决方案:通过参考音频控制情绪:克隆音色的“情绪”本质上是对参考音频音色的复现。要改变情绪,你需要提供带有目标情绪(如开心、悲伤、愤怒)的参考音频片段。在视频翻译中,这通常意...183.87* Posted at: 2 days ago -
#3499 DeepgramApiError: Invalid credentials. (Status: 401)...
💬 1[Last reply:2 days ago] 这是由于 Deepgram 语音识别渠道的 API 密钥无效或未正确配置导致的 401 错误。解决方案:检查 API 密钥:请登录 Deepgram 官网,确认你的 API 密钥是否有效且未过期。正确配置:在 pyVideoTrans 的“语音识别”渠道中选择“Deepgram”,然后在右侧的“API Key”输入框中...2602:fbf1* Posted at: 2 days ago -
#3498 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 9830400 at position 617041209...
💬 1[Last reply:3 days ago] 这是由于 faster-whisper 语音识别模型文件 model.bin 下载不完整或已损坏导致的。解决方案:手动下载并替换模型文件:根据你使用的模型(例如 large-v3),在软件根目录的 models 文件夹内,找到对应的模型文件夹(如 models--Systran--faster-whisper-larg...103.62* Posted at: 3 days ago -
#3497 ModuleNotFoundError: No module named 'gradio_client'...
💬 1[Last reply:3 days ago] The error is caused by a missing Python dependency: the gradio_client module is not installed.Solution:Ensure you are in the pyVideoTrans project directory: cd ...2001:ee0* Posted at: 3 days ago -
#3496 使用Qwen3-TTS(本地)生成语音是速度很慢是怎么回事...
💬 1[Last reply:3 days ago] 使用 Qwen3-TTS(本地)生成语音速度慢,通常是由于未启用 GPU 加速,导致模型在 CPU 上运行。本地 TTS 模型(如 Qwen-TTS)强烈依赖 NVIDIA 显卡的 CUDA 加速,否则处理速度会极慢。解决方案:确认并安装 CUDA 环境:检查你的电脑是否拥有 NVIDIA 显卡。在 CMD 中输入 n...111.55* Posted at: 3 days 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.