diff --git a/README.md b/README.md index 46fd594..d0ff0ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # About This is a GUI tool for adjust subtitle timestamps written in Python. It can be used to adjust timestamp UTF-8 encoded .srt, .ass and .ssa subtitle files. -就是个字幕时间戳批量调整工具,各种文本编码处理起来太麻烦所以只支持UTF-8(有无BOM无所谓),编码错误会报错。 +就是个字幕时间戳批量调整工具,各种文本编码处理起来太麻烦所以只支持UTF-8(有无BOM无所谓),编码错误会报错,省略了麻烦的选择文件功能,程序放到哪就自动针对该目录下的字幕文件进行操作。 # Requirements & Usage 1. Install Python 3, add python to PATH, and install pip,记得装Python 3,还有添加环境变量,可能也要装pip。