-
#6015 ASR Error [Qwen-ASR(Local)] CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasGemmEx( handle, opa, opb, m, n, k, alpha_ptr, a, CUDA_R_16F, lda, b, CUDA_R_16F, ldb, bet...
💬 1[Last reply:12 days ago] This error is caused by a CUDA cuBLAS execution failure, typically due to one of the following: incompatible CUDA Toolkit / cuDNN versions, outdated NVIDIA drivers, insufficient GPU VRAM, or GPU insta...202.150* Posted at: 12 days ago -
#6014 网络连接失败Traceback (most recent call last):...
💬 1[Last reply:12 days ago] 问题核心这是网络连接中断错误。你使用的微软翻译渠道在请求时,远程服务器主动关闭了连接,通常由以下原因引起:网络不稳定或临时故障短时间内请求次数过多被微软限流从中国大陆访问微软翻译服务偶尔会遇到连接重置解决方案1. 立即切换翻译渠道(推荐)如果你不需要代理:改用Google翻译(需配置代理)或百度翻译(需申请API Key)如果你有AI渠道(如DeepSeek、OpenAI),切换后效果更好 操作...114.86* Posted at: 12 days ago -
#6013 The model download failed, you can click to view the help tutorial to learn how to manually download the model....
💬 3[Last reply:12 days ago] Please provide the full error message or the latest log content (the last 30 lines from logs/ folder). Without specific error details, I cannot determine the exact cause....41.37* Posted at: 12 days ago -
#6012 我有一段翻译叠加在一起了,没有短句是怎么回事?...
💬 1[Last reply:12 days ago] 翻译叠加在一起、没有短句,通常是由于AI翻译渠道(如DeepSeek、OpenAI等)将相邻的多条字幕合并成了一条长句导致的。这是因为AI在翻译时根据语义重新组织句子,合并了原本由语音识别切分出的短句。解决方案勾选「发送完整字幕」 在主界面「翻译渠道」区域勾选「发送完整字幕」。这会让AI看到完整的上下文和行号,更准确地保留原始分割结构,减少合并行为。增大「AI翻译渠道每批字幕行数」 进入「高级...182.89* Posted at: 12 days ago -
#6011 NoneTraceback (most recent call last):...
💬 1[Last reply:12 days ago] 该错误是由于 parakeet日语模型缺失或损坏 导致的。语音识别引擎在 VAD 音频分割阶段因模型文件无法正确加载而崩溃。解决方法如下:检查模型文件完整性 关闭软件,进入软件安装目录下的 models/ 文件夹,查看是否存在 parakeet/ 子文件夹且内部包含模型文件(如 .onnx 等)。若文件夹为空或不存在:模型未下载成功,需手动下载。手动下载地址:https://modelscope...120.235* Posted at: 12 days 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:12 days ago] 该错误表示语音识别未能从音频中提取出任何文本。核心原因:你使用了 large-v3-turbo 模型,但未启用 CUDA 加速(日志显示“未选 启用CUDA加速”)。本地 CPU 处理该模型时速度极慢,且很可能因内存不足导致子进程静默崩溃,最终未能返回任何转录结果。解决方案:安装 CUDA 环境并启用 GPU 加速:如果你有 NVIDIA 显卡,请安装 CUDA 12.8+ 和 cuDNN 9.1...120.235* Posted at: 12 days ago -
#6009 System Error (None): NoneTraceback (most recent call last):...
💬 1[Last reply:12 days 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* Posted at: 12 days ago -
#6008 连接被拒绝,无法连接目标服务:Traceback (most recent call last): File...
💬 1[Last reply:12 days ago] 这是由于网络代理配置错误或代理服务未运行导致的连接失败。解决方案:打开软件主界面,查看底部的「网络代理」文本框。如果不使用代理(即不需要科学上网访问 DeepL),请清空该文本框并保存。如果需要代理,请确保代理工具(如 Clash、V2Ray、VPN 等)已经开启,且代理地址和端口填写正确(格式如 http://127.0.0.1:7890),不要写错端口号。如果代理工具本身运行正常但仍然报错,尝...117.154* Posted at: 12 days ago -
#6007 Audition not supported for this language...
💬 1[Last reply:12 days 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* Posted at: 12 days ago -
#6006 Subprocess Error: module 'llvmlite.binding' has no attribute 'get_host_cpu_name'Traceback (most recent call last):...
💬 1[Last reply:12 days ago] 这是 llvmlite 库版本与当前运行环境不兼容导致的错误,get_host_cpu_name 属性在较新版本中已被移除或改名,常见于 openai-whisper 在子进程中加载 torch/numba 时触发。解决方案(按优先级顺序尝试):重新下载并覆盖完整版 打开 官方下载页面,下载 2.6GB 的完整压缩包(不要用补丁包),解压到纯净英文路径(如 D:\pyVideoTrans)后直接...23.249* Posted at: 12 days ago -
#6005 语音识别阶段出错[faster-whisper(本地内置)] Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tfTraceback (most recent call last):...
💬 1[Last reply:12 days ago] Backend should be defined in the BACKENDS_MAPPING. Offending backend: tf 错误是由 transformers 库版本升级后,旧版缓存文件冲突导致的。请按以下步骤操作:重新下载补丁包:前往 pyVideoTrans 下载页面 下载当前最新的补丁包(约260MB),解压后直接覆盖到软件根目录。如果仍报错:完全卸载软件(删除整个目录...27.189* Posted at: 12 days 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:12 days ago] 该错误是因为你选择了「Whisper.cpp」渠道,但配置的可执行文件路径指向的是 parakeet-cli.exe。Whisper.cpp 渠道会向该程序发送 -osrt 参数,而 parakeet-cli.exe 不支持该参数,因此报错。解决方案:如果你确实想使用 Whisper.cpp 渠道,请打开 菜单 → 翻译设置 → Whisper.cpp 设置,将「可执行文件路径」改为真正的 whi...240e:39c* Posted at: 12 days 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:13 days 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:39c* Posted at: 13 days ago -
#6002 invalid literal for int() with base 10: '':Traceback (most recent call last): File...
💬 1[Last reply:13 days ago] invalid literal for int() with base 10: '' 错误表明 DeepSeek 翻译渠道配置中存在一个需要填写数字的字段被留为了空字符串。最常见的原因是 max_token(最大输出 Token)或 temperature(温度值)等参数未填写或填入了非数字字符。解决步骤:打开软件主界面,点击顶部菜单 翻译设置。找到 DeepSeek 配置面板...216.247* Posted at: 13 days 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:13 days ago] pynini 构建失败是因为 MSVC 编译器不支持 GCC 风格的 /Wno-register 编译选项。问题出在 wetextprocessing 需要 pynini,而后者在 Windows 上需要特殊编译环境。推荐方案:直接使用 Windows 预打包版。官方提供的完整版压缩包(约 2.6 GB)已经包含了 Whisper.net 及其所有依赖(包括编译好的 pynini 二进制),无需源...240e:39c* Posted at: 13 days ago -
#6000 Failed to initialize pythonnetTraceback (most recent call last):...
💬 1[Last reply:13 days ago] Failed to initialize pythonnet 的原因:Whisper.NET 渠道依赖 pythonnet 库,但尚未安装或初始化失败。解决方案:在源码目录下执行以下命令安装 Whisper.NET 所需依赖:uv sync --extra dotnet如果不需要 Whisper.NET,建议更换为其他语音识别渠道(如 faster-whisper(本地内置)),此渠道更稳定且无需...240e:39c* Posted at: 13 days ago -
#5999 decoding subtitles: Invalid data found when processing input number -1145393733 occurred) number -1145393733 occurred)...
💬 1[Last reply:13 days ago] 这个错误通常是由于输入的视频/音频文件损坏、格式不兼容或路径中包含特殊字符,导致FFmpeg在解码字幕时无法正确处理数据。请按以下步骤排查:检查源文件:确认视频/音频文件是否可以正常播放,是否有完整的数据。简化路径:将文件移到浅层目录(如 D:\test.mp4),且路径中不要包含中文、空格或特殊符号。尝试重新转换文件格式:先用其他工具(如格式工厂)将视频转换为标准H.264/MP4格式再导入。查...113.89* Posted at: 13 days ago -
#5998 [Clone-Voice] 该渠道需另行部署并启动后可用self.api_url='http://127.0.0.1:9988'...
💬 1[Last reply:13 days ago] 这是由于本地 API 配音渠道 clone-voice 尚未部署或未启动导致的连接失败。软件尝试连接 http://127.0.0.1:9988,但服务不存在。解决方法:部署并启动 clone-voice 服务 前往 clone-voice 的官方仓库(例如 GitHub),按照其文档完成本地部署并启动 API 服务。默认监听端口为 9988,启动后应保持运行。确认 API 地址正确 在软件菜...2600:1f14* Posted at: 13 days 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:13 days ago] Whisper.net 报错 Method not found: 'System.TimeSpan System.TimeSpan.FromMilliseconds(Int64)' 的根本原因是系统中安装的 .NET 运行时版本过低,缺少该 API 重载(该方法在 .NET 6+ 中才支持 Int64 参数)。解决方案:安装 .NET 8.0 Runtime(推荐) 前往 h...240e:39c* Posted at: 13 days ago -
#5996 Command not found: ffmpeg. Ensure FFmpeg is installed and in your PATH.Traceback (most recent call last):...
💬 1[Last reply:13 days ago] 该错误表明系统找不到 ffmpeg/ffprobe 可执行文件。源码部署的 Windows 环境需要手动下载 ffmpeg 并放置在指定位置。解决方案下载 FFmpeg(≥ 6.0)Windows 完整版(包含 ffmpeg.exe 和 ffprobe.exe): https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z将下载的压缩包解压,...240e:39c* Posted at: 13 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.