-
#2039 FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\\win-pyvideotrans-v3.85\\output\\tts'...
💬 1[Last reply:16 hours ago] 这个错误表明软件在尝试创建配音输出目录 D:\win-pyvideotrans-v3.85\output\tts 时失败,因为找不到路径。这通常是由于软件所在的根目录 D:\win-pyvideotrans-v3.85 被意外删除或移动,或者软件没有在该目录的写入权限。请按以下步骤解决:检查软件根目录:确认 D:\wi...2a02:6ea0* Posted at: 16 hours ago -
#2038 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\win-pyvideotrans-3.90\\_internal...
💬 1[Last reply:16 hours ago] 这个错误是因为软件包中缺少 Azure TTS 所需的 Microsoft.CognitiveServices.Speech.core.dll 动态链接库文件。这是一个已知的打包问题。请按以下步骤解决:重新下载完整软件包:前往官网 https://pyvideotrans.com/downpackage 下载最新的 完...2a02:6ea0* Posted at: 16 hours ago -
#2037 TaskCfg(cache_folder=...
💬 1[Last reply:16 hours ago] 这个错误是典型的内存/显存不足问题。faster-whisper 在解码音频时需要分配大量内存(此处需要443MB),而您的系统无法满足。请按以下步骤解决:更换更小的识别模型:在主界面第2行“语音识别”中,将模型从 large-v2/large-v3 更换为 medium、small 或 base。模型越小,内存占用越...2409:8a55* Posted at: 16 hours ago -
#2036 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\win-pyvideotrans\\_internal\\azu...
💬 1[Last reply:17 hours ago] 这个错误是由于软件包中缺少 Azure TTS 的核心依赖文件 Microsoft.CognitiveServices.Speech.core.dll 导致的。这通常发生在预打包版本中。请按以下步骤解决:重新下载完整包:前往 pyVideoTrans 官网下载页面,下载最新的 完整预打包版本(不是升级补丁),并确保下载...113.82* Posted at: 17 hours ago -
#2035 v3.90版无法切换到index-tts...
💬 1[Last reply:17 hours ago] 根据截图显示,您遇到了一个已知的界面显示问题。当尝试切换到“index-tts”等模式时,软件界面卡在了一个错误的对话框状态。核心解决方法:请直接关闭当前卡住的软件窗口,然后以管理员身份重新运行 sp.exe 主程序。这通常可以解决因界面资源加载或权限问题导致的显示异常。如果问题依旧,请按以下步骤操作:确保您的软件解压...223.79* Posted at: 17 hours ago -
#2034 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\win-pyvideotrans-3.90 (1)\\_inte...
💬 1[Last reply:17 hours ago] 错误原因是软件解压路径中包含空格和括号 (1),导致系统无法正确加载 Azure TTS 所需的动态链接库文件。解决方案:关闭当前运行的 pyVideoTrans 软件。将整个 win-pyvideotrans-3.90 (1) 文件夹移动到或重命名为一个不包含任何空格、括号、中文或其他特殊字符的纯英文路径。错误示例:...2a02:6ea0* Posted at: 17 hours ago -
#2033 HTTPSConnectionPool(host='openspeech.bytedance.com', port=443): Max retries exceeded with url: /api/v3/auc/bigmodel/reco...
💬 1[Last reply:17 hours ago] 这个错误表明在使用字节跳动的“火山引擎”在线语音识别API时,SSL/TLS连接失败。这通常是由于网络环境(如代理、防火墙)或系统SSL库问题导致的。请按以下步骤排查:检查网络代理:如果您使用了网络代理,请确保主界面第5行的“网络代理”设置正确(例如 http://127.0.0.1:7890)。如果您没有使用代理,请...118.76* Posted at: 17 hours ago -
#2032 (venv) D:\python\f5ttsnew>pip3 install torch torchvision -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host p...
💬 1[Last reply:18 hours ago] 您提供的日志显示在安装 PyTorch 时缺少 torchaudio 依赖,这是 F5-TTS 等语音合成库所必需的。请运行以下命令安装 torchaudio 以解决依赖冲突:pip3 install torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple --tr...240e:3bc* Posted at: 18 hours ago -
#2031 配音全部失败 None...
💬 1[Last reply:20 hours ago] 配音失败并返回 None 通常是由于 TTS 服务连接问题或请求被拒绝导致。请按以下步骤排查:检查网络代理:如果您使用了网络代理,请确保主界面第5行的“网络代理”设置正确(格式如 http://127.0.0.1:7860),并且代理本身工作正常。可以尝试暂时关闭代理再试。降低并发请求:在菜单栏选择 工具 -> ...47.238* Posted at: 20 hours ago -
#2030 TaskCfg(cache_folder='...
💬 1[Last reply:20 hours ago] 这个错误是 Faster-Whisper 在语音活动检测(VAD)阶段出现的 ONNX Runtime 内存分配问题。核心原因是 VAD 模型加载或运行时内存不足。请按以下步骤解决:更换语音识别模式:在主界面第2行“语音识别”区域,将识别模式从“整体识别”改为“批量推理”。“批量推理”模式不使用 VAD 模型,可以完全...2409:8a55* Posted at: 20 hours ago -
#2029 RuntimeError: No graph was found in the protobuf. 实时语音转文字,复制解压文件到制定目录后报错无法使用...
💬 3[Last reply:20 hours ago] 该链接已失效。请按以下步骤手动获取模型文件:访问主仓库:打开 https://github.com/k2-fsa/sherpa-onnx。查找模型:在仓库页面,点击进入 docs 文件夹,然后找到 cn 或 en 目录下的 paraformer.md 文件(例如 https://github.com/k2-fsa/sh...67.159* Posted at: 20 hours ago -
#2028 (venv) D:\python\f5ttsnew>pip3 install torch torchvisionWARNING: Retrying (Retry(total=4, connect=None, read=None, re...
💬 1[Last reply:21 hours ago] 您遇到的 pip install 网络错误与 pyVideoTrans 软件本身无关。此错误是由于您的 Python 环境(venv)无法通过 SSL 安全连接到 PyPI 官方源(https://pypi.org)下载 torch 包。请按以下步骤解决:更换国内镜像源(推荐):使用国内的 PyPI 镜像可以显著提高下...23.165* Posted at: 21 hours ago -
#2027 HTTPSConnectionPool(host='api-edge.cognitive.microsofttranslator.com', port=443): Max retries exceeded with url: /transl...
💬 1[Last reply:21 hours ago] 连接微软翻译API超时。这通常是由于网络问题或代理设置不正确导致的。请按以下步骤排查:检查网络连接:确保您的网络可以正常访问国际互联网。配置网络代理:如果您使用代理软件,请在主界面第5行的“网络代理”框中填入正确的代理地址和端口,格式如 http://127.0.0.1:10809。如果您不使用代理,请确保“网络代理”...118.76* Posted at: 21 hours ago -
#2026 TaskCfg(cache_folder='C:/Users/Administrator/Documents/11/tmp/6636/4c87940398', target_dir='/192.168.50.88/hh日本🇯🇵-2/1111...
💬 1[Last reply:22 hours ago] 该错误是由于网络连接问题,导致无法从 Hugging Face 镜像站(hf-mirror.com)下载 faster-whisper-large-v3-turbo 模型文件。这是首次使用该模型时的常见问题。请按以下步骤解决:手动下载模型(推荐):访问模型下载页面:https://huggingface.co/mobi...2409:8a55* Posted at: 22 hours ago -
#2025 TaskCfg(cache_folder='C:/Users/Administrator/Documents/11/tmp/4696/acac0fcd6a', target_dir='/192.168.50.88/hh日本🇯🇵-2/1111...
💬 1[Last reply:22 hours ago] 您遇到的错误是 openai-whisper 本地识别时,模型输出的 logits 张量出现了 NaN(非数字)值,这通常与模型文件损坏、CUDA计算不稳定或显存问题有关。核心解决方案:更换语音识别模型或修复模型文件。请按以下步骤操作:更换识别模型(推荐):在主界面第2行“语音识别”处,将模型从 openai-whis...188.253* Posted at: 22 hours ago -
#2024 Conversion failed!大佬,这个问题请问怎么解决呀...
61.185* Posted at: 1 day ago -
#2023 Select Voice Role...
💬 1[Last reply:1 day ago] The "Select Voice Role" interface is likely the TTS (Text-to-Speech) voice selection window that appears after the translation step. To proceed, you need to sel...2804:b30* Posted at: 1 day ago -
#2021 OSError: cannot load library '/Users/mingzhangliu/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsnd...
💬 13[Last reply:1 day ago] 您没有找到“不配音”选项,很可能是因为您当前选择的“配音”渠道不支持关闭。要关闭配音,请按以下步骤操作:在主界面第4行“配音”的下拉菜单中,滚动到列表的最顶部或查找名为“No”或“none”的选项。如果找不到,请直接在下拉框中输入“No”并选择它。选择后,该行会显示为“No”,即表示关闭了配音功能。之后,软件将只生成字...130.15* Posted at: 1 day ago -
#2022 Fetching Roles......
💬 1[Last reply:1 day ago] The issue you're encountering is likely due to the software being run from a temporary directory (C:/Users/furki/AppData/Local/Temp/...). This is a critical ins...2a00:1d37* Posted at: 1 day ago -
#2020 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\pyvideotrans\\_internal\\azure\\...
💬 1[Last reply:1 day ago] 错误原因是软件无法加载 Azure TTS 所需的动态链接库文件 Microsoft.CognitiveServices.Speech.core.dll。这通常是由于软件包文件损坏或缺失导致的。请按以下步骤解决:重新下载完整软件包:前往官网 https://pyvideotrans.com/downpackage 下载...2406:da14* Posted at: 1 day 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.
Related resource
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 11 👁 1231
-
edge_tts.exceptions.NoAudioReceived: No audio was received. Please verify that your parameters are correct.... 💬 3 👁 1007
-
翻译断句过长,全屏字幕问题... 💬 3 👁 756
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 725
-
ImportError: cannot import name 'Sentinel' from 'typing_extensions' (/home/Timoshenko/miniconda3/lib... 💬 1 👁 661
-
语音转字幕问题... 💬 8 👁 575
-
RuntimeError: Data processing error: CAS service error : Reqwest Error: HTTP status client error (401 Unauthorized), dom... 💬 2 👁 540
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 519
-
助力项目持续维护... 💬 0 👁 498
-
识别语音设置怎么感觉没用啊... 💬 4 👁 474
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 450
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 444
-
声画不同步的问题... 💬 2 👁 437
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 434
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 414
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 408
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 401
-
('400 Client Error: Bad Request for url: http://127.0.0.1:9880/tts?text=%E5%91%83%2C%E5%85%B6%E5%AE%9E%E6%9C%AC%E6%... 💬 1 👁 381
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 380
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 377