From 07a010113f7456065cc917f65e6c5358d5145bed Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 22 Nov 2023 11:22:59 +0300 Subject: [PATCH] shnsplit : tool to split flac. --- help/linux/tool/shnsplit.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 help/linux/tool/shnsplit.md diff --git a/help/linux/tool/shnsplit.md b/help/linux/tool/shnsplit.md new file mode 100644 index 0000000..6a9e5af --- /dev/null +++ b/help/linux/tool/shnsplit.md @@ -0,0 +1,13 @@ +# 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 +```