Skip to content

Commit

Permalink
fix: bugs and update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchang512 committed May 5, 2024
1 parent 3c13e75 commit 0cdd841
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ https://github.com/jianchang512/pyvideotrans/assets/3378335/3811217a-26c8-4084-b
```

继续如下2条执行
继续执行

```
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
source ~/.bash_profile ; source ~/.zshrc
source ~/.bash_profile
source ~/.zshrc
```

Expand Down Expand Up @@ -188,7 +190,7 @@ apt-get install ffmpeg

`pip install nvidia-cublas-cu11 nvidia-cudnn-cu11`

9. linux 如果要启用cuda加速,必须有英伟达显卡,并且配置好了CUDA11.8+环境,具体安装见 [CUDA加速支持](https://github.com/jianchang512/pyvideotrans?tab=readme-ov-file#cuda-%E5%8A%A0%E9%80%9F%E6%94%AF%E6%8C%81)
9. linux 如果要启用cuda加速,必须有英伟达显卡,并且配置好了CUDA11.8+环境,请自行搜索 "Linux CUDA 安装"


10. `python sp.py` 打开软件界面
Expand Down Expand Up @@ -225,11 +227,9 @@ apt-get install ffmpeg

9. windows 如果要启用cuda加速,必须有英伟达显卡,并且配置好了CUDA11.8+环境,具体安装见 [CUDA加速支持](https://github.com/jianchang512/pyvideotrans?tab=readme-ov-file#cuda-%E5%8A%A0%E9%80%9F%E6%94%AF%E6%8C%81)

10. Linux 如果要使用 CUDA 加速,还需要额外执行安装 `pip install nvidia-cublas-cu11 nvidia-cudnn-cu11`
10. 解压 ffmpeg.zip 到当前源码目录下,提示覆盖则覆盖,解压后确保源码下的ffmepg文件夹内能看到 ffmpeg.exe ffprobe.exe ytwin32.exe,

11. 解压 ffmpeg.zip 到当前源码目录下,提示覆盖则覆盖,解压后确保源码下的ffmepg文件夹内能看到 ffmpeg.exe ffprobe.exe ytwin32.exe,

12. `python sp.py` 打开软件界面
11. `python sp.py` 打开软件界面



Expand Down
9 changes: 5 additions & 4 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
>
> Allows retaining background accompaniment music, etc. (based on uvr5)
>
> Supported languages: Simplified and Traditional Chinese, English, Korean, Japanese, Russian, French, German, Italian, Spanish, Portuguese, Vietnamese, Thai, Arabic, Turkish, Hungarian, Hindi, Ukrainian, Kazakh, Indonesian, Malay.
> Supported languages: Simplified and Traditional Chinese, English, Korean, Japanese, Russian, French, German, Italian, Spanish, Portuguese, Vietnamese, Thai, Arabic, Turkish, Hungarian, Hindi, Ukrainian, Kazakh, Indonesian, Malay.Cozhen
# Main Uses and How to Use

Expand All @@ -29,7 +29,6 @@

【Extract audio from video】Extract as audio files and mute video from video

【Audio and video format conversion】Mutual conversion between various formats

【Download YouTube videos】Download videos from YouTube

Expand Down Expand Up @@ -68,7 +67,9 @@ https://github.com/jianchang512/pyvideotrans/assets/3378335/3811217a-26c8-4084-b
```
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
source ~/.bash_profile; source ~/.zshrc
source ~/.bash_profile
source ~/.zshrc
```

Expand Down Expand Up @@ -162,7 +163,7 @@ apt-get install ffmpeg

`pip install nvidia-cublas-cu11 nvidia-cudnn-cu11`

9. To enable CUDA acceleration on Linux, you must have an NVIDIA card and have configured the CUDA11.8+ environment properly, see [CUDA acceleration support](https://github.com/jianchang512/pyvideotrans?tab=readme-ov-file#cuda-%E5%8A%A0%E9%80%9F%E6%94%AF%E6%8C%81).
9. To enable CUDA acceleration on Linux, you must have an NVIDIA card and have configured the CUDA11.8+ environment properly

10. `python sp.py` to open the software interface.

Expand Down

0 comments on commit 0cdd841

Please sign in to comment.