#4436 TaskCfgVTT(is_cuda=True, uuid='7f383cf87d', cache_folder='C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428/tmp/18172/7

203.175* Posted at: 4 hours ago 👁9

语音识别阶段出错 [Faster-Whisper-XXL.exe] 当前Faster-Whisper-XXL无法在打包版中使用,请源码部署或单独使用Faster-Whisper-XXL转录
Traceback (most recent call last):
File "videotrans\configure\_base.py", line 85, in _external_cmd_with_wrapper
File "subprocess.py", line 526, in run
subprocess.CalledProcessError: Command '['C:/Users/Mike/AppData/Roaming/PotPlayerMini64/Engine/Faster-Whisper-XXL/faster-whisper-xxl.exe', 'C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428/tmp/18172/7f383cf87d/en.wav', '-pp', '-f', 'srt', '-l', 'en', '--model', 'large-v3-turbo', '--output_dir', 'C:/Users/Mike/Music/_video_out/CD Track 07-wav']' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\job.py", line 105, in run
File "videotrans\task\trans_create.py", line 340, in recogn
File "videotrans\configure\_base.py", line 89, in _external_cmd_with_wrapper
RuntimeError: 当前Faster-Whisper-XXL无法在打包版中使用,请源码部署或单独使用Faster-Whisper-XXL转录
TaskCfgVTT(is_cuda=True, uuid='7f383cf87d', cache_folder='C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428/tmp/18172/7f383cf87d', target_dir='C:/Users/Mike/Music/_video_out/CD Track 07-wav', source_language='英语', source_language_code='en', source_sub='C:/Users/Mike/Music/_video_out/CD Track 07-wav/en.srt', source_wav='C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428/tmp/18172/7f383cf87d/en.wav', source_wav_output='C:/Users/Mike/Music/_video_out/CD Track 07-wav/en.m4a', target_language='简体中文', target_language_code='zh-cn', target_sub='C:/Users/Mike/Music/_video_out/CD Track 07-wav/zh-cn.srt', target_wav='C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428/tmp/18172/7f383cf87d/target.wav', target_wav_output='C:/Users/Mike/Music/_video_out/CD Track 07-wav/zh-cn.m4a', name='C:/Users/Mike/Music/CD Track 07.wav', noextname='CD Track 07', basename='CD Track 07.wav', ext='wav', dirname='C:/Users/Mike/Music', shound_del_name=None, translate_type=8, tts_type=0, volume='+0%', pitch='+0Hz', voice_rate='+0%', voice_role='No', voice_autorate=False, video_autorate=False, remove_silent_mid=False, align_sub_audio=True, detect_language='en', recogn_type=14, model_name='large-v3-turbo', shibie_audio=None, remove_noise=False, enable_diariz=False, nums_diariz=0, rephrase=0, fix_punc=False, subtitle_language=None, app_mode='tiqu', subtitles='', targetdir_mp4='C:/Users/Mike/Music/_video_out/CD Track 07-wav/CD Track 07.mp4', novoice_mp4='C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428/tmp/18172/7f383cf87d/novoice.mp4', is_separate=False, embed_bgm=True, instrument=None, vocal='C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428/tmp/18172/7f383cf87d/vocal.wav', back_audio='', clear_cache=False, background_music=None, subtitle_type=0, only_out_mp4=False, recogn2pass=True, output_srt=0, copysrt_rawvideo=False)


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:zh
root_dir:C:/Users/Mike/Downloads/win-pyvideotrans-v3.99-428

1 Replies

这是因为 Faster-Whisper-XXL 语音识别渠道当前不支持 Windows 预打包版,该渠道仅在源码部署(Linux/macOS)中可用,或需要你单独下载 Faster-Whisper-XXL 程序手动转录。

解决方案(按推荐顺序)

  1. 将语音识别渠道切换为 faster-whisper(本地)openai-whisper(本地)(两者均为打包版内置支持,无需额外部署)。
  2. 如果仍想使用 Faster-Whisper-XXL,可改用源码部署(Python + uv),或先单独运行 Faster-Whisper-XXL 生成字幕,再导入软件进行翻译/配音。
  3. 若显存不足,请选择较小的模型(如 small)并在高级选项中降低 beam_size 等参数。

请查阅相关文档:

Post Your Reply
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