YaoFANGUK / video-subtitle-generator

视频音频生成字幕,生成srt文件。无需申请第三方API,本地实现音频转文本。基于Transformer的视频字幕生成框架。A GUI tool for generating subtitle from videos and generating srt files.
Apache License 2.0
857 stars 164 forks source link

如何固定语言而不是依赖自动识别?Disable language detection. #9

Closed LiukDiihMieu closed 1 year ago

LiukDiihMieu commented 1 year ago

改了一圈发现改不对,不知道是不是没有找到正确的位置。 How to specify a certain language instead of automatic detection?

qqyuanxinqq commented 1 year ago

同求这个功能 Need this function too.

找到了 video-subtitle-generator/backend/main.py中 options = whisper.DecodingOptions(fp16=False) 在DecodingOptions中添加language变量。

YaoFANGUK commented 1 year ago

现在支持了