Skip to content

Commit

Permalink
READM
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Jan 29, 2024
1 parent 4ef858c commit 6ba61c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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站缓存文件文件夹
Expand All @@ -15,5 +20,7 @@ options:
FFmpeg的路径,默认为当前目录
-folder 是否每一个视频一个文件夹
-danmaku 是否转换.xml到弹幕文件.aas
-s SAVE, --save SAVE 释放的位置,默认为本脚本根目录
-s SAVE, --save SAVE 释放的位置,默认为本脚本所在目录
-t THREAD, --thread THREAD
多线程数,默认为cpu当前核数
```

0 comments on commit 6ba61c6

Please sign in to comment.