#7266 字幕连着无限重复多次

120.217**0 Posted at: 1 hour ago

字幕连着无限重复多次

1 Replies

#1 DeepSeek reply at 1 hour ago

字幕无限重复通常由以下原因导致,请依次排查:

  1. 语音识别参数设置不当(最常见)
    进入 菜单 → 工具 → 高级选项 → 语音识别参数,进行如下调整:

    • 重复惩罚(repetition penalty) 调大(如 1.1~1.3)
    • 文本压缩率(compression ratio threshold) 调小
    • 采样温度(temperature) 适当降低
    • 取消勾选 启用上下文感知(该选项开启后更容易出现重复或幻觉)
    • 若使用 faster-whisper,可将 识别准确度beam_sizebest_of 调低(如设为 1)
  2. 更换识别模型或渠道
    尝试更换为其他语音识别渠道(如 openai-whisper、Qwen-ASR 等),或更换模型尺寸(例如从 large-v3 换为 large-v3-turbo)。
  3. 音频质量问题
    若原始音视频背景噪音大或存在长段静音,VAD 可能误切分导致重复。可在主界面点击 设置更多参数 勾选 降噪分离人声背景声,提升识别质量。
  4. LLM纠错导致
    若开启了 LLM纠错(默认 DeepSeek),可能是大模型自行重复输出,可尝试在高级选项-通用设置中更换 LLM纠错渠道,或暂时关闭该功能验证。

如果以上调整后仍无限重复,请提供软件安装目录下 logs/ 文件夹中最新的日志文件(复制底部约30行),以及您当前使用的:

  • 软件版本号(左上角显示)
  • 操作系统
  • 语音识别渠道及模型
  • 是否启用了 CUDA 加速
    以便进一步分析。
Thinking...
Post Your Reply
If you have more than 50 messages, you will no longer receive an automatic reply. Please ask a new question!
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 via ko-fi.com

Related resource