From 795ea73a2cac00104351dd1a5f250740c5445297 Mon Sep 17 00:00:00 2001 From: Jade Date: Mon, 23 Sep 2024 12:52:29 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=EF=BC=8C=E7=AE=80?= =?UTF-8?q?=E5=8C=96=E6=96=87=E4=BB=B6=E9=80=89=E6=8B=A9=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E8=87=AA=E5=8A=A8=E5=A4=84=E7=90=86=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E4=B8=8B=E5=AD=97=E5=B9=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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。