-
#3135 openai.NotFoundError: Error code: 404 - {'error': {'message': 'No endpoints found for moonshotai/kimi-k2:free.', 'code': 404}, 'user_id': 'user_37c1SoKwqGKF0rtvMe2RbTmJNR8'}...
💬 1[Last reply:7 months ago] This error indicates that the translation channel (OpenAI-compatible API) you are using cannot find the specified model. The API server (likely OpenRouter) reports that the model endpoint moonshotai/k...155.117**7 Posted at: 7 months ago -
#3134 HTTPSConnectionPool(host='edge.microsoft.com', port=443): Max retries exceeded with url: /translate/auth (Caused by ProxyError('Unable to connect to proxy', NewConnectionError('<ur...
💬 1[Last reply:7 months ago] 这是由于网络代理配置错误或目标服务器无法访问导致的。Edge-TTS 服务需要连接到微软的服务器,但当前网络连接被阻止。解决方案:检查并关闭网络代理:如果你使用了网络代理(VPN或HTTP代理),请暂时关闭它,然后重试。调整软件网络设置:打开 pyVideoTrans。进入菜单栏的 工具 -> 高级选项 -> 通用设置。找到 网络代理 设置。如果此处已填写代理地址,请将其清空,然后保存...106.111**0 Posted at: 7 months ago -
#3132 aiohttp.client_exceptions.WSServerHandshakeError: 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedCl...
💬 6[Last reply:7 months ago] 这是通过补丁包升级后,因文件不完整或残留旧文件导致视频合成环节出现 bug。解决方案:请下载并解压 v3.96 的完整包,覆盖安装到您当前的软件目录(例如 E:/pyvideotrans/389)。在覆盖前,请务必备份您 config 文件夹下的个人配置文件(如 config.json)。覆盖完成后,重新启动软件。如果问题在新完整包中仍然存在,请暂时在“高级选项”的“视频对齐”设置中,将“对齐策略...117.62**7 Posted at: 7 months ago -
#3133 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&Sec-MS-...
💬 1[Last reply:7 months ago] 这是由于 Edge-TTS 渠道并发请求过高,触发微软服务器限流导致的 403 错误。解决方案:打开 pyVideoTrans 软件。点击菜单栏的“工具” -> “高级选项”。在“配音设置”区域,找到“同时配音线程数”,将其设置为 1。在同一区域,找到“配音后暂停秒数”,将其设置为 5 或更高(例如 10)。保存设置并重启软件,然后重试任务。请查阅相关文档:edgeTTS 配音渠道edge-...50.7**4 Posted at: 7 months ago -
#3131 TaskCfg(cache_folder='E:/win-pyvideotrans-v3.96/tmp/2532/b2496293be', target_dir='C:/Users/Administrator/Desktop/新建文件夹/3-mp3', remove_noise=False, is_separate=False, detect_languag...
💬 1[Last reply:7 months ago] 这是由于您的 NVIDIA 显卡(CUDA 设备)与当前 faster-whisper 库编译的 CUDA 内核版本不兼容导致的。具体错误 cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device 表明软件内置的 CUDA 计算能力不支持您的显卡。确认您的显卡型号:在 CMD ...111.14**9 Posted at: 7 months ago -
#3130 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'C:\\baidunetdiskdownload\\_internal\\azure\\cognitiveservices\\speech\\Microsoft.CognitiveServic...
💬 1[Last reply:7 months ago] 这是由于操作系统缺少必要的 VC++ 运行时组件,或软件包文件不完整,导致 Azure TTS 所需的动态链接库(DLL)无法加载。解决方案:安装 VC++ 运行时组件:这是最可能的原因。请下载并安装 Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, 2022。安装后重启电脑。下载地址:https://...39.149**3 Posted at: 7 months ago -
#3129 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 13107200 at position 1574699618...
💬 1[Last reply:7 months ago] 这是由于本地 faster-whisper 模型文件 model.bin 下载不完整或已损坏导致的。解决方案:删除损坏的模型文件:前往软件根目录下的 models/ 文件夹,找到对应模型(例如 models--Systran--faster-whisper-large-v3 或 models--guillaumekln--faster-whisper-large-v2),将其整个文件夹删除。重新下...222.240**9 Posted at: 7 months ago -
#3128 FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/Downloads/_video_out/Victor Wembanyama on Solid Defense and Offense Do-mp4/en.srt'...
💬 1[Last reply:7 months ago] 这是由于软件在指定的输出目录中未找到预期的字幕文件(en.srt)导致的。解决方案:检查文件路径:确认 C:/Users/istrator/Downloads/_video_out/Victor Wembanyama on Solid Defense and Offense Do-mp4/en.srt 这个文件是否存在。路径中可能包含空格或特殊字符,请确保该文件确实生成。清理缓存并重试:...2602**214 Posted at: 7 months ago -
#3127 TaskCfg(cache_folder='E:/win-pyvideotrans-v3.92/tmp/6188/4a0e2f8e63', target_dir='E:/win-pyvideotrans-v3.92/output/recogn', remove_noise=False, is_separate=False, detect_language='...
💬 1[Last reply:7 months ago] 这是由于 CUDA 版本与显卡架构不匹配导致的。错误信息 cudaErrorNoKernelImageForDevice: no kernel image is available for execution on the device 表明软件内置的 CUDA 12.8 运行时库无法为你的显卡(很可能是较新的 50 系显卡)编译出可执行的 GPU 内核。请按以下步骤解决:降级使用 CPU 模式:...111.14**9 Posted at: 7 months ago -
#3126 [mov,mp4,m4a,3gp,3g2,mj2 @ 000001b2a719d240] moov atom not found C:/Program Files/PyVideoTrans/tmp/16528/cdb478f0eb/novoice.mp4: Invalid data found when processing input...
💬 1[Last reply:7 months ago] 这是由于软件被安装在了需要管理员权限的系统目录(C:\Program Files\)导致的文件写入权限问题。解决方案:立即停止在当前目录(C:/Program Files/PyVideoTrans/)运行软件。将整个 PyVideoTrans 文件夹剪切到一个非系统盘(如 D:\ 或 E:\)的根目录下。确保新路径不包含中文、空格或特殊符号。推荐路径如 D:\pyVideoTrans。在新路径下,...39.156**1 Posted at: 7 months ago -
#3120 videotrans.configure._except.StopRetry: 当前使用的是内置音色:Vivian,但Qwen-TTS端启动的模型不属于自定义音色模型,请检查启动Qwen-TTS的自定义音色模型CustomeVoice,或者请选择clone角色或使用参考音频进行配音...
💬 17[Last reply:7 months ago] 使用在线 TTS 实现多角色自动配音,最佳方案是结合 说话人分离 与 支持多角色/音色映射的 TTS 渠道。以下是具体步骤和推荐方案:核心工作流:语音识别时启用说话人分离:在“视频翻译”或“语音识别”功能的“高级选项”中,开启“说话人识别”。选择效果较好的模型(如 Pyannote 3.1 或 阿里 CAM++)。设置视频中预计的说话人数。识别完成后,软件会为字幕分配不同的说话人标签(如 spk_...115.192**1 Posted at: 7 months ago -
#1402 Unknown error (empty stderr)...
💬 3[Last reply:7 months ago] 根据日志,核心问题是 ffmpeg 在处理视频文件 E:/n.mp4 时崩溃,导致 Unknown error (empty stderr) 并返回退出码 3221225501。此错误码通常指向 Windows 上的内存访问违规或依赖库问题,最可能的原因是软件自带的 ffmpeg 版本与您的系统不兼容,或视频文件编码异常。请按顺序尝试以下解决方案:替换 FFmpeg:从官方下载最新的 Window...185.220**4 Posted at: 10 months ago -
#3125 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'C:\\System tool\\win-pyvideotrans-v3.96\\_internal\\azure\\cognitiveservices\\speech\\Microsoft....
💬 1[Last reply:7 months ago] 这是由于系统缺少必要的 VC++ 运行库或软件文件不完整,导致 AzureTTS 所需的 Microsoft.CognitiveServices.Speech.core.dll 动态链接库无法加载。解决方案:安装 VC++ 运行库:这是最可能的原因。请下载并安装微软最新的 VC++ 可再发行组件包。下载地址:https://aka.ms/vs/17/release/vc_redist.x64.ex...2605**b605 Posted at: 7 months ago -
#3124 TaskCfg(cache_folder='E:/pyvideotrans/tmp/704/7ca98579bc', target_dir='E:/123/n-mp4', remove_noise=False, is_separate=False, detect_language='ja', subtitle_language=None, source_la...
💬 1[Last reply:7 months ago] 这是由于软件内置的 ffprobe 工具无法正常读取视频文件信息导致的。错误代码 3221225501 通常与 Windows 系统环境或视频文件本身有关。检查视频文件路径:确保视频文件路径 E:/n.mp4 存在,且路径中不包含中文或特殊字符。当前路径符合规范。检查视频文件完整性:尝试用其他播放器(如 VLC)打开 E:/n.mp4,确认视频文件未损坏且可以正常播放。使用外部 FFmpeg:软件...111.14**9 Posted at: 7 months ago -
#3123 TaskCfg(cache_folder='E:/pyvideotrans/tmp/1508/f881d91be1', target_dir='E:/123/n-mp4', remove_noise=False, is_separate=False, detect_language='ja', subtitle_language=None, source_l...
💬 1[Last reply:7 months ago] 这是由于 FFmpeg/FFprobe 无法处理输入视频文件导致的。错误码 3221225501 通常与系统权限、文件路径或视频文件本身损坏有关。检查视频文件:确认 E:/n.mp4 文件存在且可正常播放。尝试用其他播放器(如 VLC)打开,检查文件是否损坏。检查文件路径:确保路径 E:/n.mp4 不包含任何中文字符或特殊符号。虽然 E:/ 看起来没问题,但请确认文件名 n.mp4 本身是纯英文...111.14**9 Posted at: 7 months ago -
#3122 requests.exceptions.ProxyError: HTTPConnectionPool(host='127.0.0.1', port=7890): Max retries exceeded with url: http://wss//eu.rt.speechmatics.com/v2?sk=hZRVHKAugYWru7mCclX2qmg1aEI...
💬 1[Last reply:7 months ago] 这是由于网络代理设置不正确或代理服务未启动导致的。软件尝试通过 127.0.0.1:7890 的代理连接语音识别服务,但该地址的代理服务未响应。检查并关闭代理:进入软件菜单栏的“设置” -> “网络代理”,清空“代理地址”文本框中的内容(127.0.0.1:7890),然后点击“保存”并重启软件。确认代理服务状态:如果你确实需要使用代理,请确保你的代理客户端(如 Clash、V2RayN 等...38.54**3 Posted at: 7 months ago -
#3121 TaskCfg(cache_folder='E:/win-pyvideotrans-v3.92/tmp/8204/5ea26db357', target_dir='C:/Users/Administrator/Desktop/_video_out/n1353_2009sp_03_tg-mp4', remove_noise=False, is_separate...
💬 1[Last reply:7 months ago] 这是由于 FFmpeg/FFprobe 无法处理输入视频文件导致的。错误代码 3221225501 通常与系统环境、视频文件损坏或路径问题有关。检查视频文件:确认 C:/Users/istrator/Desktop/n1353_2009sp_03_tg.mp4 文件是否存在且未损坏。尝试用其他播放器(如 VLC)打开,或使用格式工厂等工具将其转换为标准 MP4 格式(如 H.264 编码...111.14**9 Posted at: 7 months ago -
#3119 ValueError: Cannot find a function with `api_name`: /run....
💬 5[Last reply:7 months ago] 根据你提供的截图,你当前使用的是 Qwen-TTS(本地) 配音渠道,而不是 Qwen-ASR(本地) 语音识别渠道。这两个是不同的功能模块。你遇到的错误 Cannot find a function with api_name: /run. 表明软件在向你的本地 TTS 服务发送请求时,找不到对应的 API 端点。解决方案:确认你启动的 Qwen-TTS 模型类型:Qwen-TTS 本地模型分为...115.192**1 Posted at: 7 months ago -
#3118 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\win-pyvideotrans-v3.96\\_internal\\azure\\cognitiveservices\\speech\\Microsoft.CognitiveServ...
💬 1[Last reply:7 months ago] 这是由于操作系统缺少必要的 VC++ 运行库组件,导致 AzureTTS 依赖的动态链接库(DLL)无法加载。安装 VC++ 运行库:下载并安装微软的 Visual C++ Redistributable for Visual Studio 2015-2022。这是解决此问题的直接方法。微软 VC++ 组件下载地址下载后运行安装程序,完成后重启电脑。验证软件完整性:如果你下载的是“补丁包”而非完整...240e**255a Posted at: 7 months ago -
#3116 TaskCfg(cache_folder='D:/Program Files/win-pyvideotrans-v3.96/tmp/48960/e98b0351c1', target_dir='F:/Downloads/日/FFOutput/_video_out/071113_948-paco-whole-mkv', remove_noise=False, ...
💬 1[Last reply:7 months ago] 这是由于 faster-whisper 模型文件 model.bin 下载不完整或已损坏导致的。解决方案:删除损坏的模型文件:前往软件安装目录下的 models/ 文件夹,找到 models--Systran--faster-whisper-large-v3-turbo 或类似名称的文件夹,将其整个删除。重新下载模型:方法一(配置代理):在软件菜单栏的“设置” -> “网络代理”中,配置一个...2a09**b4 Posted at: 7 months 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.