pyvideotrans icon indicating copy to clipboard operation
pyvideotrans copied to clipboard

Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并添加配音

Results 80 pyvideotrans issues
Sort by recently updated
recently updated
newest added

最开始,我装好了驱动、cuda、cudnn,1.68完整包是可以正常使用的。 当我下载了1.70完整包的时候,使用fast模型的时候,出现了缺少cuBLAS..dll,我按照谁说明下载了并解压在了相应目录仍然无法解决,缺少cuBLAS..dll相同的问题。 然后换成openai模式的时候,则出现了本在1.68版本能够正常使用的超出显存范围,我的显存是8g,但使用最小的模型也同样出现cuda out of mem。。

第一行:`import { Ai } from '@cf/meta/m2m100-1.2b/ai.js';` 编辑器报错: Uncaught Error: No such module "@cf/meta/m2m100-1.2b/ai.js". imported from "index.js" (Code: 10021) ![屏幕截图 2024-05-21 003857](https://github.com/jianchang512/pyvideotrans/assets/23478997/385d0eed-c85d-4904-b22d-34a336182b3a)

PYTHON3.12版本,启动软件后,下载使用faster模式的base模型,操作界面如图,选择的视频文件为MOV格式,点击开始处理按钮就闪退,终端输入错误如图,最后输出的是一个M4A的音频文件,谢谢。 ![image](https://github.com/jianchang512/pyvideotrans/assets/8156438/9ed84b16-4add-43c3-adaf-b562ea181ae3) ![image](https://github.com/jianchang512/pyvideotrans/assets/8156438/a4318e75-9c54-4e2d-b36e-bead8d713206) ![image](https://github.com/jianchang512/pyvideotrans/assets/8156438/b76cbda0-1012-484b-88f8-0a25dc709d05)

翻页后字幕总是三行,如何实现一句一行呢?

![SNAG-0236](https://github.com/jianchang512/pyvideotrans/assets/428820/a8b808a3-d688-4354-a7cc-cda7d469f07e) CUDA good: ![SNAG-0237](https://github.com/jianchang512/pyvideotrans/assets/428820/e2d22ed3-64f7-4109-8132-ebb5be96fdbb) this is features ![SNAG-0238](https://github.com/jianchang512/pyvideotrans/assets/428820/1441ad5c-e3e0-4d6c-9557-ae961f91be6e) and this is GPU: ![SNAG-0239](https://github.com/jianchang512/pyvideotrans/assets/428820/33242de1-2b0b-4a86-aa40-383d0942e634) what i need to step for fix this issue?

我看文档说一定时间内请求过于频繁会报429错误,那么时候可以调整api的请求频率来达到不出现429错误?就是说宁愿翻译结果出的慢点也好过中途被封ip

程序重开后,模型回到tiny、CUDA关闭,要重新选择,有点麻烦。

Mac源码部署,想调用mps加速,请问如何修改代码?