-
#6011 NoneTraceback (most recent call last):...
💬 1[Last reply:1 month ago] 该错误是由于 parakeet日语模型缺失或损坏 导致的。语音识别引擎在 VAD 音频分割阶段因模型文件无法正确加载而崩溃。解决方法如下:检查模型文件完整性 关闭软件,进入软件安装目录下的 models/ 文件夹,查看是否存在 parakeet/ 子文件夹且内部包含模型文件(如 .onnx 等)。若文件夹为空或不存在:模型未下载成功,需手动下载。手动下载地址:https://modelscope...120.235.**7 Posted at: 1 month ago -
#6010 No transcription results returned. Please check the original audio/video or model and try again.Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 该错误表示语音识别未能从音频中提取出任何文本。核心原因:你使用了 large-v3-turbo 模型,但未启用 CUDA 加速(日志显示“未选 启用CUDA加速”)。本地 CPU 处理该模型时速度极慢,且很可能因内存不足导致子进程静默崩溃,最终未能返回任何转录结果。解决方案:安装 CUDA 环境并启用 GPU 加速:如果你有 NVIDIA 显卡,请安装 CUDA 12.8+ 和 cuDNN 9.1...120.235.**7 Posted at: 1 month ago -
#6009 System Error (None): NoneTraceback (most recent call last):...
💬 1[Last reply:1 month ago] This error occurs because the soundfile Python library requires the system library libsndfile, which is missing on your macOS.Solution: Install libsndfile using Homebrew:Open Terminal.Run: brew instal...43.132.**5 Posted at: 1 month ago -
#6008 连接被拒绝,无法连接目标服务:Traceback (most recent call last): File...
💬 1[Last reply:1 month ago] 这是由于网络代理配置错误或代理服务未运行导致的连接失败。解决方案:打开软件主界面,查看底部的「网络代理」文本框。如果不使用代理(即不需要科学上网访问 DeepL),请清空该文本框并保存。如果需要代理,请确保代理工具(如 Clash、V2Ray、VPN 等)已经开启,且代理地址和端口填写正确(格式如 http://127.0.0.1:7890),不要写错端口号。如果代理工具本身运行正常但仍然报错,尝...117.154.**4 Posted at: 1 month ago -
#6007 Audition not supported for this language...
💬 1[Last reply:1 month ago] This error typically indicates that the selected TTS (text-to-speech) channel or voice role does not support the target language you have chosen for dubbing. Possible causes and solutions:Mismatched ...14.231.**4 Posted at: 1 month ago -
#6006 Subprocess Error: module 'llvmlite.binding' has no attribute 'get_host_cpu_name'Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是 llvmlite 库版本与当前运行环境不兼容导致的错误,get_host_cpu_name 属性在较新版本中已被移除或改名,常见于 openai-whisper 在子进程中加载 torch/numba 时触发。解决方案(按优先级顺序尝试):重新下载并覆盖完整版 打开 官方下载页面,下载 2.6GB 的完整压缩包(不要用补丁包),解压到纯净英文路径(如 D:\pyVideoTrans)后直接...23.249.**6 Posted at: 1 month ago -
#6005 语音识别阶段出错[faster-whisper(本地内置)] Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tfTraceback (most recent call last):...
💬 1[Last reply:1 month ago] Backend should be defined in the BACKENDS_MAPPING. Offending backend: tf 错误是由 transformers 库版本升级后,旧版缓存文件冲突导致的。请按以下步骤操作:重新下载补丁包:前往 pyVideoTrans 下载页面 下载当前最新的补丁包(约260MB),解压后直接覆盖到软件根目录。如果仍报错:完全卸载软件(删除整个目录...27.189.**3 Posted at: 1 month ago -
#6004 ggml_vulkan: Found 2 Vulkan devices:ggml_vulkan: 0 = AMD Radeon RX 7800 XT (AMD proprietary driver) | uma: 0 | fp16: 1 | bf16: 1 | warp size: 64 | shared memory: 32768 | int dot: 1...
💬 1[Last reply:1 month ago] 该错误是因为你选择了「Whisper.cpp」渠道,但配置的可执行文件路径指向的是 parakeet-cli.exe。Whisper.cpp 渠道会向该程序发送 -osrt 参数,而 parakeet-cli.exe 不支持该参数,因此报错。解决方案:如果你确实想使用 Whisper.cpp 渠道,请打开 菜单 → 翻译设置 → Whisper.cpp 设置,将「可执行文件路径」改为真正的 whi...240e:**:5d2f Posted at: 1 month ago -
#6003 Whisper.net recognition failed: Method not found: 'System.TimeSpan System.TimeSpan.FromMilliseconds(Int64)'. at Whisper.net.WhisperProcessor.OnNewSegment(IntPtr state)...
💬 3[Last reply:1 month ago] 问题根源在于 .NET 运行时版本不完整(只有 Runtime 没有 SDK),以及 pynini 编译失败导致 uv sync --extra dotnet 没有成功安装完整的 .NET 绑定。Whisper.net 需要 .NET SDK 才能正常工作。解决方案(按优先级推荐)方案 1:安装 .NET SDK 8.0(最简单有效)前往 .NET SDK 8.0 下载页面 下载并安装 SDK 8...240e:**:c951 Posted at: 1 month ago -
#6002 invalid literal for int() with base 10: '':Traceback (most recent call last): File...
💬 1[Last reply:1 month ago] invalid literal for int() with base 10: '' 错误表明 DeepSeek 翻译渠道配置中存在一个需要填写数字的字段被留为了空字符串。最常见的原因是 max_token(最大输出 Token)或 temperature(温度值)等参数未填写或填入了非数字字符。解决步骤:打开软件主界面,点击顶部菜单 翻译设置。找到 DeepSeek 配置面板...216.247.**1 Posted at: 1 month ago -
#6001 Whisper.net recognition failed: Method not found: 'System.TimeSpan System.TimeSpan.FromMilliseconds(Int64)'. at Whisper.net.WhisperProcessor.OnNewSegment(IntPtr state)...
💬 3[Last reply:1 month ago] pynini 构建失败是因为 MSVC 编译器不支持 GCC 风格的 /Wno-register 编译选项。问题出在 wetextprocessing 需要 pynini,而后者在 Windows 上需要特殊编译环境。推荐方案:直接使用 Windows 预打包版。官方提供的完整版压缩包(约 2.6 GB)已经包含了 Whisper.net 及其所有依赖(包括编译好的 pynini 二进制),无需源...240e:**:c951 Posted at: 1 month ago -
#6000 Failed to initialize pythonnetTraceback (most recent call last):...
💬 1[Last reply:1 month ago] Failed to initialize pythonnet 的原因:Whisper.NET 渠道依赖 pythonnet 库,但尚未安装或初始化失败。解决方案:在源码目录下执行以下命令安装 Whisper.NET 所需依赖:uv sync --extra dotnet如果不需要 Whisper.NET,建议更换为其他语音识别渠道(如 faster-whisper(本地内置)),此渠道更稳定且无需...240e:**:c951 Posted at: 1 month ago -
#5999 decoding subtitles: Invalid data found when processing input number -1145393733 occurred) number -1145393733 occurred)...
💬 1[Last reply:1 month ago] 这个错误通常是由于输入的视频/音频文件损坏、格式不兼容或路径中包含特殊字符,导致FFmpeg在解码字幕时无法正确处理数据。请按以下步骤排查:检查源文件:确认视频/音频文件是否可以正常播放,是否有完整的数据。简化路径:将文件移到浅层目录(如 D:\test.mp4),且路径中不要包含中文、空格或特殊符号。尝试重新转换文件格式:先用其他工具(如格式工厂)将视频转换为标准H.264/MP4格式再导入。查...113.89.**6 Posted at: 1 month ago -
#5998 [Clone-Voice] 该渠道需另行部署并启动后可用self.api_url='http://127.0.0.1:9988'...
💬 1[Last reply:1 month ago] 这是由于本地 API 配音渠道 clone-voice 尚未部署或未启动导致的连接失败。软件尝试连接 http://127.0.0.1:9988,但服务不存在。解决方法:部署并启动 clone-voice 服务 前往 clone-voice 的官方仓库(例如 GitHub),按照其文档完成本地部署并启动 API 服务。默认监听端口为 9988,启动后应保持运行。确认 API 地址正确 在软件菜...2600:**:58b Posted at: 1 month ago -
#5997 Whisper.net recognition failed: Method not found: 'System.TimeSpan System.TimeSpan.FromMilliseconds(Int64)'. at Whisper.net.WhisperProcessor.OnNewSegment(IntPtr state)...
💬 1[Last reply:1 month ago] Whisper.net 报错 Method not found: 'System.TimeSpan System.TimeSpan.FromMilliseconds(Int64)' 的根本原因是系统中安装的 .NET 运行时版本过低,缺少该 API 重载(该方法在 .NET 6+ 中才支持 Int64 参数)。解决方案:安装 .NET 8.0 Runtime(推荐) 前往 h...240e:**:f36b Posted at: 1 month ago -
#5996 Command not found: ffmpeg. Ensure FFmpeg is installed and in your PATH.Traceback (most recent call last):...
💬 1[Last reply:1 month ago] 该错误表明系统找不到 ffmpeg/ffprobe 可执行文件。源码部署的 Windows 环境需要手动下载 ffmpeg 并放置在指定位置。解决方案下载 FFmpeg(≥ 6.0)Windows 完整版(包含 ffmpeg.exe 和 ffprobe.exe): https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z将下载的压缩包解压,...240e:**:f36b Posted at: 1 month ago -
#5995 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 1[Last reply:1 month ago] This error indicates the software cannot find a compatible CUDA environment, which is required for GPU acceleration with NVIDIA graphics cards.Possible causes and solutions:Not an NVIDIA GPU – CUDA on...175.176.**3 Posted at: 1 month ago -
#5994 参考音频: zh_female_cn.wav 不在 H:/pyvideotrans/f5-tts 文件夹内,请确保参考音频为 wav格式并保存到该文件夹内...
💬 1[Last reply:1 month ago] 错误原因:zh_female_cn.wav 未放置在 H:/pyvideotrans/f5-tts 文件夹内。请按以下步骤操作:准备一段清晰的 3-10 秒 WAV 格式单声道音频(背景噪音越少越好),确保文件名完全匹配 zh_female_cn.wav。将该文件复制到 H:/pyvideotrans/f5-tts 文件夹中(注意:是 f5-tts,而非 models 或其他目录)。打开菜单 TT...240e:**:f36b Posted at: 1 month ago -
#5993 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:1 month ago] OSError: cannot load library 'libsndfile.dylib' — 您的 macOS 系统缺少 libsndfile 库,导致 soundfile 模块无法加载。解决方案(任选其一):安装 libsndfile(推荐) 打开终端,执行:brew install libsndfile然后重新启动软件。若已安装但仍报错,请确保虚拟环境重新链接该动态...240e:**:7ba Posted at: 1 month ago -
#5992 系统错误 (None):NoneTraceback (most recent call last):...
💬 1[Last reply:1 month ago] 这是由于 macOS 系统缺少底层音频处理库 libsndfile 导致的。在 macOS 上源码部署 pyVideoTrans 前,必须按文档先安装 libsndfile。请在终端执行以下命令安装:brew install libsndfile如果已经安装过但仍报错,可尝试重新链接:brew reinstall libsndfile brew link --overwrite libsndfil...240e:**:7ba 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.