-
#709 请问这个报错是什么原因?...
💬 1[Last reply:11 days ago] 问题原因:软件在最后一步合成视频时,无法找到或打开临时生成的配音音频文件 target.wav。这通常是由于杀毒软件或系统权限阻止了文件访问,或者文件在处理过程中被意外删除。 解决方案: 1. 检查杀毒软件:这是最常见的原因。请暂时关闭您电脑上的所有杀毒软件(如Windows Def...62.192* Posted at: 11 days ago -
#708 ] requestId:bc9b2cac-004d-44c6-8b0e-18505fa47405...
💬 1[Last reply:11 days ago] 这个问题是由于腾讯云翻译API的权限配置不正确导致的。错误信息显示您的腾讯云账户没有授权执行文本翻译操作。 问题原因: 您在pyVideoTrans中使用了腾讯云翻译服务,但您的腾讯云账户没有正确配置翻译API的访问权限。 解决方案: 1. 登录腾讯云控制台:访问 https://co...240e:b8f* Posted at: 11 days ago -
#707 RuntimeError: no choices:response=ChatCompletion(id='LXXYaKfiGv2N0-kP65iWsQk', choices=[Choice(finish_reason='content_fi...
💬 1[Last reply:11 days ago] The error occurs because the Gemini AI translation service has flagged your content as "PROHIBITED_CONTENT" and refused to p...171.243* Posted at: 11 days ago -
#706 实现翻译成本显著降低的建议...
💬 1[Last reply:12 days ago] 这是一个关于 pyVideoTrans 软件功能优化的宝贵建议,感谢您的反馈! 您描述的情况非常清晰:在使用AI模型(如DeepSeek)进行字幕翻译时,软件自动断句并立即发送翻译,可能导致断句不理想,从而消耗了不必要的token。您提出的“增加可配置的等待时间,允许用户确认断句结果后...39.149* Posted at: 12 days ago -
#705 为什么翻译的字幕有缺失?...
2408:8956* Posted at: 12 days ago -
#704 openai.InternalServerError: Error code: 503 - [{'error': {'code': 503, 'message': 'The service is currently unavailable....
💬 1[Last reply:12 days ago] The error you're encountering is a 503 Service Unavailable error from the Gemini AI translation service. This indicates that...2405:4803* Posted at: 12 days ago -
#703 Error code: 503 - [{'error': {'code': 503, 'message': 'The service is currently unavailable.', 'status': 'UNAVAILABLE'}}...
💬 1[Last reply:12 days ago] 这个错误代码 503 表示您使用的翻译或语音服务(很可能是 Google 翻译或 Google 语音识别服务)暂时不可用。这通常是网络连接问题或服务端临时过载导致的,与 pyVideoTrans 软件本身无关。 问题分析: 错误信息 'The service is curre...2406:8dc0* Posted at: 12 days ago -
#702 Error opening output files: No such file or directory...
💬 1[Last reply:12 days ago] 这个问题是由于软件试图在一个临时压缩包解压路径(C:/Users/User/AppData/Local/Temp/360zip$Temp/360$0/tmp/...)下创建音频输出文件(zh-cn.wav)时失败,因为该目录不存在或已被删除。这通常发生在您直接从压缩软件(如360压缩)...113.238* Posted at: 12 days ago -
#651 中级修复最否一条字幕 慢速失败办法...
💬 2[Last reply:12 days ago] 感谢...113.81* Posted at: 13 days ago -
#701 RuntimeError: GPT-SoVITS返回错误信息-1:{'detail': 'Not Found'} GPTSoVITS...
💬 1[Last reply:12 days ago] 这个问题是由于 pyVideoTrans 在尝试使用 GPT-SoVITS 进行语音合成(配音)时,无法连接到您本地的 GPT-SoVITS 服务导致的。错误信息 {'detail': 'Not Found'} 表明软件向您配置的地址发送了请求,...101.44* Posted at: 12 days ago -
#700 内存占用很大但是糟心的是任务完成不会自动释放内存...............
43.249* Posted at: 12 days ago -
#699 使用本地部署qwen3:8b进行翻译会出现think的内容,这个该怎么处理呀...
💬 1[Last reply:12 days ago] 这个问题是由于使用 Qwen3-8B 模型进行翻译时,模型在回复中包含了其内部思考过程(think 内容)导致的。这通常是因为发送给模型的提示词(prompt)没有明确要求模型“只输出翻译结果”。 解决方法如下: 1. 修改提示词文件: 打开 pyVideoTrans 软件目录...43.243* Posted at: 12 days ago -
#698 TypeError: 'TranscriptionSegment' object is not subscriptable...
💬 2[Last reply:12 days ago] whisper-1报错,没事了。我用gpt-4o-transcribe模型就测试通过了。...172.179* Posted at: 12 days ago -
#697 Exception: srt is empty:srtfile='K:/tt/14 -Creating More Items.en_US.srt',content=''...
💬 1[Last reply:12 days ago] 字幕格式可能不符合srt格式,不是有效的srt文件...219.139* Posted at: 12 days ago -
#696 File model.bin is incomplete: failed to read a value of size 4 at position 0...
💬 1[Last reply:12 days ago] 这个错误通常是由于模型文件 model.bin 在下载过程中损坏或不完整导致的。这很可能是因为网络不稳定,导致从 Hugging Face 镜像站下载模型时中断。 核心解决方法:重新下载并正确放置模型文件。 以下是几种可靠的解决方案,请根据你的网络情况选择一种: 方法一:使用专用下载工...123.123* Posted at: 12 days ago -
#695 Throttling.RateQuota:Requests rate limit exceeded, please try again later....
💬 1[Last reply:12 days ago] 这个问题是由于您使用的翻译或语音识别API(很可能是Google翻译或Microsoft翻译等)达到了请求速率限制。简单来说,就是您在短时间内向该API发送了太多请求,触发了它的保护机制,暂时拒绝了您的请求。 解决方案: 1. 暂停并重试(最简单的方法): 这是最常见的原因。请...123.123* Posted at: 12 days ago -
#694 InvalidParameter:<400> InternalError.Algo.InvalidParameter: The audio is empty...
💬 1[Last reply:12 days ago] 这个问题是由于您选择的语音识别服务(很可能是“阿里FunASR中文识别”)在处理音频时,检测到传入的音频数据为空或无效,从而返回了 InvalidParameter 错误。 核心原因分析: pyVideoTrans 的核心工作是识别视频中的人声。这个错误表明,软件成功从您的视频文件中提...123.123* Posted at: 12 days ago -
#691 [Errno 2] No such file or directory: 'C:\\Users\\86135\\Videos\\pyvideotrans\\tmp\\vas-1758959792.190574.srt'...
💬 1[Last reply:12 days ago] 取消 保留原声音,bug,后续有空修复...151.243* Posted at: 12 days ago -
#693 paraformer-zh is not registered:FunasrRecogn...
💬 1[Last reply:12 days ago] 简单来说就是PySide6的一个内部自检行为,和ModelScope的懒加载机制冲突,需要修改 modelscope 源码,如下图,具体原因和解释请阅读本文 源码部署的需要手动修改,具体查看 https://pyvideotrans.com/blog/paraformer-zh-is-not-regist...240e:382* Posted at: 12 days ago -
#692 Error opening output files: No such file or directory...
💬 1[Last reply:12 days ago] 这个问题是由于软件没有权限在指定的临时文件夹 D:/win-videotrans/tmp/af12e5546f/ 中创建音频文件 en.wav 导致的。错误信息 "No such file or directory" 和 "Error opening output file" 表明 F...2a02:6ea0* Posted at: 12 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.
Related resource
- Download win10/11 package
- Document
- My Posts
- GitHub repo
- Realtime STT
- Tools for download faster-whisper models
Trending Questions
-
【这样设置,才能取得最佳断句效果-faster-whisper语音识别!】... 💬 5 👁 488
-
翻译断句过长,全屏字幕问题... 💬 1 👁 329
-
语音转字幕问题... 💬 6 👁 241
-
助力项目持续维护... 💬 0 👁 227
-
【faster-whisper模式】下载模型失败解决办法... 💬 1 👁 195
-
识别语音设置怎么感觉没用啊... 💬 4 👁 184
-
2025-09-10 11:09:02,333 - VideoTrans - ERROR - FFmpeg 命令执行失败 (force_cpu=True)。 命令: ffmpeg -hide_banner -ignore_unknown -... 💬 11 👁 181
-
翻译字幕阶段出错:Traceback (most recent call last): File "videotrans\translator\_base.py", line 77, in run File "... 💬 1 👁 177
-
大佬帮帮忙,总是到结尾出现这样,不知道哪里出了问题... 💬 1 👁 172
-
翻译钢铁侠2,使用批量翻译srt,中间有字幕没有翻译,同时出现把参数显示出来了。... 💬 1 👁 167
-
_process:cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED:FasterAll... 💬 1 👁 159
-
声画不同步的问题... 💬 0 👁 155
-
{'code': 6, 'msg': 'CUDA error: no kernel image is available for execution on the device\nCUDA ... 💬 12 👁 152
-
('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 👁 150
-
Unable to open file 'model.bin' in model 'C:/Users/wujin/Desktop/win-videotrans-v3.78-0821/models\models-... 💬 3 👁 150
-
Unable to open file 'model.bin' in model 'D:/BaiduNetdiskDownload/win-videotrans-v3.78-0821/models\models... 💬 1 👁 147
-
target language... 💬 1 👁 137
-
videotrans.configure._except.TranslateSrtError: Request triggered 429, please increase the pause time: Error code: 429 -... 💬 3 👁 132
-
[WinError 1314] A required privilege is not held by the client: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cc... 💬 1 👁 130
-
Unable to open file 'model.bin' in model 'D:/Program Files/pyvideotrans/win-videotrans-v3.78-0821/models\... 💬 2 👁 125