mirror of
https://github.com/tiyn/wiki.git
synced 2025-10-17 21:31:18 +02:00
flac: handling of splitting erroneous files
This commit is contained in:
@@ -15,6 +15,9 @@ using `cuebreakpoints` and `shnsplit`.
|
|||||||
On most distributions they are in a package with the same name.
|
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 following line of shell command splits a flac file according to a cue file.
|
||||||
The `-o` tag specifies the output file format.
|
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
|
```sh
|
||||||
cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>'
|
cuebreakpoints '<cue file>' | shnsplit -o flac '<audio flac file>'
|
||||||
|
Reference in New Issue
Block a user