Update README.md

This commit is contained in:
Cheng Zheng 2018-06-19 17:01:07 +08:00 committed by GitHub
parent 835c3d3847
commit 3549ba9497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,14 @@
## 这个文件夹里的代码,负责处理 ass 字幕文件 ## 这里是一些 Node.js 代码
## 用途
抽取 ass 字幕文件的信息
## 说明
针对计算机速成课的 ass 字幕 针对计算机速成课的 ass 字幕
不通用,就是快速 hack 了一下写了点 node.js 代码把事情搞定 不通用(不能随便把什么 .ass 都拿来当输入),就是快速 hack 了一下写了点 node.js 代码把事情搞定
Input: 40个 .ass 后缀的字幕文件
Output: 看下面的说明
`2. extract_head.js` 负责抽取40集的片头文字总结放到一个文件中结果1个 .md 文件) `2. extract_head.js` 负责抽取40集的片头文字总结放到一个文件中结果1个 .md 文件)
`3. extract_ass_to_txt.js` 把 ass 转成 txt 结果40个 .txt 文件) `3. extract_ass_to_txt.js` 把 ass 转成 txt 结果40个 .txt 文件)