-
#3775 TaskCfgVTT(is_cuda=True, uuid='8cb4b92b38', cache_folder='E:/videotrans/tmp/26908/8cb4b92b38', target_dir='C:/Users/12834/Desktop/3-24/完成/3月24日-11-mov', source_language='简体中文', sou...
💬 1[Last reply:3 months ago] 这是由于GPU显存或系统内存不足导致的,特别是在使用大型语音识别模型(如 large-v3-turbo)并开启“二次识别”时,GPU进程池崩溃。解决方案:降低模型规格:在语音识别渠道中,将模型从 large-v3-turbo 更换为更小的模型,例如 medium 或 small。large-v3-turbo 模型需要大量显存。调整高级设置:进入 菜单 -> 工具 -> 高级选项,在“语...154.36* Posted at: 3 months ago -
#3774 TaskCfgVTT(is_cuda=True, uuid='9e8118ff0e', cache_folder='E:/pyvideotrans-v3.98/tmp/25924/9e8118ff0e', target_dir='I:/短片/_video_out/9.二战海军水雷是如何工作的-mp4', source_language='英语', sourc...
💬 1[Last reply:3 months ago] 这是由于显存或内存不足导致语音识别进程被强制终止。错误信息明确指出“可能内存或显存不足”,并且进程池中的进程被意外终止。从配置中可以看到,您启用了CUDA加速(is_cuda=True),并使用了较大的模型 large-v3-turbo。解决方案:降低模型大小:这是最直接有效的方法。将语音识别模型从 large-v3-turbo 更换为更小的模型,例如 medium、small 或 base。la...2403:18c0* Posted at: 3 months ago -
#3773 请将音频文件存放在 C:/videotrans/f5-tts 目录下...
💬 3[Last reply:3 months ago] 这是由于 F5-TTS 服务未正确启动或连接失败导致的。确保 F5-TTS 服务已正确部署并启动。您需要按照官方文档独立部署 F5-TTS 项目,并启动其 API 服务(通常默认地址为 http://127.0.0.1:7860)。在 pyVideoTrans 中配置 F5-TTS 服务地址。点击软件顶部菜单栏的“配音设置”,在 F5-TTS 设置面板中,将“API地址”填写为您本地 F5-TTS...2408:8210* Posted at: 3 months ago -
#3772 UnicodeEncodeError: 'latin-1' codec can't encode characters in position 70-71: ordinal not in range(256)...
💬 1[Last reply:3 months ago] This error is caused by non-ASCII characters (likely Chinese or other Unicode characters) in the HTTP request headers when using the FreeAzureTTS (Edge-TTS) channel. The underlying http.client library...2001:4bc9* Posted at: 3 months ago -
#3771 separate vocal and background music:A process in the process pool was terminated abruptly while the future was running or pending....
💬 1[Last reply:3 months ago] 这是由于在 macOS 上使用进程池进行人声分离时,子进程被意外终止导致的。这通常与系统资源限制、内存不足或依赖库问题有关。解决方案:调整高级设置:在软件顶部菜单栏,进入 工具/选项 -> 高级选项。在【语音识别参数】部分,找到 人声背景分离线程数,将其数值从默认值(如4)降低为 1。这可以减少资源争用,提高稳定性。检查系统资源:在处理视频时,确保 macOS 有足够的内存可用。可以关闭其他...45.67* Posted at: 3 months ago -
#3770 TaskCfgSTT(is_cuda=True, uuid='c90b94e55e', cache_folder='C:/Users/nguye/Downloads/win-pyvideotrans-v3.98-323/tmp/40840/c90b94e55e', target_dir='C:/Users/nguye/Downloads/win-pyvide...
💬 1[Last reply:3 months ago] The error is caused by insufficient GPU memory (VRAM) or system memory when using the large-v3-turbo model with CUDA acceleration.Solution Steps:Use a smaller model: In the "Speech Recognition" sectio...14.169* Posted at: 3 months ago -
#3769 Please retry in 5.76636759s....
💬 1[Last reply:3 months ago] 这是由于 Gemini API 免费配额已用尽导致的。Gemini 的免费配额有限,超过后需要付费或等待配额重置。解决方案:检查配额与账单:访问 Gemini API 使用情况监控页面 查看当前配额使用情况和重置时间。等待配额重置:根据错误提示,等待约 5.77 秒后重试。但免费配额通常是按天或按月重置,请根据监控页面信息确认。升级付费计划:如果急需使用,请在 Google AI Studio 中...240e:38d* Posted at: 3 months ago -
#3768 网络连接失败=system:Windows-10-10.0.26200-SP0version:v3.98frozen:Truelanguage:zhroot_dir:D:/BaiduNetdiskDownload/win-pyvideotr......
💬 1[Last reply:3 months ago] 网络连接失败通常是由于软件需要访问外部服务(如 HuggingFace 下载模型、在线翻译/配音 API)时,本地网络无法连接或未配置代理导致的。解决方案:检查网络状态:确保您的计算机可以正常访问互联网。配置网络代理:如果您在中国大陆地区,使用 Google、OpenAI、Gemini、HuggingFace 等服务需要网络代理。请在软件主界面的“网络代理地址”文本框中,填入您的代理服务地址(格式...114.88* Posted at: 3 months ago -
#2028 (venv) D:\python\f5ttsnew>pip3 install torch torchvisionWARNING: Retrying (Retry(total=4, connect=None, read=None, re......
💬 1[Last reply:3 months ago] 您遇到的 pip install 网络错误与 pyVideoTrans 软件本身无关。此错误是由于您的 Python 环境(venv)无法通过 SSL 安全连接到 PyPI 官方源(https://pypi.org)下载 torch 包。请按以下步骤解决:更换国内镜像源(推荐):使用国内的 PyPI 镜像可以显著提高下载速度和成功率。在命令行中执行以下命令之一:# 使用清华源 pip3 insta...23.165* Posted at: 6 months ago -
#3766 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&Sec-MS-...
💬 1[Last reply:3 months ago] 这是由于 Edge-TTS 渠道并发请求过高,触发了微软服务器的限流机制,导致 403 错误。解决方案:进入软件顶部菜单栏的 工具/选项 -> 高级选项。在【字幕配音调整】区域,找到 EdgeTTS配音渠道配音并发数,将其设置为 1。在同一区域,将 配音后暂停秒 设置为 5 或更高(例如 10)。保存设置并重新尝试配音任务。请查阅相关文档:edge-tts常见错误...36.152* Posted at: 3 months ago -
#3765 Traceback (most recent call last):File "videotrans\mainwin\_main_win.py",line 613,in File "videotrans\mainwin\_main_win.......
💬 1[Last reply:3 months ago] 这是由于软件内部依赖的 sherpa_onnx 库版本不匹配或文件损坏导致的。解决方案:重新下载完整软件包:请前往 软件下载地址 下载最新的 完整软件包(.7z 压缩包)。完全替换:将下载的完整包解压到一个全新的、路径不含中文或特殊符号的目录(例如 D:\pyVideoTrans)。不要覆盖旧版本:避免将新版本直接覆盖到旧版本目录上,以防旧文件残留导致问题。重新启动:从新目录中双击 sp.exe ...178.253* Posted at: 3 months ago -
#3764 无效的值或参数:1 validation error for ThinkingConfig你说Traceback (most recent call last):File "videotrans\mainwin\_main_win.py",......
💬 1[Last reply:3 months ago] 这是由于软件版本过旧(v3.91)与内置的 sherpa_onnx 库版本不兼容导致的。解决方案:升级到最新版本:请前往官方下载页面,下载最新的 v3.98 完整软件包。下载地址:pyvideotrans.com/downpackage重新部署:将下载的完整包解压到一个新的目录(路径建议为纯英文,如 D:\pyVideoTrans)。不要直接覆盖旧版本文件,以避免残留的旧库文件引发冲突。启动新版本...156.226* Posted at: 3 months ago -
#3763 我生成的怎么只有音频...
💬 1[Last reply:3 months ago] 这是因为在“同步对齐”设置中选择了“不嵌入字幕”,并且可能未正确配置视频输出参数。检查“同步对齐”行中的“嵌入字幕”选项。确保未选中“不嵌入字幕”。如果需要视频内嵌字幕,请选择“嵌入硬字幕”或“嵌入软字幕”。确认视频翻译流程已完整执行。软件工作流程为“语音识别 -> 字幕翻译 -> 语音合成 -> 音画对齐与合成”。如果中途停止或某个步骤失败,可能导致只生成中间音频文件。检查输出...218.12* Posted at: 3 months ago -
#3762 local variable 'msg' referenced before assignment...
💬 1[Last reply:3 months ago] This error occurs due to a bug in the software's code where a variable named msg is used before it has been assigned a value.To resolve this issue, you need to update to the latest version of the soft...203.243* Posted at: 3 months ago -
#3761 RuntimeError: Error code: 429 - {'error': {'code': 'SetLimitExceeded', 'message': 'Your account [2101957965] has reached the set inference limit for the [doubao-seed-1-8] model, an...
💬 3[Last reply:3 months ago] 感谢反馈。如果问题已解决,可以继续使用。如果遇到其他问题,请提供具体错误信息。...171.36* Posted at: 3 months ago -
#3760 TaskCfgVTT(is_cuda=True, uuid='1447244857', cache_folder='D:/piviedeo/tmp/20152/1447244857', target_dir='C:/Users/Lenovo/Downloads/_video_out/7635517032330-mp4', source_language='S...
💬 1[Last reply:3 months ago] The error is caused by an incomplete or corrupted download of the faster-whisper-large-v3-turbo model file (model.bin).The software attempted to load the model from D:/piviedeo/models/models--mobiusla...2405:4802* Posted at: 3 months ago -
#3759 requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.xiaomimimo.com/v1/chat/completions/?target_language=en&source_language=zh&text=%E4%BD%A0%E5%A5%BD%...
💬 1[Last reply:3 months ago] 这是由于自定义翻译API接口返回了400错误(Bad Request)导致的。该错误表明你配置的“兼容AI/本地模型”翻译渠道的API地址(https://api.xiaomimimo.com/v1/chat/completions/)无法正确处理请求。错误可能由以下原因引起:API接口不兼容:你配置的API接口可能不是标准的OpenAI兼容格式,或者其请求参数格式与pyVideoTrans发送的...31.223* Posted at: 3 months ago -
#3758 requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.deepseek.com/api...
💬 1[Last reply:3 months ago] This error indicates that the API request to DeepSeek was unauthorized (401 error). The most common cause is an incorrect or missing API Key, or an incorrect API URL.To resolve this issue, follow thes...117.4* Posted at: 3 months ago -
#3756 语音转字幕,使用字节语音大模型极速版,视频语言是汉语识别出来的都是英文字母和中文...
💬 3[Last reply:3 months ago] 这是由于字节语音大模型极速版在识别韩语时,其API返回的识别结果格式可能存在问题,导致软件接收到的文本是乱码或英文字母。解决方案:切换语音识别渠道:暂时不要使用“字节语音大模型极速版”渠道。对于韩语视频,推荐使用以下渠道:免费本地渠道:在“语音识别”下拉菜单中选择 faster-whisper(本地) 或 openai-whisper(本地),并选择 large-v3 模型。免费在线渠道:如果网络...151.242* Posted at: 3 months ago -
#3757 TaskCfgVTT(is_cuda=True, uuid='76afe34ce6', cache_folder='D:/pyvideotrans/win-pyvideotrans-v3.98-317/tmp/27280/76afe34ce6', target_dir='C:/Users/Administrator/Downloads/_video_out/...
💬 1[Last reply:3 months ago] 错误原因是系统未找到 FFmpeg 可执行文件。pyVideoTrans 依赖 FFmpeg 处理音视频,但当前环境中 FFmpeg 未正确安装或未添加到系统路径。解决方案:如果您使用的是 Windows 预打包版:软件包内应自带 ffmpeg 文件夹。请确保软件解压路径不包含中文或特殊符号(例如 D:\pyVideoTrans),并且不要直接在压缩包内运行 sp.exe。如果您使用的是 macO...120.229* 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.
Dondate: ko-fi.com/jianchang512