From 7fd8afa61b63168c81b47044e6e6069460fcf5b3 Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 12 Aug 2022 23:48:42 +0200 Subject: [PATCH] flac: added splitting by cue --- wiki/linux/flac.md | 18 ++++++++++++++++++ wiki/music.md | 7 ++++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 wiki/linux/flac.md diff --git a/wiki/linux/flac.md b/wiki/linux/flac.md new file mode 100644 index 0000000..1922e4b --- /dev/null +++ b/wiki/linux/flac.md @@ -0,0 +1,18 @@ +# Flac + +`flac` - short for Free Lossless Audio Codec - is a audio codec without +compression losses. +On most distributions it is bundled together with the tagging software +`metaflac` and other auxiliary tools in the `flac` package. + +## Splitting Flac file according to cue file + +An easy way to split flac files according to a cue file is using +`cuebreakpoints` and `shnsplit`. +On most distributions they are in a package with the same name. +The following line of shell command splits a flac file according to a cue file. +The `-o` tag specifies the output file format. + +```sh +cuebreakpoints '' | shnsplit -o flac '