https://github.com/apollonyan/subtitle
字幕文件格式转换 | Parsing and conversion between subtitle formats
https://github.com/apollonyan/subtitle
bcc bilibili srt subtitle-conversion subtitles
Last synced: 10 months ago
JSON representation
字幕文件格式转换 | Parsing and conversion between subtitle formats
- Host: GitHub
- URL: https://github.com/apollonyan/subtitle
- Owner: Apollonyan
- License: mit
- Created: 2020-05-21T19:59:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T03:01:53.000Z (over 5 years ago)
- Last Synced: 2024-12-31T21:42:26.278Z (over 1 year ago)
- Topics: bcc, bilibili, srt, subtitle-conversion, subtitles
- Language: Swift
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subtitle
字幕文件格式转换 | Parsing and conversion between different subtitle formats
## 使用方法 | Usage
```sh
swift run convert input.ext output.ext
```
where `ext` is one of `bcc`, `srt`, `vtt`
目前支持 `bcc`, `srt`, `vtt` 字幕文件格式之间的转换。
## 资源库 | SwiftPM Integration
```swift
.package(url: "https://github.com/Apollonyan/subtitle.git", branch: "master"),
```