-
#2908 RuntimeError: Unable to open file 'model.bin' in model 'D:/win-pyvideotrans-v3.95/models/models--Systran--faster-whisper-large-v1'...
💬 1[Last reply:4 months ago] 这是由于 faster-whisper 模型文件 model.bin 缺失或损坏导致的。模型文件下载不完整或路径不正确。解决方案:手动下载模型文件:访问 HuggingFace 模型页面:https://huggingface.co/Systran/faster-whisper-large-v1。下载 model.bin 文件。将下载的 model.bin 文件放入正确的目录:D:/win-pyv...240e:3bb* Posted at: 4 months ago -
#2907 RuntimeError: TTS-API:合成失败:Cannot find a function with `api_name`: /tts_inference....
💬 1[Last reply:4 months ago] 查看文档 https://pyvideotrans.com/ttsapi必须确保你的接口返回的数据类型符合要求...31.223* Posted at: 4 months ago -
#2905 c20b2b0dcc split no voice error: Metadata: service_name : MPEG_TS service_provider: actinidia Stream #0:0[0x100]: Video: h264 ([27][0][0][0] / 0x001B), none, 23...
💬 1[Last reply:4 months ago] 这是由于视频文件格式或编码问题导致FFmpeg处理失败,具体表现为“dimensions not set”和“Could not write header”。解决方案:检查视频文件:确认源视频文件是否完整、可正常播放。转换视频格式:使用格式转换工具(如格式工厂、HandBrake)或pyVideoTrans内置的“工具->视频音频格式转换”功能,将视频转换为标准MP4格式(H.264编码,A...43.249* Posted at: 4 months ago -
#2899 程序内部错误:'float' object cannot be interpreted as an integerTraceback (most recent call last): File "videotrans\task\job.p......
💬 5[Last reply:4 months ago] 这是由于软件 v3.95 版本在处理多进程时的一个已知 bug 导致的。根据开发者的直接回复,请按以下步骤操作:在软件主界面,点击顶部菜单栏的“工具”。在下拉菜单中选择“高级选项”。在弹出的窗口中,找到“通用设置”选项卡。将“最大进程数”修改为 2(如果你的 CPU 核心数大于 16,则可以设置为 8)。点击“保存”按钮。重要:关闭并重新启动 pyVideoTrans 软件,修改才会生效。完成以上...113.95* Posted at: 4 months ago -
#2903 NVIDIA parakeet 语音转录 网页http://127.0.0.1:5092/ 上传失败...
💬 7[Last reply:4 months ago] 目前没有考虑过长的视频,后续可以通过手动写入更长时间的超时来解决这个问题...2408:832e* Posted at: 4 months ago -
#2904 TaskCfg(cache_folder='D:/pyVideoTrans/tmp/7364/b15b40417a', target_dir='D:/Downloads/_video_out/The Top 10 Pony Videos of September 2025-mp3', remove_noise=False, is_separate=False...
💬 1[Last reply:4 months ago] 这是 pyVideoTrans v3.95 版本的一个已知 bug。错误 'float' object cannot be interpreted as an integer 是由于软件内部进程池初始化参数计算错误导致的。解决方案:打开 pyVideoTrans 软件。点击顶部菜单栏的 “工具” -> “高级选项”。在打开的窗口中,找到 “通用设置” 部分。找到 “最大进...134.195* Posted at: 4 months ago -
#2902 TaskCfg(cache_folder='D:/pyVideoTrans/tmp/7364/853bd21bdb', target_dir='D:/Downloads/_video_out/The Top 10 Pony Videos of September 2025-mp3', remove_noise=False, is_separate=False...
💬 1[Last reply:4 months ago] 翻译渠道 Gemini AI 返回了空结果。这通常是由于 Gemini API 密钥无效、网络连接问题、请求频率过高或模型暂时不可用导致的。解决方案:检查 API 密钥:确认在 Gemini AI 翻译渠道配置中填写的 API Key 正确且有效。检查网络连接:确保你的网络可以正常访问 Google 的 API 服务。如果在中国大陆,可能需要配置网络代理。降低请求并发:在“高级选项”中,将“翻译线...134.195* Posted at: 4 months ago -
#2875 'float' object cannot be interpreted as an integer...
💬 2[Last reply:4 months ago] There's a bug. Go to Menu -- Tools -- Advanced Options -- General Settings -- Maximum Processes, and enter 2. If you have more than 16 cores, you can enter 8.You need to restart the software after sav...39.61* Posted at: 4 months ago -
#2900 TaskCfg(cache_folder='/Users/sunwei/Documents/lmd_data_root/apps/pyvideotrans/tmp/1570/e4b6b40cfb', target_dir='/Users/sunwei/Documents/lmd_data_root/apps/pyvideotrans/output/recog...
💬 1[Last reply:4 months ago] 这是由于 Python 3.12 与 multiprocessing 模块的兼容性问题导致的。错误发生在创建进程池时,max_workers 参数被传递了一个浮点数而非整数。解决方案:临时解决方案:在软件中修改语音识别参数。进入软件主界面,点击右上角的“设置”或“高级选项”。找到“语音识别参数”或“高级设置”区域。将“CPU线程数”或“最大工作线程数”设置为一个整数(例如 2, 4, 8),确保不...183.87* Posted at: 4 months ago -
#2897 ModuleNotFoundError: No module named 'gtts'...
💬 1[Last reply:4 months ago] 这是由于缺少 gtts Python 依赖包导致的。您使用的是源码版(frozen:False),启动时程序尝试加载 gtts 模块失败。解决方案:确保您已进入项目根目录(C:\Users\istrator\pyvideotrans\pyvideotrans)。使用 uv 包管理器安装缺失的依赖。在命令行中执行以下命令:uv sync此命令会根据项目配置文件安装所有必需的依赖包,包括 g...117.183* Posted at: 4 months ago -
#2896 RuntimeError: TTS-API:推理失败:A:\GPT-SoVITS-v2pro-20250604-nvidia50\runtime\python.exe: can't open file 'A:\GPT-SoVITS-v2pro-20250604-nvidia50\GPT_SoVITS\infer_cli.py': [Errno 2] No s...
💬 1[Last reply:4 months ago] 这是由于 GPT-SoVITS API 服务路径配置错误或服务未正确启动导致的。软件尝试调用 A:\GPT-SoVITS-v2pro-20250604-nvidia50\runtime\python.exe 来执行 infer_cli.py 脚本,但该文件不存在。解决方案:确认 GPT-SoVITS 服务已正确启动:确保你已按照官方指南部署并启动了 GPT-SoVITS 的 API 服务。通常,你...39.68* Posted at: 4 months ago -
#2895 RuntimeError: TTS-API:命令行推理失败...
💬 1[Last reply:4 months ago] 该错误是由于自定义 TTS-API 调用失败导致的,具体表现为命令行推理过程出现运行时错误。解决方案:检查 TTS-API 服务状态:确认您配置的 TTS-API 服务(如 F5-TTS、CosyVoice、ChatterBox 等)是否正在运行。确保其 API 服务终端窗口未关闭,且网络可访问。验证 API 配置:在软件设置中,检查“配音渠道”选择为“自定义 TTS-API”,并确认填写的 AP...39.68* Posted at: 4 months ago -
#2894 requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://127.0.0.1:9875/...
💬 1[Last reply:4 months ago] 这是由于连接的外部 TTS 服务(地址为 http://127.0.0.1:9875/)返回了 500 内部服务器错误。这表明该服务本身运行异常或处理请求时崩溃。解决方案:检查 TTS 服务状态:确保你启动的外部 TTS 服务(如 F5-TTS、ChatterBox、CosyVoice 等)的终端窗口没有关闭,并且正在正常运行。验证 API 地址和端口:在 pyVideoTrans 的配音渠道设置...39.68* Posted at: 4 months ago -
#2893 requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://127.0.0.1:9875/tts...
💬 1[Last reply:4 months ago] 这是由于配置的 TTS API 地址不正确或对应的 TTS 服务未成功启动导致的。检查 TTS 服务状态:确认您配置的 TTS 服务(例如 F5-TTS、CosyVoice、ChatterBox 等)是否已成功启动。您需要确保运行该服务的终端窗口没有关闭,并且服务正在监听 http://127.0.0.1:9875 这个地址。验证 API 地址和端口:在 pyVideoTrans 的“配音渠道”设...39.68* Posted at: 4 months ago -
#2892 Qwen3 TTS(本地)开启 GPU 加速...
💬 1[Last reply:4 months ago] 这是由于 PyTorch 版本与 CUDA 环境不匹配导致的。Qwen3 TTS 本地模型需要正确配置 CUDA 的 PyTorch 才能启用 GPU 加速。解决方案:确认 CUDA 版本:在命令行输入 nvcc -V 查看已安装的 CUDA 版本(例如 12.8)。安装匹配的 PyTorch:根据你的 CUDA 版本,前往 PyTorch 官网 获取正确的安装命令。例如,对于 CUDA 12.8...223.81* Posted at: 4 months ago -
#2891 Please retry in 44.490639833s....
💬 1[Last reply:4 months ago] 这是由于 Gemini API 免费额度已用完,导致翻译请求被拒绝。原因:错误信息显示 Quota exceeded for metric: generativelanguage.googleapis.com/generate_content_free_tier_requests,表明你使用的 Gemini API 免费配额(请求次数和输入令牌数)已耗尽。解决方案:方案一(推荐):更换为其他翻译渠...2407:cdc0* Posted at: 4 months ago -
#2890 TaskCfg(cache_folder='E:/ASR/VideoTrans3.92/tmp/212/1ad30799d7', target_dir='E:/ASR/VideoTrans3.92/output/recogn', remove_noise=False, is_separate=False, detect_language='zh-cn', s...
💬 1[Last reply:4 months ago] 这是由于 SSL/TLS 握手失败,导致无法连接到字节火山语音识别(极速版)的 API 服务器。常见原因是系统时间不准确、网络代理干扰或本地 SSL 证书问题。解决方案:检查并校准系统时间:确保 Windows 系统日期、时间和时区设置完全准确。检查网络代理设置:如果您在软件中配置了“网络代理”,请暂时关闭它后重试。如果您使用了系统全局代理或 VPN,请尝试关闭后重试。临时关闭防火墙/安全软件:某...61.144* Posted at: 4 months ago -
#2889 RuntimeError: TTS-API:语音合成失败...
💬 1[Last reply:4 months ago] 这是由于自定义 TTS API 配置错误或连接失败导致的。解决方案:检查 TTS API 服务状态:确认你配置的外部 TTS 服务(如 F5-TTS、CosyVoice、ChatterBox 等)正在运行且 API 地址正确。验证 API 地址和端口:在 pyVideoTrans 的“配音渠道”设置中,检查“TTS-API URL”是否正确(例如 http://127.0.0.1:7860 或 h...39.68* Posted at: 4 months ago -
#2888 requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://127.0.0.1:9880/...
💬 1[Last reply:4 months ago] 这是由于连接到本地 TTS API 服务(GPT-SoVITS)时,服务端返回了 500 内部服务器错误。解决方案:检查 TTS 服务状态:确认 GPT-SoVITS 的 API 服务是否已正确启动。请检查运行 api.py 或相关启动脚本的终端窗口是否仍在运行,并且没有报错。验证 API 地址和端口:在 pyVideoTrans 的配音渠道设置中,确认 API 地址为 http://127.0....39.68* Posted at: 4 months ago -
#2887 TaskCfg(cache_folder='E:/ASR/VideoTrans3.95/tmp/7032/04365bbdd2', target_dir='E:/ASR/VideoTrans3.95/output/recogn', remove_noise=False, is_separate=False, detect_language='zh-cn', ...
💬 1[Last reply:4 months ago] 这是由于 FunASR 语音识别在处理音频分割时,VAD(语音活动检测)参数 max_seconds 被错误地设置为浮点数类型,而程序内部期望是整数类型导致的。解决方案:检查并修改 FunASR 的 VAD 参数 max_seconds。该参数应设置为整数(例如 600),而不是浮点数(如 600.0)。具体操作路径:在软件界面中,进入“语音识别参数”或“高级选项”设置,找到 FunASR 相关的...61.144* Posted at: 4 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.
Dondate: ko-fi.com/jianchang512