-
The steps of transcription and translation currently appear to be relatively tightly coupled. We can see that the subtitles generated by the transcription are processed in the translation step.
```…
-
如图所示,运行环境为anaconda python 3.10.14
![image](https://github.com/zh-plus/openlrc/assets/53283019/88fa845b-8693-48f6-954c-e536e72d545a)
尝试使用 pip install git+https://github.com/zh-plus/openlrc 命令拉取最新…
-
use openlrc version: 1.5.2
When try to transcribe a video that have no human voice, will get exception `RuntimeError: stack expects a non-empty TensorList`.
I found the following text in log:
``…
-
For those who use GPU computing power on the cloud, they usually choose to run the transcription task separately first. But currently, when `skip_trans=Ture` is enabled in openlrc, the path of transcr…
-
I think this is the best library I've found for using GPT to do subtitle translation! Great job.
A lot of that issues that I ran into while trying to use gpt4 to do translation for subs has been solv…
-
This error only occurs when transcribe certain files(not all) with faster-whisper==1.0.3.
If downgrade faster-whisper to 1.0.2 and it can be used normally.
```
[2024-07-08 15:02:18] INFO [Ma…
-
用Google Colab主要是想借用GPU性能……AI翻译的部分是调用远程API,基本用不上GPU算力?
能不能把上一个部分添加一个导出srt的选项,然后在自己本地跑最后一块AI翻译?
免费的API实在是太慢了,挂Google Colab的话等着等着就超时掉线了OTZ
-
Gemini/Gemini pro is free and similar powerful as GPT4.
Does openlrc support using google gemini for subtitle translation now?
-
Traceback (most recent call last):
File "G:\test\q.py", line 4, in
lrcer.run(['q.mp3', 'w.mp3'], target_lang='zh-cn')
File "F:\Program Files\Python-3.11.4\Lib\site-packages\openlrc\openlrc…
-
已经有 srt 字幕,需要翻译成中文或者双语,能否添加一个 api 接收3个参数,源语言、目标语言、是否双语,实现该功能?