add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# shnsplit
> 根据 `.cue` 文件拆分音频文件。
> 更多信息:<http://shnutils.freeshell.org/shntool/>.
-`.wav` + `.cue` 文件拆分为多个文件:
`shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}}`
- 显示支持的格式:
`shnsplit -a`
-`.flac` 文件拆分为多个文件:
`shnsplit -f {{path/to/file.cue}} -o flac {{path/to/file.flac}}`
-`.wav` 文件拆分为 "track-number - album - title" 形式的文件:
`shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}} -t "%n - %a - %t"`