update readme

This commit is contained in:
harry 2024-03-26 16:48:22 +08:00
parent c5dad43c2c
commit 9d01d5c8d1

View File

@ -186,7 +186,7 @@ python main.py
## 常见问题 🤔
### RuntimeError: No ffmpeg exe could be found
### RuntimeError: No ffmpeg exe could be found
通常情况下ffmpeg 会被自动下载,并且会被自动检测到。
但是如果你的环境有问题,无法自动下载,可能会遇到如下错误:
@ -204,7 +204,7 @@ Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variabl
ffmpeg_path = "C:\\Users\\harry\\Downloads\\ffmpeg.exe"
```
### 生成音频时报错或下载视频报错
### 生成音频时报错或下载视频报错
[issue 56](https://github.com/harry0703/MoneyPrinterTurbo/issues/56)
@ -222,7 +222,7 @@ if you are in China, please use a VPN.
这个大概率是网络原因无法访问境外的服务请使用VPN解决。
### ImageMagick is not installed on your computer
### ImageMagick is not installed on your computer
[issue 33](https://github.com/harry0703/MoneyPrinterTurbo/issues/33)
@ -230,6 +230,12 @@ if you are in China, please use a VPN.
,安装 https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-29-Q16-x64-static.exe, 用静态库
2. 不要安装在中文路径里面,避免出现一些无法预料的问题
[issue 54](https://github.com/harry0703/MoneyPrinterTurbo/issues/54#issuecomment-2017842022)
如果是linux系统可以手动安装参考 https://cn.linux-console.net/?p=16978
感谢 [@wangwenqiao666](https://github.com/wangwenqiao666)的研究探索
## 反馈建议 📢
- 可以提交 [issue](https://github.com/harry0703/MoneyPrinterTurbo/issues)