-
#4080 配音不根据我提供的字幕配...
💬 19[Last reply:3 minutes ago] 是的,v3.98 版本内置了 DeepSeek 翻译渠道的试用配置。您可以直接使用,但请注意:试用额度有限:内置的 API Key 是公用的,有并发和额度限制,可能很快用完或被他人用尽导致失败。效果可能不稳定:由于是公共密钥,请求过多时可能被限流或返回错误。最佳实践:尽快注册您自己的 DeepSeek 账户,获取个人专...95.85* Posted at: 20 minutes ago -
#4078 Voxcmptts配音出现重复音...
💬 17[Last reply:28 minutes ago] 这是由于软件内部渠道配置错误或缓存导致的。渠道代码“20”在软件内部被硬编码为 F5-TTS,即使您界面上选择了 VoxCPM-TTS,软件仍错误地调用了 F5-TTS 的逻辑。解决方案:清理软件配置缓存:完全关闭 pyVideoTrans。删除软件安装目录下的 config.json 文件(如果存在)。重新启动 py...182.107* Posted at: 2 hours ago -
#4079 Advanced Drums - 4. Percussion Loops.ts没有识别出字幕,请检查是否包含人类说话声音,以及说话语言是否和你选择的原始语言匹配...
💬 1[Last reply:30 minutes ago] 该视频文件“Advanced Drums - 4. Percussion Loops.ts”未被识别出字幕,提示需要检查是否包含人声以及语言选择是否正确。核心原因:该文件很可能是一个纯音乐/打击乐循环视频,不包含人类说话声音。软件的核心功能是识别语音并转为文字,如果音频中只有乐器声、节奏声而无清晰人声,语音识别模型将无...182.100* Posted at: 30 minutes ago -
#4077 TaskCfgSTT(is_cuda=False, uuid='5c87c4068e', cache_folder='D:/win-pyvideotrans-v3.99/tmp/6748/5c87c4068e', target_dir='D...
💬 1[Last reply:3 hours ago] 这是由于内存或显存不足导致阿里FunASR本地模型(paraformer-zh)在语音识别阶段进程崩溃。解决方案:降低资源消耗:在“菜单-工具-高级选项-语音识别参数”中,尝试将“最长语音持续秒数”调小(例如设为3-5秒),以减少单次处理的数据量。检查并关闭其他占用内存/显存的程序,确保有足够资源供软件使用。更换模型:...39.188* Posted at: 3 hours ago -
#3660 concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was...
💬 3[Last reply:4 hours ago] This error is a known issue in versions prior to v3.99. The problem was not necessarily a true lack of memory but a bug in the process pool management, often tr...181.215* Posted at: 28 days ago -
#4076 FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/Administrator/AppData/Local/Temp/360zip$Temp/360$0/win...
💬 1[Last reply:4 hours ago] This error occurs because you are trying to run the software directly from within the compressed archive (e.g., a .7z or .zip file), which is not allowed.The er...2408:8207* Posted at: 4 hours ago -
#4075 Getting available roles, please wait and re-select....
💬 1[Last reply:5 hours ago] This error occurs because the software is being run directly from within a compressed archive (e.g., a .zip or .7z file) or a temporary directory, which prevent...2408:8207* Posted at: 5 hours ago -
#4074 requests.exceptions.ProxyError: HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with ur...
💬 1[Last reply:7 hours ago] 这是由于网络代理设置不正确或代理服务未运行导致的。软件尝试通过代理连接 Google 翻译服务,但代理服务器拒绝了连接。解决方案:检查您的代理客户端(如 VPN、Clash 等)是否正在运行,并确认其本地监听端口号。在主界面的“网络代理地址”文本框中,填入正确的代理地址,格式应为 http://127.0.0.1:端口...116.16* Posted at: 7 hours ago -
#4073 TaskCfgSTT(is_cuda=True, uuid='cbf28bc586', cache_folder='E:/ytrans/tmp/10640/cbf28bc586', target_dir='E:/ytrans/output/...
💬 1[Last reply:7 hours ago] The error KeyError: 'sentence_info' occurs when using the FunASR (local) speech recognition channel. This is typically caused by an issue with the mod...202.150* Posted at: 7 hours ago -
#4072 软件3.98版本可以多角色跨语种克隆吗?...
💬 6[Last reply:8 hours ago] 克隆 本身就是使用原语音的音色进行配音,是否能够跨语种要视所选配音渠道,qwen-tts(本地)支持中英跨语种,index-tts也支持中英,其他渠道一般都是固定一种...95.85* Posted at: 9 hours ago -
#3885 TaskCfgVTT(is_cuda=True, uuid='da4e9f224c', cache_folder='D:/win-pyvideotrans-v3.98-323/tmp/13292/da4e9f224c', target_di...
💬 15[Last reply:9 hours ago] pyVideoTrans 内置的 CUDA 支持版本为 12.8。使用 CUDA 13.2 可能无法正常启用 GPU 加速,或导致未知错误。解决方案:1. 降级 CUDA:卸载当前 CUDA 13.2,安装 CUDA 12.8 版本。这是最稳定、兼容性最好的方案。2. 验证安装:安装 CUDA 12.8 后,在 C...2a03:90c0* Posted at: 15 days ago -
#4071 TaskCfgVTT(is_cuda=True, uuid='2bd78abc16', cache_folder='D:/win-pyvideotrans-v3.98-329/tmp/28944/2bd78abc16', target_di...
💬 1[Last reply:11 hours ago] 这是由于显存或内存不足导致的语音识别进程崩溃。解决方案:检查并调整 GPU 设置:确认已正确安装 CUDA 12.8 和 cuDNN 9.x。在软件主界面右上角,取消勾选“二次识别”。同时处理多个视频时,二次识别会占用大量显存。在 菜单 -> 工具/选项 -> 高级选项 中,将 GPU同时任务数[重启生效]...91.199* Posted at: 11 hours ago -
#4070 This usually indicates a problem with the package or the build environment. Press any key to continue . . ....
💬 1[Last reply:12 hours ago] 这是由于软件安装路径包含中文字符或特殊符号,导致依赖包无法正确加载。解决方案:将软件解压到非系统盘的纯英文路径下,例如 D:\pyVideoTrans。确保路径中不包含中文、空格或特殊符号。重新双击 sp.exe 运行。请查阅相关文档:常见错误与解决方法...218.8* Posted at: 12 hours ago -
#4068 TaskCfgSTT(is_cuda=True, uuid='437f3ba732', cache_folder='D:/Software/pyvideotrans/tmp/50340/437f3ba732', target_dir='D:...
💬 1[Last reply:22 hours ago] 这是由于显存或内存不足导致的。使用 faster-whisper(本地) 的 large-v3 模型进行语音识别时,该模型需要较大的显存(建议10GB以上)或内存(建议16GB以上)。错误信息显示进程池被意外终止,这是资源耗尽的典型表现。解决方案:使用更小的模型:在主界面的语音识别渠道右侧,将模型从 large-v3 ...146.19* Posted at: 22 hours ago -
#4067 TaskCfgSTT(is_cuda=True, uuid='015483d275', cache_folder='E:/ytrans/tmp/3636/015483d275', target_dir='E:/ytrans/output/r...
💬 1[Last reply:1 day ago] This error is caused by insufficient GPU memory (VRAM) when using the faster-whisper model with CUDA acceleration.Solutions:Disable "Secondary Recognition": If ...202.150* Posted at: 1 day ago -
#4066 TaskCfgVTT(is_cuda=True, uuid='70961f1ce3', cache_folder='D:/pyvideotrans/tmp/18196/70961f1ce3', target_dir='C:/Users/Ad...
💬 1[Last reply:1 day ago] 这是由于显存或内存不足导致的。错误信息明确指出“可能内存或显存不足 [GPU0]”,并且使用了 large-v3-turbo 模型,该模型对显存要求较高。解决方案如下:使用更小的模型:在语音识别渠道的下拉菜单中,将模型从 large-v3-turbo 更换为 medium、small 或 base。large-v3 系...114.249* Posted at: 1 day ago -
#4065 TaskCfgVTT(is_cuda=True, uuid='3d958ad971', cache_folder='D:/pyvideotrans/tmp/6324/3d958ad971', target_dir='C:/Users/Adm...
💬 1[Last reply:1 day ago] 这是由于显存或内存不足导致语音识别进程崩溃。从日志可见,你使用了 faster-whisper(本地) 的 large-v3-turbo 模型,并启用了 CUDA 加速 (is_cuda=True),但进程池被意外终止,提示可能内存或显存不足。解决方案:降低模型大小:在语音识别下拉菜单中,将模型从 large-v3-t...206.237* Posted at: 1 day ago -
#4064 piper-tts的国内下载地址...
💬 1[Last reply:1 day ago] Piper-TTS 的模型文件需要从 GitHub 或 HuggingFace 下载,国内访问可能不稳定。你可以尝试以下方法获取模型:手动下载模型文件:访问 Piper-TTS 的 GitHub 仓库发布页:https://github.com/rhasspy/piper/releases找到并下载名为 piper_v...182.107* Posted at: 1 day ago -
#4063 400 The plain HTTP request was sent to HTTPS port400 Bad RequestThe plain HTTP request was sent to HTTPS portcloudflare:...
💬 1[Last reply:1 day ago] 这是由于配置的本地大模型 API 地址使用了 HTTP 协议,但服务端实际要求 HTTPS 协议导致的。检查 API 地址:请前往 菜单 -> 翻译设置 -> 本地大模型设置,检查你填写的 API 地址。修正协议:错误信息显示 The plain HTTP request was sent to HTTPS...240e:354* Posted at: 1 day ago -
#4062 ValueError: The elements of the batch contain different keys. Cannot batch them ({'attention_mask', 'is_last', 'input_fe...
💬 1[Last reply:1 day ago] 这是由于使用了 FunASR 语音识别渠道时,模型加载或数据处理过程中出现了内部错误。解决方案:切换语音识别渠道:暂时不要使用 “FunASR中文识别” 渠道。建议切换回更稳定的渠道,例如:对于中文视频:使用 qwen-asr(本地)。对于多语言或英文视频:使用 faster-whisper(本地) 并选择 large...52.197* 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.