用AI为视频生成双语字幕

Code & Dev
AI

项目地址:https://github.com/HelloLingC/vidcomet

运行环境

  • 安装 CUDA Toolkit 12.6
  • 安装 cuDNN 9.3.0
  • 如果是Windows,将 C:\Program Files\NVIDIA\CUDNN\v9.3\bin\12.6 路径添加到系统环境变量中。
  • 确保已经安装了 ffmpeg
  • 推荐使用 Python 3.12,不支持Python 3.13

将VidComet克隆到本地:

git clone https://github.com/HelloLingC/vidcomet

安装 python 包:

pip install -r requirements.txt