This repository has been archived on 2024-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ltc/README.md
2022-02-18 15:37:46 +08:00

26 lines
899 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LrcToSrt
用于将LRT歌词文件转换成SRT字幕文件
## 功能
- [x] lrc文件转换成srt文件
- [x] 从网易云音乐或QQ音乐上获取歌词并转换成srt文件
- [x] 从网易云音乐或QQ音乐上下载歌词
## 开始使用
```
Usage:
D:\ProgrameStudy\lrc2srt\lts.exe [OPTIONS]
Application Options:
-i, --id= 歌曲的id网易云和QQ音乐均可。
-I, --input= 需要转换的LRC文件路径。
-s, --source=[163|qq|QQ] 当设置id时有效指定从网易云163还是QQ音乐qq上获取歌词。
(default: 163)
-d, --download 只下载歌词,而不进行解析。
-m, --mode=[1|2|3] 原文和译文的排列模式,可选值有:[1] [2] [3] (default: 1)
-v, --version 获取版本信息
Help Options:
-h, --help Show this help message
```