-
#5838 The upstream Gradio app has raised an exception: expected scalar type Float but found Half...
💬 1[Last reply:2 months ago] 此错误是由于PyTorch期望使用Float(32位浮点)计算但实际传入了Half(16位浮点)导致的。通常发生在启用了CUDA加速且计算数据类型被设置为float16(half)时,但当前使用的模型或操作不支持half精度。解决方案:打开软件菜单 → 工具/选项 → 高级选项 → 语音识别参数,将计算数据类型改为float32(或default),保存后重启软件。如果仍无效,请关闭CUDA加速(...216.247**1 Posted at: 2 months ago -
#3754 TaskCfgVTT(is_cuda=True, uuid='c42d7cf286', cache_folder='D:/pyvideotrans/win-pyvideotrans-v3.98-317/tmp/19396/c42d7cf286', target_dir='C:/Users/Administrator/Downloads/_video_out/...
💬 1[Last reply:2 months ago] 这是由于系统未找到 FFmpeg 可执行文件导致的。pyVideoTrans 依赖 FFmpeg 处理音视频,如果 FFmpeg 未正确安装或未添加到系统环境变量,就会出现此错误。解决方案:如果您使用的是 Windows 预打包版:软件包内应自带 ffmpeg 文件夹。请检查软件安装目录(D:/pyvideotrans/win-pyvideotrans-v3.98-317/)下是否存在 ffmpe...120.229**5 Posted at: 5 months ago -
#2331 videolingo的翻译效果和对齐配音效果好的多,但是模型跟该程序用的一样...
💬 4[Last reply:2 months ago] 您提供的内容是关于灯具制造商的网站链接,与 pyVideoTrans 视频翻译软件的技术支持无关。如果您有关于 pyVideoTrans 的安装、使用或故障排除问题,请提供具体描述,我将为您解答。...117.135**6 Posted at: 8 months ago -
#1039 openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model `gpt-4-turbo` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': N...
💬 6[Last reply:2 months ago] 您提供的内容与 pyVideoTrans 视频翻译软件完全无关。我的职责仅限于解决该软件的安装、配置、使用和报错问题。如果您在使用 pyVideoTrans 时遇到任何具体问题(如无法启动、翻译失败、导出异常等),请描述详细情况并附上日志文件,我将为您提供针对性的解决方案。...203.10**6 Posted at: 11 months ago -
#1204 我的微软tts在配置key的时候,测试就没有问题,但是在第一个菜单,翻译视频或者音频的额时候,点击试听配音就报错。edge_tts.exceptions.NoAudioReceived: No audio was received...
💬 9[Last reply:2 months ago] 您提供的内容与 pyVideoTrans 视频翻译软件无关,看起来是灯具制造商的网站链接。如果您在使用 pyVideoTrans 时遇到问题,请提供具体的错误描述或日志,我将基于官方知识库为您解答。...51.161**3 Posted at: 10 months ago -
#5837 [Errno 13] Permission denied: 'E:/微软浏览器下载/_video_out/美国专家:你用过拼多多吗?人家成品价居然比我们原材料还便宜,质量还更好,你说夸不夸张?/en.wav'...
💬 2[Last reply:2 months ago] 右键管理员权限打开...112.93**9 Posted at: 2 months ago -
#5836 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA....
💬 7[Last reply:2 months ago] Isso acontece por causa do mecanismo de alinhamento integrado ao software (SpeedRate). Explico:Causa raiz: Quando a dublagem de um trecho é consideravelmente mais longa que o áudio original correspond...191.6**0 Posted at: 2 months ago -
#5835 Traceback (most recent call last): File...
💬 1[Last reply:2 months ago] 这个错误是因为打包版中 huggingface-hub 版本过低(0.35.3),而 F5-TTS 所依赖的 transformers 要求版本 >=1.3.0,导致模块加载失败。解决方案:更换配音渠道(推荐): 当前你选择了 F5-TTS 配音角色 clone,可改用同样支持音色克隆且不依赖新版 huggingface-hub 的其他内置渠道,例如:Qwen3-TTS(本地内置) – 支...112.93**0 Posted at: 2 months ago -
#5834 配音全部失败 The upstream Gradio app has raised an exception but has not enabled verbose error reporting. To enable, set show_error=True in launch().Traceback (most recent call last):...
💬 1[Last reply:2 months ago] 这个问题是由于你使用的 Index-TTS(本地API) 服务端抛出了异常,但该服务没有开启详细错误报告,导致无法查看具体原因。解决办法:确保 Index-TTS 服务已启动且可访问 检查你是否已经正确部署并启动了 Index-TTS 的 API 服务(通常运行在某个端口,如 http://127.0.0.1:7860)。如果服务未启动或端口填写错误,就会出现这类错误。在启动 Index-TTS...112.93**0 Posted at: 2 months ago -
#5833 配音阶段出错 [OmniVoice(本地内置)] Try: `pip install transformers -U` or `pip install -e '.[dev]'` if you're working with git mainTraceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是由于打包版中自带的 tokenizers 库版本过低(0.20.1),而 OmniVoice 渠道要求 tokenizers>=0.22.0,<=0.23.0,导致无法加载。解决办法:下载最新完整版(v4.05-0711)覆盖安装。旧版打包的依赖未更新,新版已修复此问题。下载完整版(约2.6GB)若已有旧版,再下载对应的补丁包(约260MB)直接覆盖 _internal 目录即可。...208.87**7 Posted at: 2 months ago -
#5832 Invalid language: zh:Traceback (most recent call last):...
💬 1[Last reply:2 months ago] Supertonic TTS 渠道不支持中文(zh)语言,它仅支持英、韩、西、法等几种特定语言。解决方案:更换配音渠道。在主界面的 Dubbing Channel 中选择一个支持中文的渠道,例如 Edge-TTS(免费,开箱即用)或 Qwen-TTS(本地内置,支持中文)。在 Select Voice 中选择对应的中文发音角色。重新开始任务。...113.128**6 Posted at: 2 months ago -
#5831 网络连接失败:Traceback (most recent call last):...
💬 1[Last reply:2 months ago] 这是由于 gTTS 翻译渠道需要连接 Google 服务器,在中国大陆无法直连,导致网络连接失败。解决方案:配置网络代理:在软件主界面右上角的「网络代理」输入框中填写你的代理地址(例如 http://127.0.0.1:7890 或 socks5://127.0.0.1:7890),并保存。更换配音渠道:推荐切换为无需代理的免费渠道(如 Edge-TTS 或 Qwen3-TTS(本地内置)),可在...113.128**6 Posted at: 2 months ago -
#5830 [ChatTTS] 该渠道需另行部署并启动后可用self.api_url='http://127.0.0.1:9966'...
💬 1[Last reply:2 months ago] 这是由于 ChatTTS 服务未在本机运行导致的连接拒绝。该渠道需要您先在本地自行部署并启动 ChatTTS 服务,pyVideoTrans 才能通过 http://127.0.0.1:9966 调用它。部署 ChatTTS:请参考 ChatTTS 官方仓库或相关教程,在您的电脑上安装并运行 ChatTTS 服务(默认端口 9966)。验证服务:启动后,在浏览器访问 http://127.0.0....113.128**6 Posted at: 2 months ago -
#5829 :Traceback (most recent call last):...
💬 1[Last reply:2 months ago] 这通常是网络问题导致的 Piper TTS 中文音素模型下载失败。PyVideoTrans 内置的 Piper 配音渠道在处理中文时,需要额外下载 g2pW 模型,而该模型存储于国外站点,国内直连极易超时。解决方案(任选其一):切换配音渠道(推荐):在 Dubbing Channel 中改为 Edge-TTS(免费、开箱即用)或 Qwen-TTS(本地内置),无需额外下载模型。配置网络代理:在主界...113.128**6 Posted at: 2 months ago -
#5828 429 Client Error: Too Many Requests for url: https://api-edge.cognitive.microsofttranslator.com/translate?from=&to=zh-Hans&api-version=3.0&includeSentenceLength=true...
💬 1[Last reply:2 months ago] 这是由于微软翻译 API 触发了频率限制(429 Too Many Requests),通常是因为短时间内提交了过多翻译请求。解决方案:降低请求频率:打开 菜单 → 工具 → 高级选项 → 字幕翻译调整,将 传统翻译渠道每批字幕行数 调小(例如设为 1),并 翻译后暂停秒 设为 2~5 秒,保存后重试。更换翻译渠道(临时解决):改用 Google翻译(需代理)或 百度翻译(需免费申请 API Ke...112.238**4 Posted at: 2 months ago -
#5826 可以识别出SRT,并进行翻译,但是有部分英文内容未能翻译语音识别 openai-whisper翻译渠道 Google 识别模型 large-v3...
💬 5[Last reply:2 months ago] 根据日志分析,您的问题并非“翻译失败”,而是语音识别阶段未能识别出视频中的英文内容。因为您设置的发音语言是简体中文,而目标语言也是简体中文,所以软件跳过了翻译步骤(should_trans=False),直接对识别出的中文字幕进行配音。视频中的英文部分未被识别为有效字幕,因此最终输出中没有这些英文内容。解决方案正确设置发音语言:如果视频是中英混合,应将发音语言设为自动检测或明确设为English。...98.128**1 Posted at: 2 months ago -
#5825 Subprocess Error: Backend should be defined in the BACKENDS_MAPPING. Offending backend: tfTraceback (most recent call last):...
💬 1[Last reply:2 months ago] This error occurs because the faster-whisper engine (CTranslate2 backend) is trying to use TensorFlow (tf) as its computational backend, but that backend is not registered in the software's built-in m...98.128**1 Posted at: 2 months ago -
#5824 Default role required...
💬 1[Last reply:2 months ago] This error typically occurs when the Dubbing Channel is selected but no voice role is chosen in the Select Voice dropdown. Please ensure you have selected a specific voice role for the chosen TTS chan...2401**8207 Posted at: 2 months ago -
#5823 Audition not supported for this language...
💬 3[Last reply:2 months ago] Please provide more details so I can help:Which step fails? (ASR, Translation, Dubbing, or video merging?)What language settings are you using? (Source language, Target language)Which Dubbing Channel ...2401**8207 Posted at: 2 months ago -
#5820 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&Sec-MS-...
💬 5[Last reply:2 months ago] 从你提供的日志看,程序正在执行人声与背景声分离(segment_1500 instruments/vocals done),这一步是纯CPU运算,非常缓慢,尤其是处理长视频(日志显示已切分到1500秒片段,你的视频可能很长)。进度卡在4.09%是因为分离阶段极耗时间,并非真正卡死。解决方案:耐心等待:人声分离速度取决于CPU性能,1小时视频可能需要30分钟以上。可观察 tmp/ 文件夹下是否持续生...152.53**9 Posted at: 2 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.