wiki/help/linux/tool/shnsplit.md

14 lines
166 B
Markdown
Raw Normal View History

2023-11-22 11:22:59 +03:00
# Shnsplit - flac split tool.
# Install.
```text
dnf install shntool flac
```
# Split with .cue file.
```text
shnsplit -f file.cue -t %n_%t -o flac file.flac
```