1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

flac: handling of splitting erroneous files

This commit is contained in:
tiyn 2022-11-15 03:00:35 +01:00
parent f0113f087d
commit 9823b9d620

View File

@ -15,6 +15,9 @@ 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.
If problems arise when splitting up the file it is recommended to convert the
file to the also lossless `.wav`, split the files and convert it back to
`.flac`.
```sh
cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>'