-
#3302 RuntimeError: Unable to open file 'model.bin' in model 'D:/win-pyvideotrans-v3.97/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'...
💬 1[Last reply:3 months ago] This error occurs because the required faster-whisper model file (model.bin) is missing from the specified directory. This is typically due to a failed or incomplete download from HuggingFace.Solution...83.11* Posted at: 3 months ago -
#3301 FileExistsError: [WinError 183] 当文件已存在时,无法创建该文件。: 'E:/AI/win-pyvideotrans-v3.97/tmp/5188/25e07997eb/merged_video.mp4' -> 'E:/AI/win-pyvideotrans-v3.97/tmp/5188/25e07997eb/novoice.m...
💬 3[Last reply:3 months ago] 问题核心是软件在处理过程中生成的临时文件体积过大,远超预期,导致60GB的磁盘空间被迅速占满。这通常与视频处理(如分离人声、生成中间文件)和缓存未被及时清理有关。解决方案:立即清理缓存:手动删除软件根目录下的 tmp 文件夹(例如 E:/AI/win-pyvideotrans-v3.97/tmp/)中的所有内容。这是处理过程中产生的临时文件,可以安全删除。配置自动清理:在软件主界面的“高级选项”中...123.245* Posted at: 3 months ago -
#3300 启动时FFMPEG开启好几个,占用系统资源过大。...
💬 1[Last reply:3 months ago] 这是由于软件在启动时自动加载了多个FFmpeg进程,可能用于预检查或并行处理,导致系统资源(特别是CPU)占用过高,进而影响了后续配音任务(如使用Index-TTS)的效率,使RTF(实时因子)异常升高。解决方案:检查并限制并发数:在软件主界面,点击右上角的“设置”图标(或“高级选项”),找到与“线程数”或“并发数”相关的设置项(例如“同时配音线程数”、“翻译线程数”等),将其数值调低(例如从默认...123.245* Posted at: 3 months ago -
#3299 HTTPConnectionPool(host='127.0.0.1', port=9880): Max retries exceeded with url: /apitts (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000164ED7068...
💬 1[Last reply:3 months ago] This error indicates that pyVideoTrans is unable to connect to a local TTS service API (likely GPT-SoVITS) running on 127.0.0.1:9880. The target machine (your local computer) is actively refusing the ...83.11* Posted at: 3 months ago -
#1788 Error embedding final dub...
💬 26[Last reply:3 months ago] thank you, I will update the [trans_create.py] based on your instruction....2a00:1d34* Posted at: 5 months ago -
#3298 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 9830400 at position 1089307725...
💬 1[Last reply:3 months ago] 这是由于从 HuggingFace 下载的 faster-whisper 模型文件不完整或损坏导致的。解决方案:手动下载模型:访问 HuggingFace 镜像站(如 hf-mirror.com)或使用代理,下载 Systran/faster-whisper-large-v3(或您选择的模型)的完整文件。放置模型:将下载的模型文件夹(例如 models--Systran--faster-whisp...2409:8a15* Posted at: 3 months ago -
#3297 pyimod03_ctypes.install.<locals>.PyInstallerImportError: Failed to load dynlib/dll 'D:\\win-pyvideotrans-v3.97\\_internal\\azure\\cognitiveservices\\speech\\Microsoft.CognitiveServ...
💬 1[Last reply:3 months ago] 这是由于 AzureTTS 依赖的 Microsoft.CognitiveServices.Speech.core.dll 文件缺失或系统缺少 VC++ 运行库导致的。解决方案:确认软件版本:确保你下载的是 完整版 软件包(.7z 压缩包),而不是补丁包。如果下载的是补丁包,请重新下载完整版。安装 VC++ 运行库:如果已经是完整版,则问题很可能是因为操作系统缺少必要的 Visual C++ 可再...2408:8220* Posted at: 3 months ago -
#3296 TaskCfg(cache_folder='C:/Users/DongF/Desktop/win-pyvideotrans-v3.97/tmp/10316/d39435e9f6', target_dir='D:/media/小日子/HUNTA-996/_video_out/HUNTA-996-mp4', remove_noise=True, is_separ...
💬 1[Last reply:3 months ago] 这是由于软件内部依赖库版本冲突或损坏导致的 ImportError 错误,具体表现为 transformers 库中无法导入 GenerationMixin。解决方案:重新下载完整软件包:你当前使用的是预打包版(.exe)。日志显示你的软件解压路径为 C:\Users\DongF\Desktop\win-pyvideotrans-v3.97,其中包含 _internal 目录。此错误通常是因为下载...240e:39d* Posted at: 3 months ago -
#3295 TaskCfg(cache_folder='D:/BaiduNetdiskDownload/win-pyvideotrans-v3.97/tmp/4948/63c654a58c', target_dir='D:/桌面/_video_out/2月13日 (1)-mp4', remove_noise=False, is_separate=False, detec...
💬 1[Last reply:3 months ago] 这是由于网络连接问题导致 Google 语音识别 API 无法访问。切换语音识别渠道:Google 识别 API 在国内网络环境下不稳定。建议改用其他渠道:本地免费:在“语音识别渠道”中选择 faster-whisper 或 openai-whisper。在线付费:如果必须使用在线服务,可考虑配置 OpenAI API、阿里百炼 Qwen3-ASR 或字节火山极速版。检查网络代理(如适用):如果你...120.239* Posted at: 3 months ago -
#3294 TaskCfg(cache_folder='D:/win-pyvideotrans/tmp/6604/d53264c2a9', target_dir='D:/win-pyvideotrans/output/recogn', remove_noise=True, is_separate=False, detect_language='zh-cn', subti...
💬 1[Last reply:3 months ago] 这是由于显存不足导致的。在使用 faster-whisper 的 large-v3 模型进行语音识别时,GPU 显存耗尽。解决方案:降低模型精度:在“语音识别参数”设置中,将“模型精度”从 float16 改为 int8。这能显著减少显存占用,但可能略微影响识别精度。使用更小的模型:将“模型名称”从 large-v3 改为 medium 或 small。模型越小,显存占用和速度越快,但中文识别率会...103.151* Posted at: 3 months ago -
#3293 frame=277513 fps= 63 q=43.0 size= 2006016KiB time=01:17:09.80 bitrate=3549.5kbits/s speed=1.04x...
💬 1[Last reply:3 months ago] 这是由于软件版本过旧(v3.79)导致的潜在问题。根据知识库,v3.97版本已修复多个已知问题。解决方案:立即升级到最新版本 v3.97。前往官方下载页面获取完整包或补丁包。如果之前使用的是补丁包,请下载完整包覆盖安装。安装路径必须为全英文,且不含空格。参考文档:免费下载pyVideoTrans视频翻译软件常见错误与解决方法...58.62* Posted at: 3 months ago -
#3292 TaskCfg(cache_folder='D:/win-pyvideotrans-v3.97/tmp/16072/d54cf5c774', target_dir='d:/program files/win-videotrans/output/recogn', remove_noise=True, is_separate=False, detect_lang...
💬 1[Last reply:3 months ago] 这是由于软件打包环境中的 pytz 模块依赖不完整导致的。该错误通常在使用预打包版(.exe)并选择“阿里FunASR(本地)”作为语音识别渠道时出现。解决方案:临时解决方案:更换语音识别渠道。在“语音识别渠道”下拉菜单中,暂时选择其他渠道,例如“faster-whisper(本地)”、“Edge-Whisper”或“阿里Qwen3-ASR(在线)”。根本解决方案:等待官方发布修复此依赖问题的更新...223.166* Posted at: 3 months ago -
#3291 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 3276800 at position 1374629603...
💬 1[Last reply:3 months ago] 这是由于从 HuggingFace 下载的 faster-whisper 模型文件不完整或已损坏导致的。解决方案:手动下载模型:从 HuggingFace 镜像站(如 hf-mirror.com)或官方地址手动下载所需的 faster-whisper 模型文件(例如 large-v3)。放置模型:将下载的模型文件夹(例如 models--Systran--faster-whisper-large-...129.232* Posted at: 3 months ago -
#3290 未返回有效音频地址或音频base64数据...
💬 1[Last reply:3 months ago] 这是由于 TTS 服务未返回有效的音频数据导致的,常见于网络限流、服务未启动或配置错误。解决方案:检查 TTS 服务状态:确认您使用的配音渠道(如 Edge-TTS、F5-TTS、CosyVoice 等)对应的外部服务是否已成功启动且运行正常。调整请求参数:如果使用的是 Edge-TTS,微软服务器可能因高频请求而限流。请在软件“高级选项”中,将“同时配音线程数”设为 1,并将“配音后暂停秒数”设...103.220* Posted at: 3 months ago -
#3289 PermissionError: [Errno 13] Permission denied: 'D:\\宇航软件文档\\NX软件培训\\后处理\\PostConfigurator视频资料\\_video_out\\NX2506自定义事件-wmv\\zh-cn.srt'...
💬 1[Last reply:3 months ago] 这是由于软件运行路径包含中文字符,导致文件写入权限被系统拒绝。立即停止:停止当前任务。迁移软件:将 pyVideoTrans 软件从 E:/pyvideotrans1 移动到不包含任何中文、空格或特殊符号的纯英文路径下,例如 D:\pyVideoTrans。重新运行:从新的路径启动 sp.exe,并重新处理视频。升级版本:您的软件版本(v3.89)较旧。建议下载最新版 v3.97 的完整包,解压到...118.119* Posted at: 3 months ago -
#3288 Compile with `TORCH_USE_CUDA_DSA` to enable device-side assertions....
💬 1[Last reply:3 months ago] 这是由于 CUDA 设备端断言错误导致的,通常与 GPU 内存不足、模型加载异常或 CUDA 环境不兼容有关。解决方案:检查 GPU 内存:确保您的 NVIDIA 显卡有足够的显存(建议 8GB 以上)。在任务管理器中查看 GPU 内存使用情况,关闭其他占用显存的程序。降低模型负载:在语音识别(ASR)设置中,如果使用 faster-whisper,请尝试将模型从 large-v3 切换到 med...2409:8a7a* Posted at: 3 months ago -
#3287 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 13107200 at position 669522194...
💬 1[Last reply:3 months ago] 这是由于下载的 faster-whisper 模型文件损坏或不完整导致的。解决方案:删除损坏的模型文件:前往软件根目录下的 models 文件夹,找到并删除与 faster-whisper 相关的模型文件夹(例如 models--Systran--faster-whisper-large-v3 或类似名称的文件夹)。重新下载模型:确保网络连接正常,可以访问 HuggingFace。重新启动 pyV...149.88* Posted at: 3 months ago -
#3286 配音阶段出错 [Qwen3-TTS(本地)] CUDA error: device-side assert triggered CUDA kernel errors might be asynchronously reported at s......
💬 1[Last reply:3 months ago] 这是由于 Qwen3-TTS 本地模型在 CUDA 环境下运行时触发了设备端断言错误,通常与模型加载、数据格式或 CUDA 环境不匹配有关。解决方案:升级软件版本:根据知识库 6.7 条,如果软件版本低于 v3.97,请先升级到 v3.97 或更高版本,此问题可能已被修复。检查 CUDA 环境:确保你的 NVIDIA 显卡驱动、CUDA 12.8 和 cuDNN 9.x 已正确安装并配置了环境变量...167.253* Posted at: 3 months ago -
#3285 RuntimeError: File model.bin is incomplete: failed to read a buffer of size 13107200 at position 997476394...
💬 1[Last reply:3 months ago] 这是由于下载的 faster-whisper 模型文件不完整或已损坏导致的。解决方案:删除损坏的模型文件:前往软件安装目录下的 models/ 文件夹,找到并删除与 faster-whisper 相关的模型文件夹(例如 models--Systran--faster-whisper-large-v3 或类似名称的文件夹)。重新下载模型:方法一(配置网络代理):在软件设置中配置有效的“网络代理”,然...2409:8a28* Posted at: 3 months ago -
#3284 cuda13.1.1和cudnn9.19可以吗?...
💬 1[Last reply:3 months ago] 根据知识库,pyVideoTrans 软件内置支持并明确要求的是 CUDA 12.8 和 cuDNN 9.11 及以上。您安装的 CUDA 13.1.1 版本过高,与软件内置的 CUDA 12.8 运行时库不兼容,可能导致无法正常调用 GPU 加速。解决方案:卸载当前的 CUDA 13.1.1。安装指定的 CUDA 12.8 和 cuDNN 9.11 或更高版本(如 9.19)。请确保 cuDNN...2408:822e* Posted at: 3 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.