From 6ba61c63c66b3224edcd58a6421dcf56e88dce47 Mon Sep 17 00:00:00 2001 From: kaesinol Date: Mon, 29 Jan 2024 11:42:04 +0800 Subject: [PATCH] READM --- .gitmodules | 3 --- README.md | 11 +++++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 6fa721b..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "danmaku2ass.py"] - path = danmaku2ass.py - url = https://github.com/m13253/danmaku2ass diff --git a/README.md b/README.md index 00522d9..67de793 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # BiliCache2MP4 哔哩哔哩Biliili视频缓存的*.m4s文件批量转换为.mp4文件工具。支持同时将弹幕转换,支持每个视频一个文件夹 ## 下载 +## Windows(二进制文件) https://github.com/kaixinol/BiliCache2MP4/releases/ +## 类Unix系统 +克隆本仓库 + +下载[danmaku2ass.py](https://github.com/m13253/danmaku2ass/raw/master/danmaku2ass.py)到本程序同一目录 ## Usage ``` -usage: convert.py [-h] [-f FFMPEG] [-folder] [-danmaku] [-s SAVE] FILE +usage: converter.exe [-h] [-f FFMPEG] [-folder] [-danmaku] [-s SAVE] [-t THREAD] FILE positional arguments: FILE b站缓存文件文件夹 @@ -15,5 +20,7 @@ options: FFmpeg的路径,默认为当前目录 -folder 是否每一个视频一个文件夹 -danmaku 是否转换.xml到弹幕文件.aas - -s SAVE, --save SAVE 释放的位置,默认为本脚本根目录 + -s SAVE, --save SAVE 释放的位置,默认为本脚本所在目录 + -t THREAD, --thread THREAD + 多线程数,默认为cpu当前核数 ```