-
Notifications
You must be signed in to change notification settings - Fork 102
FAQ_full
lussaczheng edited this page Aug 21, 2019
·
2 revisions
FAQ of full version
下文中:
- 对于
install_zh.bat
或install_en.bat
,统一使用install.bat
简称。- “下载”指直接点击并下载;“另存”指右键点击并另存为。
In the following article:
- For
install_zh.bat
orinstall_en.bat
, useinstall.bat
for short.- "Download" refers to directly clicking and downloading; "Save as" refers to right-clicking and choosing "save as".
此Bug已于 Tag v0.2.0
修复,详见 Issue #2。
- 另存 install_zh.bat 。
- 下载 unzip.exe 。
- 访问 Python 和 FFmpeg 官网,下载
python-3.x.x.exe
和ffmpeg-x.x.x-xxx.zip
适合的版本: - 将
python-3.x.x.exe
,ffmpeg-x.x.x-xxx.zip
,unzip.exe
, 和install_zh.bat
放在同一文件夹下。 - 运行
install_zh.bat
,并按照提示完成安装。
以上安装过程适用于以下几种情况:
-
start.bat
不起作用。基本上是由 Web-Request error 引起的。 - 批量安装。复制可能比下载高效。
-
start.bat
错误地判断了系统语言。
此外,当你不通过 start.bat
而是使用 install_zh.bat
进行安装时,命令行窗口也有可能一闪而过。
但这种情况与 Issue #2 不同,这是由于从 GitHub 网页另存 .bat
文件时,可能出现换行符丢失的情况。
验证换行符是否丢失的方法:
右击文件,选择编辑,即可用记事本打开 install.bat
。如果你发现所有文本都杂乱无章或内容只有几行,则说明是“换行符丢失”。
换行符丢失的 install.bat
看起来像这样:
而正常的 install.bat
看起来像这样:
解决方法:
使用 start.bat
进行安装。或执行以下步骤:
- 另存 install_zh.bat 。
- 按
win + R
,输入wordpad
并按Enter
以打开写字板。 - 使用写字板打开
install_zh.bat
,此时换行符应为正常。 - 直接保存文件。
- 右击
install_zh.bat
,选择编辑以查看,此时换行符应为正常。 - 关闭写字板和记事本,尝试重新执行
install_zh.bat
。此时脚本应能正常执行。
This bug was fixed at Tag v0.2.0
. See Issue #2.
- Save as install_en.bat .
- Download unzip.exe .
- Visit the website of Python and FFmpeg. Download the right version of
python-3.x.x.exe
andffmpeg-x.x.x-xxx.zip
: - Move
python-3.x.x.exe
,ffmpeg-x.x.x-xxx.zip
,unzip.exe
, andinstall_en.bat
into a same directory. - Run
install_en.bat
, and follow the instructions to finish installation.
The above installation procedure applys to these several situations:
- The
start.bat
doesn't work. Basically it is caused by Web-Request error. - Batch/Volume installation. Copying may be better than downloading.
- The
start.bat
did a wrong judgment about your system language.