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

16
pages.zh/linux/bchunk.md Normal file
View File

@@ -0,0 +1,16 @@
# bchunk
> 将 CD 镜像转换为一组 `.iso` 和 `.cdr` 音轨。
> 更多信息:<http://he.fi/bchunk>。
- 将二进制 CD 转换为标准 iso9960 镜像文件:
`bchunk {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}`
- 以详细模式转换:
`bchunk -v {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}`
- 输出 WAV 格式的音频文件:
`bchunk -w {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}`