video-subtitle-generator icon indicating copy to clipboard operation
video-subtitle-generator copied to clipboard

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

Results 19 video-subtitle-generator issues
Sort by recently updated
recently updated
newest added

创建虚拟环境后,均按照readme进行,在环境下运行GUI.PY之后出现报错。 Logs如下: 成功打开文件:F:/video2txt/02/002.mp4 ['F:/video2txt/02/002.mp4'] Exception in thread Thread-1: Traceback (most recent call last): File "F:\Miniconda\envs\vsgEnv_1\lib\threading.py", line 932, in _bootstrap_inner self.run() File "F:\Miniconda\envs\vsgEnv_1\lib\threading.py", line 870, in run self._target(*self._args, **self._kwargs) File ".\gui.py",...

![image](https://github.com/YaoFANGUK/video-subtitle-generator/assets/39233259/7dd5c5c7-83f4-462d-a65b-c76b6f08caf6) I built the environment according to doc, and after run `python backend/main.py` got this error ``` Traceback (most recent call last): File "backend/main.py", line 275, in sg.run() File "backend/main.py",...

Hi friend, Would you like to tell how to recognize the voice with zh and en output together? thanks

成功打开文件:D:/0software/video-subtitle-generator/test/test_cn.mp4 选择识别的语言: 自动检测 选择识别模式: 标准 ['D:/0software/video-subtitle-generator/test/test_cn.mp4'] 【处理中】开始生成字幕,此步骤可能花费较长时间,请耐心等待... Exception in thread Thread-1 (task): Traceback (most recent call last): File "C:\Program Files\Python310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "C:\Program Files\Python310\lib\threading.py", line 953,...

GPU 好像 没什么利用到. 建字幕 不用 GPU 的是吗? ![Screenshot 2023-05-09 121711](https://user-images.githubusercontent.com/6015571/236992806-eea76ca8-0c2c-4774-938f-bb77f835d6ae.png)

question

![image](https://github.com/YaoFANGUK/video-subtitle-generator/assets/89253691/27fc6162-97ac-4858-bf82-f321e17a52d4)

使用 medium 模型 在日本AV片中,日文转中文过程中。 出现:谢谢大家 字幕君 求打赏 很多这样的私货。 这是什么原因? [我是按照这里](https://github.com/YaoFANGUK/video-subtitle-generator/issues/21#issuecomment-1703652835)改了一下

环境是win10 ltsc python3.8. 以下是报错信息: `Traceback (most recent call last): sg.run() File "backend/main.py", line 214, in run recognizer = AudioRecogniser(language=self.language) File "backend/main.py", line 32, in __init__ self.model = whisper.load_model(self.model_path) File "D:\Projects\video-subtitle-generator\backend\whisper\__init__.py",...